TheFocus.AI TheFocus.AI
05 the flywheel Lesson 15

Chapter 15: The No-Weights Complement

Reflexion-style notes and skill accretion — learning mechanisms that run in parallel with training and cost zero GPU.

TUTOR WITH THEFOCUS.AI

Agent Integration

Copy this prompt into Claude, ChatGPT, or any external AI assistant. It points the assistant to the course instructions and links it to your student profile to track your progress and customize observations.

Please tutor me in this lesson using the following context. First, read the instructions at: https://courses.thefocus.ai/llms.txt My Student ID is: <none> The lesson markdown source is at: https://courses.thefocus.ai/fine-tune-local-agent/05-the-flywheel/15-the-no-weights-complement.md

You are not enrolled yet. Enroll to generate a Student ID to track lesson completions and store learning notes.

Chapter 15: The No-Weights Complement

This runs in parallel with everything else in Part 5 and costs zero GPU.

Reflexion-Style Notes

After each run the agent writes a lesson to a persistent file, and reads that file at the start of the next run. Instant learning, no training.

Skill Accretion

When the agent solves something reusable, it writes a script or a SKILL.md and keeps it. The library grows. Experience becomes tooling.

Why This Belongs in a Fine-Tuning Course

These stack on top of the tuned model. The fine-tune makes the agent competent at the loop; the notes make it competent at your repo, this week. Different timescales, different mechanisms, no conflict.

This is also the resolution of the course’s third breaking-point warning: codebase facts belong in context, behavior belongs in weights. Notes and skills are the context side of that split, done deliberately instead of accidentally.


← Chapter 14 · Next: Chapter 16 →

Previous Lesson 15 of 16 Next