Agent stack build plans · oh-my-pi · 1 of 5

What you get

After the switch, you get a terminal agent that feels like Claude Code — sessions, subagents, plan mode, MCP, skills — where every category of work is billed to the model you chose for it. omp names those categories roles: default for normal turns, smol for subagent fan-out, slow for deep reasoning, plan for plan mode, commit for commit messages. Assign a model to each role once, in one file, and the routing happens on every turn without you thinking about it.

Play with a week of agent work

The simulator below is a toy with honest proportions, not a quote: it prices a typical week of turns in relative units, using rough public price ratios between model tiers (a frontier flagship ≈ 25× a small fast model per token; local ≈ 0 marginal cost). Your mix will differ — that’s what the slider is for.

Fan-out-heavy week? 120 subagent calls

Unit = the cost of one average frontier-priced turn. Ratios are illustrative (25:1 frontier:small, local free); plug your own providers’ prices into omp-stats for the real number.

The pattern the simulator makes obvious: fan-out and boilerplate dominate turn count, not difficulty. Routing exists because the 25× price gap between tiers is mostly being spent on work that never needed the expensive model.

Disagree? Pin a note on it →