lesson 1 of 3 · what the claude cli iswhat the claude cli iswhat the claude cli islesson 1 of 3 · what the claude cli iswhat the claude cli iswhat the claude cli islesson 1 of 3 · what the claude cli iswhat the claude cli iswhat the claude cli islesson 1 of 3 · what the claude cli iswhat the claude cli iswhat the claude cli islesson 1 of 3 · what the claude cli iswhat the claude cli iswhat the claude cli islesson 1 of 3 · what the claude cli iswhat the claude cli iswhat the claude cli islesson 1 of 3 · what the claude cli iswhat the claude cli iswhat the claude cli islesson 1 of 3 · what the claude cli iswhat the claude cli iswhat the claude cli islesson 1 of 3 · what the claude cli iswhat the claude cli iswhat the claude cli islesson 1 of 3 · what the claude cli iswhat the claude cli iswhat the claude cli islesson 1 of 3 · what the claude cli iswhat the claude cli iswhat the claude cli is
Checkpoint
One last thing before we move on. pass this to mark the lesson done, or skip and keep moving. hop to the next when you're ready.
Lesson one Claude lock-in. Back to the Python sandbox for one step, same print and f-string move as the terminal chapter.
The starter declares variables for the four moves of the agent loop.
Write four print(f"...") lines so the output is exactly:
1. look: read files, run a check, or ask a question
2. plan: decide the next concrete step
3. act: do that step, edit or create or run
4. check: see what happened, then loop again
Type the four lines and run it.