T.M. GundersonA 27B-parameter model is directing GPT-5.5 to do the heavy lifting. That's not a glitch — it's the blueprint. Here's how SMBs should think about agent hierarchy.
Most people assume the biggest, most expensive AI model should be in charge. It's the smartest one, right?
Not how it works anymore.
Inherent Labs built a 27-billion-parameter "scientist" model that directs GPT-5.5 Codex — a model many times larger — to handle implementation. The small model is the boss. The big model is the worker.
This isn't a curiosity. It's the architecture that's going to make AI affordable for small businesses. Here's why.
Think about how a real company works:
Your AI agent system should work the same way:
The coordinator runs 24/7 at near-zero cost. The specialist only spins up when there's real work to do.
If you route every task through your most expensive model, you're paying premium rates for work a smaller model could handle 90% of. That's like having your CFO stuff envelopes.
Consider a typical day at a 12-person accounting firm:
| Task | Model Needed | Cost per Task |
|---|---|---|
| Triage incoming emails | Small/fast | ~$0.001 |
| Categorize and route documents | Small/fast | ~$0.002 |
| Draft client response | Large/capable | ~$0.05 |
| Flag urgent items | Small/fast | ~$0.001 |
| Generate monthly report | Large/capable | ~$0.08 |
Route everything through the big model and you'd spend ~$0.13 × 200 tasks = $26/day.
Use the org chart pattern and you spend roughly $4/day for the same output.
That's $660/month saved — with zero quality loss on the tasks that matter.
Use a fast, cheap model for routing and triage. Good options:
The coordinator doesn't need to be creative. It needs to be reliable at classification — "Is this urgent? Does this need a human? Which agent should handle it?"
Write clear rules for when the coordinator escalates:
IF email contains "invoice" OR "billing" → route to billing agent
IF email contains "urgent" OR "asap" → escalate to human
IF confidence on routing < 80% → flag for review
OTHERWISE → draft a response and queue for approval
These rules become your AI org chart. They're the job descriptions for your digital employees.
When the big model fires, give it one job and good context. Don't ask it to triage, draft, and format in one call. That's what wastes tokens.
Instead:
The coordinator can also review specialist output before it goes out. A second pass with a cheap model catches:
This costs almost nothing and prevents expensive mistakes.
A property management company running 47 units used this architecture to handle tenant communications:
The era of "just use the biggest model for everything" is over. The companies getting real ROI from AI are building hierarchies, not relying on single models.
Your AI system should look like your org chart — a cheap, tireless coordinator at the top, expensive specialists activated only when needed, and clear handoff rules between them.
The small model runs the big one. That's not a bug. It's the whole point.
SMB Scale Up helps small businesses build AI agent systems that actually work — without the enterprise price tag.