HideView.
Patterns

Working patterns from production AI code.

One pattern per principle, written from the inside. Specific enough to disagree with. No thought leadership.

FeaturedPrinciple 01·Architecture·7 min read

The schema is the product

Why the data model your team commits to in week one decides what your product can become in year three.

April 22, 2026Read the pattern →

All patterns

9 total · 9 published
ArchitecturePrinciple 01·Apr 22, 2026·7 min read

The schema is the product

What you get when your data model is treated as the product, not as scaffolding: feature velocity that compounds, multi-tenant safety from day one, predictable migrations instead of panic refactors, and the ability to ship for years without a rewrite.

Voice AIPrinciple 03·Apr 15, 2026·6 min read

Voice AI for hands-free operations

Voice AI promises hands-free productivity for mobile workforces. Most voice products ship a system that perfectly hears the model say something wrong. The difference between trustworthy and not is in the prompt and the tool schema, not in the audio.

OperationsPrinciple 07·Apr 8, 2026·5 min read

Why boring infrastructure ships AI faster

Every team has a budget for things that might not work. Spend it on a new database, a new framework, a new orchestrator — and there's nothing left for the AI surface, which is the part the customer remembers.

Multi-tenantPrinciple 02·Apr 1, 2026·7 min read

Multi-tenant SaaS that holds up under audit

B2B SaaS lives or dies on customer trust. The architecture that earns trust is one that puts tenant enforcement in the database itself — not in application code that has to be perfect every time. Here's what your team needs to know about RLS to ship with confidence.

AgentsPrinciple 04·Mar 25, 2026·6 min read

Multi-agent systems your team will actually trust

The default agent UX puts your team in the wrong role: slow editor for a fast generator. Verification gates flip the relationship — agents self-assess, gates catch the weak runs, and operators do the high-judgment work AI can't.

OperationsPrinciple 05·Mar 18, 2026·6 min read

Multi-provider AI: business continuity for AI products

Single-provider AI is single point of failure. When the provider goes down, your product goes down. Multi-provider routing is the small architectural decision that turns the LLM layer into infrastructure your team can rely on.

OperationsPrinciple 06·Mar 11, 2026·5 min read

AI observability that pays for itself

AI traffic is the most valuable corpus your product produces — debugging trace, eval set, fine-tuning corpus, and quality observability layer all in one. Most teams treat it as transient and pay for it later. Here's what changes when you treat it as the asset it is.

MetaPrinciple 09·Feb 25, 2026·6 min read

Why senior, in-house teams outpace outsourced AI work

AI projects are bottlenecked on the speed of converting clear thinking into running code. That speed dies in coordination, in offshoring, in handoffs from senior partners to juniors. Senior, in-house teams ship — and the gap is widening.

ArchitecturePrinciple 10·Mar 4, 2026·7 min read

Failure modes are part of the product

AI products fail differently than software. Quietly. Plausibly. Often confidently. The first time the system surfaces a wrong answer with no graceful path, the user's trust collapses and doesn't recover. The bad-day path is a feature, not error handling.