ReleaseApril 1, 20268 min read
Introducing OAS v1.1: Entity Kinds and Conformance Levels
The v1.1 release brings two major additions to the Open Agent Specification: a complete taxonomy of eleven entity kinds and three progressive conformance levels. This post walks through the design decisions and what they mean for implementers.
Continue reading →
EssayMarch 15, 202612 min read
Why Agent Identity Matters More Than You Think
As autonomous agents proliferate, the question of identity becomes existential. Without cryptographic lineage, there is no accountability. Without accountability, there is no trust. We explore why DID-based identity is the foundation of the agentic future.
Continue reading →
TechnicalMarch 1, 202615 min read
FROST Threshold Signatures: From Theory to Production
FROST enables t-of-n threshold signing without a trusted dealer. We share our experience implementing FROST for Multi-Human Root identities, the challenges of coordinator-less DKG, and how we achieved sub-second signing rounds.
Continue reading →
EngineeringFebruary 12, 202610 min read
Cross-Language Crypto Parity via Rust WASM
All seven OAS SDKs share a single Rust cryptographic core compiled to WASM. This ensures byte-identical signatures across TypeScript, Python, Go, Swift, Kotlin, and vanilla JavaScript. Here is how we built it.
Continue reading →
SpecificationJanuary 20, 202611 min read
The Lineage Model: Human Accountability for Agent Actions
Every OAS agent traces back to a human root through a chain of cryptographic proofs. We explain the HKDF-SHA256 key derivation model, how lineage chains are verified offline, and why this is non-negotiable for enterprise adoption.
Continue reading →