In high-fidelity engineering, Context is the data-state provided to the model, while Intelligence is the model's ability to navigate that state. Most failures in automation occur not because the model is "unintelligent," but because the context-window is poorly managed.
This includes documentation, brand guidelines, and historical data. In 2026, we utilize RAG (Retrieval-Augmented Generation) to feed this dynamically.
The immediate data relevant to the current task. Example: A specific URL's PageSpeed Insights (PSI) JSON data.
The specific formatting and logic rules. Example: "Output only the raw SQL query. No explanation."
### SYSTEM STATE
User Role: Founder of a B2B SaaS.
Target Metric: Increase LTV by reducing Day-3 churn.
Current Data: [Attached CSV of User Activity Logs]
### ARCHITECTURAL TASK
Identify the "Moment of Drop-off" using the attached logs.
Cross-reference activity with the 'Pro' feature usage.
### OUTPUT PARAMETERS
Format: Table
Columns: {feature_id, drop_off_rate, suggested_intervention}
Take a complex task you currently perform manually. Decompose it into its 3 context layers (Static, Dynamic, Execution). Write a system prompt that loads all three and produces a deterministic output.