| name | akriti-experiment-loop |
| description | Use when planning, designing, or running controlled aKriti model experiments, ablations, training loops, fine-tuning, distillation, quantization, OCR/VLM evals, or Karpathy-autoresearch-style autonomous research cycles. |
aKriti Experiment Loop
This skill turns open research ideas into controlled aKriti experiments.
Rule
Do not start training, large downloads, paid cloud jobs, or long benchmarks unless the user explicitly asks. By default, produce the experiment plan, commands, metrics, and logging structure.
Loop
Use a fixed-budget loop inspired by karpathy/autoresearch:
- State one hypothesis.
- Choose one benchmark slice.
- Choose one measurable target.
- Change one variable.
- Run for a fixed wall-clock/token/sample budget only if approved.
- Compare against the previous baseline.
- Keep, revert, or park the change.
- Log the result with enough detail to reproduce it.
aKriti benchmark slices
Choose from:
- OCR: CER/WER, Indic script CER, layout-aware text order, formula/footnote fidelity.
- Layout: block IoU, reading order accuracy, page segmentation F1.
- Tables: cell detection F1, row/column structure accuracy, CSV/HTML reconstruction accuracy.
- Charts: chart type accuracy, axis/legend extraction, data-series reconstruction, chart QA.
- Images/thumbnails: semantic caption quality, safety/category labels, low-latency thumbnail triage.
- Translation: chrF, BLEU, COMET-style reference checks, terminology consistency, layout preservation.
- Document edits: patch correctness, provenance coverage, destructive-edit prevention.
- Retrieval: exact citation recall, semantic recall, false-positive rate, page/region grounding.
- Runtime: latency, peak RAM/VRAM, tokens/sec, image/page/sec, package size, battery/CPU load.