A scientific-method harness for AI-driven ML training: experiment ledger, hypothesis gates, diagnostics, and data-verdict reports over MCP.
Project description
MLLoop
A scientific-method harness for AI-driven machine learning.
Coding agents (Claude Code, opencode, ...) can already write training code and run ten variants overnight. What they don't do by themselves is science: diagnose why a model underperforms, form falsifiable hypotheses, run discriminating experiments, and — when the data itself is the problem — produce evidence strong enough to convince stakeholders.
MLLoop is an MCP server that sits between the agent and your training code and enforces that loop at the tool layer, not via prompts:
- Experiment ledger — every run, hypothesis, and decision recorded in SQLite plus an
append-only JSONL event log, all under
.mlloop/in your project. - Hypothesis gate —
run_startrefuses any experiment that doesn't test a registered, falsifiable hypothesis. No hypothesis, no run. - Artifact contract — each run writes standardized
predictions.parquet+meta.json; diagnostics never read your training code, so any framework works. - Diagnostics battery — after every run: error slices, bootstrap noise floor ("what delta counts as evidence"), confusion/residuals, calibration, overfit gap. Diagnosing the previous run is itself a gate: no diagnosis, no next experiment.
- Data Verdict Report — when runs stagnate,
forensics_runinterrogates the dataset with independent probes (shuffled-label signal check, confident-learning label-noise estimation, conflicting-duplicate bound, learning curve, per-feature signal) andreport_generaterenders a stakeholder-readable HTML verdict: is the ceiling set by the data or by the modeling? Demo: inject 20% label noise into a clean dataset — the report catches it, quantifies it, and lists the suspect rows. - Dashboard —
mlloop dashboardserves a local read-only UI: the iteration tree (nodes colored by improvement vs parent, edges labeled with the driving hypothesis), hypothesis board, metric timeline, per-run diagnosis details, and the verdict viewer — built for the morning-after review of an overnight autonomous session. Auto-refreshes while the agent works.
Status: Phase 2 — ledger, gates, diagnostics, forensics, reports, and dashboard. Full design: DESIGN.md. Agent setup (Claude Code / opencode / Codex): docs/integrations.md.
Quickstart
pip install -e .
cd your-ml-project
mlloop init --agent claude # or opencode / codex / all — writes the MCP config
Then tell your agent to train a model. The enforced workflow:
| Step | Tool | Gate |
|---|---|---|
| 1 | goal_define |
Locks dataset, target column, primary metric. Required first. |
| 2 | run_start(kind='baseline') |
First run must be a simple baseline. |
| 3 | diagnose_run |
Every finished run must be diagnosed before the next experiment. |
| 4 | hypothesis_register |
Falsifiable claim about what limits performance, from the diagnosis. |
| 5 | run_start(hypothesis_id=...) |
Refused without a registered hypothesis. |
| 6 | run_finish |
Validates the artifact contract before accepting results. |
| 7 | hypothesis_resolve / decision_record |
Evidence-backed resolution, recorded decisions. |
| 8 | forensics_run → report_generate |
When stagnating: interrogate the data, render the verdict. |
status shows the current state and allowed actions at any time; ledger_query restores
full context after an agent restart or context compaction.
Contributing
Issues, design feedback, and pull requests are welcome — see CONTRIBUTING.md. Please note the Code of Conduct.
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mlloop-0.0.1.tar.gz.
File metadata
- Download URL: mlloop-0.0.1.tar.gz
- Upload date:
- Size: 59.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91d01b54037806c2c7122cf456c922b5673f53438dd83ccd66cd49e5bcd056ee
|
|
| MD5 |
3cad93bc6af9c34fa53ef78a3bb556fe
|
|
| BLAKE2b-256 |
3ae93235f3e15cd9a526b9c2b074ddab3d1c694e3d663ecbb9234a22c97e1a24
|
Provenance
The following attestation bundles were made for mlloop-0.0.1.tar.gz:
Publisher:
publish.yml on Sin991114/mlloop
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mlloop-0.0.1.tar.gz -
Subject digest:
91d01b54037806c2c7122cf456c922b5673f53438dd83ccd66cd49e5bcd056ee - Sigstore transparency entry: 2141593585
- Sigstore integration time:
-
Permalink:
Sin991114/mlloop@5acc969aad8047c052e8849b6180ac9f01d00f07 -
Branch / Tag:
refs/tags/v0.0.1 - Owner: https://github.com/Sin991114
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@5acc969aad8047c052e8849b6180ac9f01d00f07 -
Trigger Event:
release
-
Statement type:
File details
Details for the file mlloop-0.0.1-py3-none-any.whl.
File metadata
- Download URL: mlloop-0.0.1-py3-none-any.whl
- Upload date:
- Size: 48.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2c145b3a2cbfc7382c3359c3c9ea1a170e552eb76fc627d29615717b7ce0a9a
|
|
| MD5 |
0c2079454572445cbe60a7d03d859782
|
|
| BLAKE2b-256 |
b5aa1630649a91073ce7f0384dd862e73386769e0487e222bec5fe20ace15432
|
Provenance
The following attestation bundles were made for mlloop-0.0.1-py3-none-any.whl:
Publisher:
publish.yml on Sin991114/mlloop
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mlloop-0.0.1-py3-none-any.whl -
Subject digest:
c2c145b3a2cbfc7382c3359c3c9ea1a170e552eb76fc627d29615717b7ce0a9a - Sigstore transparency entry: 2141593687
- Sigstore integration time:
-
Permalink:
Sin991114/mlloop@5acc969aad8047c052e8849b6180ac9f01d00f07 -
Branch / Tag:
refs/tags/v0.0.1 - Owner: https://github.com/Sin991114
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@5acc969aad8047c052e8849b6180ac9f01d00f07 -
Trigger Event:
release
-
Statement type: