GateKPT - AI from the text box out.
Published writing and a public map of the AI layers: input, tokens, context, models, tools, chips, and power.
L01 - Input
AI starts when you give the system something to work with.
1ask - Your words, files, images, and constraints become the request.
OpenAI Help, Tokens
The first layer is not magic. It is the instruction you put into the system.
L02 - Tokens
The system breaks your request into pieces a model can process.
4chars - OpenAI's rough rule of thumb: one token is about four English characters.
OpenAI Help, Tokens
You write sentences. The model sees chunks of text called tokens.
L03 - Context
The app decides what else the model should see before it answers.
RAG - Retrieval can add relevant outside context to a generation request.
OpenAI API, Prompt engineering
Your prompt is only part of the moment. Files, memory, search, and instructions shape the answer.
L04 - Models
The model generates an answer from the input and context it was given.
next - Text models process text in tokens and generate text from that context.
OpenAI API, Key concepts
The model is not reading your mind. It is producing the next useful text from the context.
L05 - Tools
Useful AI often reaches outside the model to search, calculate, read, or act.
call - Tool calling lets a model request external functions when a task needs them.
OpenAI API, Function calling
A chatbot talks. An AI system can use tools, data, and workflows.
L06 - Chips
All of that thinking still has to run on hardware.
3TB/s - Memory bandwidth on one NVIDIA H100 chip.
NVIDIA, H100 overview
The answer feels instant. Underneath it, chips are moving data at physical speed.
L07 - Power
The final layer is physical: electricity, cooling, buildings, and grid access.
5+yr - Median wait to connect a new project to the US grid.
Berkeley Lab, Queued Up 2026
The experience starts with text. The limit can end at a power connection.