ZeroNoise Logo zeronoise
Post
Coding Agents Are Moving Into Continuous Maintenance
13 hours ago
4 min read
133 docs
Field-tested patterns for turning coding agents into maintenance queues, aligning scope before code, and routing model work with measurable gates.

🔥 TOP SIGNAL

The highest-alpha workflow today is an agent maintenance queue, not another chat-to-PR demo. Boris Cherny says Claude Tag runs from a Slack channel with daily routines across iOS, Android, Desktop, web, CLI, and Agent SDK: a simulator crash fuzzer, duplicate-abstraction unifier, dead-code remover, and “abstraction police.” Over a few weeks, those routines opened 388 PRs; 180 were merged after Claude Code Review plus human review, and failures were fed back into routine tuning.

⚡ TRY THIS

  • Front-load alignment, but batch the human I/O. swyx modified /align-me to ask questions in batches rather than round-by-round, looking 2–10 steps ahead; he says it works “INCREDIBLY” for design exploration. Theo says Matt Pocock’s grill-me skill helps align agents with his intent; in one long session, question 27 exposed the real goal and cut scope by about 90%. Run a batched pre-build interview, then hand the resulting scope to the coding agent. Review the alignment artifact first: Theo says the output can be slop enough to override his unslop skill.

  • Make subagents a fallback, not the default path. Unifi models a subagent as an explicit function call carrying a prompt, model, and reasoning budget; its main agent maps code over rows and waterfalls through cheaper APIs first, invoking the subagent only after those options are exhausted. The economic reason is concrete: 1,000 calls at one cent each costs $10 against a $20 base plan. Build the interface with an explicit model and budget, try deterministic or cheaper routes first, and escalate only on failure.

  • Add a real planning pass before expensive execution. Connor Heggie says a robust first step moved the needle: pause, brainstorm solution paths and pitfalls, ask clarifying questions, and scout high-recall versus high-precision trajectories before running the full task. Pair that with trace review: Unifi says its 90–95% cost reduction came partly from reducing mass subagents, removing contradictions between system and skill prompts, and eliminating tool calls whose results were not used.

📡 WHAT SHIPPED

  • Agents on Rails benchmark. The first report ran 8 models against 21 atomic Rails tasks, with three runs per task covering a bug report, security finding, and feature request. Claude Opus 5 led at 92% solved (58/63); Kimi delivered almost the same accuracy for a little over half the cost. GPT-5.6 Luna was cheapest and fastest at 73% solved, $0.90 for all 63 runs, and a 3.3-minute median; GPT-5.6 Sol was the best combined result at 84%, $0.52, and 5 minutes per run. Treat this as a Rails-specific routing snapshot, not a universal leaderboard.

  • DeepSeek Harness v0.1 entered Developer Preview under the MIT license. Built on Cordis, it treats models, tools, skills, sessions, sandboxes, filesystems, loops, orchestration, and UI as replaceable plugins; the deepseek-ai/deepseek-harness repo is open. A separate post by @eliebakouch claims roughly 20% of the harness’s commits and PRs come from Codex worktrees—an interesting adoption signal to verify, not a benchmark.

  • Cursor Builds now prepare ready-to-use development environments continuously in the background, with Cursor saying cloud agents start 3× faster and builds add no extra cost. Failed builds never go live; agents continue from the last successful build while the new one is debugged. Cursor says Faire, Headway, and Descript have seen starts fall from minutes to seconds and are increasingly trusting cloud agents with end-to-end tasks.

  • Grok 4.6 got a useful plan-following test. DHH gave Grok 4.6 Fable’s existing Rust-rewrite plan; with “a couple of nudges,” it repeated the work in 1 hour 24 minutes using 8.6M tokens at about $55—roughly one-tenth of Fable’s implementation cost. The important caveat is that Grok did not plan the project from scratch, so this is evidence about execution and cost, not autonomous end-to-end planning.

  • Gemini 3.7 Flash is available in the API, AI Studio, Antigravity, and more; Google’s announcement says it is 50% cheaper than 3.6 Flash through year-end and gained intelligence in roughly three weeks. Google DeepMind claims gains in debugging and issue resolution, web layouts with fewer prompts, and real-world business workflows. Those are vendor claims; the Rails report above is the more useful independent comparison signal for coding-agent routing.

  • AgentCookie is a small open-source fix for a recurring cloud-agent failure mode: it syncs Chrome cookies from a Mac to Grok Bot in the cloud using Tailscale so the agent does not get logged out. Repo: github.com/mvanhorn/agentcookie.

🎬 GO DEEPER

  • Harrison Chase — “When to Build Your Own Agent Harness”. Start with a general harness for fast time-to-value, then customize as the task moves out of the model’s training distribution; keep model-native tools for subtasks such as file editing. The eval section is the useful implementation detail: Harbor packages a Dockerfile-defined sandbox, golden solution, tests, and instruction.md, while experiments track accuracy, latency, and tokens.
  • Study DeepSeek Harness for plugin boundaries. Its v0.1 design makes the harness—not just the model—the interchangeable unit: swap models, tools, sessions, sandboxes, filesystems, loops, orchestration, and UI independently.

Editorial take: The durable edge is the control loop: narrow routines produce reviewable PRs, planning and cheap-first routing suppress waste, and harness-level evals decide what can safely run unattended.

Coding Agents Are Moving Into Continuous Maintenance
Summary
Coverage start
1 day ago
Coverage end
13 hours ago
Frequency
Daily
Published
12 hours ago
Reading time
4 min
Research time
2 hrs 35 min
Documents scanned
133
Documents used
18
Citations
25
Sources monitored
109 / 110
Insights
Skipped contexts
Source details
Source Docs Insights Status
Lukas Möller 0 0
Jediah Katz 0 0
Aman Karmani 0 0
Jacob Jackson 0 0
Cursor Blog | RSS Feed 0 0
Nicholas Moy 0 0
Mike Krieger 0 0
Sualeh Asif 2 0
Michael Truell 0 0
Google Antigravity 4 2
Aman Sanger 0 0
cat 1 1
Mark Chen 0 0
Greg Brockman 4 1
Tongzhou Wang 0 0
fouad 0 0
Calvin French-Owen 0 0
Hanson Wang 0 0
Ed Bayes 0 0
Alexander Embiricos 2 1
Tibo 7 2
Romain Huet 5 2
DHH 21 8
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 ⇌ 3 1
Mitchell Hashimoto 0 0
Armin Ronacher's Thoughts and Writings 0 0
Peter Steinberger 0 0
Theo - t3.gg 18 4
Sourcegraph 0 0
Anthropic 0 0
Cursor 0 0
LangChain 1 1
Anthropic 0 0
LangChain Blog 0 0
LangChain 1 0
Cursor 4 2
Riley Brown 0 0
Riley Brown 3 1
Jason Zhou 2 1
Boris Cherny 1 1
Mckay Wrigley 0 0
geoff 3 0
Peter Steinberger 🦞 0 0
AI Jason 0 0
Alex Albert 0 0
Latent.Space 0 0
Logan Kilpatrick 3 1
Fireship 0 0
Fireship 0 0
Kent C. Dodds 🐨 18 6
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 1
Theo - t3․gg 1 1
ThePrimeagen 3 1
Ben Tossell 2 1
swyx 13 4
AI For Developers 0 0
Geoffrey Huntley 0 0
Addy Osmani 3 0
Andrej Karpathy 0 0
Simon Willison 5 1
Matthew Berman 1 1
Changelog 0 0
Simon Willison’s Newsletter 0 0
Agentic Coding Newsletter 0 0
Latent Space 0 0
Simon Willison's Weblog 0 0
Elevate 0 0
Lukas Möller 0 0
Jediah Katz 0 0
Sualeh Asif 0 0
Mike Krieger 0 0
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 0 0
Armin Ronacher 0 0
David Heinemeier Hansson (DHH) 0 0
Alex Albert 0 0
Logan Kilpatrick 0 0
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 0 0
Addy Osmani 0 0
Simon Willison 0 0
Andrej Karpathy 0 0
Harrison Chase 1 1