Learns Who To Ask
One workspace, many AI models. Agent Forge picks the right one for each job — and every result it sees makes the next pick better.
Choosing which model handles a job is the whole problem. Agent Forge makes that call three ways — and only the first one is obvious. Each one below is written twice: plainly, then with the actual mechanism, because “we route intelligently” is a claim and the code underneath it is the evidence.
Before anything runs, every model you have connected gets ranked on what it can do, whether it is healthy right now, how close it is to a rate limit, and how fast it has been answering.
Every call is scored on how it actually turned out, and those scores decide who gets the next similar job. A model that botched this kind of work before gets passed over. Most routers pick on what a model claims it can do; this one picks on what it has already done here.
Before risky work runs, three reviewers look at it at the same time: one argues for building it, one for protecting what already works, one for tearing it down. They advise — they never decide; the orchestrator makes the call. Three independent reads catch what a single pass misses, and they run on a small model rather than your best one — so the check costs a fraction of the work it protects.
In most tools, an “agent” is a block of instructions in a YAML file and a framework that passes it to a model. Agent Forge has nineteen of those — but they are templates, not the roster. At dispatch the orchestrator builds a specific worker from them for one subtask, and if none of the nineteen fits the job, it writes a new specialist, checks it, and loads it while the turn is still running.
Six stages. Not every request needs all of them — simple questions take the short path.
This is the running workspace. Everything above is describing what you are looking at here.
Want to move around in it rather than look at a picture? Take the interactive tour → — it runs on sample data, no account needed.
An agent that quietly gives up and returns something plausible is worse than one that stops. These are real stop messages from the running system — each says what happened, what it did about it, and the exact words to type to carry on.
Start with the architecture, follow a workflow, inspect runtime options, or walk through the interface. Each destination has its own purpose.
Routing, Karma evidence, Trimurti review, memory, observability, and the request lifecycle.
Open Platform WorkflowsChat, projects, files, agent subtasks, structured data, traces, approvals, and ratings.
Open Workflows Models & ComputeCloud providers, optional Ollama, logical core slots, wider pools, and user-controlled GPU runtimes.
Open Models Guided TourAn interactive walkthrough of the Agent Forge application shell with clearly illustrative sample data.
Start TourThe tour runs on sample data. For the live system, I will walk you through it myself.
Agent Forge is running in production today. I am happy to show it to you on a call — the real system, on real work, not a slide deck.
Self-serve accounts are not open yet, so this is a conversation rather than a signup. Tell me what you are trying to build and I will show you the part that matters to you.