52%
follow along on your phonetools.prashamhtrivedi.app · join

What if I told you 52% is the floor, not the average?

The receipt
MCPLEX · TOKEN RECEIPT
bundle: posthog · vaatchitra · memory

POSTHOG · 1 tool0
VAATCHITRA · 6 tools0
MEMORY · 14 tools0

UPFRONT CTX (JSON)0
CODEMODE (TS)0

YOU SAVE0%

* before the first question is asked

PostHog already collapsed ~100 tools into one — and its one schema is still 6,656 tokens.

Rent doesn't die. It moves. 52% was June's floor — today the receipt reads 88.

Who's asking

I'm a solo consultant. Claude is effectively my staff.

This talk is my staff's salary negotiation.

prashamhtrivedi.inthe consultant in question
Why tool calling is expensive · 1 of 2

Rent: schemas ship on every message

github
posthog
linear
slack
drive
memory
calendar
you
7 servers ≈ 67,000 tokens of schema — before you type a word your actual question and it ships again on every message
Why tool calling is expensive · 2 of 2

Tax: every call is a full round trip

You've all seen a World Cup match. Tiki-taka — hundreds of passes. Now route every pass through the manager on the sideline. That's tool calling: each pass a full inference round trip, rent riding along.

MGR
every pass, via the manager
The shift

The agent writes a program instead

Before · one round trip per call
> call posthog.query        ↩ 2,340 tok
> call posthog.query        ↩ 1,872 tok
> call memory.find          ↩ 3,405 tok
> call memory.get           ↩ 2,911 tok
  … ×14 — every byte through context
After · one code block
> code {
    const usage = posthog.query(…)
    const notes = memory.find(…)
    return assess(usage, notes)
  }                          ↩ 212 tok

Your model can code. Why bloat the context?

MCPlex is the bundler I built out of necessity: point your servers at one bundle, and the bundle speaks codemode.

/prasham/bundles/analytics/mcp-code → 1 tool: code
Live · one question, three strangers

Demo time!!!

That integration was

Written.
Used once.
Thrown away.

Nobody scoped it, nobody maintains it, nobody will migrate it next year.

For the solopreneurs

Cost per decision, not cost per token

Tinytriage · the default
Smalleveryday work
Mid-sizereal reasoning
Frontierhigh-stakes only

Any model, any agent. Escalate deliberately, and most days the bill rounds to free.

52%  was the floor

Your agent doesn't need more tools. It needs a compiler and fewer meetings.

mcplex.prashamhtrivedi.appbundle yours, see your own %
Speaker notes ·

←→ slides  N notes  B back-pocket