Measures what is worth putting in context

You are paying for 600,000 tokens to get the value of 24,000

Teams pack the repository into the window and hope. Context Budget measures each chunk contribution to task success, prices it per token, and packs what earns its place.

No spam. One email when it is ready to try.

The problem

Context is the biggest cost lever and the one chosen entirely by guesswork

Every agent framework offers a way to stuff more into the window and none of them tell you whether it helped. So teams include everything, pay for everything, and lose quality to the noise — because a lockfile in the context is not neutral, it is a distraction with a price tag.

24x
tokens the naive packing costs versus the measured one
>90%
of measured value retained on 4% of the tokens
6 of 20
chunks contributing nothing measurable at all

The insight

This is a knapsack, and everyone is solving it by taking everything

Each chunk has a measurable contribution to task success and a known token price. That makes packing an optimisation with a correct answer, not a matter of taste. Greedy by value density gets within a hair of optimal here, and — unlike including everything — it can tell you exactly what it left out and why, which is the part that makes an engineer trust it.

Method

Per-chunk contribution measured by ablation across a task set, value-density ordering under a token budget, and an explicit dead-weight set for chunks whose measured contribution is indistinguishable from zero.

How it works

Four steps, no data science team

01
Run the ablation

Each chunk in and out across your task set, once. This is the only expensive step.

02
Price every chunk

Contribution per thousand tokens, ranked.

03
Pack to a budget

You state the budget, it states what fits and what it dropped.

04
Re-measure on change

The repository moves and so does the ranking.

Who it is for

The engineer who owns the agent and the inference bill

Teams running coding or retrieval agents at volume, where context is the dominant cost and nobody has measured what it buys.

Pricing

Free
$0
One ablation run on one repository.
  • Contribution measurement
  • Value-density ranking
  • Dead-weight report
Most common
Team
$600/mo
Continuous re-measurement with a packing API.
  • Packing API
  • Continuous re-measurement
  • Budget policies
  • Spend reporting
Scale
$2,400/mo
Self-hosted, with per-workload budgets.
  • Self-hosted
  • Per-workload budgets
  • SSO
  • Priority support

Competition

What exists, and what it does not do

WhoWhat they doThe gap
Retrieval and reranking stacksSelect chunks by semantic similarity to the query.Similarity is a proxy for usefulness and a poor one. Neither measures whether including a chunk actually changed the outcome.
Prompt cachingCuts the price of tokens you send repeatedly.Makes the wrong context cheaper rather than smaller. Complementary, not competing.
Agent frameworks with context managementCompaction, summarisation, sliding windows.Heuristics applied uniformly. None of them know which of your files actually matters.
Send everythingThe default, enabled by large windows.Expensive, and the quality cost is invisible because nobody ran the comparison.
How this fails

The ablation is expensive to run and has to be re-run as the codebase moves, which puts a real cost in front of the value — a hard sell to someone who has not yet been surprised by their bill. The larger risk is structural: context windows keep growing and per-token prices keep falling, so the problem this solves is being eroded by the market. That argues for treating it as a feature of an agent platform rather than a company, and for selling it now rather than in two years.

Market

A share of inference spend, on the same budget line as Router

Real today at high volume and shrinking as windows grow. Best paired with Router, where one relationship covers both halves of the cost question.

Measure my context

No spam. One email when it is ready to try.

Or just go look at the demo first →