You are looking at an AI agent. Not a chatbot — an agent. The difference: a chatbot generates text. An agent does things. It reads files, writes code, runs commands, and reports back.
In this lesson you will have your first conversation with the agent and learn what it is made of.
An agent is built from separable layers:
claude-haiku-4-5). It predicts the next token. That is all it does.bash, read_file, write_file, glob, grep, and domain-specific ones like run_do_file.You can swap any layer without touching the others. The model is a commodity. The harness is a commodity. Your data, your structure, and your skills are the durable investment.
LLMs have no memory across sessions. Like Leonard in Memento, everything the agent needs to know must be written down — in files, in skills, in the conversation itself. When the context window fills up, the agent will confidently contradict what you discussed five minutes ago. The fix: keep sessions short, start fresh often.
What model are you? List your available tools.
Was this lab useful?
Ask the agent to explore your data, write Stata code, or help with your analysis.