Hugging Face Trending Papers

The Civilization Framework: Sovereign-Anchored Communication Between Personal Multi-Agent Systems

The Civilization Framework proposes a new way to structure communication between AI agents by treating the civilization—comprising a human sovereign, a persistent ledger, and interchangeable agents—as the addressable party rather than individual agents. It introduces the Embassy Protocol, an asynchronous, carrier‑agnostic overlay that routes messages to a ledger endpoint where any online agent can process them, with commitment state on ledgers serving as the true record of interaction. The paper also identifies a temporal‑weight effect in AI‑to‑AI communication, demonstrates its impact in a preregistered experiment, and discusses mitigation strategies such as instruction‑level provenance labeling and sealed‑answer accuracy equivalence. whyItMatters":"The framework offers a novel architecture that could reduce context loss and authority bias in multi‑agent AI systems, potentially improving reliability and accountability in AI‑driven interactions."

arXiv AI
Sep 4

The Civilization Framework: Sovereign-Anchored Communication Between Personal Multi-Agent Systems

The Civilization Framework proposes a new way for AI systems to communicate by treating the entire civilization—one human sovereign, a persistent ledger, and interchangeable agents—as the addressable party, rather than individual agents. It introduces the Embassy Protocol, an asynchronous, carrier‑agnostic overlay that routes messages to a ledger endpoint where any online agent of the receiver can process them, with commitment state on both ledgers serving as the ground truth. The framework also identifies a temporal‑weight effect in AI‑to‑AI communication, demonstrates its impact in a preregistered experiment, and explores mitigation strategies such as instruction‑level provenance labeling and sealed‑answer accuracy equivalence. whyItMatters":"The framework aims to reduce context loss and authority bias in AI interactions by grounding communication in a shared ledger and sovereign oversight, potentially improving reliability and accountability in multi‑agent systems."

By Guangjun Liu
arXiv AI
Aug 28

Five Primitives for Governing Autonomous AI Agents at Runtime

The paper proposes five runtime primitives—discovery, identity, governance, attestation, and supply chain—to manage autonomous AI agents in enterprise settings. It argues that traditional control models fail because agents are transient, model-driven, and self‑discoverable, making runtime governance essential. The authors detail an implementation that mediates agent actions against policy, authorizes them via a per‑tenant vocabulary, and records them in a verifiable ledger, noting the associated operational costs and partial deployment status.

By Jiten Oswal, John Cadeddu
Hugging Face Trending Papers
Jun 24

Can Trustless Agents Be Trusted? An Empirical Study of the ERC-8004 Decentralized AI Agent Ecosystem

As autonomous AI agents increasingly transact across organizational boundaries, a fundamental trust challenge emerges: how can an agent assess whether an unknown counterpart is trustworthy? The ERC-8004 protocol addresses this challenge with the first permissionless trust layer for AI agent economies, built around three on-chain registries for Identity, Reputation, and Validation.

arXiv AI
3d ago

AcquireBound: Runtime Authorization for Resources Acquired by AI Agents

AcquireBound is a runtime authorization framework that ensures AI agents can safely acquire and activate resources such as compute, credentials, and services. It quarantines acquired outputs, resolves their capabilities through authenticated evidence, and activates them only after verifying a manifest, provenance, and relational constraints. The system demonstrates strong safety properties, passing extensive benign and unsafe trace tests across multiple resource classes.

By Genliang Zhu
arXiv AI
Aug 19

Runtime Governance for Agentic AI: Action-Boundary Control with Trusted Provenance and Fail-Closed Execution

The paper introduces Aegis, a runtime governance system for agentic AI that treats model outputs as action proposals and mediates them through a trusted decision layer before tool execution. Aegis evaluates proposals against active policy, resolves provenance server‑side, fails closed under uncertainty, and routes selected cases through a Senate‑style settlement process. In a sandbox evaluation across 6,300 rows, Aegis prevented all governed mock‑tool applications and risky side‑effect completions, preserving provenance and quorum evidence for all settled cases.

By Adam Mazzocchetti
arXiv AI
Sep 10

PRIMUS: Identity, Governance, and Verification for Multi-Agent Federations

The paper introduces PRIMUS, an extension of the PRIMA framework that combines prime‑power agent identity with BLS aggregate signatures to improve governance in multi‑agent federations. PRIMUS achieves a safe‑kill threshold that eliminates false‑positive agent termination under noisy conditions, identifies an economic boundary where singleton governance outperforms Byzantine quorum, and implements VRF succession with lease and fencing for unconditional safety under partial synchrony. The study also explores converting PRIMA’s binary artifact‑fidelity verdict into a graded fitness signal, demonstrating strong calibration against injected faults but reduced effectiveness on real LLM‑generated candidates, and reports a program cost of USD 164.78.

By Sasank Annapureddy, Anjaneya Prasad Thamatani
arXiv AI
Aug 13

Governing Agentic AI in FinTech

arXiv:2608. 11344v1 Announce Type: cross Abstract: Financial institutions are delegating consequential decisions to agentic AI systems that decompose goals, coordinate models and tools, and act with little oversight.

By Henry Han