惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

小众软件
小众软件
WordPress大学
WordPress大学
IT之家
IT之家
G
Google Developers Blog
Vercel News
Vercel News
阮一峰的网络日志
阮一峰的网络日志
博客园 - 三生石上(FineUI控件)
Engineering at Meta
Engineering at Meta
Martin Fowler
Martin Fowler
V
V2EX
爱范儿
爱范儿
Hugging Face - Blog
Hugging Face - Blog
Apple Machine Learning Research
Apple Machine Learning Research
B
Blog
V
Visual Studio Blog
有赞技术团队
有赞技术团队
I
InfoQ
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
J
Java Code Geeks
Stack Overflow Blog
Stack Overflow Blog
P
Proofpoint News Feed
云风的 BLOG
云风的 BLOG
雷峰网
雷峰网

The Register - Special Features

Troops’ phones gave away location data to foreign adversaries Qualcomm picks bad time to pitch a $300 laptop platform AI agents get their own phone directory built atop DNS Carnival confirms ShinyHunters cruised off with 6M customer records after April breach Google engineer accused of turning Year in Search secrets into Polymarket payday Are we human? India's cyber agency sets clock at 12 hours to tackle exploited bugs as AI turns up the heat Broadcom gets early start on WiFi 8 with next-gen wireless routing kit Are we human? Microsoft Excel champ proves he still has the formula Anthropic co-founder hallucinates ghost in the machine Anthropic co-founder hallucinates ghost in the machine NASA plans Moon Base buildout with rovers, drones, cargo landers MyPillow must decide whether to be firm or soft as ransomware crims demand pay Starship shows it can deploy satellites, but Moon mission clock still ticks Huawei's chip law looks less like Moore and more like marketing Experts pour cold borscht on Farage's Russian hack claim Logitech unveils a cushioned mouse for all-day use AI eyes scanning for bugs create a worrisome Linux security trend A Russian speaker and jailbroken Gemini went on a hacking spree and emptied at least one MAGA victim's crypto wallets AI datacenter boom collides with US grid reality Media giant settles for $930k amid user-snooping allegations AT&T sues to ditch Cali copper phone lines to save billions FBI warns of Kali365 as device code phishing soars Techie claims Trump Mobile website was leaking thousands of people's data BOFH: Vibe-coded solutions arrive for problems nobody has Dems slam Trump for making cybersecurity hold out the tin cup while splurging on ballroom and Jan. 6 'slush fund' Google explains how it will infuse ads into AI answers AI is getting pricey, but relief is coming, but not for you Deus ex machina: Half of US Christians trust AI's spiritual advice
Loop engineering, latest AI buzzword, still needs humans ...
Thomas Claburn · 2026-06-25 · via The Register - Special Features

ai and ml

Prompting less and automating more comes with a price

Writing prompts is so … 2025! AI influencers and industry luminaries have declared that prompts are out and loops are in, and maddeningly this has become blog fodder and grist for the news cycle.

Never mind that AI agents, which are models using tools in a loop, have involved loops since people started yammering about them last year. Never mind that programming has always had constructs for repetition, even before the do-loop appeared in Fortran. 

The word from the AI-pilled is that if you're writing prompts and checking each response, as opposed to having AI agents address multi-step tasks with minimal input, you're doing it wrong.

The recent focus on loops can be attributed in part to Peter Steinberger, the creator of OpenClaw who went on to join OpenAI, even though the likes of Andrej Karpathy were writing about and implementing AI loops months earlier.

"Here’s your monthly reminder that you shouldn’t be prompting coding agents anymore," Steinberger wrote in a social media post on June 7. "You should be designing loops that prompt your agents."

Ed Zitron, the harbinger of AI doom, landed the first body blow with his reply: "Does OpenAI bill itself for its token spend?"

That's primarily what this is about – celebrating and evangelizing autonomous token consumption, spending that OpenAI and its peers would very much like to stimulate and capture. Imagine a for-profit but heavily indebted utility advising customers to remember to leave their lights and appliances on all night. That's about where we are.

To underscore the spending assumptions baked into loops über alles, Zitron in a recent post skewered Anthropic's Boris Cherny for his advocacy of loops as the successor to prompts: "Pretty convenient for a guy who’s allowed to burn upwards of $130,000 a month in tokens by Anthropic."

But back to the X thread: Gautham Pai, founder of corporate learning biz Jnaapti, answered Steinberger, "Oh god, LinkedIn will now start a new fad, 'Loop Engineering'. Harness Engineering is so last year. Loop Engineering is what you should be doing."

In response, Steinberger quipped, "Don’t worry it’ll take 3 months until it’s there. We’ll be talking about fleets that design your loops then."

A blog post titled "Loop Engineering" appeared that very day, not on LinkedIn, but on the blog of developer Addy Osmani. And unlike the humble-brag, jargon-strewn river of scintillating affirmation that is LinkedIn, Osmani's take is worthwhile if you happen to be actually trying to implement an AI agent loop.

His conclusion is particularly worthwhile, though it rather undercuts the whole idea of loops: "The loop changes the work, it does not delete you from it."

Another way to put that is, "Automate at your peril." If you set an inherently non-deterministic AI model on a task and expect flawless operation, you deserve to clean up the inevitable mess.

The major AI companies would love to see set-and-forget service consumption. Your job is to be the human in the loop. Your livelihood may depend on that. ®