Audience Guide
This guide helps different contributor types find the best entry point quickly.
Audience Guide
This guide helps different contributor types find the best entry point quickly.
Timeline anchor: Foundational AI research and cross-platform experimentation by the human founder began in 2024. After partial loss of early artifacts, AINL workstreams were rebuilt, retested, and formalized in overlapping phases through 2025-2026.
For GitHub Developers
- Start with:
README.md - Then read:
docs/architecture/ARCHITECTURE_OVERVIEW.mdCONTRIBUTING.mddocs/DOCS_INDEX.md
- Run baseline checks:
.venv/bin/python scripts/run_test_profiles.py --profile core
For Public Readers and First-Time Evaluators
- Start with:
README.mddocs/DOCS_INDEX.mddocs/PROJECT_ORIGIN_AND_ATTRIBUTION.mddocs/RELEASE_READINESS.md
- If you want the shortest honest picture of the project:
- treat the compiler/runtime/graph tooling as the core,
- treat target breadth as uneven in maturity,
- use
tooling/artifact_profiles.jsonto distinguish strict-valid examples from compatibility artifacts.
For Researchers and Analysts
- Start with:
docs/PROJECT_ORIGIN_AND_ATTRIBUTION.mddocs/AINL_SPEC.mddocs/CONFORMANCE.mddocs/TRAINING_ALIGNMENT_RUNBOOK.md
- Key artifacts:
corpus/curated/model_eval_report_v5_aligned.jsoncorpus/curated/model_eval_trends.jsoncorpus/curated/alignment_run_health.json
- Citation metadata:
CITATION.cff
For Data Scientists / ML Engineers
- Start with:
docs/FINETUNE_GUIDE.mddocs/TRAINING_ALIGNMENT_RUNBOOK.mdscripts/finetune_ainl.pyscripts/eval_finetuned_model.py
- Model-quality focus metrics:
strict_ainl_rateruntime_compile_ratenonempty_rate
For AI Agents (Any Size)
- Start with:
docs/BOT_ONBOARDING.md(entrypoint; before implementation, completedocs/OPENCLAW_IMPLEMENTATION_PREFLIGHT.md; seetooling/bot_bootstrap.json)docs/DOCS_INDEX.mddocs/AI_AGENT_CONTINUITY.mddocs/CONTRIBUTING_AI_AGENTS.mddocs/reference/GLOSSARY.md
- Minimum handoff payload:
- files changed
- behavior deltas
- verification status
- next command
For Product and Program Stakeholders
- Start with:
docs/RELEASE_READINESS.mddocs/runtime/TARGETS_ROADMAP.mddocs/GITHUB_RELEASE_CHECKLIST.md
- Track latest status from:
corpus/curated/alignment_run_health.json
Fastest Shared Entry Path
If unsure, use this sequence:
README.mddocs/DOCS_INDEX.mddocs/architecture/ARCHITECTURE_OVERVIEW.mdCONTRIBUTING.md
