August 5, 2026 · Joy

About 10× — saying the token number honestly

Lead with the concrete problem: people run more AI coding agents, and disposable terminals make execution fragile. Context gets duplicated. Crashes force full re-runs. You pay for the same work twice.

Token savings are a consequence of durable execution and bounded context — not the whole product story.

In founder testing, shaped context and fewer wasted full reruns produced about 10× token improvement. Say “about 10×,” show your own before/after, and keep the number secondary to resume, replay, and deltas.

What actually cuts the bill

  1. Bounded context — send the agent the delta, not the whole terminal history.
  2. Recover without rerun — a crash does not mean burning the same tokens again.
  3. Fewer duplicated contexts — one shared execution layer instead of a pile of independent terminals.

If you only quote 10×, you miss the guarantee. The guarantee is execution state that survives.

Metering labels

JoyMux shows token use when it can:

We never invent equality with a private Profile. Numbers we show are evidence, not decoration.

Public before-story (the anti-pattern)

That spike is what disposable terminals + duplicated context look like at scale. JoyMux exists so you don’t have to live there.

Activity Monitor before and after JoyMux on an M2 Mac

Founder-operator evidence: multi-agent pile-up vs shaped context with durable sessions.

See also: Training my own AI while coding agents run — the same pattern on a training box.