The Agent Harness Is Where the Money Actually Goes

TrueFoundry just shipped TrueForge, an open-source agent harness it markets, almost breathlessly, as the vendor-neutral rival to Claude Managed Agents. The headline number is a 50% cut in agent operating costs. I'd take that with the salt you'd expect from a launch-day benchmark - though, to their credit, the company points at DevRev's public Enterprise-Bench and ships a reproducible benchmark/ folder in the repo rather than just waving its hands over a slide deck. The genuinely interesting part is buried under the pricing talk: where TrueForge actually sits in your stack, and what that position buys you once agents stop being laptop toys and start living inside customer-facing products.

An agent harness is the runtime that turns a raw model into something that does work: it runs the loop, calls MCP tools, manages context, sandboxes execution, and holds the session state. Claude Managed Agents gives you all of that, but only with Anthropic's models on Anthropic's infrastructure. TrueForge runs the same loop against any provider - OpenAI, Anthropic, Gemini, or any OpenAI-compatible endpoint - and routes every call through its own AI Gateway so budgets, rate limits, and guardrails live on your side of the fence. It ships as MIT-licensed code you can run locally with SQLite or host on Postgres plus Redis via Docker Compose or Helm. The repo already has a couple thousand stars and a steady commit cadence, so this is real software, not a press-release vaporware slide.

Source article image
Source image 1

Here's the part worth sitting with. The CEO's framing in The New Stack interview is blunt: a provider selling you a million tokens for fifty dollars has zero incentive to tell you the same job could run on a model that charges fifty cents. The harness decides which model handles which part of the plan, when an MCP server gets called, and what context

Source article image
Source image 2
survives - so whoever owns it owns the cost curve and the security boundary. That's not a small detail. It means the interesting layer of agentic AI is no longer the model; it's the orchestration plane around it, and enterprises are going to want that plane to be something they can read, fork, and point at their own hardware.

None of this makes Anthropic a villain. Claude Managed Agents is still the fastest way to get a working agent in front of a customer, and TrueForge happily treats Anthropic as a first-class provider - its own marketing leans on "any model," not "no Claude." The shift is that "managed" no longer has to mean "walled garden," and that the cost of switching between providers stops being an architecture rewrite. I'm curious how this lands with people actually running agents in production: when you own the harness, do you end up routing different tasks to different models on cost - or does it just become one more layer of config to babysit?

Comments

Popular posts from this blog

AI Is Starting to Feel Less Like a Gadget and More Like Infrastructure

When Two AI Bots Finally Learned to Talk in Discord

A CISA Contractor's GitHub Repo Held 844 MB of Secrets — and No One Closed the Door