Building my own agentic harness VS using already existing agentic harnesses (like Claude Code)
Summary
The author questions the efficiency of monolithic agentic coding tools like Claude Code, suggesting that a custom harness with per-phase model routing could cut costs without sacrificing quality, and asks the community for their experiences and recommendations.
Similar Articles
Is there a point to custom harnesses?
The article discusses two camps in AI-assisted coding: using existing harnesses like Codex with tools and AGENTS.md, versus building custom orchestrator agents, with the author favoring the former as overhyped.
Building an Advanced Agentic Harness
A technical blog post that walks through building a production-grade agentic harness around a basic LLM loop, covering typed tools, plan DAGs, tiered memory, verification hierarchies, budgets, and tracing.
Routing coding agent sessions across Claude Code, Codex, and Ollama in one harness — model picked per session
A developer describes building a multi-engine agentic coding harness that routes sessions across Claude Code, Codex, and Ollama, selecting from twelve models per session based on task value.
Harness or Model? Isolating the Harness Effect in Agentic Coding with a Contamination-Controlled Private Suite
The study isolates the effect of harnesses versus models in agentic coding systems using a contamination-controlled private benchmark, finding no consistent advantage for vendor-native harnesses with variations in cost and performance across tasks.
favorite Agentic Coding Harness
The author compares several agentic coding harnesses (Codex CLI, Claude Code, Gemini CLI, OpenCode, Pi) and finds Pi the leanest and best for local models, praising its simplicity and compatibility with Qwen 27B-MXFP8.