Emergent Intent
The design pattern for AI-driven systems whose purpose is discovered through operation, not specified in advance — and the governance discipline that keeps discovery safe.
The most honest thing you can say about a complex AI system at inception is: we do not yet know everything it will be used for.
What it is
Emergent Intent is Blu Wingu’s design pattern for AI-driven systems in which the full operational intent is discovered through live use rather than specified completely in advance. This is a Blu Wingu proprietary framework — the operating principles below are documented from production practice; the formalisation is in active development.
Traditional software engineering requires intent before design begins. AI systems involving agent orchestration regularly surface use cases during operation that were not anticipated during requirements definition. The question is not whether intent will emerge — it will — but whether the system is designed to surface, evaluate, and govern that emergence safely.
The design pattern has three components — Blu Wingu’s proposed structure, drawn from production agentic deployments rather than from a prior published design pattern:
The first is a minimal viable intent specification: a deliberately bounded statement of what the system is authorised to do at inception — defining authorised task classes, data boundaries, and the human approval gate that any new use case must pass before becoming an authorised extension.
The second is an intent discovery log: a structured record of every use case that emerged during operation and was not in the original specification, with a decision — approved, rejected, or deferred — and the reasoning applied. In regulated contexts, the log is the evidence that intent expansion was governed rather than accidental. Without it, there is no audit trail distinguishing sanctioned evolution from drift.
The third is a gate architecture for intent extension: the evaluation and testing protocol a discovered use case must satisfy before formal adoption into the authorised intent specification — the mechanism by which expanding intent stays coherent, auditable, and aligned with the organisation’s risk posture.
Systems that lack an intent discovery log and a gate architecture do not avoid emergent intent — they simply do not govern it. The discipline is sourced from production agentic AI design: a composition-by-delegation tooling library in which skill interaction patterns regularly surface uses not anticipated at individual skill design time, each evaluated against architectural invariants before treatment as a supported pattern.
When you reach for it
An enterprise has deployed an AI agent in a bounded pilot context — customer triage, compliance document review, investment pre-screening — and finds that users are directing the agent to adjacent tasks. Some are valuable; some introduce risk. The organisation lacks a structured process for evaluating which adjacent uses to authorise and which to prohibit.
What you ship
- A minimal viable intent specification: bounded authorised task classes, data access boundaries, and a human approval gate for intent extension.
- An intent discovery log template and governance cadence: the structured instrument for recording, evaluating, and deciding on emergent use cases as they surface.
- A gate architecture for intent extension: the evaluation and testing protocol a discovered use case must satisfy before formal adoption into the authorised intent specification.
The Emergent Intent pattern connects to our Karpathy-6 verification discipline: Inference Leakage — in which a model imports training-data knowledge into evidence-grounded analysis — is one form of emergent behaviour that an intent boundary and verification gate are designed to detect and contain.
This is Stream A and Stream C work — AI Engineering and AI Governance. If your deployed AI system is operating beyond its original intent without a governance process to evaluate that expansion, book a discovery conversation.