From mlx
Autonomous time-budget experiment loop. Modify a training script, train for a fixed wall-clock budget, evaluate, record, repeat. Inspired by karpathy/autoresearch. Use for overnight architecture search, systematic hyperparameter sweeps, or any iterative model improvement workflow.
npx claudepluginhub damionrashford/mlx --plugin mlxThis skill is limited to using the following tools:
Run autonomous time-budget experiment loops. Each iteration modifies `train.py`,
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Run autonomous time-budget experiment loops. Each iteration modifies train.py,
trains for a fixed wall-clock budget, evaluates, records in results.tsv, and repeats.
results.tsv exists with a baseline (exp000) before iteratingEXPERIMENT.md with your goal, baseline, hypothesis, and constraints/mlx:autoexperiment path/to/train.pyEXPERIMENT.md for the current hypothesisresults.tsv for experiment historytrain.py with the single changetimeout $BUDGET uv run train.pyresults.tsv: KEEP / DISCARD / CRASHEXPERIMENT.md "Next to try" sectionSee references/EXPERIMENT.md.template for the hypothesis file format.
See scripts/time_budget_train.py for a complete training script template with all patterns.
total_nats / (math.log(2) * total_bytes) — vocab-independent metricif math.isnan(loss) or loss > 100: sys.exit(1)See references/autoexperiment-guide.md for full documentation.