The EML Advantage Lab

The current Monogate research question is no longer:

Does EML win everywhere?

It does not.

The better question is:

Where does EML help, where does standard math win, and which claim is still blocked?

That is what the EML Advantage Lab tracks.

The developer-facing surface lives at:

https://monogate.dev/explorer/eml-advantage

This note is the research record for what that surface currently means.

First Result

The first Advantage Lab scoreboard has nine packets:

EML wins:       1
standard wins:  4
mixed:          3
research-only:  1

That is the right shape for a serious research instrument. It does not turn EML into a slogan. It lets EML lose when protected numerical code is better.

Current interpretation:

What Survived

The clearest EML win so far is exp_from_eml_v0:

eml(x, 1) = exp(x)

That is not a runtime speed claim. It is a generator-identity and proof-shape win: a small EML form cleanly maps to a named MachLib witness and a bounded Atlas claim.

Mixed cases include:

These are useful as lenses, packet shapes, or teaching/search coordinates, but not currently better runtime implementations.

Standard/protected wins include:

Negative Controls Matter

The lab includes negative controls because otherwise it would become a promotion machine.

Confirmed controls include:

The deep-tree holdout is especially important. It found no EML-structure win under the current depth-stress set and blocked three unstable trees. That does not weaken the project; it makes the project harder to fool.

Guarded Lowering

The next engineering move was not to change a compiler. It was to write down guard rules:

Those rules now feed the packet builder and mock compiler-decision layer on monogate.dev. They are not production compiler behavior.

The PySR Reality Check

The first private PySR run did not show a robust EML grammar advantage on the prime-residual fixture.

That is useful.

It means the research claim has to become sharper:

Can a refined EML grammar recover specific structures with lower complexity
under pre-registered controls and holdouts?

not:

EML is universally better for symbolic regression.

Non-Claims

The Advantage Lab does not claim:

It is a bounded research ledger.

Why This Matters

The lab changes Monogate from “look at this beautiful operator” into a reviewable research machine:

idea
  -> packet
  -> holdout
  -> negative control
  -> guard decision
  -> proof obligation or protected lowering
  -> public claim boundary

That is the current shape of the project.

The goal is not to force every computation through EML. The goal is to learn which computations become more inspectable, teachable, searchable, or formalizable when EML is the native grammar.

React