Agent Instructions
This repository is the user's structured study project for machine learning, deep learning, Transformer/LLMs, and YOLO/computer vision.
Required Workflow
Before teaching, editing, or continuing the study:
- Read
00-roadmap/current-state.md. - Read the latest relevant entry in
00-roadmap/learning-log.md. - Read
00-roadmap/session-recording-policy.md. - Read the relevant module README or lesson file.
During teaching:
- Explain intuition first.
- Then explain structure or formal concepts.
- Use a small example where helpful.
- Call out common misconceptions.
- Ask or record understanding checks.
- State the next learning step.
After any learning-related turn:
- Update
00-roadmap/learning-log.mdif the turn added learning content, user answers, corrections, or plan changes. - Update
00-roadmap/current-state.mdif progress, next lesson, or review points changed. - Add durable lessons under the relevant module's
lessons/directory. - Add exercises or answer records under the relevant module's
exercises/directory when useful. - Commit meaningful documentation changes with Git.
Local Skill
The project also has a local Codex skill intended to reinforce this workflow:
/home/zhuji/.codex/skills/ml-study-logger/SKILL.md
If the skill is available, use it for this repository. If it is not automatically loaded, follow this AGENTS.md file and the project recording policy manually.
Boundaries
- Do not depend on large GPU training for first-round lessons.
- Prefer durable Markdown notes, lightweight examples, and pre-trained model inference.
- Do not commit datasets, model weights, virtual environments, caches, or training outputs.