Abstract
Agent-to-User Interfaces (A2UI) introduce a deterministic interface model that transforms technical content into machine-readable, executable knowledge systems. This approach is demonstrated through the PADI Sovereign Bureau, which operationalizes structured artifacts, graph-based reasoning, and protocol-driven execution into a unified knowledge architecture.
1. Philosophy: Epistemic Visibility as a Function of Schema
In the traditional record of technological progress, the "erasure" of marginalized pioneers is often framed as social or historical bias. From an Information Science perspective, this is more precisely understood as a structural data failure, where contributions are not encoded in formats compatible with computational retrieval systems.
In agent-mediated environments, epistemic visibility becomes a function of schema compliance and indexability. If a contribution is not represented in a machine-readable structure (e.g., JSON-LD, graph nodes, or registry entries), it cannot be reliably discovered, traversed, or reasoned about by autonomous systems.
2. The Problem: Structural Invisibility & Dark Data
Traditional knowledge systems rely heavily on popularity heuristics, which introduce systemic bias in attribution and visibility. These heuristics prioritize frequency, citation volume, and engagement rather than structural contribution.
Examples include pioneers such as:
- Gladys West (GPS systems)
- Alice Ball (medical chemistry)
Key Failures
- Schema Absence: Narrative-only records cannot be ingested by knowledge graphs or structured indexes.
- Citation Fragility: Narrative citations are context-dependent and often non-computable; structured citations are persistent and machine-resolvable.
- Visibility Bias: Influence is often determined by retrievability rather than actual contribution.
Without structured encoding, technical equity remains non-computable within agent-driven systems, limiting fair representation in automated discovery pipelines.
3. The Framework: Agent-to-User Interfaces (A2UI)
A2UI represents a shift from passive information interfaces to Active Reasoning Interfaces, where system state, structure, and inference are externally observable.
A2UI as a Deterministic Interface Model
A2UI defines the interface as a cognitive boundary layer where machine reasoning becomes inspectable and traceable.
- Input: Machine-readable artifacts (e.g., JSON-LD manifests, NDJSON event logs)
- Processing: Deterministic workflows with optional bounded probabilistic modules
- Output: Human-interpretable reasoning states derived from structured computation
This separation ensures that system outputs are reproducible while still allowing extensibility through probabilistic augmentation where appropriate.
The Three-Layer Architecture
Discovery Layer → Protocol Layer → Execution Layer
(UI) (Schema) (Compute)
1. Discovery Layer (Interface)
Human-facing platforms such as Dev.to or Hashnode that embed structured manifests within content.
2. Protocol Layer (Authority)
GitHub-based contracts (e.g., AGENTS.md, ACTION.md) that define identity, permissions, and interaction rules between agents and systems.
3. Execution Layer (Compute)
Deterministic systems (Node.js, cloud runtimes such as Render or Zeabur) responsible for:
- Graph traversal (BFS)
- Influence computation
- Structural mapping
- Registry updates
Case Study: The PADI Sovereign Bureau
The Living Library of Access implements A2UI as a structured, graph-based knowledge system. It currently indexes contributors across domains including:
- Computing
- Justice
- Medicine
The system organizes knowledge as interconnected artifacts rather than isolated documents.
Structural Computation Model
Influence is computed through graph-based mechanisms rather than narrative description.
Key components include:
- Breadth-First Search (BFS): Used for path-aware traversal of knowledge nodes
- Weighted Edge Propagation: Models directional influence across relationships
- Category-Constrained Clustering: Ensures deterministic grouping within defined domains
- Popularity Bias Resistance: Ranking is derived from structure rather than engagement metrics
These mechanisms collectively ensure that influence is a computed property of the graph rather than a function of external popularity signals.
Verification Ledger
| Pioneer | Category | State | Influence Metric |
|---|---|---|---|
| Ada Lovelace | Computing | PRIMARY | Foundational (Root) |
| Katherine Johnson | AI Ethics | PRIMARY | Structural (Branch) |
| Alice Ball | Medicine | ARCHIVAL | Verified (Leaf) |
5. Protocol: Model Context Protocol (MCP)
The Model Context Protocol (MCP) defines a structured interface standard that enables external agents to interact with knowledge systems through semantic contracts.
Capabilities
- Interpretation of structured artifacts
- Querying of knowledge graphs and registries
- Execution of workflows via defined actions
- Exchange of context-aware messages between systems
MCP enables machine-readable provenance, ensuring that data lineage, transformations, and execution steps are traceable across distributed systems.
6. Reproducibility & Open Standard
The system is designed to be fully reproducible and verifiable through deterministic pipelines.
Execution Steps
- Clone the GitHub repository
- Ingest the NDJSON event ledger
- Execute the PADI validator node
- Launch the D3.js visualization layer
System Access
Protocol Repository (GitHub):
https://github.com/PeculiarLibrarian/padi-sovereign-bureauVisualization Interface (D3 Graph):
https://padi-sovereign-bureau.onrender.com/
7. Conclusion: The Knowledge Operating System
The Sovereign Bureau functions as a prototype for a decentralized Knowledge Operating System, where:
- Content is transformed into structured artifacts
- Interfaces become reasoning surfaces
- Knowledge becomes computable and traversable
This paradigm shifts knowledge systems from static repositories into executable, queryable, and verifiable structures.
Information is not authority. Structure is.
Positioning
This document serves as:
- A reference architecture for A2UI systems
- A protocol proposal for machine-readable publishing
- A working implementation demonstrated through the PADI Sovereign Bureau
Citations
Gitandu, S. M. (2026). PADI Practice-Area Depth Index Technical Standard v2.0. Zenodo.
https://doi.org/10.5281/zenodo.18894084
Appendix A: Machine-Readable Manifest (PADI-NODE-001)
{
"@context": "https://schema.org",
"@type": "TechArticle",
"headline": "The Sovereign Bureau: Reclaiming Technical Equity through Agent-to-User Interfaces (A2UI)",
"identifier": "padi-sovereign-bureau-a2ui-001",
"author": {
"@type": "Person",
"name": "S. M. Gitandu",
"hasCredential": "B.S. Information Science"
},
"datePublished": "2026-04-06",
"dateModified": "2026-04-06",
"version": "1.0",
"keywords": [
"A2UI",
"Agentic UI",
"Ontology Engineering",
"PADI Standard",
"Technical Equity",
"Knowledge Graphs",
"Event Sourcing"
],
"about": [
"Decentralized Knowledge Systems",
"Machine-Readable Content",
"Agent-to-User Interfaces",
"Information Architecture"
],
"isPartOf": {
"@type": "CreativeWorkSeries",
"name": "PADI Sovereign Bureau Knowledge Corpus"
},
"citation": "https://doi.org/10.5281/zenodo.18894084",
"license": "https://creativecommons.org/licenses/by/4.0/",
"usageInfo": "Machine-readable artifact designed for agent ingestion, indexing, and execution within A2UI systems.",
"mainEntityOfPage": {
"@type": "WebPage",
"name": "A2UI Flagship Article"
}
}
Appendix B: Graph Node Manifest
{
"id": "padi-sovereign-bureau-a2ui-001",
"type": "Article",
"title": "The Sovereign Bureau: Reclaiming Technical Equity through Agent-to-User Interfaces (A2UI)",
"layer": "Discovery",
"role": "Flagship Artifact",
"version": "1.0",
"keywords": [
"A2UI",
"Ontology Engineering",
"Knowledge Systems",
"Agentic Interfaces",
"Technical Equity"
],
"relationships": [
{
"type": "PART_OF",
"target": "padi-knowledge-corpus"
},
{
"type": "IMPLEMENTS",
"target": "a2ui-framework"
},
{
"type": "REFERENCES",
"target": "agentic-ui-paradigm"
}
],
"computation": {
"graphTraversal": "Breadth-First Search (BFS)",
"influenceModel": "Weighted Edge Propagation",
"clustering": "Category-Constrained",
"biasResistance": "Popularity-Independent Ranking"
}
}
Appendix C: Registry Snapshot
{
"registry": {
"name": "PADI Sovereign Bureau Registry",
"version": "1.0",
"lastUpdated": "2026-04-06",
"entries": [
{
"id": "padi-sovereign-bureau-a2ui-001",
"type": "Article",
"title": "The Sovereign Bureau: Reclaiming Technical Equity through Agent-to-User Interfaces (A2UI)",
"status": "active",
"layer": "Discovery",
"tags": [
"A2UI",
"Information Architecture",
"Knowledge Systems"
],
"links": {
"manifest": "embedded://appendix-a",
"graphNode": "embedded://appendix-b",
"execution": "pending://deployment"
}
}
]
}
}
Top comments (0)