Model Releases
New open-source agent harness just landed! I got early access to TrueForge by TrueFoundry and have been running it locally for the past few …
New open-source agent harness just landed! I got early access to TrueForge by TrueFoundry and have been running it locally for the past few days. The harness layer deserves as much attention as the mo
New open-source agent harness just landed! I got early access to TrueForge by TrueFoundry and have been running it locally for the past few days. The harness layer deserves as much attention as the model, and open source matters here because you can inspect the loop, run it on your own infrastructure, and swap to the latest or cheaper models. TrueForge handles the runtime work that makes an agent reliable. It drives the tool-calling loop, manages context, coordinates subagents, and executes code in a sandbox, with any model you choose. Every tool call re-sends the growing context to the model, so in practice the harness controls most of what an agent costs to run. A few things stood out from my testing and their published benchmarks. Vendor-Neutral by design. It runs OpenAI, Anthropic, and Google models alongside open-weight models like Kimi, GLM, and DeepSeek. Model routing is a setting, and you can send each task to the model that fits it. On a 14-task enterprise agent benchmark, it matched the accuracy of Claude Managed Agents running the same Opus 4.8 model at roughly 30% lower cost per run (3.8M tokens vs 10M for the same answers). Routing the same tasks to GLM-5.2 held accuracy and brought cost down by about 75%, around 3 per run instead of 12. Fully self-hosted and Open Source (MIT License). I had it running locally with one command, with sandboxed code execution working out of the box. It's time to own your agent harness. Thanks to @truefoundry for partnering on this post. Media
Related
- Harness choice is a big deal. So much room to advance and improve results across the board with agent harnesses. Great paper highlighting th…
- // The Harness Effect // (bookmark it) Now more that ever pay very close attention to the orchestration harness and its effect on costs and …
- Prime Agent - a new coding harness surpassing Codex/CC/PI
- // HeavySkill // One of the cleaner takes on agentic harness design I've read. They argue that what actually drives agent harness performanc…
- If you hand-tune agent harnesses, this one is worth your time. AutoDesign puts the harness itself inside the optimization loop. A meta-harne…
Source: DAIR.AI (X) | 2026-08-19