Index

Writing

12 entries.

Solving Agent Context Loss: A Beads + Claude Code Workflow for Large Features
How external task state with beads transformed my AI coding workflow from constant babysitting to autonomous execution of 17-task epics. Includes the complete skill set to replicate this workflow.
2026 · 01
When Planning Becomes Code
How shifting from vague specs to reviewable, AI-generated plans can quiet the chaos of software development and cut the cost of rework.
2025 · 12
Prompts Are Build Artifacts Too
The prompts we use while building software with LLMs are as important as migrations, Dockerfiles, and ADRs. Why aren't we treating them that way?
2025 · 09
Forced Context Distillation: How I Use AI To Ship Faster
A workflow pattern for using AI to move from messy brainstorming to clean implementation by forcing context distillation between planning and execution phases.
2025 · 09
Mentors Never Met
Before I learned to build systems, I learned to break them with help from mentors who didn't know they were mentoring.
2025 · 06
Cleanup AWS CDK Assets from S3
AWS CDK is driving up your S3 bill and you may not even realize it.
2024 · 12
React Provider Composition
Tired of Provider chaos? Here's how composition saves your sanity.
2024 · 08
Secure Private Networking with WireGuard
Ditching IPSec for WireGuard to connect my Digital Ocean stack with my home server.
2024 · 07
Single Node Docker Swarms Are Underrated
Why I stopped using docker-compose and switched to single-node swarms for production.
2024 · 03
SSH Gymnastics: Jump Hosts and Port Forwarding
ProxyJump and port forwarding can navigate any network setup. Set it once, forget it forever.
2024 · 01
Why You Should Consider Nim
Three years later, I finally gave Nim a serious try. Here's why it changed how I think about systems programming.
2024 · 01
Pretty URLs with AWS CloudFront
Migrating from nginx to CloudFront? You'll quickly miss some basic web server features.
2023 · 11