A beginner's guide to AI

AI IS JUST
AN OFFICE.

No magic. No jargon. Just employees, desks, filing cabinets, phones—and one surprisingly helpful coffee machine.

Walk into the office No technical experience required
↓ Seriously, none.
THE AI OFFICE
ASK
ME!
BIG
IDEAS
•••
OP
MEMORY
PRINT
🌿
NOT
MAGIC!
EMPLOYEE DESK FILING CABINET TELEPHONE TOOLS TEAMWORK EMPLOYEE DESK
01—13

THE OFFICE TOUR

Let's meet
the whole team.

Scroll through each room. Poke things. Ring phones. Make a mess. By the time you reach the lift, modern AI will feel oddly familiar.

01Reception

The Claude app is the front desk.

When you type into Claude, the app receives your message and hands it to the model you selected. For this tour, that employee is Claude Opus 4.8. You never need to call Opus directly.

ReceptionA chat app is a user interface and orchestration layer. It packages your input, applies the selected settings and capabilities, sends a request to a specific model, then displays that model’s output.
Welcome to Claude! What can we help with?
•••
APP
👋
CLAUDE APPTHE FRONT DESK
APPpasses your messageMODEL
•••
OP
OPUS 4.8
FROM RECEPTION Same employee, next room →
•••
OP
OPUS 4.8
02Meet Opus 4.8

Opus is the brilliant employee.

The Claude app at reception passes your message to Opus 4.8, then carries its answer back. You talk to the front desk; this named model does the thinking behind it.

Meet Opus 4.8Claude Opus 4.8 is a specific large language model in Anthropic’s Claude family. An LLM is a neural network trained on large datasets to process and generate token sequences; Opus is the model doing that work in this example.
03Context window

Opus can only use what fits on its desk.

It's the same employee from the previous room. A bigger desk lets Opus hold more instructions, examples, and conversation at once.

Context windowThe context window is the maximum number of tokens Opus can process at once—including instructions, chat history, retrieved documents, tool results, and generated output.
SAME OPUS Now arranging the desk →
•••
OP
CONTEXT
Small desk7 papers fitBig desk
TOKENS = WORD PIECES“AI”“is”“just”“an”“office”They are what fill the desk.
OPUS ASKSARCHIVIST FETCHESNOTE JOINS CONTEXT
OPUS 4.8
•••
OP
MEMORY
YOUR NAME
PREFERENCES
PAST WORK
MEMORY SYSTEM
•••
MEM
Archivist files: “I like short answers.”
04Memory

Memory is the archive beside Opus.

It is still the same Opus employee. An outside memory system stores useful details, retrieves them when needed, and puts them back on Opus's desk. The receptionist does none of this.

MemoryAI memory is usually application data stored outside the model. The application or agent harness retrieves a useful detail and inserts it into a future context; the model itself does not continuously remember it or change its weights.
05Tools

Opus chooses. The harness operates.

The same Opus employee decides a calculator would help. The blue office runner—the application or harness—operates it and brings the result back. The Claude app receptionist is not the tool user.

ToolsA tool is a callable function or external operation described to the model with a name, purpose, and input schema. Opus can produce a structured tool request, but the host application or agent harness validates and executes it, then inserts the result into Opus’s context.
OPUS SELECTSHARNESS RUNSRESULT RETURNS
TerminalBrowser@EmailGitHubCalendarPhone
OPUS 4.8
•••
OP
HARNESS
•••
RUN
GitHubGmailCalendarSlack
FAMOUS EXAMPLECLAUDE CODEAGENTIC CODING TOOL

Is it a harness? That's a useful mental model. Anthropic calls Claude Code an agentic coding tool: the selected model—Opus 4.8 in this tour—is the employee; Claude Code is the equipped coding workplace wrapped around it.

06 + 07Browser + RAG

Opus asks. The researchers fetch.

Opus decides what it needs, then a browser runner searches the wider world or a RAG librarian fetches from a trusted collection. The sources return to the same Opus employee's desk. Perplexity and NotebookLM are familiar examples.

Browser + RAGBrowsing and retrieval happen outside the model. A browser tool searches external sources; a RAG system retrieves relevant documents—often using embeddings and similarity search. The application then adds the returned material to Opus’s context before generation.
PerplexityWEB RESEARCHNotebookLMYOUR SOURCES
BROWSER searches outside. RAG searches the filing system you gave it.
THE KNOWLEDGE LIBRARY OPEN
OPUS ASKSRUNNER / LIBRARIAN FETCHESSOURCES RETURN
OPUS 4.8
•••
OP
BROWSER TOOL
•••
RUN
RAG SYSTEM
•••
RAG
RELEVANT
FOLDER ✓
OPUS REQUESTSHARNESS CALLSRESULT RETURNS
OPUS 4.8
•••
OP
123456789
HARNESS
•••
RUN
TOOL REQUEST••••••••••••→API RESPONSE
08APIs

The harness makes the call for Opus.

Opus requests a clearly defined action. The blue runner calls the outside service, then puts its structured answer on Opus's desk. Stripe's payments API and Twilio's communications API are famous examples.

APIsAn API defines endpoints, request formats, authentication, and response formats so software systems can communicate predictably. In an AI workflow, the host application or harness typically sends the network request—not the model itself—and returns the response as tool-result context.
StripePAYMENTS APITwilioMESSAGING API
09MCP

MCP gives the harness standard doorways.

Different products agree on the same kind of entrance. Opus selects an available capability; the blue harness runner goes through the MCP doorway and brings the result back. GitHub, Slack, Notion, Figma, and Google Drive are familiar destinations.

MCPModel Context Protocol is an open client-server standard. A host application or agent harness acts as the MCP client, discovers capabilities from MCP servers, exposes allowed tools or resources to the model, executes calls, and returns results to the model’s context.
OPUS SELECTSHARNESS USES MCPRESULT RETURNS
GITHUB
SLACK
NOTION
FIGMACOME IN!
DRIVE
OPUS 4.8
•••
OP
HARNESS
•••
RUN
10 + 11 Agents + teams

One employee is useful.
A team is unstoppable.

An agent harness is the manager and equipped office around a model such as Opus. The model reasons inside each step; the harness holds the goal, loops, runs tools, checks results, and decides when to stop. A team can use multiple model instances with different roles. Claude Code and OpenAI Codex are familiar examples.

Agents + harnessesAn agent is a software loop in which a model selects actions, uses tools, observes results, and continues toward a goal. The harness manages that loop, including context, permissions, state, retries, and stopping conditions.
Claude CodeAGENTIC CODING TOOLOpenAI CodexCODING AGENT
TODAY'S BIG TASK1. Research2. Write3. Check4. Send ✓
AGENT HARNESS
•••
LOOP
TASKS
☑ ☑ □
•••
OP
OPUS / RESEARCH
•••
AI
WRITE
•••
AI
CHECK
COFFEE ×4
TASK IN → → → RESULT OUT
12Fine-tuning

Fine-tuning is specialist training.

Start with a capable general employee. Train them on many examples of one kind of work, and they become more consistent at that specialty.

Fine-tuningFine-tuning continues training a pre-trained model on selected examples so its weights adapt toward a task, domain, response style, or behavior.
TRAINING DAYPractice + examples
+ feedback = specialist
•••
AI
DOCTOR
•••
§
LAWYER§
•••
AI
CODER{ }
•••
AI
CHEMIST
MISTRAL
OPENAI
GOOGLE
ANTHROPIC
META
DEEPSEEK
13 AI companies

Companies build the employees.

OpenAI, Anthropic, Google, Meta, Mistral, and DeepSeek each train their own kinds of AI employees. The employee is the model. The company is the builder.

Different buildings.
Different employees.
Same city.

THE NO-NONSENSE GLOSSARY

AI speak,
translated.

Click a piece of jargon for the office translation. Hover, focus, or tap its Tech note for the real definition.

TransformerA neural-network architecture that uses attention to weigh relationships between tokens; it is the backbone of most modern large language models.
LLM / GPTAn LLM is a model trained on large amounts of text to process and generate token sequences. GPT means Generative Pre-trained Transformer.
Claude Opus 4.8A specific model in Anthropic’s Claude family and its current Opus-class model. The Claude app can offer different model employees; Opus 4.8 is the concrete example used throughout this tour.
InferenceRunning a trained model on new input to calculate and generate an output.
TokenA chunk of text the model reads or writes. A token may be a whole word, part of a word, punctuation, or whitespace.
PromptThe instructions and context sent to a model as input for one request.
Context windowThe maximum number of tokens a model can consider at once, including your prompt, conversation history, retrieved material, and its reply.
MemoryInformation stored outside the model and retrieved into a later context. It is separate from the model’s trained weights.
RAGRetrieval-augmented generation: an external retrieval system finds relevant documents, the application adds them to the model’s context, and the model generates a grounded answer.
AgentA software loop in which a model chooses actions or tools, the surrounding harness executes them, and the model observes results and continues toward a goal.
APIA defined set of software endpoints and rules for exchanging structured requests and responses.
MCPModel Context Protocol: an open standard that lets a host application connect to external tools and data, expose allowed capabilities to a model, and return results to its context.
ToolA callable function or external action—such as search, calculation, file editing, or sending a request—that a model can select and the host application or harness executes.
EmbeddingA numeric vector that represents meaning, making it possible to compare items by semantic similarity.
Fine-tuningContinuing to train a pre-trained model on selected examples to adapt its behavior or performance.
Vector databaseA database designed to store embeddings and retrieve the closest matches by vector similarity.
Agent harnessThe software around a model that manages its loop, tools, permissions, context, state, and stopping conditions.
TransformerEmployee brain