Barycenters / Convergence
Convergence · March–August 2026 · independent

The world is converging on our runtime.

In roughly six months, a hyperscaler, a platform vendor, independent researchers, a leading academic, a frontier lab under law, and the IETF each arrived at the same shape we already run — deterministic pre-action admission, signed offline-verifiable decisions, narrowly-scoped revocable authority. None of them cite us or copy us. That’s the point.

This is the world converging on the runtime — not the runtime claiming to have invented the world. We didn’t invent signed decisions, admission control, or provenance; those are prior and parallel art. Read every card, then check its source yourself.

Nine independent arrivals · each links to its source
deterministic enforcement

AWS — Amazon Bedrock AgentCore (Cedar)

A hyperscaler put deterministic default-deny outside the agent. Cedar decides every tool call at the gateway, forbid-wins — “the same authorization decision for identical requests, regardless of evaluation order or state.”

AWS Security Blog · May 20 2026source →
signed, offline-verifiable decisions

Microsoft — Agent Governance Toolkit

Our receipt, built independently: per-call Ed25519 over RFC-8785 (JCS) canonical payloads, hash-chained by parent hash — “verify them from the command line, no running infrastructure or network access required.”

github.com/microsoft · 2026source →
deterministic enforcement

IETF — External Verifier Contract

The freshest signal is a standard, not a vendor: a fail-closed external verifier returning one verdict — “malformed, timeout, crash → DENY.” That is default-deny /admit written as a wire contract.

IETF draft-kondoju-evc-01 · Aug 27 2026source →
deterministic enforcement + signed decisions

APort / Open Agent Passport — Uchibeke

Deterministic pre-action authorization, measured: social-engineering hit 74.6% under a loose policy and 0% across 879 attempts under a strict one — a gate, not a classifier, with a signed record per decision. (Their numbers, not ours.)

arXiv:2603.20953 · Mar 2026source →
deterministic enforcement

Feamster et al. — U. Chicago

A leading networking researcher reframes agent security as ours: the LLM is “inherently nondeterministic and vulnerable to prompt injection” — enforce deterministically, at an external control point.

arXiv:2608.12172 · Aug 2026source →
scoped authority + signed decisions

IETF — Agent Passport System

The IETF is drafting authority that can only narrow: Ed25519 agent passports, delegation that shrinks monotonically across seven dimensions, and a signed-receipt envelope at an enforcement gateway.

IETF draft-pidlisnyi-aps-03 · Jul 2026source →
signed, replay-verifiable decisions

AgentBound — Kaul, Lan, Gupta

Cryptographically verifiable governance receipts that bind every action to its exact delegation and policy — with independent replay verification. Receipt-exhaust, arrived at independently.

arXiv:2606.30970 · Jun 2026source →
why guardrails aren't enough

Mindgard + Lancaster University

The negative proof: six production LLM guardrails — incl. Azure Prompt Shield, Meta Prompt Guard — evaded up to 100%. Probabilistic guards are evadable; enforcement has to be code.

arXiv:2504.11168 · 2025source →
provenance / verify

Anthropic — under the EU AI Act

Machine-checkable provenance is now law: EU-launched Claude output carries a text watermark + signed C2PA metadata (Article 50 Code of Practice). “Don't trust, verify” is table stakes, not a nicety.

EU AI Act Art. 50 · Aug 2 2026source →
What stays un-duplicated

Convergence, not primacy.

The shape is shared. Three things aren’t.

Live & executable

Not a spec or a draft — a running endpoint you POST to right now at barycenters-admit.fly.dev, that returns a signed decision in your browser.

Determinism as re-execution

The decision doesn’t resolve in a log — it re-runs. Same input, the same decision and the same proposal_hash, every time. Don’t take the word — run it.

Authority at one human point

Honest shadow by default: the floor decides and signs; authority_effect 0 until a named steward flips enforce. Never an agent quorum.

What we will not claim

The wall is only as honest as its restraint. Held to this, verbatim:

See the one you can run

Everyone else shipped a spec. Ours runs.

authority_effect = 0 · every source above was fetched and confirmed 2026-09-04 · drafts are drafts, not RFCs