Skip to content
← Back to Insights
Note

Context, not prompts, is what makes AI systems work

Dmitriy Petrakov · · 2 min read

A year ago, it seemed like everything depended on the right prompt. Choose the right words and the model would perform. Practice showed otherwise. Text alone is not enough. For a system to work reliably, you need engineered context: data, memory, tools, rules.

This is how the term "context engineering" entered the conversation.

What context engineering actually is

Context engineering is not a decoration on top of a prompt. It is architecture around it. It answers the question: what information, in what form, should the model receive right now so it does not hallucinate or lose itself in detail?

Researchers describe it as a discipline that systematically optimises the "payload" of context: how we extract knowledge, how we compress it, how we manage memory and tools.

Andrej Karpathy put it well: "People associate prompts with short task descriptions. In production LLM applications, context engineering is the fine art and science of filling the context window with exactly the information needed for the next step."

Why this matters for business

The quality gains usually come not from switching models, but from better orchestration around the model.

A well-tuned RAG pipeline retrieves exactly the documents that are relevant. Memory stores user preferences and conversation history. Tools execute actions and return facts. The result: fewer hallucinations, greater accuracy, and repeatable outcomes.

This matters particularly in regulated industries. When an AI system processes insurance claims or underwrites risk, the difference between a vaguely prompted chatbot and a properly contextualised system is the difference between a tool your team trusts and one they abandon after a week.

The practical takeaway

Invest not only in prompts, but in measurability. Test the system as a whole, not individual queries.

The industry is shifting toward what practitioners call "testing and customisation": checks for hallucinations, adversarial attacks, and rule compliance, plus fine-tuning behaviour for a specific domain. Less magic. More engineering.

The prompt is not dead. It is like the headline of an article: important, but not self-sufficient. Without context, it is just a well-turned phrase. With context, it becomes a working system you can rely on.

Dmitriy Petrakov

Contributing Author

20+ years in enterprise architecture. Writes about AI agents, context engineering, and the shifting boundary between human and machine work.

More from the team →