Overview
Production Readiness
0.4
Novelty Score
0.6
Cost Impact Score
0.5
Citation Count
3
Why It Matters For Business
The framework gives product and engineering teams a concrete way to choose and design either modular multi-agent systems or tightly integrated human-AI workflows, reducing integration errors and clarifying where human oversight must remain.
Summary TLDR
The paper proposes 'communication spaces'—three layered interaction zones (surface, observation, computation)—and maps them to colored Petri nets to model both multi-agent systems (MAS) and tightly integrated 'Centaurian' human-AI systems. It explains how to keep clear agent boundaries for scalable MAS, or enable deep human-AI fusion for Centaurian workflows, and illustrates both with two applied use cases: satellite/swarm robotics and Large Action Models (LAMs). The work is conceptual and provides a formal modeling recipe rather than empirical benchmarks.
Problem Statement
Modern agentic AIs (LLMs, LAMs) create mixed systems where designers must choose between preserving agent autonomy (MAS) or enabling deep human-AI fusion (Centaurian). Existing HCI models do not provide a unified, formal way to design, analyze, and switch between these modes while handling heterogeneous communication formats.
Main Contribution
A unified, three-layer communication-spaces framework (surface, observation, computation) to structure interactions among humans and diverse agents.
A formal extension: Communication Space Petri nets (colored Petri nets partitioned into the three spaces) to model protocols, data types, and coordination rules.
A conceptual comparison of two paradigms: multi-agent systems (autonomy-first) vs Centaurian systems (deep human-AI fusion), with practical design implications.
Two concrete use cases showing application: semi-centralized satellite/swarm robot control and Large Action Models (LAMs) with neuro-symbolic feedback loops.
Key Findings
Communication spaces split interaction into surface, observation, and computation layers.
Colored Petri nets can be partitioned to implement communication spaces as a formal, analyzable model.
Two operational paradigms require different designs: MAS preserves agent autonomy; Centaurian supports tight human-AI fusion.
Petri nets struggle with dynamic agent lifecycles; reconfigurable networks or set-theoretic layers are needed for fluid MAS.
Who Should Care
What To Try In 7 Days
Map your system's I/O, parsing, and decision components to the three communication spaces to spot mismatches.
Prototype a small colored-Petri-net model for one interaction (e.g., human approval + AI plan → task assignment).
If agents are dynamic, document lifecycle actions (register/deregister) and identify where a reconfiguration layer is needed.
Agent Features
Memory
- Continuous learning via feedback loops
- Observation-space state and typed tokens
Planning
- Iterative planning (agentic AI cycle: perceive, reason, act, learn)
- Task decomposition
- Adaptive feedback loops (data flywheel)
Tool Use
- LLMs as advisor/planner
- LAM nodes for action prediction
- Blockchain for secure swarm coordination
Frameworks
- Colored Petri Nets
- Communication Space Petri Net
Is Agentic
true
Architectures
- Multi-Agent Systems
- Centaurian systems
- Group-agents
- Communication spaces (surface/observation/computation)
Collaboration
- Multi-agent coordination protocols
- Centaurian human-AI cognitive fusion
- Group-agent registration and delivery semantics
Optimization Features
System Optimization
- Partitioning of responsibilities across three spaces for clearer load separation
Reproducibility
Open Source Status
- unknown
Risks & Boundaries
Limitations
- No empirical evaluation or quantitative benchmarks; claims are conceptual and illustrated by examples.
- Static Petri-net formalisms do not by themselves handle fluid agent join/leave scenarios without extra reconfiguration layers.
- Centaurian fusion raises transparency and privacy issues that the paper discusses but does not resolve.
When Not To Use
- Highly dynamic systems where agents frequently join/leave and runtime reconfiguration is essential without extra layers.
- Projects that require immediate, validated performance metrics—this paper provides design guidance, not benchmarks.
- Contexts demanding fully specified safety certifications without implemented verification tooling.
Failure Modes
- Message-format mismatches if observation-space transformations are incomplete, causing transitions to misfire.
- Consensus loss during agent registration/deregistration in MAS if reconfiguration is not implemented.
- Blurred accountability in Centaurian setups where human and AI roles merge, complicating auditing and oversight.
Core Entities
Models
- Colored Petri Nets
- Communication Space Petri Net
- Large Action Models (LAMs)
- Large Language Models (LLMs)
Context Entities
Models
- Rabbit.tech LAM
- Semi-centralized swarm control with blockchain

