Enterprise

For platform teams and regulated organizations — multi-tenant, governance, compliance, audit

39 posts
An auditor walks into an AI shop
AI

An auditor walks into an AI shop

The 2026 audit conversation about AI usage has gotten sharp. The questions are sophisticated, the evidence asks are specific, and most shops can't produce what's being asked for. Here's what the conversation actually sounds like and where the gap sits.

Sid Smith Sid Smith 7 min read
The atomic-unit architecture, twelve months in
AI

The atomic-unit architecture, twelve months in

A year ago I wrote about treating each AI interaction as its own bounded unit, own context, own audit, own memory boundary. Twelve months of building inside that pattern is enough material to grade what held up, what didn't, and what I missed entirely.

Sid Smith Sid Smith 6 min read
Why MCP + everything else for tool integration in 2026
AI

Why MCP + everything else for tool integration in 2026

MCP won the integration layer. That doesn't mean every tool integration in 2026 should be MCP. The honest architecture is MCP for 80% of cases plus a small set of deliberate escape hatches for the 20% where the protocol shape doesn't fit. Worth being specific.

Sid Smith Sid Smith 8 min read
The single-user → multi-tenant migration I actually shipped
AI

The single-user → multi-tenant migration I actually shipped

The playbook for a single-tenant to multi-tenant migration done well, additive schema, identity backfill, dual-path policy enforcement, row-level security, observability for both paths, traffic shift, deprecation. What I wish I'd known on day 1.

Sid Smith Sid Smith 8 min read
The marketplace problem nobody is solving for AI training data
AI

The marketplace problem nobody is solving for AI training data

Three years after I sketched what a real training-data market would need, the structural pieces still aren't in place. The lawsuits stalled, the settlements happened, the tiny markets exist at the edges, and the actual marketplace at scale doesn't. Worth being honest about why.

Sid Smith Sid Smith 13 min read
Bidirectional links: from outcome back to the rule
architecture

Bidirectional links: from outcome back to the rule

A trace from request to response is half a trace. The other half is from outcome back to the rule that allowed it. Most platforms have one direction; few have both. Why bidirectional matters for debugging, for audit, and for AI agent decisions, and the pattern that makes it work.

Sid Smith Sid Smith 7 min read
Open weights vs frontier closed: the gap, mid-2026
AI

Open weights vs frontier closed: the gap, mid-2026

By early 2026, open-weights models are competitive with closed frontier on most workloads I actually run. The gap that remains is real but narrower than the keynote conversation suggests, and the practical case for owning your stack got stronger, not weaker.

Sid Smith Sid Smith 7 min read
SOX-shaped audit trails: what the auditor actually wants
Compliance

SOX-shaped audit trails: what the auditor actually wants

You're not a team of one anymore. Engineering logs aren't audit trails. Auditors want six things: who, what, when, why-allowed, what-changed-as-a-result, and signed proof of immutability. The gap between 'we have logs' and 'we have an audit trail' is wider than most teams realize.

Sid Smith Sid Smith 7 min read
The six rungs of agent autonomy
AI

The six rungs of agent autonomy

A practical six-rung ladder for AI agent autonomy: suggest, draft, execute-with-confirmation, execute-bounded, execute-with-rollback, execute-and-report. Each rung has different operational requirements. What promotes an agent from rung N to N+1, and what sends it back down.

Sid Smith Sid Smith 7 min read
DaC vs IaC vs PaC vs config-as-code: how they layer
architecture

DaC vs IaC vs PaC vs config-as-code: how they layer

The four 'as code' methodologies aren't competing, they layer. IaC builds the foundation. Config-as-code parameterizes it. PaC enforces what's allowed. DaC is the surface a non-engineer reads. Walking through the layers, with concrete examples from Terraform up to the form a business owner sees.

Sid Smith Sid Smith 6 min read
The enterprise AI stack: substrate, platform, applications
AI

The enterprise AI stack: substrate, platform, applications

Three layers, top to bottom: applications (the AI features users see), platform (model registry, serving, observability, governance), substrate (K8s, GPUs, storage). Decisions as Code runs through every layer. Centralize the decisions. Project them everywhere.

Sid Smith Sid Smith 7 min read
Why multi-tenant is twice as expensive as you estimated
architecture

Why multi-tenant is twice as expensive as you estimated

Multi-tenant from day one is roughly 2x the cost of the single-tenant version. The hidden costs aren't in the code, they're in auth, audit, query routing, observability, support tiering, and billing. Often the cheaper move is to start single-tenant and earn your way in.

Sid Smith Sid Smith 7 min read