A new system, DDRSR (Deep Divide and Reduce in Symbolic Regression), replaces AI Feynman, the best known prior system for rediscovering equations from data, with proof driven decomposition — a more constrained but provably grounded method that
A table of numbers arrives, and a piece of software reads it the way a physicist might: it proposes an equation. The subfield of machine learning that does this is called symbolic regression, and for most of the last decade its most prominent system, AI Feynman, has worked by being willing to try millions of candidate expressions before settling on one. A new preprint posted to arXiv in August, Deep Divide-and-Reduce in Symbolic Regression, or DDRSR (arXiv:2608.02628), argues the field can do better by replacing that brute-force search with proof-driven decomposition.
AI Feynman, introduced by Udrescu and colleagues in 2019 (arXiv:1905.11481) and later published in PLOS ONE, broke each candidate equation into smaller sub-expressions and then tested them. That shortcut made the method tractable, but the authors of DDRSR identify two recurring failures: the simplification step that AI Feynman uses to clean up a candidate expression only works on a narrow class of equations, and the search over sub-structures remains computationally expensive enough to limit practical use. In other words, the system can get the right answer in principle, but it often does so by being paid to look very hard.
DDRSR's answer is to reorganize the work. Instead of generating candidates and testing them, it tries to derive a candidate's structure from the mathematical properties of the data (symmetry, separability, and other invariants) and to prove, in a limited but formal sense, that the decomposition covers the space the problem lives in. The authors claim three consequences: a broader class of expressions can be decomposed, the system no longer depends on brute-force sub-structure search, and the result is provably correct on a wider set of inputs. For a working scientist, the value of an equation-discovery tool is not that it found something plausible but that it can be defended.
The abstract reports broad advantages on decomposition and regression tasks, but the numbers are missing. The paper is a preprint, not peer-reviewed, and the authors flag that applicable scenarios and inherent limitations are discussed in the body but not in the abstract. There is no demonstrated downstream physics, biology, or materials-science result; the system is presented as a methodological contribution, not as a discovery.
Symbolic regression has long suffered from evaluations that confuse fitting with discovery: a model that recovers a known equation from a clean synthetic dataset has not yet shown it can propose a new one. AI Feynman's contribution was to bring real mathematical structure into the loop. DDRSR's contribution, if the proofs hold up under peer review, is to make that structure load-bearing rather than ornamental. The next test is not a benchmark; it is whether a working scientist can hand the system a noisy experimental dataset and trust the equation it returns.
The field's standard benchmarks, mostly built from synthetic Feynman-style equations, reward systems that recover a known answer cleanly. They do not measure how a method fails on real data, how it scales when the search space grows, or whether the proofs behind a candidate method actually cover the cases the benchmark hits. A method that promises provable coverage is only as useful as the test that asks it to defend the coverage. DDRSR's first audience is likely the small set of ML-for-science researchers who already know that a curve-fit leaderboard is not a discovery leaderboard.
If proof-driven decomposition really does widen what equation-discovery AI can handle, the field will need benchmarks that measure coverage and reliability, not just curve-fit accuracy on synthetic data. Until then, DDRSR is best read as a theoretical argument: a quieter change than a benchmark win, and a more useful one for any field that has to defend every coefficient in the equations it publishes.