Dirac
Open-source coding agent that crushed TerminalBench-2 at 64.8% lower cost
The Panel's Take
Dirac is an open-source AI coding agent built by Dirac Delta Labs that shot to the top of TerminalBench-2 with a 65.2% score using Gemini Flash — while costing 64.8% less than competing agents. Forked from Cline and rebuilt with a performance-first architecture, it handles file modifications, multi-file refactoring, terminal commands, and browser automation through an approval-based workflow. What sets Dirac apart is its technical substrate: hash-anchored edits replace fragile line-number targeting with stable content hashes, AST-native processing understands language structure for TypeScript, Python, and C++, and multi-file batching reduces LLM roundtrips by processing several files per call. The result is a leaner context that preserves model reasoning quality without burning through tokens. Available as both a VS Code extension and an npm CLI, Dirac supports Anthropic, OpenAI, Google, Groq, and Mistral as backends. Its Apache 2.0 license and strong TerminalBench showing on the affordable Gemini Flash model make it a compelling pick for developers who want production-grade coding assistance without the per-token bill shock.
Share this verdict
Dirac verdict: SHIP 🚀 3 ships · 1 skip from the expert panel Full review: shiporskip.io/tool/dirac-oss-coding-agent-terminalBench-2-gemini-flash-2026
Weekly AI Tool Verdicts
Get the next verdict in your inbox
7 critics review a new AI tool every day. Weekly digest — free.
Compare Dirac with Others
Embed this verdict
Tool makers can add a live ShipOrSkip badge to their site. Badge loads track impressions; clicks route back to this review.
<a href="https://shiporskip.io/api/badge-click/dirac-oss-coding-agent-terminalBench-2-gemini-flash-2026" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/dirac-oss-coding-agent-terminalBench-2-gemini-flash-2026" alt="Dirac Ship verdict on ShipOrSkip" width="360" height="90" /></a>[](https://shiporskip.io/api/badge-click/dirac-oss-coding-agent-terminalBench-2-gemini-flash-2026)<iframe src="https://shiporskip.io/embed/dirac-oss-coding-agent-terminalBench-2-gemini-flash-2026" title="Dirac ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>The reviews
“Topping TerminalBench-2 while being 64.8% cheaper is the kind of benchmark that actually matters to developers. The hash-anchored editing and AST-native approach fix the two most annoying failure modes of existing coding agents — wrong line edits and syntax-blind refactors.”
“It's a Cline fork with smart optimizations — not a ground-up rethink. TerminalBench-2 scores are reproducible only if you're running similar tasks; complex real-world codebases may tell a different story. Also, requiring your own API key still means real money.”
“The race to build the cheapest, most accurate coding agent is the real infrastructure play of 2026. Dirac's multi-provider support and lean context model are exactly the primitives that make agentic coding deployable at scale — not just on powerful machines.”
“The VS Code extension makes it approachable for designers who code. Approval-based workflows mean it won't silently rewrite your carefully named CSS classes. Worth trying if you've been burned by agents that act first and apologize later.”