Expand ↗
Page list (1268)

Conceptual Map

A guided conceptual tour through the vault. Where index lists the papers, this page lists the ideas and shows how they interlock. Every paper note now also carries a ## Conceptual Contribution section (claim / mechanism / concepts / stance / relates-to).


1. The Central Tension: What Does a Message Mean?

Agent communication’s perennial question — whose mental states does a message commit? — runs the length of this vault.

Surveys mapping this debate: The State of the Art in Agent Communication Languages, Trends in Agent Communication Language.

2. The Language Stack

Messages compose into languages compose into protocols.

LayerConceptRepresentative papers
ContentKIF, ontology term setsKQML Overview, Ontolingua Portable Ontology Specifications, Handbook On Ontologies
MessagePerformatives / illocutionsKQML, FIPA-ACL, Foundations Of Illocutionary Logic
ConversationInteraction ProtocolsCoordinating Agents Using ACL Conversations, ACRE Agent Conversation Reasoning Engine
TransportFacilitators, routingKQML Language And Protocol, Model Context Protocol, Agent-to-Agent Protocol

This same stack — content / message / conversation / transport — reappears in the modern LLM-agent protocol wave: see Survey Of AI Agent Protocols and Survey Of Agent Interoperability Protocols, which place Model Context Protocol (tools), ACP, Agent-to-Agent Protocol, and Agent Network Protocol at progressively higher layers.

3. How Does Shared Language Arise?

A separate tradition asks where meaning comes from rather than what it contains.

3a. Argumentation and Dialogue

A separate strand asks how reasoning unfolds when claims are contested rather than asserted unilaterally — directly upstream of the commitment-based ACL programme and of LLM-agent debate.

  • Abstract argumentation. On the Acceptability of Arguments (Dung 1995) shows that nonmonotonic reasoning, logic programming with negation-as-failure, default logic, and n-person games all reduce to fixed-point computations over an Argumentation Framework of arguments and attacks. Sceptical (Grounded Extension) and credulous (Preferred Extension) acceptance, plus stability, capture the principal answer policies. Structured systems (ASPIC+, ABA, DeLP) instantiate the abstract framework with rule languages — as does the SPL/Hence defeasible-logic engine used elsewhere in this vault.
  • Dialogue typology. Commitment in Dialogue (Walton & Krabbe 1995) gives the canonical typology — persuasion, negotiation, deliberation, inquiry, information-seeking, eristic — that ACL designers keep rediscovering. Each dialogue type is characterised by its initial situation, participant goals, and shared goal; mixing is normal but mismatch (e.g. expecting persuasion in a negotiation) is the source of much MAS dysfunction.
  • Formal dialectic. Fallacies - Hamblin (Hamblin 1970) supplies the missing root: dialogue rules with explicit commitment stores, where moves like “Why?”, “Statement”, “Concession” update the participants’ public commitment sets. Modern dialogue protocols (ACRE, Walton-McBurney systems) are direct descendants.

4. Extensibility: Grow the Language Toward the Problem

A recurring architectural instinct runs from 1960s language design through to modern agent protocols.

5. Agent Theory: What Kind of Thing Is an Agent?

6. Multi-Agent Coordination

7. Self- Systems and Biological Metaphors

A lineage that uses adaptation, awareness, and biology as organising ideas.

8. Gossip and Probabilistic Coordination

9. Trust, Reputation, and Open-System Robustness

10. Language-Theoretic Security

A tight sub-thread arguing that most security failures are really recognition failures.

11. Ontologies and Shared Meaning

Necessary scaffolding for any ACL — and a field in its own right.

12. Foundations Beneath It All

A few papers anchor the abstract ground everything else stands on.

13. The Modern LLM-Agent Era: How the Threads Converge

The contemporary LLM-agent wave recapitulates the full vault simultaneously.

Each modern thread has a pre-LLM ancestor in this vault — which is the real point of the map.

14. Agentic AI Security and the Multi-Agent Threat Surface

A 2024–2026 wave makes agentic security a field unto itself, with a clear three-layer structure: single-agent runtime defences → multi-agent threats → governance & economic substrate.

  • Runtime / prompt-injection defences. AgentDojo (Debenedetti et al. 2024, NeurIPS) is the dynamic benchmark — four realistic environments, 97 user tasks × 629 injection tests, parallel user-success / attack-success metrics. Defeating Prompt Injections by Design (Debenedetti, Shumailov, Tramèr et al. 2025) is the architectural response — CaMeL: control-flow / data-flow separation between the trusted query and untrusted tool data, with capability-gated tool calls. Together they form the contemporary case for Prompt Injection being a systems problem solved by Information Flow Control, not a model-content problem solved by classifiers.
  • Privacy reasoning. Privacy Reasoning in Ambiguous Contexts (Yi et al. 2025, NeurIPS) — Contextual Integrity operationalised: the dominant LLM privacy failure is unrecognised ambiguity, fixed by rationale-driven disambiguation (Camber).
  • Multi-agent threat field. Open Challenges in Multi-Agent Security (Schroeder de Witt et al. 2025) defines Multi-Agent Security as a discipline: secret collusion (covert/steganographic coordination defeating oversight), swarm attacks, network-effect contagion (privacy breaches, jailbreaks, disinformation spreading agent-to-agent), and stealth optimisation (dispersion-based evasion). Free-form protocols enable both task generalisation and these new threats — a fundamental security–utility trade-off.

15. The Agent Economy: Infrastructure, Markets, Mechanism Design

A parallel 2023–2025 thread asks what economic layer the agent fabric will run on, and how to design it.

The §14 and §15 threads converge on a single thesis: agentic AI security and the agent economy are the same design problem viewed from different layers. Runtime defences (CaMeL, AgentDojo) make individual agents safe; governance infrastructure (Infrastructure for AI Agents) makes their interactions accountable; mechanism design (Mechanism Design for Large Language Models, NDAI Agreements) makes their economic transactions incentive-compatible; multi-agent security (Open Challenges in Multi-Agent Security) names the threats that arise because of those interactions; and frameworks like Virtual Agent Economies tie the whole stack to long-run human flourishing. The capability-based / language-based / commitment-based traditions catalogued earlier in this map (§1–§12) are the deep ancestry of every defence proposed.


Four Cross-Cutting Debates

  1. Private vs public semantics — mentalistic (KQML, FIPA-ACL) vs commitment-based (ACL Rethinking Principles, Agent Communication And Institutional Reality) vs grounded (Verifiable Semantics for ACLs). Reopened by Why AI Agents Communicate In Human Language.
  2. Designed vs evolved languages — standardised (FIPA-ACL) vs negotiated (Toward Automated Evolution of ACLs, A Scalable Communication Protocol for Networks of LLMs) vs emergent (Language Games for Autonomous Robots, Multi-Agent Cooperation and the Emergence of Natural Language).
  3. Centralised vs decentralised coordination — facilitators (KQML Overview) vs gossip (Gossip-Based Computation of Aggregate Information) vs stigmergy (Myconet Fungi Inspired Superpeer Overlay) vs agent-environment (An Interaction-oriented Agent Framework for Open Environments).
  4. Trust through mental-state inspection vs through commitments vs through language-theoretic restrictionVerifiable Semantics for ACLs vs ACL Rethinking Principles vs The Halting Problems of Network Stack Insecurity.

Concept Diagrams

Mermaid lineage diagrams for each foundational cluster, embedded in the relevant concept pages:

See index for the full paper listing, README for vault conventions.

Backlinks