TrueFoundry が MIT ライセンスの AI エージェントハネス「TrueForge」を公開
本文の状態
日本語全文を表示中
詳細モードで約16分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
VentureBeat AI
TrueFoundry はコスト削減を目指すオープンソース AI エージェントハネス「TrueForge」を MIT ライセンスで公開し、Claude Managed Agents より 30-75% 安価と主張。
AI深層分析を開く2026年8月20日 09:41
AI深層分析
キーポイント
大幅なコスト削減の実証
TrueFoundry によると、GLM-5.2 モデルを TrueForge で使用した際のタスク完了コストは、Anthropic の Claude Managed Agents を使用した場合と比較して最大 75%($2.90 vs $11.80)削減された。
ベンダー中立なオープンソース実装
TrueForge は MIT ライセンスで GitHub に公開され、開発者が任意の AI モデルを選択し、フォークや修正、セルフホスティングを可能にするため、特定のクラウドプロバイダに依存しない運用が可能になる。
AI Gateway との連携戦略
同社は TrueForge を単独製品としてではなく、モデルや MCP アクセスを統制する有料「AI Gateway」の下層レイヤーとして位置付け、全てのトラフィックがゲートウェイを経由することを想定している。
開発者向け柔軟なデプロイメント
開発者は SQLite を使用したローカル環境で単一コマンドから開始し、Postgres や Redis を用いた Docker Compose または Helm による共有デプロイへと移行できる柔軟な構成を提供する。
コンテキスト管理によるコスト削減
TrueForge は必要な時にのみ MCP ツールスキーマを読み込み、大規模な結果をファイルに保存するなどしてコンテキストの無駄を削減する。このアーキテクチャにより、モデルの使用料を直接的に減らすことが可能となる。
重要な引用
"It is not a replacement. People will use this alongside other harnesses, like the cloud-managed ones or the commercial-provider-managed ones, but this will serve as a way for people to use them in a vendor-neutral way and also at a lower cost."
"You have an ability where you bring in agents and MCPs — can we also get something where you can actually launch these managed agents? I think that is the need we are satisfying."
TrueForge's architecture centers on context engineering — controlling how much information gets sent back into the model on every step of an agent run.
The core agent loop remains on the TrueForge server; a sandbox is provisioned as a tool only when the agent needs to execute code or work with files.
編集コメントを表示
編集コメント
TrueFoundry が公開した TrueForge は、AI エージェント運用におけるコストと柔軟性の課題に対する具体的な解決策を示す。特にベンダー中立性を重視する企業にとって、既存のクラウド管理型サービスに代わる有力な選択肢となり得る。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
また新しい AI エージェントハッチがリリースされた。
今回は、AI エージェントの普及に伴う企業の課題解決を目指すものだ。開発者がエージェントやツールをより細かく制御できるよう支援し、同時にコスト削減を実現する。
2021 年に元 Meta のエンジニアらが共同設立したサンフランシスコの B2B マシンラーニング企業 TrueFoundry は、その独自ハッチ「TrueForge」を MIT ライセンスの下で GitHub に公開した。これにより、開発者やその親企業が好きな AI モデルと組み合わせて使用でき、フォークや修正も可能だ。さらに自社ホスティングや商用製品への組み込みも自由に行える。
同社はブログ記事で、TrueForge をオープンソースの LLM「GLM-5.2」と組み合わせ、DevRev の Enterprise-Bench で 14 タスクのうち 11 タスクを成功裏に完了させた事例を紹介している。CRM、課題管理、ドキュメント管理システムにまたがる多段階ツール使用テストにおいて、Anthropic の Claude Managed Agents ハッチ(Claude Opus 4.8 搭載)で同様の結果を得るよりもコストが 75% 安かったという。具体的には、TrueForge が 2.90 ドルだったのに対し、Claude Managed Agents は 11.80 ドルかかった。
同じモデル(Opus 4.8)を各ハッチで使用した場合でも、TrueFoundry は TrueForge の方が Claude Managed Agents よりも約 30% コスト削減できると主張している。金額はそれぞれ 8.50 ドル対 11.80 ドルだ。
なぜ TrueFoundry は、これほど効率的なハッチを無料で提供しているのか?
「多くの顧客からそのような要望をいただいています」と、TrueFoundry の共同創設者兼 COO である Anuraag Gutgutia 氏は VentureBeat との独占インタビューで語りました。「エージェントや MCP を導入する機能はすでにお持ちですが、実際に管理されたエージェントを起動できる仕組みも欲しい。それが私たちが満たそうとしているニーズです。これは既存のものを置き換えるものではなく、クラウド管理型や商用プロバイダー管理型のハーンスなどと共に併用されるものです。このソリューションは、ベンダーに依存しない形で利用しつつ、コストを抑えられる手段を提供するものです。」
実際、TrueFoundry はすでに企業向けに「AI Gateway」を有料で提供しており、モデルや MCP へのアクセス、認証情報、権限、予算管理、観測性を一元制御しています。これに対し TrueForge が担うのは、そのゲートウェイの上流にある処理です。つまり、モデルが繰り返し推論を行い、ツールを呼び出し、結果を受け取ってタスク完了まで作業を継続するループを管理します。
企業開発者にとっての具体的なメリットは、SQLite を使った単一コマンドでローカル環境から始められる点にあります。その後、Postgres と Redis を用いた Docker Compose または Helm による共有デプロイへ、同じエージェントハーンスを移行できます。
TrueFoundry は明確に警告しています。このローカル設定は開発者のマシン上での利用を意図したものであり、インターネット公開される本番環境サービスとして使用すべきではないと。
Gutgutia 氏は、最終的には自社の AI Gateway が、企業が選択するあらゆるエージェントやハーンスの下に位置する共通レイヤーとなることを目指していると述べています。
「当社のハネスを利用する企業群が、管理型エージェントの立ち上げに採用していくことになるでしょう」と彼は述べました。一方で、他社は引き続き Claude や他のオープンソースハネス、あるいは社内システムを使い続けるかもしれません。「しかし、すべてのトラフィックは依然として当社のゲートウェイを通過すべきです」。
コンテキスト管理こそが、TrueForge が無駄を削減しようとする領域です。
TrueForge のアーキテクチャの中心は「コンテキストエンジニアリング」、つまりエージェントの実行ステップごとにモデルに送信される情報の量を制御することにあります。
具体的には、MCP ツールのスキーマが必要になるまで読み込みを遅らせること、孤立したタスクをサブエージェントに委任すること、ツール結果が巨大になりすぎた場合はアクティブなコンテキストウィンドウに詰め込むのではなくファイルとして移動させること、構造化された結果はコードを通じて処理すること、そして長時間実行される会話を自動的に圧縮することが挙げられます。
ドキュメントでは、デフォルトの圧縮閾値を 50,000 トークンに設定していますが、これはエージェントごとに変更可能です。
TrueForge はまた、ランタイムがエージェントの実行中ずっと隔離環境内に留めるのとは異なり、サンドボックスを扱います。コアとなるエージェントループは TrueForge サーバー上に維持され、エージェントがコードを実行したりファイルと作業を行ったりする必要がある場合にのみ、ツールとしてサンドボックスがプロビジョニングされます。TrueFoundry によれば、これにより不要な計算リソースの削減が可能となり、1 つのサーバーでより多くのエージェントを並列実行できるようになるとのことです。
同社はこれらの選択が、直接的にモデル利用コストの削減につながると主張しています。
TrueForge が Claude Managed Agents やその他の主要なオーケストレーションハネスと比較される点
TrueFoundry TrueForge:企業向けデプロイメントを想定した汎用生産環境用エージェントハネス。
DeepSeek Harness:オープンソースのエージェントハネスで、現在は開発者プレビュー段階です。
OpenAI Codex CLI:主にソフトウェアエンジニアリングのワークフローに特化したコーディング指向型エージェントハネス。
LangChain Deep Agents:LangGraph を基盤とした汎用エージェントハネス。
Anthropic Claude Managed Agents:Anthropic が運営する、フルマネージド型の生産環境用エージェントランタイム。
ライセンス
TrueFoundry TrueForge:MIT。
DeepSeek Harness:MIT。
OpenAI Codex CLI:Apache 2.0。
LangChain Deep Agents:MIT。
Anthropic Claude Managed Agents:プロプライエタリ(専用)。
価格
TrueFoundry TrueForge:ハネス自体はオープンソースで無料です。ただし、モデル利用やサンドボックス、インフラコストは別途発生します。また、同社のプラットフォームを通じてオプションの商用ガバナンスレイヤーも提供しています。
DeepSeek Harness:ハネス利用料は不要です。ユーザーは使用するモデルプロバイダーとインフラに対して個別に支払いを行います。
OpenAI Codex CLI:CLI はオープンソースですが、基盤となるモデルや API、サブスクリプション費用は別途発生します。OpenAI によると開発者あたり月額 100〜200 ドル程度を想定していますが、実際の利用料金は選択するモデルによって大きく変動します。
LangChain Deep Agents:オープンソースで、モデルおよびインフラコストは別途です。LangSmith を通じてオプションの商用サービスも提供しています。
Anthropic Claude Managed Agents:消費された Claude トークンに加え、実行セッション時間あたり 0.08 ドルがかかります。ランタイムの使用量はミリ秒単位で計測されます。
モデルの柔軟性
TrueFoundry TrueForge はベンダーに依存しない設計で、ユーザーが持つモデル(BYOM)をサポートすることを前提としています。
DeepSeek Harness は複数のプロバイダに対応しており、DeepSeek モデルに限定されません。
OpenAI Codex CLI では、OpenAI 互換サービスやローカルモデルのオプションを含む、設定可能な推論エンドポイントを利用できます。
LangChain Deep Agents は LangChain エコシステムを通じて広範なマルチプロバイダー対応を実現しています。
Anthropic Claude Managed Agents は Claude に特化したソリューションです。
デプロイメント
TrueFoundry TrueForge は SQLite を使った単一プロセスとしてローカルで実行でき、Postgres と Redis を用いた Docker Compose または Helm による本番環境への移行も可能です。
DeepSeek Harness はローカルまたはセルフホストでの運用を想定して設計されています。
OpenAI Codex CLI は主にローカル CLI 体験を提供し、OpenAI がホストする Codex プロダクトやサービスとも連携します。
LangChain Deep Agents はセルフホスト可能で、LangChain や LangSmith のインフラを通じてデプロイすることもできます。
Anthropic Claude Managed Agents では、ランタイムとインフラの管理を Anthropic が担当します。
主要機能
TrueFoundry TrueForge は、MCP とツールのオーケストレーション、サブエージェント、人間の承認チェックポイント、永続セッション、コンテキスト圧縮、大規模結果のオフロード、コードモード、生成 UI、トレーシング、そしてツールとしてのサンドボックスアーキテクチャを備えています。
DeepSeek Harness は、プラグイン可能なモデル、ツール、セッションストレージ、エージェントループに加え、サンドボックス化、権限管理、承認ゲート、スキル機能を搭載しています。
OpenAI Codex CLI:エージェントループ、リポジトリおよびファイル操作、シェル実行、MCP ツール、サンドボックス化、権限管理、承認フロー、コンテキスト管理。
LangChain Deep Agents:プランニング、サブエージェント、スキル、ファイルシステムベースのコンテキスト管理、永続メモリ、人間が関与する制御、MCP サポート、複数のサンドバックエンド対応。
Anthropic Claude Managed Agents:管理された実行環境、永続性、ツール、サンドボックス化、長時間稼働するエージェント向けのインフラストラクチャを提供。
主な違い
TrueFoundry TrueForge:最大の強みは、オープンソースでベンダーに依存しないハネスと、ローカル開発から共有プロダクションランタイムへの明確な移行経路を組み合わせ、必要に応じて TrueFoundry によるエンタープライズガバナンス層を追加できる点です。
DeepSeek Harness:深いモジュール性を重視。モデル、ツール、ストレージ、エージェントループなど、ランタイムの主要部分は交換可能なプラグインとして設計されています。
OpenAI Codex CLI:汎用的なエンタープライズエージェントサーバーではなく、ソフトウェアエンジニアリングに特化した高度に完成されたハネスとして際立っています。
LangChain Deep Agents:広範な LangChain および LangGraph エコシステムを活用し、汎用エージェント構築のための成熟したオープンソースの道筋を提供します。
Anthropic Claude Managed Agents:ランタイムを Anthropic が管理することで運用負荷を最小化しますが、その利便性と引き換えにモデルおよびプラットフォームへの結合が深くなります。
オープンソースであることが自動的にガバナンスされるわけではありません
エンタープライズ購入者にとって、最も重要な区別の一つは、TrueForge 単体と、TrueFoundry の商用 AI ゲートウェイに接続された TrueForge の違いです。
オープンソースのハネスは独立して動作できますが、組織のエンタープライズアクセスポリシーを自動的に継承するわけではありません。
「エージェントハネスのオープンソース版のみを使用している場合、適切な制御をその内部または他の内部制御システムの前方に設置する必要があります」と Gutgutia 氏は VentureBeat に語っています。
TrueFoundry のゲートウェイと組み合わせることで、エージェントはモデル、MCP サーバー、ツール、スキル、および他のエージェントに既に付与されているアイデンティティやアクセス制御を継承できるようになります。Gutgutia 氏によれば、ゲートウェイはエンタープライズ SSO、アイデンティティプロバイダー、細粒度の権限を一元的に適用する場所であり、各エージェントごとに個別に再実装する必要はないとのことです。
この区別は、プロジェクトを評価しているプラットフォームエンジニアリングチームにとって重要になるでしょう。TrueForge は無料ソフトウェアですが、その周囲にあるガバナンス層(制御プレーン)は TrueFoundry の商用機能です。
TrueFoundry によると、NetApp はハネスのベータユーザーであり、開発中に要件を提供しました。Gutgutia 氏によれば、NetApp の IT 組織では、インシデント対応やチケットの迅速なトリアージにこの技術が活用されており、内部エージェントは開発者向けのセルフサービスツールとしても公開されています。また、Automattic も初期ユーザーの一つとして挙げられています。
TrueFoundry および同社の事業に関する背景情報
TrueFoundry は 2021 年に設立され、Kubernetes ベースのモデル推論やトレーニング、インフラ管理などを含む機械学習モデルの企業向け展開と運用を支援しています。
同社の共同創業者は、それぞれ Meta と WorldQuant で勤務経験を持つニクン・バジャージ氏、アビシェック・チョウドリー氏、そしてアナラグ・グットグティア氏の 3 名です。
グットグティア氏によれば、創業者たちが共有する共通の経験とは、コストのかかるミスを防ぐために設計されたインフラや制御システムを備えた成熟した環境で働いてきたことです。彼らは、AI が大企業内で本番運用に移行していくにつれて、この考え方がますます重要になると信じています。
生成 AI がエンタープライズソフトウェアに浸透する中で、TrueFoundry は MLOps の基盤から発展し、LLM アプリケーションの管理へと領域を広げました。さらにその周辺にあるモデルやツール、エージェントの管理にも注力しています。
2025 年までに、同社は AI ゲートウェイを事業の中核に据えました。これはエンタープライズアプリケーションとモデルプロバイダーの間に位置するレイヤーで、ルーティング、認証、アクセス制御、観測可能性、予算管理、ガードレール、フェイルオーバーといった機能を担っています。
この進化を支えてきたのが、約 2,100 万ドルの外部資金です。TrueFoundry は 2025 年 2 月、インテル・キャピタルが主導し、既存投資家のエニアック・ベンチャーズや Peak XV の Surge、ジャンプ・キャピタル、そしてゴクル・ラジャラム氏やモヒト・アロン氏といったエンジェル投資家が参加する形で 1,900 万ドルのシリーズ A ラウンドを完了しました。インテル・キャピタルの発表によると、これにより総調達額は約 2,100 万ドルとなりました。
当時、TrueFoundry は顧客基盤が前年比で 4 倍に拡大し、機械学習ワークロード向けに 1,000 クラスター以上を管理していると発表しました。
その後、同社の事業は大規模なエンタープライズ AI トラフィックの処理へと重点を移しています。2026 年 1 月の VentureBeat による「TrueFailover」ローンチの報道において、同社は世界で 30 社以上の有料顧客を抱え、前年度に年間経常収益(ARR)が 150 万ドルを超えたこと、AI Gateway を通じて月間 100 億リクエスト以上を処理していることを明らかにしました。
TrueFoundry が事例として挙げた顧客や導入先には、NetApp、Siemens Healthineers、ResMed、Automation Anywhere、Nvidia、Games24x7 などがあります。Gutgutia 氏は VentureBeat のインタビューで、NetApp、Siemens、Synopsys、Automation Anywhere を含む Fortune 1000 企業との提携も明かしました。
同社は買収を通じた拡大も進めています。2026 年 6 月には、長年の MLOps ベンダーである英国の Seldon AI を買収しました。Seldon Core ソフトウェアは、本番環境でのモデル提供や推論に広く利用されています。
この買収が示す通り、TrueFoundry は従来の ML、LLM、ツール、エージェントを別々のインフラカテゴリとして扱うのではなく、共通のデプロイメントとガバナンス層の下に統合しようとしています。
TrueForge は、その戦略をエージェントランタイム自体へと拡張したものです。これまで、TrueFoundry の商業的な中核は、エンタープライズ AI ワークロードを支えるコントロールプレーンにありました。具体的には、どのユーザーやアプリケーションがどのモデルやツールにアクセスできるかを決定し、リクエストのルーティングを行い、ポリシーを適用し、コストを監視し、サービスの可用性を維持することです。
TrueForge は、エージェントが実際に実行を行うためのオープンソースランタイムを、そのレイヤーの上に提供します。Gutgutia 氏はこの関係を補完的であると説明しています。組織は TrueForge を独立して運用することも、他のエージェントハネスを引き続き利用することも可能です。一方、TrueFoundry の長期的なビジネスチャンスは、企業が選択するあらゆるエージェントの下に共通のガバナンスとインフラストラクチャを提供することにあります。
原文を表示
Another day, another new AI agent harness is released.
Only this time, it's one that aims to solve a growing enterprise problem as AI agents proliferate: enabling greater developer control of agents and tools, while reducing cost.
TrueFoundry, a San Francisco B2B machine learning startup co-founded in 2021 by former Meta engineers, has released its own custom TrueForge harness under the permissive MIT License on Github. Thus, it can be used with any of a developer (or their parent enterprise's) preferred AI models, forked, modified, self-hosted and incorporated into commercial products.
The company states in a blog post that when it used TrueForge paired with the open source GLM-5.2 LLM to successfully complete 11 of 14 tasks on DevRev’s Enterprise-Bench — testing multi-step tool use across CRM, issue tracking, and document management systems — it cost 75% less than achieving the same results with Anthropic's Claude Managed Agents harness powered by Claude Opus 4.8 ($2.90 compared to $11.80).
Using the same model in each harness, Opus 4.8, TrueFoundry still claims a cost savings of roughly 30% using TrueForge compared to Claude Managed Agents ($8.50 vs $11.80).
Why is TrueFoundry giving this powerfully efficient harness away for free?
"We’ve had this ask from a bunch of customers," said Anuraag Gutgutia, TrueFoundry’s co-founder and COO, in an exclusive interview with VentureBeat. "You have an ability where you bring in agents and MCPs — can we also get something where you can actually launch these managed agents? I think that is the need we are satisfying. It is not a replacement. People will use this alongside other harnesses, like the cloud-managed ones or the commercial-provider-managed ones, but this will serve as a way for people to use them in a vendor-neutral way and also at a lower cost.”
Indeed, TrueFoundry already offers a paid "AI Gateway" for enterprises centrally controlling model and MCP access, credentials, permissions, budgets and observability. TrueForge, by contrast, handles what happens above that gateway: the loop that lets a model repeatedly reason, call tools, receive results and continue working until a task is complete.
For enterprise developers, the practical proposition is that they can start locally with a single command and SQLite, then move the same agent harness into a shared deployment using Docker Compose or Helm with Postgres and Redis.
TrueFoundry explicitly warns that the local configuration is intended only for use on a developer’s machine, not as an internet-facing production service.
Gutgutia said the company ultimately wants its AI Gateway to become the common layer beneath whichever agents and harnesses an enterprise chooses.
“There will be a set of companies that will use our harness as the way to launch managed agents,” he said, while others may continue using Claude, other open-source harnesses or internal systems. “But all that traffic should still be flowing through our gateway.”
Context management is where TrueForge tries to cut waste
TrueForge’s architecture centers on context engineering — controlling how much information gets sent back into the model on every step of an agent run.
That includes delaying the loading of MCP tool schemas until they are needed, delegating isolated tasks to subagents, moving oversized tool results into files instead of stuffing them into the active context window, processing structured results through code, and automatically compacting long-running conversations.
The documentation sets the default compaction threshold at 50,000 tokens, though it can be changed per agent.
TrueForge also treats the sandbox differently from runtimes that keep an agent inside an isolated environment throughout its run. The core agent loop remains on the TrueForge server; a sandbox is provisioned as a tool only when the agent needs to execute code or work with files. TrueFoundry says that reduces unnecessary compute and allows a server to run more agents concurrently.
The company argues those choices directly reduce model spending.
How TrueForge compares to Claude Managed Agents and other leading orchestration harnesses
Type / focus
TrueFoundry TrueForge: General-purpose production agent harness designed for enterprise deployments.
DeepSeek Harness: Open-source agent harness, currently positioned as a developer preview.
OpenAI Codex CLI: Coding-focused agent harness designed primarily for software-engineering workflows.
LangChain Deep Agents: General-purpose agent harness built on LangGraph.
Anthropic Claude Managed Agents: Fully managed production agent runtime operated by Anthropic.
License
TrueFoundry TrueForge: MIT.
DeepSeek Harness: MIT.
OpenAI Codex CLI: Apache 2.0.
LangChain Deep Agents: MIT.
Anthropic Claude Managed Agents: Proprietary.
Price
TrueFoundry TrueForge: The open-source harness itself is free. Model, sandbox and infrastructure costs are separate. TrueFoundry also offers an optional commercial governance layer through its broader platform.
DeepSeek Harness: No harness license fee. Users separately pay for whatever model providers and infrastructure they use.
OpenAI Codex CLI: The CLI is open source. Underlying model/API or subscription costs are separate, OpenAI says around $100–$200 per developer per month, although actual spending varies substantially with model choice
LangChain Deep Agents: Open source, with model and infrastructure expenses separate. LangChain also offers optional commercial services through LangSmith.
Anthropic Claude Managed Agents: Claude tokens consumed plus $0.08 per running session-hour, with runtime metered to the millisecond.
Model flexibility
TrueFoundry TrueForge: Vendor-neutral and designed around bring-your-own-model support.
DeepSeek Harness: Multi-provider and not restricted to DeepSeek models.
OpenAI Codex CLI: Supports configurable inference endpoints, including OpenAI-compatible services and local-model options.
LangChain Deep Agents: Broad multi-provider support through the LangChain ecosystem.
Anthropic Claude Managed Agents: Claude-centric.
Deployment
TrueFoundry TrueForge: Can run locally as a single process with SQLite, then move into a production deployment using Docker Compose or Helm with Postgres and Redis.
DeepSeek Harness: Designed for local or self-hosted operation.
OpenAI Codex CLI: Primarily a local CLI experience, alongside OpenAI-hosted Codex products and services.
LangChain Deep Agents: Can be self-hosted or deployed through LangChain and LangSmith infrastructure.
Anthropic Claude Managed Agents: Anthropic manages the runtime and infrastructure.
Key features
TrueFoundry TrueForge: MCP and tool orchestration, subagents, human approval checkpoints, persistent sessions, context compaction, large-result offloading, Code Mode, generative UI, tracing and a sandbox-as-a-tool architecture.
DeepSeek Harness: Pluggable models, tools, session storage and agent loops, along with sandboxing, permissions, approval gates and skills.
OpenAI Codex CLI: Agent loop, repository and file operations, shell execution, MCP tools, sandboxing, permissions, approvals and context management.
LangChain Deep Agents: Planning, subagents, skills, filesystem-based context management, persistent memory, human-in-the-loop controls, MCP support and multiple sandbox backends.
Anthropic Claude Managed Agents: Managed execution environments, persistence, tools, sandboxing and infrastructure for long-running agents.
Key differentiator
TrueFoundry TrueForge: Its strongest distinction is the combination of an open-source, vendor-neutral harness with a clear path from local development to a shared production runtime, plus an optional enterprise governance plane through TrueFoundry.
DeepSeek Harness: Emphasizes deep modularity. Major parts of the runtime, including models, tools, storage and the agent loop, are designed to be replaceable plugins.
OpenAI Codex CLI: Stands out as a highly developed software-engineering-specific harness rather than a general-purpose enterprise agent server.
LangChain Deep Agents: Benefits from the broader LangChain and LangGraph ecosystem and offers a mature open-source path for building general-purpose agents.
Anthropic Claude Managed Agents: Minimizes operational burden by having Anthropic manage the runtime, but trades that convenience for tighter model and platform coupling.
Open source does not automatically mean governed
For enterprise buyers, one of the most important distinctions is between TrueForge by itself and TrueForge connected to TrueFoundry’s commercial AI Gateway.
The open-source harness can run independently. But it does not magically inherit an organization’s enterprise access policies on its own.
“If you are using just the open source version of our agent harness, yes, you will need to put the right controls therein or in front of some other internal control system,” Gutgutia told VentureBeat.
When paired with TrueFoundry’s gateway, the company says agents can inherit the identities and access controls already attached to models, MCP servers, tools, skills and other agents. Gutgutia described the gateway as the place where enterprise SSO, identity providers and granular permissions can be centrally enforced rather than reimplemented separately for every agent.
That distinction is likely to be important for platform engineering teams evaluating the project. TrueForge is free software; TrueFoundry’s governance layer is the commercial control plane around it.
TrueFoundry says NetApp was a beta user of the harness and contributed requirements during development. Gutgutia said NetApp’s IT organization has used the technology for incident response and faster ticket triage, while also exposing internal agents as self-service tools for developers. He also identified Automattic as an early user.
Background on TrueFoundry and its business to date
TrueFoundry was founded in 2021 to help enterprises deploy and operate machine-learning models, including Kubernetes-based model serving, training and infrastructure management.
Its three co-founders — Nikunj Bajaj, Abhishek Choudhary and Anuraag Gutgutia — previously worked at Meta and WorldQuant, respectively.
Gutgutia said the founders' common experience was working around mature systems where infrastructure and controls were designed to prevent costly mistakes — an idea they believed would become increasingly important as AI moved into production inside large companies.
As generative AI spread through enterprise software, TrueFoundry expanded from that MLOps foundation toward managing LLM applications and, increasingly, the models, tools and agents around them.
By 2025, the company had made its AI Gateway a central part of the business: a layer sitting between enterprise applications and model providers that handles routing, authentication, access controls, observability, budgets, guardrails and failover.
That evolution has been backed by roughly $21 million in outside financing. TrueFoundry raised a $19 million Series A in February 2025 led by Intel Capital, with participation from existing investors Eniac Ventures and Peak XV's Surge, as well as Jump Capital and angel investors including Gokul Rajaram and Mohit Aron. The round brought total financing to about $21 million, according to Intel Capital's announcement.
At the time, TrueFoundry said its customer base had grown fourfold year over year and that it was managing more than 1,000 clusters for machine-learning workloads.
The business has since become increasingly oriented around large-scale enterprise AI traffic. In VentureBeat's January 2026 coverage of TrueFoundry's TrueFailover launch, the company said it had more than 30 paid customers worldwide, had exceeded $1.5 million in annual recurring revenue during the prior year and was processing more than 10 billion requests per month through its AI Gateway.
Customers and deployments cited by TrueFoundry have included NetApp, Siemens Healthineers, ResMed, Automation Anywhere, Nvidia, Games24x7 and others; Gutgutia also named NetApp, Siemens, Synopsys and Automation Anywhere among Fortune 1000 organizations working with the company in his interview with VentureBeat.
TrueFoundry has also been expanding through acquisition. In June 2026 it acquired UK-based Seldon AI, a longtime MLOps vendor whose Seldon Core software has been used for production model serving and inference.
As the acquisition shows, rather than treating traditional ML, LLMs, tools and agents as separate infrastructure categories, TrueFoundry is trying to put them behind a common deployment and governance layer.
TrueForge extends that strategy upward into the agent runtime itself. Until now, TrueFoundry's commercial center of gravity has largely been the control plane underneath enterprise AI workloads — deciding which users and applications can access which models and tools, routing requests, enforcing policy, monitoring spend and keeping services available.
TrueForge gives the company an open-source runtime above that layer where agents can actually execute. Gutgutia described the relationship as complementary: organizations can run TrueForge independently or continue using other agent harnesses, while TrueFoundry's longer-term business opportunity is to provide the common governance and infrastructure underneath whichever agents enterprises choose.
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み