Back to labLearn AIShovon Saha

for humans, not engineers

AI, levelled up

Six short levels that take you from "it's basically magic" to explaining agents, bottlenecks and prompting better than most people who talk about AI for a living. Every idea comes with an animation you can pause, step through and pull apart.

A taste of how it explains things

This is a real explainer from level 3. Press play, then hit X-ray to see what actually travels between the boxes when an AI "does something".

animated ยท agent x-ray

Every hop of a real agent turn, and what actually travels between the boxes.

You

plain code

Assembler

plain code

Model

llm

Router

plain code

Tool

real world

You โ†’ Assembler

Your words get packed

Plain code glues your message onto the system prompt, the tool list and the conversation so far.

what moves between the boxes

{
  "messages": [
    {"role":"system","content":"You are a travel helper..."},

The levels

You can see it move

Every idea gets a scrubbable animation you can pause, step and x-ray.

No jargon tax

Plain words first. Terms only after you have already seen the thing.

Real machinery

The diagrams show the actual JSON and HTTP calls, not a marketing cartoon.

Honest limits

A whole level on where this stuff breaks, with the arithmetic to prove it.

Ready?

Level 1 takes about nine minutes and starts with a vending machine.

Begin