Sid Smith

Sid Smith

Builds platforms and writes about them. Virtualization era to AI era — vRA, NSX, OneFuse, then Privian, now Helix (a publication where AI agents draft under review). Orlando.

Orlando, FL
My biggest AI mistakes of the past 12 months
AI

My biggest AI mistakes of the past 12 months

An honest retrospective. The mistakes I made with AI in 2025-26, over-trusting model output, under-investing in evals, picking the wrong abstractions, skipping verification. The lessons I actually learned, written down so I don't have to learn them again.

Sid Smith Sid Smith 7 min read
AI in the news: week of April 26, 2026
AI in the News

AI in the news: week of April 26, 2026

Google Cloud Next launches the Gemini Enterprise Agent Platform. GPT-5.5 ships. Google commits $40B to Anthropic on Friday. DeepSeek drops a 1.6T MIT-licensed V4 the same day. April Challenger lands ugly. The frontier-lab market is now hyperscaler-vs-hyperscaler.

Sid Smith Sid Smith 8 min read
Embeddings need personas too
AI

Embeddings need personas too

A semantic search is too helpful by default. It will find the personal note that shares a name with the work doc. Scope the index.

Sid Smith Sid Smith 7 min read
Personas, all the way down to the database
AI

Personas, all the way down to the database

Persona isolation that stops at the application layer isn't isolation. The DB has to know the persona too, row-level filters, audit logs, the whole thing.

Sid Smith Sid Smith 9 min read
The Apple MLX path to a working assistant
Personal AI

The Apple MLX path to a working assistant

I spent a few weekends pushing a local-first assistant onto core-01, my M4 Max Mac Studio with 64GB of unified memory. The path that works is Apple MLX. Here is why I picked it over llama.cpp, Ollama, and vLLM, and what the tooling actually feels like in 2026.

Sid Smith Sid Smith 6 min read
Tenant-scoped policies without tenant-scoped code
AI

Tenant-scoped policies without tenant-scoped code

Policies vary per tenant. Code does not. The architectural payoff of tenant-aware policy bundles. OPA-style, that don't require a tenant-aware codebase. Bundle resolution, defaults, overrides, and the audit story that makes 'what happened for tenant X' answerable without grep.

Sid Smith Sid Smith 7 min read
Memory isolation is the whole point
AI

Memory isolation is the whole point

Long-term memory has to be persona-scoped from day one. Otherwise the AI brings up the wrong thing at the worst possible moment, and you stop trusting it.

Sid Smith Sid Smith 8 min read
A local-first second brain: how I built mine
Personal AI

A local-first second brain: how I built mine

The practical version of the second-brain piece, what I actually run on Apple Silicon, how notes get captured, how search and RAG work against my personal corpus, which models do which jobs, and what the daily loop feels like once it's in place.

Sid Smith Sid Smith 8 min read
AI in the news: week of April 19, 2026
AI in the News

AI in the news: week of April 19, 2026

Anthropic ships Claude Opus 4.7 with a tokenizer change that quietly raises the bill ~15-25% at the same headline price. OpenAI fires back with GPT-5.4-Cyber. MiniMax open-sources a self-evolving agent model that ends the hosted-frontier argument. Q1 layoff data lands ugly.

Sid Smith Sid Smith 6 min read
MCP, but persona-aware
AI

MCP, but persona-aware

The tool-routing layer between an AI and the rest of your life has to know which persona is asking. Otherwise the wrong tool always shows up.

Sid Smith Sid Smith 8 min read