Fetching from the wire…
Top 5 · 2026-06-12 · source-backed
Latent Space's June 12 AINews issue gave a name to something I've felt building in my own projects for months. They call it "loopcraft," and the thesis is blunt: the skill that matters now isn't prompting a coding agent, it's designing the loops that prompt it for you. Latent Space pulls a quote from Boris Cherny that's going to get repeated all year. "I don't prompt Claude anymore. I write loops, the loops do the work." Karpathy frames the same idea as "removing yourself as the bottleneck."
I've been living this without a word for it. When I built the GraphRAG layer for Document Domain Agents, the breakthrough wasn't a better prompt. It was the moment I stopped typing instructions and started writing a harness that retried, verified, and re-dispatched on its own. The piece frames competitive advantage as knowing when to descend into a lower loop for reliability and ascend to a higher one as the models get good enough to trust. That matches my experience exactly. The hard part isn't the prose you feed the model. It's deciding which decisions you keep and which you delegate.
What makes this more than a vibe is how it converges with everything else in the feed today. Claude Code shipped nested subagents five levels deep. A pattern finding flagged "recursive, observable agent hierarchies" as the new default. An arXiv paper argues "agentic software" is a genuine restructuring of what software is, with code treated as ephemeral scaffolding under a reasoning core. Loopcraft is the builder-facing name for all of it.
Here's the catch, and it's the thread that ties this whole issue together. Loops that prompt agents are loops that spend money and take actions while you're not watching. The same article that tells you to remove yourself as the bottleneck is implicitly telling you to remove the thing standing between an agent and your credit card. So yes, restructure your work as loops. I'm doing it. But the instrumentation has to come first, not as a follow-up. If you can't see what each loop iteration cost and did, you don't have loopcraft. You have a slot machine.
Start small. Take one repetitive task you currently babysit. A test-fix-retry cycle, a doc-update pass. Wrap it in a loop with an explicit iteration cap, a spend ceiling, and a log line per pass. That's the entry point.
Each link below shares sources, entities, or timing with this story.
This is the most useful piece of research I've read all month, and it quietly demolishes a belief a lot of people hold. Anthropic analyzed roughly 400,000 Claude Code sessions across 235,000 people from October 2025 to April 2026, and the headline is that expert users hit 33%...
For a month, Claude Code users were convinced the model had been "nerfed." Forums lit up. Conspiracy theories multiplied. People switched tools. Then on April 23, Anthropic did something unusual: they published a detailed post-mortem that named three specific bugs with exact d...
Anthropic shipped cross-session messaging for Claude Code on August 7, macOS and Linux, version 2.1.224 or higher. Two new tools: ListAgents discovers other active sessions on your machine, SendMessage delivers text to one by name. Messages between sessions on the same machine...
Issue 6235 on anthropics/claude-code asks Claude Code to read AGENTS.md, the config file that Codex, Amp, Cursor and most other harnesses already load, rather than only CLAUDE.md. It has been open since August 2025. It has accumulated over 5,200 reactions and 300+ comments, ma...
swyx's synthesis of the AI Engineer World's Fair 2026 is the clearest framing I've read of where this all goes. The discipline moved from building agents to engineering the harness around them. Lilian Weng (now at Thinking Machines Lab) reframed her whole practice as "harness...
The RSI debate has been vibes and timelines for two years. This week a frontier lab published an actual measurement from inside its own walls. The Anthropic Institute reported an 8x increase in lines of code merged into its codebase in 2026 versus the 2021–2024 baseline. The t...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.