Your companion while you're learning with the tutor — the phrases, commands, and ideas it walks you through.
Three short phrases run every tutor session. Worth saving them somewhere visible (a sticky note, your phone, a notes app).
To start your tutor session, open your terminal (PowerShell on Windows, Terminal on a Mac, your usual terminal on Linux) and type:
fltYou'll see [FLT cage] appear — you're inside.
Then type: (no flt on Linux — start
here.)
tutorThen once the tutor's running, type:
Continue learningThe tutor reads your progress and picks up where you left off.
To stop for the day, when you're done, type:
End lessonThe tutor saves your progress, gives you your pick-up-next-time reminder, and tells you it's safe to close the window. (Capitalisation and punctuation are forgiving; "End lesson." or "end lesson" both work.)
Quick reference for the things your tutor walks you through. Useful for refreshing the bits you've half-forgotten.
The shape of every interaction with the AI. You give an instruction (the prompt) → the AI takes an action in the real world → you review what it did before deciding what's next. The review beat is the one beginners skip, and the one that matters most.
Four principles:
When you want the AI to look at a specific file, put
@ in front of the filename. For example:
@index.html make the header biggerThe AI reads the file before doing anything, so it knows what it's working with.
In the cage setup: the tutor can only see inside
the cage and your FLT folder — not your Downloads, Desktop, or
Documents. To show it a file from elsewhere on your computer, drop
the file into the FLT folder in File Explorer first,
then @ it as usual.
Before approving any change the AI proposes, say (or think) what you expect it to do. Then watch. When your prediction doesn't match what happens, that's the moment to investigate, not just click through.
Every time the tutor narrates "I'll save a checkpoint here", it's making a git commit, a snapshot of your files you can return to. To undo something, just ask: "undo that" or "take us back to the last save-point." The tutor handles the rollback.
A commit is a save-point on your own computer. A push is sending those save-points up to GitHub (online). Commits protect your work from your edits going wrong. Pushes protect it from your laptop dying.
When you want to build something (even small), the default
move is "let's plan it first" before any code happens.
Talk through what files would exist, what could go wrong, what
order to do it in. Write the plan into a file (often called
plan.md). The conversation is the lesson; the file is
the artefact.
When something feels off, these phrasings work surprisingly often:
Your tutor knows you. Other AIs (a fresh Claude in another folder, or any other AI) don't. When you talk to a fresh one, describe what you want as an outcome, like a stranger. The launcher alias guide on the Going further page shows the shape.
Every AI conversation has a memory limit, called the context window; what fills it up are tokens (roughly: words and bits of words). When a session gets very long, it slows down and the tutor can start to forget the beginning.
While you're learning this rarely bites — your tutor saves your
progress in progress.md regardless, and shorter sessions
stay sharper. When you want the fuller picture (and the handy commands
for managing it), the Hints and Tips
page covers it properly.
If you ever feel stuck on a concept or want a different angle, these phrases almost always work. The tutor will adapt.
And if the tutor itself is the thing failing, message Becky or the WhatsApp group. That's by design, not a fallback.