EML Advantage LabEML_ADVANTAGE_LAB_PASSA8.1 holdoutA8.2 candidatesA8.3 trialsA8.4 controlsA8.5 depthA9 guardsA9.2 decisionsA11.1 holdoutsA11.2 stabilityA11.3 builder feedbackbounded comparisongeneral superiority: falsecompiler correctness: false

EML Advantage Lab

Compare EML-native and standard representations across compression, runtime, stability, lowering, proof, and search evidence.

Packets
9
EML wins
1
Mixed
3
Standard wins
4
Research-only
1
Holdout retained
9
Controls passed
3
Discovery candidates
12
Candidate trials
3
Negative controls
5
Blocked deep trees
3
Guard rules
6
Guard decisions
6
Mock holdouts
6
Protected samples
20
Builder citations
2
current finding

This run does not say EML wins everywhere. It shows the useful terrain: scoped identities and symbolic-search structures are promising, while several runtime and stability cases still favor standard or protected math.

eml_win: 1mixed: 3research_only: 1standard_win: 4
A8.3 candidate trials

The first queue items have moved from ranked candidates into bounded trials. One proof-shape lane is supported, one identity lane stays mixed, and one runtime anti-example confirms standard math should win.

Proof-shape supported
1
Mixed identity
1
Standard runtime win
1
Blocked
0
CandidateTrialClassAxisProfilesInterpretation
safe_log_domain_lift_v0safe_log_domain_lift_trial_v0eml_proof_shape_supportedproof_shape3Trial supports the bounded proof-shape claim: exp(theta) produces positive internal log-domain coordinates on all profiles.
ln_from_eml_boundary_v0ln_from_eml_boundary_trial_v0mixed_identity_supportedproof_shape3Trial supports the identity/teaching lane, while standard log remains the runtime form.
expm1_runtime_anti_example_v1expm1_runtime_antiexample_trial_v1standard_runtime_win_confirmednegative_control3Trial confirms the expected anti-example: protected expm1 beats raw exp(x)-1 near zero.
A9.1 / A9.2 guard decision view

Guard fixtures now run through a deterministic analyzer. This is still review infrastructure, not compiler behavior.

Fixtures
6
Decisions
6
Decision matches
6
Rule matches
6
Compiler changed
false
FixtureDecisionLoweringRulesMatchedReason
proof_shape_subtraction_boundary_fixture_v0allow_proof_shapenoneprefer_eml_for_proof_shape_v0, require_positive_log_domain_guard_v0yesProof-shape use is allowed because domain guards are explicit.
near_zero_expm1_fixture_v0recommend_protected_loweringexpm1(x)lower_expm1_near_zero_v0yesProtected expm1 is required near zero.
softplus_logaddexp_fixture_v0recommend_protected_loweringlogaddexp(a,b)lower_logaddexp_softplus_v0yesProtected logaddexp-style lowering is required.
missing_log_domain_guard_fixture_v0block_missing_domain_guardnonerequire_positive_log_domain_guard_v0yesLog-domain use has no positive-domain guard.
deep_tree_depth_12_fixture_v0block_unstable_deep_treenoneblock_unstable_deep_tree_v0yesDeep EML tree needs holdout evidence before runtime/public surfacing.
advantage_claim_without_packets_fixture_v0block_claim_until_evidencenonerequire_trial_packet_before_advantage_claim_v0yesAdvantage claim is missing trial/control packets.
A11.1 mock compiler holdouts

Holdout expression packets now exercise the mock compiler decision layer outside the seed set. This is still a reviewer artifact, not real compiler behavior.

Holdouts
6
Protected lowerings
2
Blocked
2
Proof-shape only
2
Compiler changed
false
ProgramGuardMock compilerRuntime targetRules
deep_fold_holdout_v0block_unstable_deep_treeblocked_requires_evidencenoneblock_unstable_deep_tree_v0
expm1_near_zero_holdout_v0recommend_protected_loweringprotected_runtime_loweringexpm1-style protected loweringlower_expm1_near_zero_v0, prefer_protected_runtime_lowering_v0
gaussian_reuse_holdout_v0allow_proof_shapeproof_shape_onlynoneprefer_eml_for_proof_shape_v0
logsumexp_three_holdout_v0recommend_protected_loweringprotected_runtime_loweringlogaddexp-style protected loweringlower_logaddexp_softplus_v0, require_positive_log_domain_guard_v0
raw_eml_domain_holdout_v0block_missing_domain_guardblocked_requires_evidencenonerequire_positive_log_domain_guard_v0
subtraction_boundary_holdout_v0allow_proof_shapeproof_shape_onlynoneprefer_eml_for_proof_shape_v0, subtraction_boundary_guarded_v0
A11.2 protected lowering stability

Protected lowering recommendations now have deterministic numeric edge-grid evidence. This records stability behavior only; speed and compiler-correctness claims stay blocked.

Cases
2
Samples
20
Protected better
15
Protected no worse
20
Naive non-finite
4
Runtime claim
false
CaseLoweringSamplesBetterNo worseNaive non-finiteMax protected error
expm1_near_zeroexpm1-style protected lowering11101109.916668055535714e-21
logsumexp_edge_gridlogaddexp-style protected lowering95942.283404899549497e-14
A11.3 builder export feedback

Builder-style exports now cite A11.2 when a protected lowering is recommended. The citation supports stability evidence only; speed and compiler claims remain blocked.

Drafts
2
Protected drafts
2
Evidence citations
2
All cite A11.2
true
Runtime claim
false
ProgramDecisionLoweringEvidence
softplus_pair_v0recommend_protected_loweringlogaddexp-style protected loweringeml-a11-2-protected-lowering-benchmark/logsumexp_edge_grid
expm1_near_zero_holdout_v0recommend_protected_loweringexpm1-style protected loweringeml-a11-2-protected-lowering-benchmark/expm1_near_zero
A8.5 deep-tree holdout

Depth is the practical stress point. This holdout blocks unstable trees, confirms protected runtime lowering where needed, and prevents deep EML trees from becoming public advantage claims without evidence.

Deep-tree packets
5
Max depth
12
Blocked
3
Standard wins
1
EML structure wins
0
CaseDepthClassProfiles
deep_expm1_chain_near_zero_v08standard_runtime_win3
deep_expm1_chain_wide_v05blocked_unstable_deep_tree3
nested_ln_from_eml_positive_v06mixed_identity_supported3
subtraction_boundary_chain_v06blocked_unstable_deep_tree3
unstable_deep_tree_negative_control_v012blocked_unstable_deep_tree3
A9 compiler guard rules

A9 turns the lab evidence into conservative compiler/runtime policy. These are rule packets only; compiler behavior is not changed here.

Rules
6
Fixture-ready
5
Compiler changed
false
Rules complete
false
RuleClassStatusTriggerAction
prefer_eml_for_proof_shape_v0proof_shape_preferenceready_for_compiler_fixturecandidate axis is proof_shape or generator_identity and domain guards are explicitallow EML representation for proof/search/teaching surfaces; do not infer runtime win
lower_expm1_near_zero_v0protected_runtime_loweringready_for_compiler_fixtureexpression shape exp(x)-1 or eml(x,e) with near-zero runtime profilelower runtime code to protected expm1; keep EML only as boundary/proof notation
lower_logaddexp_softplus_v0protected_runtime_loweringready_for_compiler_fixtureexpression shape ln(exp(a)+exp(b)) or softplus/log-sum-explower runtime code to protected logaddexp/softplus implementation
require_positive_log_domain_guard_v0domain_guardready_for_compiler_fixtureany EML lowering introduces log(y), ln(y), or y argument interpreted as logarithmic domainrequire positive-domain obligation or log-domain lift before surfacing claim
block_unstable_deep_tree_v0deep_tree_blockready_for_compiler_fixtureEML tree depth exceeds holdout-backed depth or finite/error metrics are missingblock public advantage claims and require deep-tree holdout packet before runtime lowering
require_trial_packet_before_advantage_claim_v0claim_gatedocumentation_rule_onlyany artifact attempts an EML advantage, runtime, compiler, or public Atlas claimrequire candidate packet, holdout/trial packet, negative-control check, and reviewer decision
A8.4 negative-control discipline

The lab keeps explicit cases where EML should lose or remain blocked. These controls prevent the scoreboard from turning into a one-way promotion surface.

Controls
5
Confirmed
4
Next holdout
1
Exhaustive
false
ControlClassExpectedEvidenceReason
expm1_runtime_anti_example_v1protected_runtimestandardconfirmedProtected expm1 beats raw exp(x)-1 near zero.
logaddexp_negative_control_v0protected_runtimestandardconfirmedProtected logaddexp-style runtime remains the expected stable lowering.
gaussian_bumps_negative_control_v0non_eml_structurestandardconfirmedGaussian bumps are intentionally not an EML-native advantage case.
arbitrary_polynomial_negative_control_v0non_eml_structurestandardconfirmedArbitrary polynomial structure should not be rebranded as an EML moat.
unstable_deep_tree_negative_control_v0unstable_deep_treeblockedregistered_for_next_holdoutDeep EML trees can amplify finite-precision and domain failures; this must be tested before any depth-scaling claim.
A8.2 discovery queue

The queue turns the holdout result into new EML-native candidates to test next. These are private candidates, not public claims.

needs_machlib_witness: 7needs_math_review: 1needs_symbolic_search: 1ready_for_advantage_lab: 3
CandidateFamilyAxisQueueScoreWhy
safe_log_domain_lift_v0proof_shapeproof_shapeneeds_machlib_witness48Turns unsafe raw coordinates into positive internal coordinates with a simple obligation.
ln_from_eml_boundary_v0generator_identityproof_shapeneeds_machlib_witness46Tests whether nested EML generation has proof/teaching value despite worse runtime form.
constants_zero_one_e_v0generator_identityteaching_clarityneeds_machlib_witness40Shows constants as EML boundary coordinates rather than separate primitives.
bose_fermi_maxwell_triad_v0boundary_lensteaching_clarityneeds_machlib_witness38Unifies three statistical-mechanics denominators as y-boundary shifts.
euler_null_boundary_v0boundary_lensteaching_clarityneeds_machlib_witness38Frames Euler identity as an EML null coordinate.
psi_residual_two_term_template_v0symbolic_searchsearch_complexityneeds_symbolic_search38Tests whether adding a second EML zero term improves structure recovery at low complexity.
q_integer_ratio_v0boundary_lensteaching_clarityneeds_machlib_witness38Tests a compact EML boundary representation of q-integers.
prime_signature_log_recovery_v1signature_coordinatesignature_coordinateneeds_machlib_witness37Separates runtime log from signature-coordinate analysis for number-theory lenses.
A8.1 holdout layer

The holdout benchmark reruns the initial labels on shifted, edge, and stress profiles, then checks negative controls where EML should not win.

Holdout packets
12
Retained
9
Weakened
0
Blocked
0
Negative controls
3
CaseSourceHoldoutConfidenceProfiles
exp_from_eml_v0eml_wineml_win_replicatedretained3
subtraction_boundary_v0standard_winstandard_win_replicatedretained3
bose_boundary_expm1_v0standard_winstandard_win_replicatedretained3
ln_from_eml_v0mixedmixed_replicatedretained3
softplus_pair_v0standard_winstandard_win_replicatedretained3
sigmoid_derivative_v0standard_winstandard_win_replicatedretained3
gaussian_energy_v0mixedmixed_replicatedretained3
prime_signature_log_recovery_v0mixedmixed_replicatedretained3
psi_residual_template_v0research_onlyresearch_only_retainedretained1
gaussian_bumps_negative_control_v0negative_controlstandard_win_replicatedcontrol_pass1
arbitrary_polynomial_negative_control_v0negative_controlstandard_win_replicatedcontrol_pass1
logaddexp_negative_control_v0negative_controlstandard_win_replicatedcontrol_pass1
advantage packets
CaseClassCompressionRuntimeStabilityLoweringProofClarity
exp_from_eml_v0eml_winsame_surface_countstandard_faster_localsimilar_or_mixedlower_to_hybridscoped_certificate_presenteml_generator_identity
gaussian_energy_v0mixedstandard_smaller_surfacestandard_faster_localsimilar_or_mixedlower_to_standardproof_obligations_openstandard_runtime_clarity
ln_from_eml_v0mixedstandard_smaller_surfacestandard_faster_localsimilar_or_mixedlower_to_standardscoped_certificate_presenteml_boundary_identity
prime_signature_log_recovery_v0mixedstandard_smaller_surfacenot_benchmarkedidentity_numeric_match_but_standard_simplerlower_to_standardproof_obligations_openeml_signature_lens
bose_boundary_expm1_v0standard_winsame_surface_countstandard_faster_localstandard_more_stablelower_to_standardscoped_certificate_presenteml_boundary_identity
sigmoid_derivative_v0standard_winstandard_smaller_surfaceeml_faster_localstandard_more_stablelower_to_standardproof_obligations_openstandard_runtime_clarity
softplus_pair_v0standard_winstandard_smaller_surfacestandard_faster_localstandard_more_stablelower_to_standardproof_obligations_openstandard_runtime_clarity
subtraction_boundary_v0standard_winstandard_smaller_surfacestandard_faster_localstandard_more_stablelower_to_standardscoped_certificate_presenteml_boundary_identity
psi_residual_template_v0research_onlyeml_smaller_templatenot_runtime_fixturenot_finite_precision_fixtureresearch_onlynot_a_proof_fixtureeml_search_lens
eml_winatlas_exact_identity

exp_from_eml_v0

EML
eml(x, 1)
Standard
exp(x)
  • No general EML superiority claim.
  • No public performance or savings claim.
  • No compiler correctness claim.
mixedforge_efrog_fixture

gaussian_energy_v0

EML
exp(-(x * x)) + exp(-(x * x))
Standard
2 * exp(-(x * x))
  • No general EML superiority claim.
  • No public performance or savings claim.
  • No compiler correctness claim.
mixedatlas_exact_identity

ln_from_eml_v0

EML
eml(1, eml(eml(1, y), 1))
Standard
ln(y)
  • No general EML superiority claim.
  • No public performance or savings claim.
  • No compiler correctness claim.
mixedprime_signature_identity

prime_signature_log_recovery_v0

EML
eml(sigma(x), 1), sigma(x)=ln(ln(x))
Standard
ln(x)
  • No general EML superiority claim.
  • No public performance or savings claim.
  • No compiler correctness claim.
standard_winstatistical_boundary

bose_boundary_expm1_v0

EML
eml(x, e)
Standard
expm1(x)
  • No general EML superiority claim.
  • No public performance or savings claim.
  • No compiler correctness claim.
standard_winsigmoid_logistic

sigmoid_derivative_v0

EML
(1 / (1 + exp(-x))) * (1 - (1 / (1 + exp(-x))))
Standard
stable_sigmoid(x) * (1 - stable_sigmoid(x))
  • No general EML superiority claim.
  • No public performance or savings claim.
  • No compiler correctness claim.
standard_winsoftplus_logsumexp

softplus_pair_v0

EML
ln(exp(a) + exp(b))
Standard
logaddexp(a, b)
  • No general EML superiority claim.
  • No public performance or savings claim.
  • No compiler correctness claim.
standard_winatlas_exact_identity

subtraction_boundary_v0

EML
eml(ln(v), exp(u))
Standard
v - u
  • No general EML superiority claim.
  • No public performance or savings claim.
  • No compiler correctness claim.
research_onlysymbolic_regression_frontier

psi_residual_template_v0

EML
-2 Re(x^(1/2+i gamma)/(1/2+i gamma))
Standard
sqrt(x) * (A cos(gamma log x) + B sin(gamma log x))
  • No general EML superiority claim.
  • No public performance or savings claim.
  • No compiler correctness claim.
non-claims
  • The EML Advantage Lab is a bounded comparison surface, not a proof system.
  • It does not claim EML is generally superior to standard mathematics.
  • It does not claim compiler correctness, theorem discovery, RH proof, zeta-zero discovery, hardware measurement, or public performance.
  • Each advantage class is local to the listed evidence and fixture.
  • A8.1 is a deterministic holdout benchmark, not proof of EML advantage.
  • A8.1 does not claim EML is generally superior to standard mathematics.
  • A8.1 does not claim compiler correctness, public performance, theorem discovery, RH proof, zeta-zero discovery, hardware measurement, or deployment.
  • Negative controls are sanity checks, not exhaustive invalidation tests.
  • A8.2 records discovery candidates only.
  • A8.2 does not test, prove, deploy, or publicly promote candidate claims.
  • A8.2 does not claim EML advantage, theorem discovery, compiler correctness, RH proof, zeta-zero discovery, or public performance.
  • A8.3 runs bounded deterministic candidate trials only.
  • A8.3 does not prove EML advantage, broad EML superiority, theorem discovery, compiler correctness, RH proof, zeta-zero discovery, runtime performance, public Atlas promotion, or deployment.
  • A8.3 confirms one runtime anti-example so standard protected math can still win.
  • A8.4 registers negative controls for reviewer discipline.
  • A8.4 does not claim the controls are exhaustive.
  • A8.4 does not prove EML advantage, broad EML superiority, theorem discovery, compiler correctness, runtime performance, public Atlas promotion, or deployment.
  • A8.5 is a deterministic deep-tree holdout, not proof of deep-tree stability.
  • A8.5 does not prove EML advantage, broad EML superiority, compiler correctness, runtime performance, theorem discovery, public Atlas promotion, or deployment.
  • Blocked deep trees are guardrail evidence, not a universal limit theorem.
  • A9 records compiler guard rules only; it does not modify compiler behavior.
  • A9 does not prove compiler correctness, EML advantage, broad EML superiority, runtime performance, theorem discovery, public Atlas promotion, or deployment.
  • A9 guard rules are conservative and incomplete until implemented and tested in compiler fixtures.
  • A9.1 records expected guard-rule fixtures only.
  • A9.1 does not change compiler behavior or implement guard analysis.
  • A9.1 does not prove compiler correctness, EML advantage, runtime performance, public Atlas promotion, or deployment.
  • A9.2 runs a deterministic fixture analyzer only.
  • A9.2 does not change compiler behavior or prove compiler correctness.
  • A9.2 does not claim production readiness, EML advantage, runtime performance, public Atlas promotion, or deployment.