Avoiding a Future AI Architecture Crisis; What the 2025 Numbers Mean for Enterprise AI Strategy - Architecture & Governance Magazine
The Architecture Risk Assessment
A trial to use LLMs to document an application without access to the code base. The LLM had access to UI, network traffic, and database.
Reconnaissance:
Specification:
Rebuild:
Observations:
Context engineering is building dynamic systems to provide the right information and tools in the right format such that the LLM can plausibly accomplish the task.
A common reason agentic systems don’t perform is they just don’t have the right context. Garbage in, garbage out.
The context passed to the model may be bad for a few reasons:
Prompt engineering is a subset of context engineering.
Example of good context engineering