flmnt → economics

Every project gets more expensive to remember. Yours doesn't have to.

Analysts forecast that AI coding costs will outgrow developer salaries, and a named driver is bloated context windows — history re-sent on every call. Budget-bounded retrieval is how we take that cost off the table: your agent gets the part of your history that matters for the task, so the cost of remembering stays flat as the project grows.

How much that's worth depends on one thing: how much history your project has accumulated. Here's how to tell which case you're in.

Scope

The same tool has three different economic stories.

Which one applies to you depends on one number: how much project history you have accumulated. Not lines of code, not team size — the size of the record an agent would otherwise need to read.

Regime 1 · up to 50,000 tokens

Small project

difference is a wash

Below 50,000 tokens of accumulated history, the dollar difference is a wash. What holds at any size is currency: your agents work from what you decided, and the record survives every session.

Regime 2 · 50,000 up to the context window

Established project

a real, modest saving

Once the history is larger than what you'd want to send on every call, you start paying repeatedly to re-send things the agent doesn't need for the task in front of it. You stop paying to re-send your project's history, and the cost of remembering stays flat as the project grows.

Regime 3 · past the context window

Past the window

a different question

When your history outgrows the context window, pasting it in stops being an option at any price. This is no longer an efficiency argument — it is the point where the alternative approach stops working. Our own project's record is around 645,000 tokens, roughly three times a 200,000-token window.

The claim

Remembering stops getting more expensive as the project grows.

~4%of the project's history delivered to the agent on a typical query — the part that matters for the task at hand
90–99%history avoided: the share of the record not delivered, measured as tokens delivered over total record size
cost per queryagent accuracyaccumulated project history →context window · not sendable
cost, re-sending the recordcheap
cost, budget-boundedflat
agent accuracy, no recordhigh

Re-sending the whole record is cheap and the agent is accurate. At this size there is nothing to fix.

Illustrative shape, not measured values. The measured figures are above, and on the benchmark with the method.

Two things happen as a project accumulates history, and they pull in opposite directions. The cost of re-sending the record climbs — slowly at first, then steeply. At the same time the agent gets less accurate, because a fuller context is a worse context: it contradicts decisions you already changed and repeats fixes that already failed. Budget-bounded retrieval starts higher, because retrieval has a floor cost that re-sending a short record doesn't have. The two cost lines cross at 50,000 tokens of history; past that point one keeps climbing and the other doesn't, and past the context window the record cannot be sent at all.

Method

How these numbers are produced, and what they exclude.

History avoidedthe ratio
Tokens of record delivered to the agent, divided by the total size of the record, measured across the benchmark packs. It is a measure of retrieval, not of spend.
Task contextexcluded, deliberately
The code, the files, the prompt and the tool output are identical either way, so they cancel out of the comparison. The ratio measures only the variable being tested.
The 50,000-token thresholda standing ruling
The measured point below which the dollar difference stops being material. It scopes where the cost argument applies; the currency and accuracy arguments apply at any size.

SourcesThe forecast that AI coding costs will surpass average developer salaries, and bloated context windows as a driver, are Gartner's. The finding that committed context files tend to reduce task success while adding measurable inference cost comes from published research on instruction adherence. Both are linked on the benchmark page.

Sizing it for your project

Tell us how much history you have. We'll show you the numbers for it.

Your record's size decides the argument. We'd rather run it against your project than a generic one.