AI
AI Agents Just Split Into Thinkers and Judges, and the Judges Cost a Fraction of a Cent
Enterprise AI has been paying a quiet tax, and this week a name was put on the receipt. Every AI agent workflow is full of small decisions where language adds nothing. Is this a billing question or a technical one. Does this retrieved document actually answer the user. Which model should handle this task. For years the industry answered those binary questions by firing up a full scale language model, waiting seconds for paragraphs of text, and keeping only the verdict at the end. Aurora Mobile's GPTBots.ai just announced it is done paying that tax.
The company said Tuesday it has integrated Jev, the System One decision model from TypeSafe AI, into its enterprise agent platform, building what it calls an architecture with two layers, one that thinks and one that judges. Jev launched September 15 with unusual discipline. It skips text generation entirely. It takes in unstructured state and returns typed probabilistic decisions in one parallel pass, Choice for picking among options, Score for rating against a rubric, or a straight binary judgment, each answer carrying a calibrated confidence score.
The published numbers explain the rush. TypeSafe lists Jev at $0.042 per million input tokens with output free, reports end to end responses of 70 to 500 milliseconds against 3 to 329 seconds for frontier models on comparable decision tasks, and claims a zero percent structured output error rate where some frontier models hit 45.5 percent. Independent builders have been stress testing those claims since launch. One widely read review found user reported speedups landing softer than the headline figures, with a median around 7 times faster, while still confirming the core value. A model that returns a clean typed judgment in under half a second changes what developers can afford to check routinely.
GPTBots.ai is putting the decision layer to work in three places it already operated. Its automatic model router evaluates each incoming query and picks the best matched model before the task starts, now with calibrated speed. Its dynamic top K filtering trims irrelevant chunks out of retrieval results before they reach the language model, scoring each chunk's relevance as a probability, which trims both hallucination and token waste. And its intent classifier routes conversations to the right business branch, with high confidence cases moving automatically and uncertain ones escalating to a stronger model or a human agent.
Chris Lo, Founder and CEO of GPTBots.ai, put the economics plainly. “We already had the building blocks, model routing, dynamic retrieval, intent classification,” he said. “What Jev gives us is a dedicated decision engine that handles these judgments at a speed and cost point that changes the economics of the entire pipeline. Instead of paying for a full LLM call on every routing decision, we now pay a fraction of a cent per judgment, and get calibrated confidence scores to boot.”
The deeper shift is architectural. Software is learning to spend its expensive thinking only where thinking is needed, and to let cheap judgment handle everything else. Vercel, Cloudflare, LangChain, and Langfuse all integrated Jev within days of its release, which suggests the two layer pattern is becoming the default shape of serious agent stacks. For anyone building with AI, the question to bring to the next planning meeting is a good one. Which of your model's words is your customer actually paying for, and which are just the receipt.
Quick answers
What is this story about?
Enterprise AI has been paying a quiet tax, and this week a name was put on the receipt. Every AI agent workflow is full of small decisions where language adds nothing. Is this a billing question or a technical one. Does this retrieved document actually answer the user. Which model should handle this task. For years the industry answered those binary questions by firing up a full scale language model, waiting seconds for paragraphs of text, and keeping only the verdict at the end. Aurora Mobile's GPTBots.ai just announced it is done paying that tax.
Why does this story matter?
The deeper shift is architectural. Software is learning to spend its expensive thinking only where thinking is needed, and to let cheap judgment handle everything else. Vercel, Cloudflare, LangChain, and Langfuse all integrated Jev within days of its release, which suggests the two layer pattern is becoming the default shape of serious agent stacks. For anyone building with AI, the question to bring to the next planning meeting is a good one. Which of your model's words is your customer actually paying for, and which are just the receipt.
Sources
- GlobeNewswire on the GPTBots.ai integration
- Independent review of Jev's launch claims
- ActionBox review of Jev benchmarks
New to crypto? Read the crypto glossary, browse frequent questions, read our story, or explore the story archive.