Insights

Thinking at the Frontier of Regulated AI

Perspectives on agentic AI, compliance architecture, and what it takes to build AI systems that regulators trust.

Vector Databases vs. Graph RAG for Agent Memory: When to Use Which
Technical 4 min read

Vector Databases vs. Graph RAG for Agent Memory: When to Use Which

Everyone reaches for a vector database by default. Most agents do not actually need one; they need to remember how things connect. Here is how I decide between vector search and graph RAG, and when I just use both.

June 21, 2026 Read →
From Autocomplete to Assistant: How LLMs Are Trained (and Why They Still Get Things Wrong)
Explainer 4 min read

From Autocomplete to Assistant: How LLMs Are Trained (and Why They Still Get Things Wrong)

A raw transformer is a brilliant parrot, not an assistant. Turning one into something helpful takes three distinct stages, and understanding them tells you exactly why these models still confidently make things up.

June 9, 2026 Read →
The Transformer, Explained Without the Math
Explainer 4 min read

The Transformer, Explained Without the Math

The transformer is the architecture behind every modern AI you've heard of. You can understand how it works without a single equation. It comes down to three moves: chop, place, and look.

May 26, 2026 Read →
What's Actually Inside an LLM? How AI Learned to Read
Explainer 4 min read

What's Actually Inside an LLM? How AI Learned to Read

Everyone talks about large language models like they understand language. They don't, not the way you do. What they actually do is stranger, simpler, and worth understanding before you trust one with anything.

May 12, 2026 Read →
Why Agentic AI Is Different in Regulated Industries
Perspectives 4 min read

Why Agentic AI Is Different in Regulated Industries

General-purpose AI agents assume a permissive operating environment. Regulated industries do not have that luxury. Here's what changes when compliance is non-negotiable.

April 28, 2026 Read →
Three Patterns for Multi-Agent Compliance Workflows
Technical 4 min read

Three Patterns for Multi-Agent Compliance Workflows

Not all agentic architectures are created equal for compliance use cases. We walk through three production-proven patterns and when to use each.

April 10, 2026 Read →