Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]> Claude-Session: https://claude.ai/code/session_01DiMEE2exXHPyX3WVYmV4rA
…sh, build-verus.sh, evidence (#71) Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]> Claude-Session: https://claude.ai/code/session_01DiMEE2exXHPyX3WVYmV4rA
…esh-clone dry-run (#71)
madmax983
marked this pull request as ready for review
July 16, 2026 15:04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
Before: MTL's headline claims — the compression ratios and the admit-free proof stack — lived scattered across the README, seven design docs, and a handful of
BASELINE*.mdfiles, and a third party could not reproduce any of it from a clean checkout without reverse-engineering the repo. There was no paper and no replication kit.After: a single writeup states what MTL claims and why — with the honest negatives as first-class results — and a one-command kit regenerates every headline number and rebuilds all five proof gates from a clean clone.
The paper —
docs/paper/mtl.md(~6,500 words)Answers the day-one question: "Can a language co-designed for model tokenizers and formal verification reduce total inference cost without reducing agent reliability?" The measured answer, stated plainly:
Section map: design method (measurement-driven primitive admission, TAVDD, adversarial-review absorption) · the language · verification · the honest results arc · decision record · related work · limitations (all of them) · reproducibility.
The replication kit —
REPRODUCE.md+kit/kit/replicate.sh— the full non-Verus pipeline; regenerates every ratio and asserts it byte-identically.kit/proof-gates.sh— reviewer-runnable; builds/locates the pinned Verus, runs the 5 gates, exits non-zero if any hard gate misses its count. Usable by someone who does not trust the repo's CI.kit/build-verus.sh— the sanctioned from-source Verus + Z3 build (the GitHub release zip is 403-blocked in this environment).kit/EVIDENCE.md— captured transcripts of both observed reproductions.Reproduced in-container from a clean checkout
Every number was independently regenerated here, not merely asserted:
git clonefresh checkout: 322 tests / 0 failed, T_v0 3.72×, tier-2 3.87×/3.92×, tier-3 1.86×/1.85×, sealed 14/14, differential oracle 148/148, factorialHALT: 120; all baselines byte-identical.0.2026.07.05.49b8806+ Z3 4.12.5 from source (≈18 min, 4 cores) and reproduced all five exactly:mtl_core76,p5_universality118,p4_verus101,checker_verus116,arena_verus145, 0 errors;--no-cheatingflags exactly the twoClonestubs and nothing else.What is NOT push-button
The live-model agent trials (CSPM, pass@5, read-tax, session economics) need model access; the kit reproduces the scorer + ground truth + recorded per-attempt JSON, not the raw model outputs. This boundary is stated plainly in
REPRODUCE.md.Corrections to the record
Writing the paper surfaced five stale or internally contradictory in-repo numbers; the paper uses the current merged value for each and consolidates them in §5.6: P4 42→101, P2 stubbed→discharged (76/0), tier-3 1.90→1.86× (README vs artifact), checker 27/79→27/87, workspace tests 275→322. Fixing the stale README/spec prose itself is tracked separately in #78.
Closes #71.
Generated by Claude Code