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

推荐订阅源

T
The Blog of Author Tim Ferriss
IT之家
IT之家
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
C
Check Point Blog
T
Tailwind CSS Blog
博客园 - Franky
H
Help Net Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Google DeepMind News
Google DeepMind News
博客园 - 叶小钗
J
Java Code Geeks
腾讯CDC
罗磊的独立博客
爱范儿
爱范儿
阮一峰的网络日志
阮一峰的网络日志
Martin Fowler
Martin Fowler
酷 壳 – CoolShell
酷 壳 – CoolShell
I
InfoQ
B
Blog
V
Visual Studio Blog
F
Fortinet All Blogs

The Register

Shadow IT has given way to shadow AI. Enter AI-BOMs Zed team releases version 1.0 of Rust-built editor: Traditional editor and AI tool Microsoft boss tells investors the company is working to 'win back fans' What type of 'C2 on a sleep cycle' do they leave behind? Novel Chinese spy group found in critical networks in Poland, Asia NASA boss: Make Pluto A Planet Again GitHub says sorry and vows to do better as uptime slips and devs complain Age checks could turn internet into an ID checkpoint, complains Proton CEO Microsoft gives your Word documents an AI co-author you didn’t ask for Datadog digs down into GPU efficiency as AI costs soar If malware via monitor cables is a matter of national security, this might be the gadget for you Thunderbird in hand worth 2 Outlooks as fresh FOSS fave and Firefox arrive 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 France's 'Secure' ID agency probes breach as crooks claim 19M records 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
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. ®