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

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 司徒正美
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Last Week in AI
Last Week in AI
大猫的无限游戏
大猫的无限游戏
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
爱范儿
爱范儿
The Cloudflare Blog
阮一峰的网络日志
阮一峰的网络日志
博客园 - 叶小钗
博客园_首页
有赞技术团队
有赞技术团队
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
V
V2EX
V
Visual Studio Blog
博客园 - 三生石上(FineUI控件)
S
SegmentFault 最新的问题
量子位
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Apple Machine Learning Research
Apple Machine Learning Research
美团技术团队

The Register

Grafana offers AI assistant for free, warns users not to go mad Right to repair champ Framework punts modular 13in laptop with Core Ultra Series 3 Scotland Yard can keep using live facial recognition on Londoners, say judges UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial Nation-states want to cause harm, not just steal cash - stop handing your cyber defenses to the cheapest contractor Murder, she wrote: Ex-FBI chief wants some ransomware crims charged with homicide Phone-to-satellite use goes into orbit, growing 25% in 8 months macOS ClickFix attacks deliver AppleScript stealers to snarf credentials, wallets Anthropic bakes memory fixes into Bun 1.1.13 as developers complain of leaks The spaghettified DBMS chart that shows Oracle's crown is slowly slipping Yet another ex-ransomware negotiator admits turning rogue after payoff from crimelords FAA grounds Blue Origin's New Glenn as it probes missed satellite delivery 'mishap' AMD's Ryzen 9 9950X3D2 Dual Edition tested: Gratuitous overkill with a price to match AI-assisted intruders pwned Vercel via OAuth abuse and a pilfered employee account Crook claims to leak 'video surveillance footage' of companies Met police trials snoop tech platform in push to cuff more London shoplifters England's school phone ban gets teeth, just in time to bite no one Adaptavist Group breach spawns imposter emails as ransomware crew claims mega-haul Panasonic creates device-locked QR codes to speed facial biometric capture Iran claims US used backdoors to knock out networking equipment during war NASA Inspector fears new spacesuits won’t be ready for Moon landing Vibe coding upstart Lovable denies data leak, cites 'intentional behavior,' then throws HackerOne under the bus Trump-branded datacenter project fails to make itself great, again World's blandest man steps down from CEO job to spend more time in tastefully appointed home Chase got a spiff of $77 million to create one job with New York datacenter Scot becomes second Scattered Spider-linked crook to plead guilty in US You too can build a nuclear battery from junk you have lying around the house Schmoozebots: study finds flattery will get AI everywhere One of Europe's sovereign cloud picks may not be so-sovereign after all New Android development tool designed for robots, not humans
Loop engineering, latest AI buzzword, still needs humans ...
Thomas Claburn · 2026-06-25 · via The Register

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. ®