[ Writing ]

Writing

Notes on building products, infrastructure, and agentic AI systems.

A Bounded Agent Near a Live Deploy: What It Fixed, and What I Kept for Myself

✓ Read ★ featured

The companion to my NITHUB Innovation Fair masterclass, Building Technology Infrastructure for Scale. The demo you watched: an AI agent that diagnosed a broken deploy, named the missing secret without ever printing it, then stopped to ask before it changed anything. The three guardrails behind it, the slides, and the four part write up are all here. It matters most on the day your product goes viral. Diagnosis was automated. The decision was mine.

July 30, 2026
Infrastructure for Scale Agentic AI Guardrails Reoclo MCP NITHUB Talk

Automated Rollback Is Not AI. It Is Competent Defaults.

✓ Read

The day your product goes viral is the day you ship the most, under the most pressure. Before you get there, a failed deploy has to be a non event: the platform holds the old version and rolls back on its own, no agent and no human required. That floor is what everything else in this series stands on.

July 30, 2026
Infrastructure for Scale DevOps Reoclo Blue-Green Reliability Agentic AI

The Most Important Thing My Agent Did Was Refuse

✓ Read

I gave an agent a real failed deploy and the tools to fix it. The most important thing it did was stop and ask before touching a secret. Diagnosis was automated. The decision was mine. That split, plus the one class of action I keep out of its reach entirely, is the whole point.

July 30, 2026
Infrastructure for Scale Agentic AI Guardrails Reoclo MCP Production

Three Guardrails for Letting an Agent Operate Real Infrastructure

✓ Read

Letting an agent help operate your product is not one yes or no decision. It is three separate limits, and you need all three: constrain the procedure it follows, gate the privileged actions it can take, and limit what it can even see. Miss one and the other two do not save you.

July 30, 2026
Infrastructure for Scale Agentic AI Guardrails Security Reoclo MCP

Where an Agent Belongs in Your Infrastructure, and Where It Does Not

✓ Read

You are a small team and cannot be awake for every alert, so an AI agent that reads your logs sounds like the teammate you cannot afford to hire. It can be, but only if you are clear about which half of the job to hand it. The line is not how capable the model is. It is which mistakes are cheap and which ones you cannot take back.

July 30, 2026
Infrastructure for Scale Agentic AI DevOps Operations Reliability LLMs

Blackhole: Network-Wide Ad Blocking With No Public Address

✓ Read ★ featured

Pi-hole blocks ads for every device on your network, but only at home — and exposing it to the internet to fix that is a genuinely bad idea. Blackhole runs Pi-hole entirely inside a Tailscale VPN using a shared network namespace, so the ad blocker follows you to any device, anywhere, while staying completely invisible to the public internet.

June 14, 2026
Self-Hosting Networking DNS Pi-hole Tailscale Docker Privacy

DevOps as a Product, Not a Favor

✓ Read

Most engineers who end up running infrastructure didn't plan to. Reoclo turns that accidental responsibility into a service teams can actually rely on, built from years of running real infrastructure across different stacks and scales.

June 12, 2026
DevOps Infrastructure CI/CD Boxmarshall Reoclo

Why I Built My Own Email Infrastructure

✓ Read

Email deliverability problems are almost always configuration problems: SPF, DKIM, and DMARC quietly misconfigured until a mailbox provider starts filtering you to spam. Prawnwire is transactional email infrastructure built to get this right from the start and keep it right.

June 12, 2026
Email Infrastructure SMTP Deliverability Boxmarshall

Blue-Green on One Box: Zero-Downtime Deploys When You Can't Afford a Warm Standby

✓ Read

The blue-green tutorials all assume a spare server. Here is how I run zero-downtime deploys for my own platform on a single RAM-constrained box: what gets a color, what stays singleton, why the cutover is just a Caddy reload, and how a stopped-but-resumable old color buys near-instant rollback.

June 12, 2026
DevOps Docker CI/CD

Air Traffic Controller: The Right Browser, The Right Profile, Every Time

✓ Read

Modern work is split across several browsers and many profiles, but macOS still forces every link through a single global default. Air Traffic Controller is a profile-aware default browser router for macOS that sends every click to the right browser and the right profile, automatically.

June 10, 2026
macOS Developer Tools Swift SwiftUI Productivity AI Agents