Files
ietf-draft-analyzer/data/reports/gaps.md
Christian Nennemann 1ec1f69bee v0.3.0: Publication-ready release with blog site, paper update, and polish
Release prep:
- Version bump to 0.3.0 (pyproject.toml, cli.py)
- Rewrite README.md with current stats (475 drafts, 713 authors, 501 ideas)
- Add CONTRIBUTING.md with dev setup and code conventions

Blog site:
- Add scripts/build-site.py (markdown → HTML with clean CSS, dark mode, nav)
- Generate static site in docs/blog/ (10 pages)
- Ready for GitHub Pages deployment

Academic paper (paper/main.tex):
- Update all counts: 474→475 drafts, 557→710 authors, 1907→462 ideas, 11→12 gaps
- Add false-positive filtering methodology (113 excluded, 361 relevant)
- Add cross-org convergence analysis (132 ideas, 33% rate)
- Add GDPR compliance gap to gap table
- Add LLM-as-judge caveats to rating methodology and limitations
- Add FIPA, IEEE P3394, W3C WoT to related work with bibliography entries
- Fix safety ratio to show monthly variation (1.5:1 to 21:1)

Pipeline:
- Fetch 1 new draft (475 total), 3 new authors (713 total)
- Fix 16 ruff lint errors across test files
- All 106 tests pass

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 17:54:43 +01:00

37 KiB

Gap Analysis: IETF AI/Agent Draft Landscape

Generated 2026-03-08 15:15 UTC — analyzing 474 drafts, 498 technical ideas

Overview

This report identifies 12 gaps — areas, problems, or technical challenges not adequately addressed by the current 474 IETF AI/agent drafts. Each gap is cross-referenced with related drafts and extracted technical ideas to show partial coverage.

Severity Count
CRITICAL 3
HIGH 6
MEDIUM 3

Safety Deficit

Only 46 of 474 drafts address AI safety/alignment, while 150 focus on A2A protocols and 110 on autonomous operations. The ratio of capability-building to safety is roughly 5:1.


1. Real-time Agent Behavior Verification

Severity CRITICAL
Category AI safety/alignment
Drafts in category 46

Current AI safety drafts focus on governance but lack technical protocols for real-time verification that agents are behaving according to their declared policies. There's no standard way to cryptographically prove agent actions match stated intentions.

Evidence: Only 46 safety drafts versus 474 total, with governance focus rather than technical verification

Keyword matches (drafts mentioning gap topic):

Top-rated in AI safety/alignment (46 drafts):

  • draft-cowles-volt (4.8) — Defines tamper-evident execution trace format for AI agent workflows using hash chains and cryptogra
  • draft-aylward-daap-v2 (4.8) — Defines comprehensive protocol for AI agent accountability including authentication, monitoring, and
  • draft-guy-bary-stamp-protocol (4.6) — Defines STAMP protocol for cryptographic delegation and proof in AI agent systems. Provides task-bou
  • draft-drake-email-tpm-attestation (4.6) — Defines hardware attestation for email using TPM verification chains to prevent spam and provide Syb
  • draft-goswami-agentic-jwt (4.5) — Extends OAuth 2.0 with Agentic JWT to address authorization challenges in autonomous AI systems. Int

Partially Addressing Ideas

18 extracted ideas touch on this gap:

Idea Draft Type
Distributed AI Accountability Protocol draft-aylward-daap-v2 protocol
AGENTS.TXT Policy File draft-srijal-agents-policy protocol
AI Network Security Agent draft-yuan-rtgwg-security-agent-usecase architecture
A2A Protocol Transport over MOQT draft-a2a-moqt-transport protocol
Post-Discovery Authorization Handshake draft-barney-caam protocol
Evidence-based Autonomy Maturity Model draft-berlinai-vera mechanism
Verifiable Agent Conversation Format draft-birkholz-verifiable-agent-conversations protocol
Intent-Based Just-in-Time Authorization draft-chen-agent-decoupled-authorization-model architecture

...and 10 more


2. Multi-Agent Consensus Under Byzantine Conditions

Severity CRITICAL
Category A2A protocols
Drafts in category 150

While agent discovery and A2A protocols exist, there's no framework for handling consensus when some agents may be compromised or malicious. Critical for autonomous systems making collective decisions.

Evidence: Complex autonomous systems require Byzantine fault tolerance but it's absent from protocol designs

Keyword matches (drafts mentioning gap topic):

Top-rated in A2A protocols (150 drafts):

Partially Addressing Ideas

2 extracted ideas touch on this gap:

Idea Draft Type
ASRank Structural Vulnerability Analysis draft-xu-sidrops-asrank-vulnerabilities requirement
MCP and A2A Complementary Solutions for Network Management draft-zeng-opsawg-applicability-mcp-a2a architecture

3. Emergency Agent Shutdown Coordination

Severity CRITICAL
Category AI safety/alignment
Drafts in category 46

Missing protocols for coordinated emergency shutdown of autonomous agent networks when safety issues are detected. Individual agent controls exist but not network-wide coordination mechanisms.

Evidence: Human-in-the-loop drafts exist but no emergency coordination protocols for autonomous systems

Keyword matches (drafts mentioning gap topic):

Top-rated in AI safety/alignment (46 drafts):

  • draft-cowles-volt (4.8) — Defines tamper-evident execution trace format for AI agent workflows using hash chains and cryptogra
  • draft-aylward-daap-v2 (4.8) — Defines comprehensive protocol for AI agent accountability including authentication, monitoring, and
  • draft-guy-bary-stamp-protocol (4.6) — Defines STAMP protocol for cryptographic delegation and proof in AI agent systems. Provides task-bou
  • draft-drake-email-tpm-attestation (4.6) — Defines hardware attestation for email using TPM verification chains to prevent spam and provide Syb
  • draft-goswami-agentic-jwt (4.5) — Extends OAuth 2.0 with Agentic JWT to address authorization challenges in autonomous AI systems. Int

Partially Addressing Ideas

9 extracted ideas touch on this gap:

Idea Draft Type
Distributed AI Accountability Protocol draft-aylward-daap-v2 protocol
Agentic network architecture for multi-agent coordination draft-chuyi-nmrg-agentic-network-inference architecture
Dynamic Task Coordination Requirements for AI Agents draft-cui-ai-agent-task requirement
Multi-Agent Communication Framework for AIOps draft-fu-nmop-agent-communication-framework architecture
Meta-Layer Coordination Substrate draft-meta-layer-overview architecture
Trinity Configuration for Agent Coordination draft-takagi-srta-trinity pattern
Internet of Agents Task Protocol for heterogeneous collaboration draft-yang-dmsc-ioa-task-protocol protocol
Task-Oriented Multi-Agent Recovery Framework draft-yue-anima-agent-recovery-networks architecture

...and 1 more


4. Cross-Protocol Agent Migration

Severity HIGH
Category A2A protocols
Drafts in category 150

While A2A protocols exist, there's no standardized mechanism for agents to migrate between different protocol frameworks or service providers while maintaining state and identity. This creates vendor lock-in and limits agent portability across heterogeneous systems.

Evidence: 150 A2A protocol drafts with high overlap suggest fragmentation without migration solutions

Keyword matches (drafts mentioning gap topic):

Top-rated in A2A protocols (150 drafts):

Partially Addressing Ideas

No directly related technical ideas found in current drafts — this gap is entirely unaddressed.


5. Agent Resource Accounting and Billing

Severity HIGH
Category new
Drafts in category 0

No standardized protocols exist for tracking and billing computational resources consumed by autonomous agents across distributed systems. This is essential for commercial deployment but completely unaddressed.

Evidence: High focus on protocols and deployment but zero drafts addressing economic models

Keyword matches (drafts mentioning gap topic):

Partially Addressing Ideas

10 extracted ideas touch on this gap:

Idea Draft Type
SCIM 2.0 Extension for Agents and Agentic Applications draft-abbey-scim-agent-extension extension
Events Query Protocol draft-gupta-httpapi-events-query protocol
Micro Agent Communication Protocol (µACP) draft-mallick-muacp protocol
MOQT Binding for A2A and MCP Protocols draft-nandakumar-ai-agent-moq-transport extension
AI Agent Protocol Requirements draft-rosenberg-ai-protocols requirement
SCIM 2.0 Agent Extension draft-scim-agent-extension extension
Authorized Connection Policy Framework draft-steckbeck-ua-conn-sec mechanism
Agent Workflow Protocol Well-Known Resource draft-vinaysingh-awp-wellknown extension

...and 2 more


6. Agent Capability Advertisement Verification

Severity HIGH
Category Agent discovery/reg
Drafts in category 87

While agent discovery protocols exist, there's no way to cryptographically verify that advertised agent capabilities are accurate. Agents could falsely claim capabilities leading to system failures.

Evidence: 87 discovery drafts but no mention of capability verification mechanisms

Keyword matches (drafts mentioning gap topic):

Top-rated in Agent discovery/reg (87 drafts):

  • draft-narajala-ans (4.2) — Introduces Agent Name Service (ANS) as a DNS-based universal directory for AI agent discovery and ve
  • draft-li-dmsc-macp (4.2) — Specifies a comprehensive multi-agent collaboration protocol suite using Agent Gateways for registra
  • draft-cui-dns-native-agent-naming-resolution (4.1) — Specifies DNS-native naming and resolution for AI agents using FQDNs and SVCB records. Emphasizes DN
  • draft-nederveld-adl (4.1) — Defines ADL, a JSON-based standard for describing AI agents including their capabilities, tools, per
  • draft-rosenberg-ai-protocols (4.1) — Establishes framework for AI agent communications on the Internet, surveying existing protocols like

Partially Addressing Ideas

27 extracted ideas touch on this gap:

Idea Draft Type
DNS-based AI Agent Discovery draft-mozleywilliams-dnsop-bandaid mechanism
DNS namespace for AI agent discovery draft-mozleywilliams-dnsop-dnsaid mechanism
Agent Registration and Discovery Protocol draft-pioli-agent-discovery protocol
Intent-based Agent Interconnection Protocol draft-sun-zhang-iaip protocol
Capability Advertisement and Intent Resolution draft-sz-dmsc-iaip mechanism
Intelligent Agent Communication Gateway Architecture draft-agent-gw architecture
AI-Native Network Protocol (AINP) draft-ainp-protocol protocol
Distributed AI Accountability Protocol draft-aylward-daap-v2 protocol

...and 19 more


7. Cross-Domain Agent Communication Security

Severity HIGH
Category Agent identity/auth
Drafts in category 145

Current identity/auth solutions don't address secure communication between agents operating in different security domains or trust boundaries. Critical for enterprise and government deployments.

Evidence: 145 identity drafts show awareness but cross-domain scenarios appear unaddressed

Keyword matches (drafts mentioning gap topic):

Top-rated in Agent identity/auth (145 drafts):

Partially Addressing Ideas

54 extracted ideas touch on this gap:

Idea Draft Type
Agent Gateway Intercommunication Framework draft-han-rtgwg-agent-gateway-intercomm-framework architecture
Agent Gateway Requirements draft-liu-rtgwg-agent-gateway-requirements requirement
AI Agent Security Requirements Framework draft-ni-a2a-ai-agent-security-requirements requirement
Centralized Gateway for Multi-Agent Communication draft-song-dmsc-problem-statement architecture
Multi-Tenant Policy Enforcement Infrastructure draft-song-dmsc-problem-statement architecture
Intelligent Agent Communication Gateway Architecture draft-agent-gw architecture
AI-Native Network Protocol (AINP) draft-ainp-protocol protocol
Agent-to-Agent Communication in Transportation Networks draft-an-nmrg-i2icf-cits pattern

...and 46 more


8. Agent Performance Degradation Detection

Severity HIGH
Category new
Drafts in category 0

No standardized protocols exist for detecting when AI agents are experiencing model drift, adversarial attacks, or performance degradation. Essential for maintaining autonomous system reliability.

Evidence: ML traffic management exists but not agent health monitoring standards

Keyword matches (drafts mentioning gap topic):

Partially Addressing Ideas

5 extracted ideas touch on this gap:

Idea Draft Type
Virtual In-Cloud Router as IPv6 Enhancement Agent draft-he-yi-srv6ops-ipv6-enhancemnet-in-cloud-uc architecture
6G Agent Protocol Requirements and Enabling Technologies draft-hw-ai-agent-6g requirement
Comparative analysis of messaging protocols for agentic AI draft-mpsb-agntcy-messaging pattern
AI Network Security Agent draft-yuan-rtgwg-security-agent-usecase architecture
Task-Oriented Multi-Agent Recovery Framework draft-yue-anima-agent-recovery-networks architecture

Severity HIGH
Category Policy/governance
Drafts in category 115

Missing technical protocols for creating audit trails that can determine legal liability when autonomous agents cause harm. Governance drafts exist but not technical accountability mechanisms.

Evidence: 115 governance drafts but legal technology gap for liability attribution

Keyword matches (drafts mentioning gap topic):

Top-rated in Policy/governance (115 drafts):

  • draft-cowles-volt (4.8) — Defines tamper-evident execution trace format for AI agent workflows using hash chains and cryptogra
  • draft-aylward-daap-v2 (4.8) — Defines comprehensive protocol for AI agent accountability including authentication, monitoring, and
  • draft-goswami-agentic-jwt (4.5) — Extends OAuth 2.0 with Agentic JWT to address authorization challenges in autonomous AI systems. Int
  • draft-wang-cats-odsi (4.5) — Specifies framework for decentralized LLM inference across untrusted participants with layer-aware e
  • draft-birkholz-verifiable-agent-conversations (4.5) — Defines CDDL-based data format for verifiable agent conversation records using COSE signing. Support

Partially Addressing Ideas

No directly related technical ideas found in current drafts — this gap is entirely unaddressed.


10. Agent Memory and State Persistence Standards

Severity MEDIUM
Category Data formats/interop
Drafts in category 165

No standardized formats or protocols exist for how agents should persist long-term memory, experience, and learned behaviors across system restarts or migrations. Each implementation creates proprietary solutions.

Evidence: 165 data format drafts focus on communication but not persistent state management

Keyword matches (drafts mentioning gap topic):

Top-rated in Data formats/interop (165 drafts):

Partially Addressing Ideas

18 extracted ideas touch on this gap:

Idea Draft Type
Compliance-oriented agent memory model draft-gaikwad-aps-profile pattern
Zero Trust Interoperability Framework draft-liu-saag-zt-problem-statement requirement
Intelligent Agent Communication Gateway Architecture draft-agent-gw architecture
Zero Trust Runtime Agent Architecture draft-berlinai-vera architecture
Agentic Hypercall Protocol draft-campbell-agentic-http pattern
Agent Persistent State Profile draft-gaikwad-aps-profile architecture
Agentic AI for Autonomous Network Management draft-hong-nmrg-agenticai-ps requirement
LISP-based geospatial intelligence network draft-ietf-lisp-nexagon protocol

...and 10 more


11. Agent-to-Human Escalation Standards

Severity MEDIUM
Category Human-agent interaction
Drafts in category 41

While human-in-the-loop protocols exist, there's no standardized framework for when and how agents should escalate decisions to humans based on uncertainty, risk, or ethical considerations.

Evidence: Only 41 human-agent interaction drafts versus complex autonomous systems requiring escalation

Keyword matches (drafts mentioning gap topic):

Top-rated in Human-agent interaction (41 drafts):

Partially Addressing Ideas

No directly related technical ideas found in current drafts — this gap is entirely unaddressed.


12. Federated Agent Learning Privacy

Severity MEDIUM
Category new
Drafts in category 0

Federated AI operations models exist but lack privacy-preserving protocols for agents learning from shared experiences without exposing sensitive data from individual deployments.

Evidence: Federated models mentioned but privacy-preserving learning protocols absent

Keyword matches (drafts mentioning gap topic):

Partially Addressing Ideas

5 extracted ideas touch on this gap:

Idea Draft Type
Privacy-Preserving Federated Learning for Multi-Tenant AI Agents draft-kale-agntcy-federated-privacy architecture
Cross-Domain Agent Interoperability Framework draft-cui-dmsc-agent-cdi architecture
HTTP Agent Profile (HAP) draft-dhir-http-agent-profile protocol
AI Network Security Agent draft-yuan-rtgwg-security-agent-usecase architecture
AI Network Traffic Optimization Agent draft-yuan-rtgwg-traffic-agent-usecase architecture

Cross-Cutting Analysis

Gaps by Category

Category Drafts Gaps Gap Topics
a2a protocols 150 2 Multi-Agent Consensus Under Byzantine Conditions; Cross-Protocol Agent Migration
agent discovery/reg 87 1 Agent Capability Advertisement Verification
agent identity/auth 145 1 Cross-Domain Agent Communication Security
ai safety/alignment 46 2 Real-time Agent Behavior Verification; Emergency Agent Shutdown Coordination
data formats/interop 165 1 Agent Memory and State Persistence Standards
human-agent interaction 41 1 Agent-to-Human Escalation Standards
new 0 3 Agent Resource Accounting and Billing; Agent Performance Degradation Detection; Federated Agent Learning Privacy
policy/governance 115 1 Legal Liability Attribution Protocols

Recommendations

Based on the gap analysis, the highest-impact areas for new standardization work:

  1. Runtime behavior verification — The most critical safety gap. Agents declare policies but nothing validates compliance at runtime.
  2. Error recovery and rollback — Autonomous operations need standardized failure handling before real deployment at scale.
  3. Protocol interoperability layer — 92 competing A2A protocols need a translation/negotiation framework to avoid fragmentation.
  4. Dynamic trust systems — Static certificates cannot scale to long-running agent ecosystems. Trust must be earned and revocable.
  5. Human emergency override — The 7:1 ratio of autonomous capability to human oversight drafts is concerning for production deployments.