TrueFoundry's MIT licensed toolkit runs the multi step workflow around AI models, claiming 50% lower operating cost — but the savings are the vendor's own figure.
TrueFoundry released TrueForge on August 19 as a self-hosted, MIT-licensed alternative to Anthropic's Claude Managed Agents, the hosted agent service Anthropic moved into public beta on April 8.
The product targets the software layer that turns a single instruction into a multi-step AI task — it plans the steps, calls the configured models, executes against connected tools, and decides when to stop for a human. TrueFoundry frames TrueForge as the open-source counterpart to that managed service, and claims the switch cuts total agent operating cost by 50%.
That 50% figure is the company's own framing, not an independent benchmark. The supporting mechanism is concrete: TrueForge loads only the tools a task actually needs. Co-founder and CEO Nikunj Bajaj cited MCP servers exposing up to 2,000 tool definitions as the case that forced the design. A deterministic-first posture handles repeatable steps directly, leaving the model to reason only where needed.
Deployment is intentionally light: a single process with SQLite for local work, or Postgres and Redis with Docker Compose or Helm for shared use. Kubernetes and GPUs are not required.
The trade-off is clear. Enterprises get cost control and data residency, but they also take on the orchestration, security, and reliability work a managed vendor would otherwise handle.