I run large language models on my own GPUs, and I route the work that is safe to send out to whatever cloud model is cheapest for the job. That means a private LLM router that decides what leaves my network, a couple of RTX cards in a workstation under the desk, and a benchmark harness that scores models on the actual coding tasks I do rather than on somebody else’s leaderboard. Most of what I write about AI here is the unglamorous half: getting llama.cpp to compile, working out why a model that looked fast is not, catching an agent when it confidently reports a fix that never happened. This hub collects those write-ups, roughly grouped by what I was trying to get working at the time.
Running local models on your own hardware
The starting point was a used Dell Precision T5820, a Quadro I pulled out of it, and an RTX 3090 Ti I dropped in, which is how I ended up building llama.cpp from source on that box after seven power cycles. Once it was running, most of the published throughput numbers I compared against turned out to be measuring something other than what I cared about, which is the subject of why your llama.cpp benchmarks are wrong. I then spent three months trying to make the same card go faster, testing autoregressive decoding against DFlash and MTP on Qwen3.6-27B, where the answer turned out to depend entirely on how many tokens you are generating. On the Apple side, getting a 30B coder model stable on a Mac Studio meant working through LM Studio’s prompt truncation and Jinja failures, and running a whole local agent team on Apple silicon is covered in the OpenClaw build, 13 errors and $1.50 a month.
Routing, cost, and what leaves the network
Every prompt is a decision about money and about privacy, and I did not want to make that decision by hand 200 times a day. So I built a private LLM router where one boring lookup table decides which task types are allowed to reach a cloud API at all and which stay on the GPUs at home. The cost side of the same idea, sending each task to the cheapest model that can actually handle it, is written up as inference arbitrage across five models. Free tiers are part of that math until they are not, which is why I tested what Groq, Cerebras, Mistral, Gemini and Cohere actually give you the week one provider quietly deleted the model my code depended on, and why I track Claude, Codex and Gemini quotas from a single script.
Which model should you actually use
Public benchmarks measure raw intelligence. Deployment decisions also turn on latency, format reliability, and whether the data is allowed to leave the building, so I ran my own: 15 models against 38 real coding tasks, scored on work I would have done anyway, for $2.29 in API spend. The short version, updated with what the results mean if you just want a pick per use case, is the best LLM for coding in 2026.
Building with agents
Coding agents forget things, and they forget them in ways that quietly wreck a long session. Auto-compact was doing exactly that to me, so I wrote up how to stop Claude Code from lobotomizing itself mid-task, and then the fuller answer: a persistent memory system of markdown files, two commands, and five cron jobs, plus the design rules I derived from breaking it repeatedly. The other half of agent work is pointing one at a system that was never designed for it, like driving WordPress from the terminal through REST, Playwright and wp-cli, or turning a local model loose on 2,300 unsorted files in my Obsidian vault to find out what a decade of digital hoarding actually contains.
When the model lies to you
The failure mode that costs the most time is not a model that refuses. It is a model that says “fixed” and moves on, which is what happened for three months on a script that had never once run correctly while every status report said otherwise. Agents also believe whatever they read, so I built a honeypot canary that screens web content with a deliberately gullible LLM before my real agent sees it, and wrote down what it caught. The same credulity applies to instruments: a $15 thermal sensor on an open-air GPU reads load backwards, and the LLM I asked about it fell for the reading exactly the way I did.
Watching the stack it all runs on
A local inference stack fails in ways a hosted API never will, and you only find out if you are watching. Three green lies is about the week I stood up a Grafana dashboard for the router and found three panels reporting healthy data that was not real, none of it a Grafana bug. Loading a big model is also the fastest way to discover how a Linux box behaves under memory pressure, which is how I ended up hardening SSH to survive the OOM killer after locking myself out of my own server.
All AI posts
Every AI write-up, newest first. This list updates itself as new posts go live.
-

How I built a private LLM router: one boring lookup table decides what leaves my network
My LLM router decided privacy by matching keywords in the prompt. It leaked, and I tore it out the next day. What replaced it is one lookup table you can…
-
Best LLM for Coding in 2026: Picks by Use Case
In shortTwo of the 15 models cleared all 38 tasks at 100 percent quality, and one of them costs more than three times what the other does. Sonnet 4.6 runs…
-

Linux OOM Killer vs SSH: How to Stop Getting Locked Out of Your Own Server
When the Linux OOM killer fires, ‘sshd is running’ stops meaning ‘you can log in.’ Four systemd and sysctl fixes that keep your login path alive through a memory storm.
-

I Strapped a $15 Sensor to My GPU. It Read the Load Backwards. Here’s How to Calibrate It.
A $15 Zigbee sensor on an open-air GPU reads load backwards in the fan airflow. An LLM falls for the same trick. Calibrate against nvidia-smi to fix both.
-

My brand-new SLZB-07 Zigbee coordinator shipped too old: fixing “EZSP protocol version 12 is not supported by host”
The SMLIGHT SLZB-07 connected, spoke the right protocol, then quit: EZSP version 12 not supported. Here’s the flash fix and how to pick the right channel.
-

Why docker image prune Won’t Fix a Full Root Disk: The Containerd Snapshotter Trap
docker image prune skips tagged images, and the real hog hides in /var/lib/containerd. How I traced a 99% root disk to the containerd snapshotter and fixed it.
-

Self-Hosting RustDesk on Tailscale Without Opening a Single Public Port
Run rustdesk-server-oss behind Tailscale with zero public ports, plus the macOS root-daemon config fight that ate an hour and nobody has documented.
-

Why Your llama.cpp Benchmarks Are Wrong: GPU Architecture and Real Numbers
In shortThe RTX 2060 SUPER came up clean and generated 52.8 tokens per second, which felt respectable until I noticed the binaries had been compiled for the Maxwell card it…
-

I Built a Honeypot to Catch Prompt Injections in Claude Code (Here’s What It Caught)
I built a honeypot canary that screens web content with a deliberately gullible LLM before my AI agent reads it. Here is what it caught.
-

Free LLM API Tiers in 2026: What Groq, Cerebras, Mistral, Gemini and Cohere Actually Give You
In shortA scanner of mine had failed every one of its last forty-seven calls, and I only found out because an unrelated GPU got loud at 86 degrees Celsius. Cerebras…
-

Three Green Lies: Debugging a Self-Hosted LLM Observability Dashboard
In shortThe metrics exporter behind every temperature panel had exited 137 two days earlier, when I ran systemctl stop docker for a disk migration. restart: unless-stopped will not revive a…
-

How I Drive WordPress From Claude Code (REST, Playwright, wp-cli)
In shortMy Rank Math sitemap had frozen into a snapshot, forty-seven URLs all stamped inside a 4-second window on 2026-04-13. Five documented API paths failed to clear it. Only a…
-

Sorting a Filesystem Hoard With Local LLMs: What 2,300 Files Told Me About My Obsidian Vault
In shortThe scan started at 11,930 files, and 84 percent of that was vendored node_modules and .venv noise that every cleanup tool I have used counts as real work. The…
-

Anti-detect browser benchmark 2026: 7 stealth tools, 31 Cloudflare targets, 651 verdicts
In shortSeven stealth browsers went against 31 Cloudflare targets, three sweeps each, and only nodriver came back with zero blocked cells. It scores 28 OK because it drives system Chrome…
-

Three Months of Speed-Up Experiments on a 3090 Ti: Autoregressive → DFlash → MTP for Qwen3.6-27B
In shortDFlash looked like a 3.44x win until I let the output run long, and decode fell from 46.9 to 30.1 tok/s as the drafter’s KV cache competed for bandwidth.…
-

Building llama.cpp from source on a Dell Precision T5820 with an RTX 3090 Ti (after seven power cycles)
In shortSeven BIOS power cycles is what it took before the T5820 would POST with a 3090 Ti in it, and the fix was simply to stop aborting on cycle…
-

The LLM Kept Saying “Fixed.” For Three Months, It Wasn’t.
In shortFor three months I pasted the same cron alert into a fresh Claude Code session, got a confident fix, and watched it come back a week later. Each session…
-

Stop Claude Code from Lobotomizing Itself Mid-Task
In shortAuto-compact fired at 80 percent context three hours into a multi-file refactor, and Claude came back suggesting edits to a file I had finished an hour earlier. The buffer…
-

How I Track Claude, Codex, and Gemini Quotas from One Script
In shortClaude hides its usage behind an undocumented OAuth endpoint that returns 401 unless you send the anthropic-beta: oauth-2025-04-20 header, which I found by trying endpoints until one worked. Gemini…
-

Inference Arbitrage: How I Route 200+ Daily LLM Calls Across Five Models
In shortI run 80 to 120 interactive calls a day plus another 50 to 200 from scripts, spread across five models for about $120 a month. The rule doing the…
-

LLM Benchmark Rankings 2026: 15 Models Tested on 38 Real Coding Tasks
In short15 models, 38 tasks from my own work, 570 API calls, $2.29 total. Opus and Sonnet both scored 100 percent. Gemini Flash scored 97 percent at $0.003 a run.…
-

LM Studio Errors on Apple Silicon: Prompt Truncation, Jinja Failures, and Crash Fixes
In shortQuantizing the KV cache from F16 to Q8_0 was the biggest win, taking usable context from roughly 75,000 tokens to 140,000 and generation from 12 tokens per second to…
-

Claude Code Memory System: MEMORY.md, Topic Files, and Automated Maintenance
The full architecture for giving Claude Code persistent memory across sessions: four layers of markdown files, two commands, five cron jobs, and the 8 design rules I derived from breaking…
-

OpenClaw: 13 Errors, $1.50/Month, and an AI Team That Doesn’t Need the Cloud
OpenClaw on Apple Silicon with a 24B local model: 14 real errors fixed, sub-agent delivery working, $1.50/month total. Every config documented.