HASZB_AIHASZB_AI

Search across courses, lessons, glossary terms, prompts and tools.

The labs

Take it apart and see

Ten instruments, one system. Each one isolates a single part of how an AI application works so you can change it and watch what happens. They are ordered as a path, but any of them stands alone.

  1. Lab 01Token VisualiserType anything and watch it split into the units a model actually reads.Open
  2. Lab 02Context Window LabFill a context window and watch what gets pushed out when it overflows.Open
  3. Lab 03LLM AnatomyStep through the conceptual journey from text to the next token.Open
  4. Lab 04Prompt PlaygroundBuild a prompt from its parts and see what each part changes.Open
  5. Lab 05Agent LoopStep an agent through observe, decide, act, and observe again.Open
  6. Lab 06Tool Calling LabAsk for something a model cannot do alone, and watch a tool get called.Open
  7. Lab 07RAG LabAsk a question and watch documents become retrieved context.Open
  8. Lab 08API ExplorerBuild a request, see the response, and read what every field means.Open
  9. Lab 09MCP & ConnectorsFollow a request from an AI app out to an external system and back.Open
  10. Lab 10Agent LabAssemble an agent from its parts, run it, and watch every step.Open
  11. Lab 11Workflow LabRun one real-shaped task through every stage you have just learned.Open

What is real and what is not

Every lab states plainly what it is doing. Tokenisation follows real tokeniser rules but is not any specific model's vocabulary. Retrieval uses keyword overlap rather than embeddings, and shows you where that fails. Tool results come from fixed sample data, except the calculator, which genuinely computes. Unless an AI provider is connected, no language model is called anywhere on this site — and where output is generated by rules rather than a model, the label says so.