mindXtrain / docs /NAV.md
Gregory-L's picture
v1.0.4 — close the limitations 1.0.3 listed, and correct the ones it overstated
74da4f7 verified
|
Raw
History Blame Contribute Delete
21.4 kB

mindXtrain Documentation Index

Every doc lives in docs/. The only Markdown at the repo root is README.md (entry point) plus CLAUDE.md / AGENTS.md (agent-tooling entrypoints, required at root).

This is the detailed table of contents for the whole docs/ tree: every doc gets a one-line hook and a nested list of its sections, each deep-linked to the heading. Skim the reading paths first, then jump straight to the section you need.

Reading paths


Getting started

Quickstart

Install (with optional-dep groups), init, dry-run autotune, and a 30-second CPU-only tour.

HANDOFF.md

The 11-step operator checklist: local setup → MI300X provision → train/eval/quantize → publish → contracts → deploy.


Architecture & invariants

Architecture

The 5-layer single-package layout, the MI300X invariants, and the end-to-end data flow.

Development workflow

Toolchain, optional-deps, the lazy-import pattern, training lanes, and how to add recipes/backends/methods.

Actualization status

Per-module map of what's real vs. needs --extra vs. CPU-active / GPU-pending / stub.

Autotune deep-dive

The 60-second AOT probe — the differentiator. Probe taxonomy, the AutotunePlan, and how training consumes it.


Coach UI & training workflow

Coach UI

The interactive /coach/ operator UI: create-script, live-training diagnostics, verifiable receipt, streaming chat, Modelfile builder.

dcoach

/coach/dcoach: prove a CPU-trained model recalls its training (imprint → classroom → boardroom → autotune feedback), clean-room eval tools, and how mindXtrain fits decentralized training.

Governance

classroom (graduation) / boardroom (any-N consensus) / dojo (prime-N dispute settlement), model-backed deliberation.


Reference

CLI reference

Every mindxtrain verb with synopsis, options, and exit codes.

YAML schema

Every field of the 10-section XTrainConfig.

Benchmarks

Target metrics + framework comparison.

CHANGELOG

Version history (current: v1.0.4).

LICENSE-NOTICE

Apache-2.0 + MIT-compatibility statement.


Decentralized-training landscape (2026)

Decentralized training deep-dive

Prime Intellect / Nous Psyche / Gensyn / Templar / Pluralis, the DiLoCo/SparseLoCo algorithms, verification (TOPLOC / Verde / Gauntlet), and where mindXtrain fits.

LLM training-stack landscape

The open-source training/eval/quantize stack survey anchored on mindXtrain.

Autoresearch strategy

The research-harness-as-a-wrapper design: attempt contract, git guard, search loop, on-chain champion provenance, parallel researchers.

Vercel AI SDK 6 deep-dive

The streaming/agent toolkit the Coach chat patterns after (clean-room, vanilla JS).


Source briefs (blueprints/)

The frozen design briefs the project was built against — historical specification; for current state read the docs above. Do not edit.

  • blueprints/mindXtrain.md — operating brief; three-track pitch, module design, day-by-day execution.
  • blueprints/mindXtrain2.md — technical master reference; GLM-5.1 depth, aGLM lineage, canonical Part 4 repository layout, training configs.
  • blueprints/mindXtrain_ Production Blueprint for the AMD and lablab.ai Hackathon.md — pinned reference stack, Qwen3 targeting, repo skeleton, critical code snippets.
  • PDFs (read-only design source): blueprints/mindXtrain Framework_ GLM-5.1, aGLM Lineage, and Qwen3.5 Primary Base Strategy.pdf, blueprints/mindXtrain_ Production Blueprint ….pdf, blueprints/Winning the AMD x lablab.ai Developer Hackathon ….pdf.

Build-in-public posts (posts/)

Dated launch-narrative posts and their rendered HTML — historical, not product docs.

On-chain

  • contracts/README.md — Foundry workspace for the immutable run-receipt registry + x402 receiver.