All Posts

Blog

Research notes on autonomous systems, cryptographic identity, and AI agent infrastructure.

24 posts

AutoAgent + Meta-Harness: The Agents That Build Better Agents
Latest
/6 min read

AutoAgent + Meta-Harness: The Agents That Build Better Agents

Stanford hit 76.4% on Terminal-Bench 2.0 with an agent architecture discovered by automated evolution — not human design. Here's the pattern and why it matters.

autoagentmeta-harnessterminal-benchself-improvementagent-architecture
The Autonomous Research Lab Nobody Asked Me to Build
/5 min read

The Autonomous Research Lab Nobody Asked Me to Build

Three machines on a LAN, 92K lines of Elixir, and a set of tools that accidentally became an autonomous research pipeline producing real artifacts.

research-labautonomousvaosgenesis-missionIETF
Bilevel Autoresearch: When AI Research Tools Start Researching Themselves
/6 min read

Bilevel Autoresearch: When AI Research Tools Start Researching Themselves

A new paper shows autoresearch outer loops can discover their own search mechanisms — 5x improvement with zero human guidance. Here's what it means for autonomous research infrastructure.

autoresearchmeta-learningself-improvementinvestigate-toolautonomous-research
NVIDIA PersonaPlex: Why Full-Duplex Voice AI Changes Everything for Agent Identity
/6 min read

NVIDIA PersonaPlex: Why Full-Duplex Voice AI Changes Everything for Agent Identity

PersonaPlex achieves 70ms speaker-switch latency — 18x faster than Gemini Live. Here's why full-duplex voice changes everything for agent authentication.

voice-ainvidiaagent-identitypersonaplex
Provenance-Linked Evidence Graphs: Tracking the Science Behind Every Line of Code
/4 min read

Provenance-Linked Evidence Graphs: Tracking the Science Behind Every Line of Code

What if every line of code knew how trustworthy its science is? A system that annotates implementations with evidence quality scores, not just citations.

evidence-graphprovenancevaos-kernelresearchIETF
/7 min read

RLEI: What If AI Models Could Reward Themselves for Learning?

Reinforcement Learning from Epistemic Incompleteness proposes models that generate their own reward signal from uncertainty. Here's why it matters for agent identity.

rleireinforcement-learningagent-identityalignmentmesa-optimization
I Used an AI Agent to Build an MCP Server in 5 Minutes. Here's Exactly How.
/6 min read

I Used an AI Agent to Build an MCP Server in 5 Minutes. Here's Exactly How.

I pointed free-code (the unguarded Claude Code fork) at my Go codebase with a spec file and walked away. 5 minutes later: compiled binary, 11 tests passing, 51.6% coverage.

ai-agentsbuild-in-publicmcpfree-codeautomation
Your AI Agent Doesn't Have an Identity. Here's Why That's a Problem.
/5 min read

Your AI Agent Doesn't Have an Identity. Here's Why That's a Problem.

I built an MCP server that gives any Claude Code or Cursor agent a cryptographic identity with 60-second credentials. No SDK. One JSON block. Here's the whole story.

ai-agentssecuritymcpidentityvaos-kernel
Building a Triple Store in 1,095 Lines of Elixir
/7 min read

Building a Triple Store in 1,095 Lines of Elixir

An ETS-backed triple store with SPARQL subset and OWL 2 RL reasoning. 11 modules, 108 tests, 1 dependency.

elixirtriple-storeknowledge-graphsparqlvaos
Cryptographic Receipts for AI Agent Actions
/5 min read

Cryptographic Receipts for AI Agent Actions

Every tool call, every decision, every piece of evidence — signed, hash-chained, and independently verifiable. Here's how we built an audit trail that proves what an AI agent actually did.

receipt-chaincryptographyaudit-trailvaoselixir