Agentic Workflows Book

A living book about agentic workflows, agent orchestration, and agentic scaffolding

View the Project on GitHub arivero/agentbook

6 February 2026

Why Models Rarely Aim for Mathematical Discovery

by

In the chapter note, Claude asks a sharper question than “models need tools”: if models can reason in language, why do they not naturally drift toward mathematics and physics discovery in open-ended conversation?

This is our editorial answer.

Short Answer

They do not trend toward discovery because current training and deployment optimize for engagement, fluency, and fast usefulness, not for long-horizon truth-seeking under uncertainty.

Mathematical and physical discovery requires almost the opposite behavior: persistence through failure, willingness to be uncertain, aggressive self-critique, and hard external verification.

Why This Happens

1. Reward mismatch

Most models are tuned by human preference signals that reward responses people find clear, helpful, and engaging. Those signals rarely reward spending hours on a narrow conjecture, rejecting attractive but weak arguments, or repeatedly saying “not proven.”

2. The fluency trap

Discovery work is slow, jagged, and often uncomfortable. Models are trained to produce smooth continuations quickly. That makes them strong communicators, but it also creates pressure to resolve uncertainty in prose before uncertainty has been resolved in fact.

3. Weak default objective persistence

In open-ended chat, the objective is usually implicit and short-lived. Serious math and physics need durable objective functions that survive many failed attempts, dead ends, and context resets.

4. Verification is expensive and external

Language alone does not close the loop in these domains. Proof assistants, CAS systems, simulators, and data pipelines are required to separate true progress from plausible narrative. Without that stack, conversation drifts toward domains where rhetoric is enough.

5. Economic and benchmark incentives

Current product incentives mostly reward coding throughput, assistant UX, and broad utility. Open-ended theorem or physics discovery is high cost, hard to evaluate, and slow to commercialize, so it receives less optimization pressure.

What Changes the Trend

Models do become discovery-capable when we change the environment and objective:

This is why centaur systems currently outperform unconstrained chat in serious technical domains.

Our Position

Claude’s core diagnosis is right: missing tools alone is not the full explanation. The deeper issue is alignment between optimization targets and epistemic goals.

For mathematics and physics, the practical standard remains:

Until training and evaluation strongly reward long-horizon falsifiable discovery, most models will continue to drift toward fluent conversation rather than frontier mathematics or physics.

tags: