← Resources
What is a prompt, really?
01 / 11 · The message
You open the chat. You type one line. You press send. That line feels like the whole thing you handed the model. It is not.
This is the part you see.
02 / 11 · No memory
The model has no memory of its own. When your message arrives, it does not remember you, your last chat, or even your last sentence. Every message starts from zero.
So how does it seem to remember? Keep scrolling.
03 / 11 · The chat, again
Because it forgets, the app sends the entire conversation back with every new message. Every earlier line, yours and its own replies, is read again from the top before it answers. That is how it seems to remember.
The longer the chat, the more it re-reads each time.
05 / 11 · Three things so far
Put it together. With every message, the model receives three things, in order. The hidden instructions. The whole chat so far. Then your new line.
And it is about to get bigger.
06 / 11 · It can act
The tools people use now, like Claude, Gemini and ChatGPT, can do more than answer. They can search the web, open a file, or run code. A model that can act like this is called an agent.
But to act, it needs to read more first.
07 / 11 · The toolbox
Before it can act, the model is given a list of its tools and how each one works. Those descriptions are text, and that text is added to the prompt too. Some tasks also load extra instructions, called skills. More text again.
It cannot use a tool it was not told about.
08 / 11 · The loop
Say you ask if it will rain tomorrow. The model cannot know, so it searches. The results do not go to you. They come back to the model, added to the prompt as more text. Then it reads everything again and decides what to do next. Act, read, decide, repeat. This is the loop an agent runs.
Each action makes the page longer.
09 / 11 · One page
We have been drawing neat layers. The model does not see neat layers. To the model it is one long stream of text, read top to bottom. Instructions, chat, tools, results, your message, all of it, one page.
It is all just text. That is worth remembering.
10 / 11 · The window
The page has an edge. The model can only hold so much text at once. This space is called the context window. When a chat grows past it, the oldest parts fall away to make room. That is why a very long chat slowly forgets how it began.
A fresh chat is sometimes the kindest fix.
11 / 11 · The real skill
Now the useful part. People hunt for magic words to type. The real skill is quieter. Give the model the right material. The same question, with the right context around it, gives a far better answer. People who work with these tools well call this context engineering.
You are not commanding it. You are setting the table.
The model is a mirror of its window, not a mind that knows the world. It reads the page you build, and answers from that. So build the page with care, and check what matters against real sources. The clearer the context you give, the more it can help you.
Take the AI Readiness Quiz →■ end ■