Applying the OODA loop to network operations — and rethinking each phase with AI. From "monitor → alert → human responds" to "observe → understand → decide → act → verify" as an autonomous loop.
A decision-making framework by Colonel John Boyd: Observe → Orient → Decide → Act, cycled rapidly to adapt to changing conditions.
Traditional monitoring is an open loop — an alert fires, a human investigates, and manually remediates. OODA closes the loop by feeding the results of each action back into the next observation cycle.
AI here is not limited to LLMs. Each phase benefits from different techniques — rule engines, statistical ML, vector search, and language models — applied where they are most effective.
| Traditional Monitoring | OODA × AI | |
|---|---|---|
| Loop | Open (alert → human → action) | Closed (automated feedback) |
| Correlation | Human memory and experience | Vector search + causal inference |
| Interaction | PromQL / SQL queries | Natural language ("Which clusters have the most failures?") |
| Posture | Reactive (symptom detection) | Proactive (precursor detection) |
| Knowledge | Siloed in individuals | Structured via RAG across the organization |
How each a10y component maps to a phase of the OODA loop.
Traditional rule-based automation can only handle known patterns. AI changes this in three ways — and not just through LLMs.
1. Understanding unstructured data — Syslog messages, vendor-specific CLI output, natural language ticket descriptions. NLP and LLMs turn previously unparseable data into structured, actionable signals.
2. Reasoning beyond rules — Statistical anomaly detection catches patterns that no human would write rules for. Vector similarity finds "we've seen something like this before" without exact matches. LLMs reason about novel failures using general knowledge and retrieved context.
3. Organizational knowledge at every decision — RAG over runbooks, design documents, and postmortems brings institutional knowledge to bear on every decision. Tribal knowledge becomes shared infrastructure.
The goal is not a network that pages a human faster. It's a network that heals itself.