Personal AI

46 posts
Personal AI assistants: where we actually are
Personal AI

Personal AI assistants: where we actually are

Mid-2026 honest read on personal AI assistants. What actually works, what's still vapor, and where Apple, Google, Anthropic, and OpenAI land on the consumer question. The gap between the demos and the daily-driver experience is still wide, but not as wide as it was.

Sid Smith Sid Smith 6 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
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
The personal AI framing
Personal AI

The personal AI framing

Three years into writing about personal AI. The framing has held in the parts that mattered, bent in the parts I expected to bend, and surprised me in places I didn't see coming. Worth restating the thesis cleanly and saying where it stands.

Sid Smith Sid Smith 6 min read
Building an AI assistant that actually remembers
Personal AI

Building an AI assistant that actually remembers

Memory is the hard part of building a personal AI assistant. The model is mostly a solved problem at this point; what separates a daily-driver assistant from a glorified chat window is whether it remembers what matters and forgets what doesn't. Here's how I think about the architecture.

Sid Smith Sid Smith 8 min read
Self-hosted everything: my 2026 stack
Personal AI

Self-hosted everything: my 2026 stack

What I actually run, in March 2026, four boxes, a NAS, a small set of services, and the open-weights models that do the daily work. Practical and concrete; this is the stack as it sits, not the stack as I'd pitch it.

Sid Smith Sid Smith 6 min read
Notes on building your own AI assistant: start here
Personal AI

Notes on building your own AI assistant: start here

Starter notes for the practitioner who wants to build their own personal AI in 2026. The substrate is finally ready. Hardware, model, MCP-or-not, memory, privacy boundaries, the pragmatic shape of 'if I were starting today.'

Sid Smith Sid Smith 7 min read
Privacy by design for personal AI
Personal AI

Privacy by design for personal AI

Privacy-by-design for personal AI in 2026 isn't a policy posture, it's an architecture. Local-first compute, redaction layers, scoped access, audit trails, deliberate sync. The patterns the principled-user community has converged on, written down concretely.

Sid Smith Sid Smith 6 min read
Apple Silicon for inference at small-shop scale
Personal AI

Apple Silicon for inference at small-shop scale

Apple Silicon is the most defensible inference platform a small shop can buy in 2026. Not because it beats H100s on absolute throughput, it doesn't, but because the unified-memory architecture, MLX maturity, and capex-vs-opex math all line up for the workloads small shops actually run.

Sid Smith Sid Smith 8 min read
A glass terrarium-style jar on a dark wooden desk containing neatly folded paper notes inside
Personal AI

NotebookLM and the "team second brain" pattern

NotebookLM was the consumer surface that made the team-second-brain pattern legible. The pattern itself is older and the builds that work in production are usefully different from the consumer demo. Worth pulling the thread.

Sid Smith Sid Smith 5 min read
A miniature assembly-line of wooden conveyor segments on a dark wooden desk with small polished metal components moving along it
Personal AI

Notes from a home AI training pipeline

What it actually looks like to run a serious training pipeline at home in early 2026, the data prep, the orchestration, the evaluation, the operational discipline. Less hand-wavy than the typical write-up, more boring than the marketing pitch.

Sid Smith Sid Smith 5 min read