Writing / Blog

Notes on shipping software

Frontend, distributed systems, Web3, real-time media, and developer tooling — written as I learn.

Testing FCLI as a Real Agent Kernel
Jun 4, 2026·3 min read

Testing FCLI as a Real Agent Kernel

Pressure-testing FCLI as a local-first coding agent runtime with planning loops, typed capabilities, traces, recovery behavior, and deterministic verification.

AI Agents
Local First
Coding Agents
FCLI
Agent Runtime
Developer Tools
Building Secure Remote Access for My Home Lab with Tailscale
May 27, 2026·3 min read

Building Secure Remote Access for My Home Lab with Tailscale

How I added secure remote access to my Proxmox home lab using a dedicated Tailscale subnet router VM.

homelab
proxmox
tailscale
networking
self-hosting
Shipping HoldIt with Claude and Codex: what AI was actually good at
May 19, 2026·3 min read

Shipping HoldIt with Claude and Codex: what AI was actually good at

An honest breakdown of where Claude and Codex pulled their weight, where they got in the way, and the workflow I settled on while building a native macOS app.

ai
claude
codex
macos
swift
developer-tools
workflow
I'm building a coding agent in public — and the lessons start before the code
May 9, 2026·3 min read

I'm building a coding agent in public — and the lessons start before the code

Why I'm running a public-by-choice coding agent project as a learning notebook, what I've shipped so far, the four questions I'm investigating, and three things I got wrong along the way.

ai-agents
coding-agents
software-engineering
open-source
learning-in-public
Hello, World — Why I'm Starting a Blog
May 9, 2026·2 min read

Hello, World — Why I'm Starting a Blog

A short note on why I'm finally writing things down — the projects, the gotchas, and the bits worth sharing from building real software.

meta
writing
My Homelab Current Setup
May 9, 2026·3 min read

My Homelab Current Setup

A living MDX documentation page for my Proxmox homelab: shared storage, Pi-hole DNS, torrent/download box, monitoring, Grafana, Prometheus, Homepage, and the next planned vault VM.

homelab
proxmox
monitoring
pihole
grafana
prometheus
nfs
self-hosting
A terminal that does the boring parts for you
May 9, 2026·5 min read

A terminal that does the boring parts for you

I reinstall my OS more often than is healthy. Every time, I rebuild the same shell — Oh My Zsh, the same five plugins, Powerlevel10k, the same git aliases. So I stopped doing it by hand.

shell
zsh
dotfiles
productivity
Why I Open-Sourced Beekeeper Behind a Wall — and What's Inside It
Apr 30, 2026·3 min read

Why I Open-Sourced Beekeeper Behind a Wall — and What's Inside It

A governed multi-agent runtime where every tool call hits a policy gate, and a contribution model designed for the AI-slop era. Apache 2.0.

agents
llm
open-source
governance
python