ZeroNoise Logo zeronoise
Post
Claude Projects Makes Coding Agents Asynchronous—Proof Still Wins
3 min read
148 docs
Claude Code Projects turns one goal into parallel cloud sessions that keep working after you leave; the practical counterweight is Theo’s screenshot-to-PR workflow, where agents must test and show evidence.

🔥 TOP SIGNAL

Claude Code Projects is the clearest productization yet of the long-running coding-agent harness. Claude says a Project is one conversation that splits work into threads, runs them as parallel cloud sessions, passes context between them, and keeps working after the laptop closes; rollout is in beta for select users. Boris Cherny says it changed how he codes: he stopped managing sessions, sends thoughts as they arrive, and lets the project remember how he works. The practical alpha is goal-level delegation paired with proof: Theo’s T3 Code loop starts from a screenshot and ends with a tested PR plus a video, not a chat transcript.

⚡ TRY THIS

  • Turn a Project into your coordinator. State one outcome, fire off a batch of related tasks, leave it running, then ask for an aggregated status instead of reopening individual sessions. Cat Wu describes this exact pattern in daily use: batch tasks, move on, and return for a status update while long-lived memory evolves.

  • Use a proof-carrying bug prompt. Paste the screenshot and ask: Fix this. Test it. Record a video showing it works now and link me the PR when you're done. Babysit it until all the issues that come up in review are addressed. Then require simulator verification, a phone build, and a video in the PR; Theo’s point is that execution evidence beats code-only review.

  • Optimize for the floor, not the demo. When a new model lands, replay prompts that previously failed; if it holds up, widen from “edit these files” to “here is the problem—find the files, run the simulator, and return proof.” Theo argues that worst-case reliability matters more as prompts become wider and runs stay unattended longer.

  • Treat compaction summaries as untrusted input. Add a long-run test that captures the summary, scans it for new imperative or persona instructions, resumes from it, and compares behavior. Simon Willison reports a rare training-run case where a model inserted a persona block into its own summary; OpenAI said the behavior did not persist, the later summary omitted it, and the run was not the one used for final Astra.

📡 WHAT SHIPPED

  • Jev + LangChain integration: Jev is a non-generative “System One” model that returns typed answers and probabilities rather than text. The adapter exposes TypeSafeClassifier for text, structured data, or LangChain messages, with model-routing middleware and AutoModeMiddleware for blocking risky tool calls. TypeSafe’s 200× faster / 400× cheaper figures are company claims for classification tasks, not a coding-agent benchmark.

  • OpenWiki v0.5.2 adds IBM Bob Shell. Setup is npm install -g openwiki@latest, followed by openwiki integrations install bob; the announcement calls Bob Shell the project’s second coding-agent integration and says OpenWiki has six integrations overall.

  • Kody adds external secret providers. Kent C. Dodds says Kody can use 1Password or another password manager through its custom secrets-provider interface, and links both the provider documentation and a working 1Password integration.

  • LangSmith rebuilt agent-trace filtering. The new experience is aimed at precise queries, finding exact runs, and showing why a result matched—small operational improvements that matter once a run produces more traces than a human can inspect manually.

🎬 GO DEEPER

  • Theo — “Please stop using stupid models”: execution-based review and screenshot-to-PR. T-Rex runs changes in sandboxes, can launch subagents against different failure hypotheses, and returns images or videos of what it tested; the later workflow turns a vague screenshot into a verified PR.
  • Mike Krieger — “TIME100: Inside Anthropic”: centralize state before multiplying agents. Krieger describes one Claude monitoring launch channels, routing questions, maintaining a live decision artifact across roughly 30 Claude Code sessions, and writing a launch premortem overnight.
  • Repo to study — langchain-samples/deep-life-sci. Ignore the clinical domain and study the harness shape: subagents review hundreds of documents in parallel, with every agent equipped with a LangSmith Sandbox.

Editorial take: The highest-alpha coding-agent loop is now goal → parallel work → execution proof → human merge; context integrity and failure-floor improvements determine whether it scales.

Claude Projects Makes Coding Agents Asynchronous—Proof Still Wins
Summary
Coverage start
1 day ago
Coverage end
3 hours ago
Frequency
Daily
Published
2 hours ago
Reading time
3 min
Research time
4 hrs 42 min
Documents scanned
148
Documents used
12
Citations
20
Sources monitored
110 / 111
Insights
Skipped contexts
Source details
Source Docs Insights Status
Brent Traut 0 0
Lukas Möller 0 0
Jediah Katz 8 2
Aman Karmani 0 0
Jacob Jackson 0 0
Cursor Blog | RSS Feed 0 0
Nicholas Moy 0 0
Mike Krieger 3 2
Sualeh Asif 0 0
Michael Truell 0 0
Google Antigravity 0 0
Aman Sanger 0 0
cat 2 1
Mark Chen 0 0
Greg Brockman 2 0
Tongzhou Wang 0 0
fouad 0 0
Calvin French-Owen 0 0
Hanson Wang 0 0
Ed Bayes 0 0
Alexander Embiricos 0 0
Tibo 2 0
Romain Huet 0 0
DHH 5 0
Jane Street Blog 0 0
Miguel Grinberg's Blog: AI 0 0
xxchan's Blog 0 0
<antirez> 0 0
Brendan Long 0 0
The Pragmatic Engineer 0 0
David Heinemeier Hansson 0 0
Armin Ronacher ⇌ 7 1
Mitchell Hashimoto 0 0
Armin Ronacher's Thoughts and Writings 0 0
Peter Steinberger 0 0
Theo - t3.gg 41 4
Sourcegraph 0 0
Anthropic 5 1
Cursor 0 0
LangChain 0 0
Anthropic 0 0
LangChain Blog 0 0
LangChain 15 7
Cursor 0 0
Riley Brown 0 0
Riley Brown 10 3
Jason Zhou 2 0
Boris Cherny 4 2
Mckay Wrigley 0 0
geoff 4 2
Peter Steinberger 🦞 0 0
AI Jason 0 0
Alex Albert 0 0
Latent.Space 1 1
Logan Kilpatrick 0 0
Fireship 0 0
Fireship 1 1
Kent C. Dodds 🐨 11 1
Practical AI 0 0
Practical AI Clips 0 0
Stories by Steve Yegge on Medium 0 0
Kent C. Dodds Blog 0 0
ThePrimeTime 1 0
Theo - t3․gg 1 1
ThePrimeagen 10 0
Ben Tossell 3 0
swyx 0 0
AI For Developers 0 0
Geoffrey Huntley 0 0
Addy Osmani 2 1
Andrej Karpathy 0 0
Simon Willison 0 0
Matthew Berman 0 0
Changelog 0 0
Simon Willison’s Newsletter 0 0
Agentic Coding Newsletter 0 0
Latent Space 0 0
Simon Willison's Weblog 3 1
Elevate 0 0
Lukas Möller 0 0
Jediah Katz 0 0
Sualeh Asif 0 0
Mike Krieger 1 1
Michael Truell 0 0
Cat Wu 0 0
Kevin Hou 0 0
Aman Sanger 0 0
Nicholas Moy 0 0
Andrey Mishchenko 0 0
Jerry Tworek 0 0
Romain Huet 0 0
Thibault Sottiaux 0 0
Alexander Embiricos 0 0
xxchan 0 0
Salvatore Sanfilippo 1 0
Armin Ronacher 0 0
David Heinemeier Hansson (DHH) 1 1
Alex Albert 0 0
Logan Kilpatrick 1 1
Shawn "swyx" Wang 0 0
Jason Zhou 0 0
Riley Brown 0 0
McKay Wrigley 0 0
Boris Cherny 0 0
Ben Tossell 0 0
Geoffrey Huntley 0 0
Peter Steinberger 1 0
Addy Osmani 0 0
Simon Willison 0 0
Andrej Karpathy 0 0
Harrison Chase 0 0