How I stopped babysitting Claude Code and Codex on hours long runs: planning, git checkpoints and a test gate outside the agent
Summary
The author shares techniques for running Claude Code and Codex on long, multi-step tasks without babysitting, using an external test gate, git checkpoints per task, and a DAG-based plan to avoid blocked tasks stalling the run, and packages this into an open-source tool.
Similar Articles
How I got Claude Code and Codex to pursue goals over weeks
The author built SmithersBot, an open-source agent harness that orchestrates Claude Code and Codex to pursue long-term goals over weeks by breaking plans into tasks, requiring approvals, and using checkpoints to avoid degradation.
@ClaudeDevs: https://x.com/ClaudeDevs/status/2074208949205881033
A practical guide explaining different types of loops (turn-based, goal-based, time-based) for configuring coding agents in Claude Code, including how to define stop conditions and improve self-verification.
@zodchiii: https://x.com/zodchiii/status/2069366611371241944
A guide on building a reusable Claude Code Agent loop that can be pointed at different tasks like bug fixing, speed optimization, or cost reduction by swapping check scripts.
I built an open-source multi-agent SDLC harness that beats a cold Claude Code run on large repos, by learning the repo once. Real benchmarks (incl. where it loses) inside. [P]
AutoDev Studio is an open-source multi-agent AI coding harness that reduces costs by building a persistent repository knowledge base, outperforming cold-start Claude Code runs on large repos in most tasks.
@svpino: Claude Code to write your code and Codex to verify it. I met with a team that's been doing this for a few weeks now. I …
A developer shares an approach where teams use Claude Code for writing code and Codex for verification, focusing on detailed specs and overnight AI agent runs.