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]
Summary
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.
Similar Articles
I open-sourced the "harness" layer for AI agents: run Claude Code/Codex/Gemini with governed MCP tools (browser, editor, secrets)
Open-sourced a desktop workspace that provides a governed runtime for AI coding agents, offering 100+ MCP tools, RBAC, and a self-evolving toolbox.
Claude Code vs OpenCode: I ran the same agent tasks in both. Here’s where each one broke.
A hands-on comparison of Claude Code and OpenCode across various coding tasks, finding Claude Code superior for seamless frontend work and long sessions, while OpenCode offers greater flexibility, model freedom, and inspectability.
I rebuilt a Claude Code–style coding agent from scratch — the whole agent loop is 6 lines. 20 chapters, ~5k lines, no frameworks, runs on local models too
A developer shares a 20-chapter tutorial rebuilding a Claude Code–style coding agent from scratch, showing the entire agent loop in ~6 lines, with support for local models and multiple LLM APIs.
I rebuilt the Claude Code-style terminal workflow as a hackable multi-provider coding agent
A developer releases a hackable, multi-provider coding agent that replicates the Claude Code terminal workflow, allowing users to integrate various AI models.
Claude Code improved my agent harness by 40% overnight
The author introduces 'Autoharness', a tool that uses Claude Code to autonomously optimize agent harnesses by iterating on prompts and hyperparameters. This resulted in a 40% performance increase on the tau2-airline benchmark.