Agent
An AI wired up to take actions, not just produce words.
A working reference. Game mechanics, prompting craft, the quieter corners of how AI actually works.
An AI wired up to take actions, not just produce words.
Two entry points — new to AI, or already using it.
Ask the model to think step by step. Accuracy goes up.
One screen of Mosaic — the atomic unit of progress.
Claude in your terminal. Reads, writes, and runs code on your actual machine.
Claude in your browser. No install, no card to start.
A program you control by typing. The opposite of a GUI.
Code that runs only when a condition is true — the `if` statement.
What the AI doesn't know yet but needs to. Give it that.
How much the AI can see at once. When it fills up, the early stuff gets forgotten.
Show examples instead of explaining. The AI continues the pattern.
A reusable block of code that does a job when you call it.
You've hit a wall. Here's the sequence that usually works.
Save points for your code. Undo, branching, collaboration.
Where your Git repositories live online. The social network for code.
When the AI says something false with full confidence.
Three arcs, two starting paths, a real portfolio at the end.
Getting Claude Code running on your machine. Arc II assumes this is done.
The AI's first answer is a draft. Treat it that way.
An ordered collection of values. Python's name for what some languages call an array.
The type of AI behind Claude, ChatGPT, and everything that feels like magic right now.
Code that runs multiple times — a `for` or `while` statement.
A specific trained AI — like Claude Opus 4.7 or Claude Sonnet 4.6.
An AI that can handle text plus images, audio, or video — not just typed input.
Tell the AI what shape you want. It will give you that shape.
What you type to the AI. Everything downstream depends on it.
Mosaic's language for most of Arc II. Clean syntax, widely used, beginner-friendly.
Give the AI documents to look at before it answers. Fixes the "it doesn't know my stuff" problem.
A project folder being tracked by Git. Shortened to "repo."
Give the AI a persona. It'll speak from that voice and depth.
The program inside the terminal that interprets your commands. Usually bash or zsh.
Saying exactly what you mean — the single biggest predictor of a useful response.
Text data. Anything between quotes.
Your code doesn't parse. The grammar is wrong.
The invisible instruction that shapes how the AI behaves all conversation long.
A dial between predictable and random. 0 = rigid, 1 = creative.
Where you type commands instead of clicking. Your computer's text interface.
Three stages: Foundations → Craft → Capstone.
The unit the AI actually reads — roughly a word, often less.
The enormous pile of text the AI learned from — before you ever talked to it.
A named slot that holds a value. Everything else in code is built on these.
Mosaic's recommended editor. Free, everywhere, works with everything.
The response missed. Here's the order of operations to fix it.