MIT researchers Fiona Y. Wang and Markus J. Buehler (Laboratory for Atomistic and Molecular Mechanics) propose a categorical framework for self-revising AI discovery systems.
> Paper: *Self-Revising Discovery Systems for Science: A Categorical Framework for Agentic Artificial Intelligence* > arXiv: arXiv:2606.01444 (2026-05-31)
Key points
- Search ≠ Discovery. Current AI science systems (ProtAgents, Sparks, SciAgents) operate inside a *fixed representation scheme*—composing known variables and tools. True discovery, as in the introductions of "force" (Newton) or "curved spacetime" (Einstein), changes the vocabulary itself: new effective variables, new admissible operators, new validator or tool types.
- Discovery regimes. A regime is a tuple \(b = (\mathcal{S}_b, \Gamma_b, V_b, L_b)\): a schema category (the "vocabulary"), operator signatures, validators/gates, and a description-length/model-selection functional (an Occam's razor).
- Typed artifact states. Knowledge is a copresheaf \(I_t: \mathcal{S}_b \to \mathbf{Set}\), with a provenance category \(\int_{\mathcal{S}_b} I_t\). Typed morphisms track compositional structure more rigorously than graph nodes-and-edges.
- Three operation types (Figure 1): | Type | Feature | Example | |---|---|---| | Retrieval | Adds artifacts already expressible in the schema | Fetching a known protein structure | | Search | Finds new paths/objects within a fixed schema | Combining existing tools into a hypothesis | | Discovery | Changes the regime that types artifacts and operators | Introducing new variables or admissible operations |
- Regime transition via left Kan extension. A schema map \(u: \mathcal{S}_b \to \mathcal{S}_{b'}\) transfers old evidence with \((\text{Lan}_u I_t)(A') = \text{colim}_{(A, f: u(A)\to A')\in(u\downarrow A')} I_t(A)\). If \(A'\) receives no morphisms from \(u\)'s image, the colimit is empty—a diagnostic "hole" signaling the system must acquire new evidence.
- Discovery residual: \(\mathcal{R}(A') = I'_{t+1}(A') \setminus \text{im}(\bar{\rho}_{A'})\)—content beyond functorial transfer, i.e., genuinely new.
- "Discovery" finally has a mathematical definition: an audited, verified regime transition with Kan-extension transfer—measurable as the bit budget needed to specify the post-transition state given transferred evidence.
- Mechanics ↔ AI mapping: state ↔ artifact state, load ↔ evidence pressure, response ↔ model revision, instability ↔ mechanism failure, constitutive closure ↔ regime transition—a rigorous structural analogy, not a metaphor.
- Occam's razor as a discovery mechanism: compression, not just accuracy, drives acceptance.
Builder/Breaker adversarial discovery
A Breaker selects proteins exposing current model failures; a Builder proposes symbolic DAG edits. Revisions are gated by Minimum Description Length on a shared evidence set:
A new model must "explain counterexamples well enough to pay for its extra bits." Discovery therefore includes *contraction and compression*, not just accumulation.
Case study 1: protein mechanics
The accepted symbolic law is a modal-conditioned compliance model:
with \(\alpha = -0.1332\), \(\beta = 0.2239\), \(\theta = 2.2678\). The core claim: experimental protein flexibility is controlled not by local elastic compliance alone, but by local compliance *as expressed through the slowest collective modes' participation over the contact network*.
Gate selectivity: of 388 proposals, only 25 (6.4%) were accepted. Feature removal was the highest-yield operation (mean \(\Delta L_{\text{model}} = -27.4\) bits). Across iterations, R² was non-monotonic (0.48 → 0.68 → 0.54 → 0.41) while MDL gains grew (up to +54.3 bits)—falling R² on an expanding, adversarial evidence set reflects evaluation on harder data, and monotonic R² gains would instead signal overfitting.
Case study 2: fiber network mechanics
Comparing an isotropic fiber-count descriptor (\(M_0\), rejected) against an orientation-tensor anisotropic stiffness proxy (\(M_1\), accepted) with \(\Delta\text{AIC} = 123.873782\)—an overwhelming margin. Results: nematic order parameter \(S = 0.673115\), principal axis 47.877581°, stiffness \(E = 119.4\) kPa, linear stress–strain fit \(R^2 = 0.999989\). The orientation tensor, principal axis, and gating records constitute the discovery residual beyond simple transfer.
Why it matters
Limitations and open problems
Implementation falls short of fully software-enforced machinery categories; stochasticity would require Kleisli categories or probability monads; Kan-extension audits are currently post-hoc, not real-time. Open questions include: convergence conditions for transferred artifact sequences, *scaling laws for discovery* (regime-enlargement rate rather than in-regime performance), verification tooling for agentic loops, learning the schema category \(\mathcal{S}_b\) and length functional \(L_b\) from scientific corpora, and typed multicategory/operadic regimes learned from trajectories, tool signatures, and provenance.
> Discovery is not an accelerated form of search. It is a meta-operation on search—it changes the search space itself.
Reference: Fiona Y. Wang and Markus J. Buehler. *Self-Revising Discovery Systems for Science: A Categorical Framework for Agentic Artificial Intelligence.* arXiv:2606.01444, 2026.