The Matrix Blog

Building production AI agents, in the open.

Field notes from building Matrix — a multi-tenant agent platform that runs over chat, real-time voice, and autonomous tasks. Voice wire protocols, agent memory, RAG, MCP, cognitive architectures, access control, and the war stories behind each.

37 articles and counting.

Vision & Category

6 posts
Vision & Category·9 min read

Stop Writing Prompt Loops: Why AI Agents Need a Platform, Not a Framework

Frameworks give you a loop around model.generate(). Production agents need ten more layers. Why agents are a platform problem, not a framework one.

Sep 6, 2025Read
Vision & Category·8 min read

Multi-Tenancy Is Not a Feature You Bolt On

Tenancy is the floor every query stands on, not a late addition. How Matrix isolates tenants from line one — JWT, TenantContext, orgId filtering, and BYOK encryption.

Sep 16, 2025Read
Vision & Category·7 min read

Personas as Data, Not Code: Ship an Agent by Filling Out a Form

In Matrix there are no hardcoded personas. An agent is a configured record you create through a form or one POST — no code, no redeploy, persisted in Neo4j.

Sep 22, 2025Read
Vision & Category·10 min read

The 10-Layer Agent Stack You'll Build Anyway (So We Built It)

The ten layers of agent infrastructure every serious agent app ends up building — and how Matrix composes them into one runtime.

Feb 24, 2026Read
Vision & Category·9 min read

Build vs. Buy: The Real Cost of Rolling Your Own Agent Infra

An honest, line-item accounting of what 'just build it' actually costs in engineering-months — and the maintenance tail nobody budgets for.

Mar 18, 2026Read
Vision & Category·11 min read

From Orchestration to Ownership: Tenant-Private Models

Calling third-party models as tools is the right default — but the highest-value models are trained on a tenant's own proprietary data. Here's how Matrix gets from orchestrating models to owning them.

Jun 22, 2026Read

Tutorials & Use Cases

5 posts

Skills, Tools & MCP

5 posts

Voice

5 posts

Memory

5 posts

Knowledge & RAG

3 posts

Security & Governance

3 posts

Cognitive Core & Autonomy

5 posts