Manuals / AI Coding with Cursor / Chapter 1
Start · beginner · ~25 min · Chapter 1 of 11
Cursor mental model: chat vs agent vs inline
Cursor is an IDE with LLM superpowers. Chat for questions. Agent for multi-file tasks. Inline (Tab/Cmd+K) for local edits. Pick the right mode or waste tokens.
Path progress5%
Step 1 of 2
Three modes, three tasks
Chat: "Explain this function." Inline: rename a variable across a file. Agent: "Add a login test."
Do this now
Do one task in each mode. Note which felt fastest and safest.
Was this step clear?
Chapter learning outcomes
- Chat vs Agent vs Inline
- Context awareness
- @ references
Clear these before you leave
Side quest
Mode cheat sheet
Write a personal rule: when to use chat vs agent vs inline.