Why the Best AI Systems Don’t Just Remember, They Rehearse Under Pressure

Mark Erdmann

Hatched by Mark Erdmann

Apr 24, 2026

10 min read

84%

0

The real breakthrough is not bigger context, it is better judgment

What if the most important skill for AI is not reading more, but thinking more deliberately under uncertainty?

That question sounds almost backwards in an era obsessed with longer context windows, larger models, and ever-expanding memory. Yet two seemingly distant domains point to the same uncomfortable conclusion. In one, a small model becomes dramatically better at hard mathematical problems by using Monte Carlo Tree Self-refine, a method that forces it to explore, revise, and retry rather than merely answer once. In the other, teams building AI for finance lose faith in long context windows and instead rely on LLMs as judges, tightly scoped evaluation loops, and the recognition that datasets often outlive models by a wide margin.

The shared lesson is deeper than optimization. The frontier is shifting from models that merely contain information to systems that can exercise judgment. And judgment is not a bigger bucket of context. Judgment is a process: propose, test, criticize, revise, and decide.

The decisive advantage is no longer how much the model can see at once. It is how reliably the system can improve its own answer before anyone trusts it.

This reframes AI engineering in a powerful way. The question is not, “How do we make the model smarter in one shot?” The question is, “How do we design an environment in which the model becomes more reliable after multiple rounds of structured pressure?”

Why long context is a seductive trap

Long context windows feel like obvious progress because they mimic human intuition about memory: if the model can see everything, surely it will understand more. But in practice, large context often becomes a theater of recall, not a guarantee of reasoning. More information can help, yet it can also create new failure modes: distraction, weak salience ranking, shallow pattern matching over deep analysis, and an illusion of completeness.

Think about a junior analyst who receives a 200 page packet before a decision meeting. The problem is not that the analyst lacks access. The problem is that access alone does not produce a good conclusion. They still need to identify what matters, check assumptions, and defend a position against alternatives. The same is true for models. More tokens do not automatically translate into better decisions, because the core bottleneck is not storage. It is selection under pressure.

This is why a system built around long context can feel impressive while still being fragile. It is like giving a chess player a larger table to hold more boards, but never teaching them to calculate variations. The board space grows, but the quality of thought does not necessarily improve.

In finance, that distinction matters even more. High stakes workflows do not merely require recall of prior documents. They require that the system know when a detail matters, when it is noise, and when two pieces of information conflict. The value is not in reading everything. The value is in knowing what to do with what was read.


The hidden commonality between math proof search and financial judgment

At first glance, olympiad math and investment workflows seem unrelated. One is a realm of elegant proofs and adversarial problem solving. The other is a world of messy data, uncertain markets, and operational decision support. But both domains punish the same mistake: single pass confidence.

A hard math problem cannot be reliably solved by one unexamined guess. A serious financial analysis cannot be trusted because a model produced a fluent paragraph. In both cases, the task is too complex for a one step answer to be stable. What works better is a process that resembles expert reasoning: generate candidates, probe weaknesses, compare alternatives, and choose after deliberation.

That is what makes methods like Monte Carlo Tree Self-refine so interesting. They do not simply ask the model to answer. They ask it to search. The system samples pathways, revises them, and explores branches that might otherwise be ignored. In effect, it turns a language model from a generator into a provisional thinker.

Finance systems increasingly do something similar, even if the jargon differs. They may use LLMs to judge outputs, score relevance, detect hallucinations, compare drafts, or validate whether an analysis meets a domain standard. This is not a cosmetic add on. It is a structural change. The model is no longer the final authority. It becomes part of an evaluation loop.

That loop is the real breakthrough. A model that can produce an answer is useful. A system that can interrogate its own answer is transformative.

High stakes AI does not reward elegance of output. It rewards the ability to manufacture and then survive criticism.

This also explains why anthropomorphizing models is not just philosophically sloppy, it is operationally dangerous. If you imagine the model as a little person in a box, you will expect it to have stable beliefs, intentions, and insight. But the more useful mental model is a machine for generating plausible candidates that becomes valuable only when surrounded by the right checks, judges, and revision mechanisms.

A better mental model: AI as a rehearsal engine, not a memory machine

The most useful frame is not “LLMs know things.” It is “LLMs rehearse possibilities.”

Rehearsal is a better metaphor because it captures both capability and limitation. An actor rehearses a scene repeatedly, each time testing pacing, emphasis, and response to interruption. The rehearsal is not the performance, but it makes the performance more trustworthy. The same can be true for AI. A model can draft, branch, critique, and revise until the system converges on something robust enough to use.

This is particularly important because the half-life of a dataset can be much longer than the half-life of a finetuned model. That sounds counterintuitive until you realize what it means operationally. Data, once curated, can remain useful as a durable asset. A finetuned model, by contrast, can become stale quickly as the world changes, the task shifts, or the workflow evolves. If you overinvest in a static model identity, you build on sand. If you invest in a reusable data and evaluation stack, you build an engine.

This is one reason long context can disappoint. It treats the challenge as one of accumulating more raw material into the model’s temporary workspace. But many business problems are not solved by memory expansion. They are solved by reliable orchestration of evidence. The winning architecture is often not “stuff more in.” It is “decide what matters, judge the output, and keep the feedback loop tight.”

Imagine a legal team preparing a memo. They do not want a system that indiscriminately ingests everything in the firm’s archives. They want a system that can retrieve the right precedent, generate a draft, critique whether the logic is sound, and flag whether citations are actually on point. The benefit comes from the interaction between retrieval, generation, and judgment, not from context size alone.

That interaction is also why small models can punch above their weight. If you give a modest model a strong search procedure, disciplined evaluation, and iterative refinement, you often get more than you would from a bigger model that is asked to answer once and stop. Intelligence becomes less about raw scale and more about decision architecture.


The new unit of value is the loop

Once you see AI as rehearsal plus judgment, a new design principle emerges: the most important artifact is not the model, but the loop around the model.

A good loop has four parts:

  1. Proposal: the model generates candidate answers, plans, or interpretations.
  2. Critique: a judge, rubric, or secondary pass checks the proposal against standards.
  3. Revision: the system uses critique to improve the candidate.
  4. Selection: the best surviving option is promoted to action.

This structure is powerful because each stage compensates for a different weakness. Proposal creates breadth. Critique prevents self-deception. Revision improves quality. Selection creates accountability.

In math, this looks like exploring multiple proof paths rather than committing too early to the first elegant idea. In finance, it looks like comparing an analysis against policy rules, risk constraints, and factual consistency before showing it to a user. In both settings, the system becomes less like a novelist and more like a committee with a very demanding chair.

The interesting part is that this loop changes the economics of AI. If the loop is strong, you can often use smaller, cheaper models for parts of the process that would otherwise require much larger ones. You do not need the model to be perfect at the first attempt, because the system is designed to turn imperfection into a resource.

That is a profound shift. The goal is no longer to eliminate error at the model level. The goal is to contain error at the system level, then use iteration to move toward correctness.

The best AI products may not be the ones with the smartest single response. They may be the ones with the most trustworthy path to a final response.

This also changes how teams should evaluate progress. Instead of asking, “Did the model answer correctly on the first try?” ask, “How often does the system converge to a reliable answer after a bounded number of attempts?” That is a much more realistic measure of real world usefulness.

What this means for builders: optimize for epistemic resilience

If you are building AI for serious work, the priority is not just capability. It is epistemic resilience, the ability of a system to stay reliable when the task is ambiguous, the data is noisy, and the first answer is wrong.

A few practical implications follow.

First, treat judges as first class infrastructure. A judge can be another model, a rubric, a rule engine, or a hybrid. The important thing is not the form, but the function: it must reward correctness, penalize unsupported claims, and make quality visible. In high stakes domains, a good judge is worth more than a larger context window because it changes the system’s incentives.

Second, invest in dataset durability over model fetishism. If your data, labels, and evaluation tasks are stable and carefully maintained, they become a compounding asset. A model can be swapped, upgraded, or reduced in size. The durable edge lives in the task definition, the feedback signals, and the benchmarks that actually reflect business reality.

Third, build for search, not just generation. If a task is hard enough that humans would benefit from sketching alternatives, the model probably should too. That might mean tree search, multiple drafts, self critique, or cross checking with a verifier. The important move is to stop treating the first pass as sacred.

Fourth, resist the temptation to interpret models as agents with human style understanding. Anthropomorphism leads teams to misread failure. A model that sounds confident is not a model that knows. A system that is explicit about uncertainty, revision, and validation is far more trustworthy than one that merely sounds fluent.

Finally, measure whether your system improves with structured pressure. Can it perform better when asked to explain itself? Can it correct itself after receiving a critique? Can it identify conflicting evidence and reconcile it? These are not cosmetic features. They are signs that your system is becoming more useful in the kinds of settings where mistakes are expensive.

Key Takeaways

  • Stop treating long context as the main path to intelligence. More memory helps only if the system knows how to filter, judge, and revise what it sees.
  • Design AI as a loop, not a single output. Proposal, critique, revision, and selection are often more valuable than one fluent answer.
  • Prefer durable data and evaluation assets over model identity. Models age quickly, but well curated data and robust judges compound over time.
  • Use search when the task is uncertain. If humans would explore alternatives before deciding, your AI should too.
  • Measure convergence, not just first try accuracy. The real question is whether the system gets reliably better under scrutiny.

The future belongs to systems that can be questioned

The deepest connection between mathematical proof search and financial AI is not that both use language models. It is that both reward structured doubt. Hard problems do not yield to confidence alone. They yield to systems that can generate options, test them, and survive criticism.

That is why the most important AI breakthrough may not be better memory. It may be better self examination.

In that sense, the future of AI is less about building machines that know everything, and more about building machines that know how to arrive at something trustworthy. Once you see that, a long context window starts to look less like the answer and more like a distraction from the real game.

The real game is not remembering more. It is learning how to think under pressure, repeatedly, until the answer deserves to be believed.

Sources

← Back to Library

Hatch New Ideas with Glasp AI 🐣

Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)

Start Hatching 🐣