Skip to content
Agentic Levels

Everything starts here.

GuestLocal progress only
PreferencesSign in
01Start with one taskBest first move for beginners.02Check your LevelMeasure where you are.03Score an AI resultFind the habit to practice first.04Return to YouEverything you're learning, in one place.
Start here

Begin

HomeThe main entry point.New to AIStart with one useful task.
Know where you are

Measure

Check your LevelUse this after you have tried AI.Fluency ScoreScore an AI result you can review.
Build the habit

Learn

LevelsLessonsTracks
Find the reference

Library

PromptsReferenceResourcesCompare Tools
Turn it into work

Apply

Your Next MoveChoose what AI should change next.Tool SetupGet the tools ready.
Come back later

Return

YouEverything you're learning, in one place.My PathContinue from your level.Updates
Site

Site

PricingAboutFAQ & FeedbackPreferences

© 2026 Fuentes Studio

Privacy·Terms
yourCouncil
Ready to help
✦

What do you want to understand?

Ask anything about what you're learning.

Tracks›Claude Code Fundamentals
L3Lesson 1Free

Know when to use Claude Code

Chat thinks it through. Claude Code makes it real.

Two Claudes, two jobs. One thinks with you and hands you words. The other opens your project and changes it. Ask the wrong one to do the other's job, and you'll walk away with a confident paragraph instead of a changed file, and not notice the gap until someone else does.

14 min · You'll watch Claude Code make one real change, then know when to reach for it yourself

You'll sort one real task into the right hands, Claude chat to think or Claude Code to change files, then name the proof that makes a confident "done" real.

0ACTS
  1. Watch the exampleWatchSee it done first
  2. Try it yourselfTry itFill in one blank
  3. Do it on your ownSoloSolo, then check

Before you start

Complete Pick the tool from the work first if you use multiple AI tools.

The idea

Two Claudes, two jobs. Claude chat is a thought partner: it thinks with you, drafts with you, decides with you. Claude Code is the one that actually touches your files, runs commands, and shows you what changed.

Two blank task cards sit apart while a plain uncertain path has not chosen the repo work card.
Two blank task cards sit apart while a plain uncertain path has not chosen the repo work card.

Ask the wrong one to do the other's job, and you'll walk away with a confident paragraph instead of a changed file.

Claude chatClaude Code
Best outputBrief, memo, plan, analysisChanged files, command results, review
Input shapeNotes, docs, screenshots, questionsRepo, issue, route, target behavior
ActionThink, draft, organizeInspect, edit, run, verify
ProofSource list, approval, final textDiff, tests, build, rendered route

Start Claude Code when the work must change files.

Here is the trap this lesson defuses. You ask an AI to update your pricing page, and it replies, in a calm confident paragraph, that the change is live. You tell your client it is done.

Next morning the old headline is still there, because the file was never actually changed. The skill is knowing which jobs need proof you can point at, and refusing a confident "done" until you see it.

See the difference. Ask the same kind of question in Claude chat first, and watch what it can and cannot do.

Claude Chat
Can you fix the headline on our pricing page?
I can't open or edit your project files from here. Draft the new headline with me, then paste it into Claude Code to make the actual change.

Write a message…

Sonnet 4.6High
Claude chat can talk through the fix. It cannot touch the file.

Claude chat in the browser cannot open or edit your project unless your team has wired it up to your files, and most people have not. It is the right tool for thinking a plan through, drafting the words, or deciding what to build, before any file changes.

Claude Code is for the moment after that. It reads files, edits files, and runs commands, on the real project.

Proof is what you can check after it acts. For Claude Code it is usually one of three things.

A diff (the before and after of a file). The output of a command it ran. Or the finished page, rendered (drawn on the screen) so you can look at it.

The three ways Claude Code proves a task is actually done.
DiffCommand outputRendered page
Shows youThe before and after of one fileWhat happened when it ranThe page itself, drawn on screen
Best forA text or content changeA rule you cannot see by looking aloneLayout, wording, or anything visual

Pick whichever one actually proves the task is done.

Worked example. Say the headline on your pricing page is wrong. You open Claude Code and type your instruction.

claude

Claude Code v0.0.0

Sonnet (200K context) · Claude Pro

~/project

Manual·effort: high
›Open the pricing page, change the headline to our new line, then show me the changed file and the page running.
I'll update the pricing page headline.

- "Simple, honest pricing"
+ "Pricing that grows with you"

Approve this edit?
1. Yes
2. Yes, allow all edits during this session
3. No, and tell Claude what to do differently
Claude Code shows the exact edit and waits for your approval.

First it shows you the exact edit and waits, the old line (Simple, honest pricing) next to the new one (Pricing that grows with you). Nothing changes until you approve. That side by side is your first proof, and you read it with your own eyes instead of taking its word.

You approve, and it runs the build (the step that turns the code into the working site) on your own computer. Then it hands you a local link, like localhost:3000, that opens the running page so you can see the new headline for real.

claude

Claude Code v0.0.0

Sonnet (200K context) · Claude Pro

~/project

Manual·effort: high
›
Updated the headline and ran the build. Here's your local link: localhost:3000. Open it, and the pricing page now reads: Pricing that grows with you.
You pick 1. Yes, and Claude Code runs the build and hands you the page to check.

It works because you named three things, so nothing was left to guess. The target (the pricing page), the one change (the headline), and the proof (the changed file and the running page).

Target, Change, ProofThree things named up front, so nothing is left to guess.
  1. 1
    TargetThe exact file or page Claude Code should open.
  2. 2
    ChangeThe one edit, small enough to check in one read.
  3. 3
    ProofWhat you'll see when it's done: the changed file, a command result, or the page itself.

Start Claude Code with a target, the change, and the proof that marks it done. Then make it show you that proof before you accept a word of it.

1

Watch

You type this

Open the pricing page, change the headline to our new line, then show me the changed file and the page running.

Claude does this

First it shows you the one edit it wants to make and waits. Nothing changes until you approve it. Then it runs the build on your own computer and hands you a local link, like localhost:3000. You open it and see the changed file and your new headline live, so you are checking proof, not trusting a story.

Why this works

  • Open the pricing page

    you named the target, so Claude Code knows exactly where to look instead of guessing which file you mean.

  • change the headline to our new line

    you named the one change, so it makes that edit and nothing else widens.

  • show me the changed file and the page running

    you named the proof, so the session ends with something you can check, not a confident story.

2

Your turn

The proof to ask for

Now a trickier task. Your signup form is supposed to refuse a blank email, but right now it accepts one. Fix the check, then .

You cannot see this fix just by looking at the page, the way you could with a headline. So what could Claude Code show you that proves the rule actually works now?

Give it a try first. It sticks better than reading the answer cold.

3

On your own

Pick one real task on your plate this week and write its ownership card in four short lines. Line one, the owner (Claude chat to think it through, or Claude Code to change files). Line two, the first file or page Claude Code should inspect. Line three, the one piece of proof you would demand before calling it done. Line four, the confident "done" you would refuse without that proof.

  • I wrote who owns it, and why
  • I named where Claude Code should look first
  • I named one piece of proof I could actually check
  • I said what "done" I would refuse without proof

Your takeaway

Loading your card…

Agentic Levels

The Ownership Card

From “Know when to use Claude Code” · agenticlevels.com

Fill in The Ownership Card before any task: who owns it, what to inspect first, and what proof means done.

1. The task
 
2. Who owns it
 
3. First place to look
 
4. The proof I will demand
 
5. The done I will refuse
 
6. Your own one-line rule for when a task belongs in Claude Code instead of Claude chat
 
7. The first thing you'll do differently in your own work after this
 
8. One thing you'll stop doing in chat, now that Claude Code can own it
 

Keep this for your next project. The habit is the point.

agenticlevels.com · claude-code-m1-01 · Jul 20, 2026

When this breaks

  • Breaks when the task is really strategy or writing work, because Claude Code will look for files to change.
  • Breaks when no proof is named, because the session can end with a plausible story instead of checked work.

You can now

✓

You can tell when Claude Code should own a task, and when chat should

  • ✓You can keep planning work in chat until the repo task is clear
  • ✓You can name the first files or page to inspect
  • ✓You can name the proof you would demand before you accept a change

Try it from memory

Pulling this out of your own head now is the part that actually moves it into long-term memory. Re-reading just feels like it does.

Without scrolling up, finish this in your own words. A confident "done" is not proof until it shows me one of three things, which are what? And for one task on my plate this week, the proof I would ask for is what?

Tap to see one good answer

The three proofs are a diff (the file's before and after), the output of a command it ran, or the page rendered so you can see it. Which one you ask for depends on the task. A wording change you can see on the page. A hidden rule, like an expired discount code that should be refused, you ask it to show working, because the page would look the same either way.

Key takeaways

Claude Code owns changed files and the proof they happened. Refuse a confident "done" until you see a diff, a command result, or the page itself.

  1. 1A confident "done" is a claim, not proof. Make it show you a diff, a command result, or the page rendered.
  2. 2Use Claude Code when the finished work is changed files. Use Claude chat when it is a brief, plan, or decision.
  3. 3Some fixes are invisible on the page, so ask it to show the rule working, not just a screenshot.
  4. 4Name the target, the change, and the proof up front, so nothing is left to guess.

AI can help with this

You do not have to make this call alone. Open Claude Code, describe your real task, and say tell me if this is yours to own, and what proof you'll show me when it's done. You'll get a straight answer and know exactly what to check for, so the ownership call stops being a guess.

The path enters the repo folder only after a proof gate is marked with the golden dot.

Go deeper

  • Claude Code overview
  • Claude Code common workflows

Was this helpful?

Up nextbecause you'll know when a task belongs in Claude Code. Next is choosing which door to open it from.Pick the right surface→

Related lessons

Pick the tool from the workWhat Claude Code actually is: one tool, several surfacesChoose the right Codex surface
← Back to Claude Code Fundamentals