TECHNICAL_WRITING

Technical Writing

Deep dives into agent coordination, memory systems, and AI architecture.

Platform

Medium

Focus

Systems Architecture

Style

Direct & Technical

systems
6 min

Stop Writing Markdown. Start Writing Memory.

Markdown is optimized for human eyes. Terrible for knowledge agents need to query.

Rebuilt my agent workflow around SQLite. Three tables: context, learnings, errors. No markdown generation unless a human needs to read something.

Read on Medium
agents
5 min

I Put ChatGPT in Charge of Claude Code

What happens when you use one model to orchestrate another?

Multi-model orchestration experiment. ChatGPT as strategic observer, Claude as executor. The results were unexpected.

Read on Medium
philosophy
5 min

I Tested OpenAI's New Codex Desktop App

OpenAI shipped a genuinely novel interface. Then the model opened its mouth.

The UI is the real product. A review of the Codex desktop app and what it reveals about the future of AI coding tools.

Read on Medium
systems
4 min

Automations with Claude Code

A pattern for proactive AI on your own machine.

Personalized proactive emails and code-poetry from local context. How I set up automations that run without my intervention.

Read on Medium
systems
6 min

KERNEL: Self-Evolving Claude Code Configuration

How I stopped fighting my config and let it learn instead.

A Claude Code plugin that makes your setup evolve automatically based on how you actually work. AgentDB, orchestration, contracts.

Read on Medium
systems
5 min

From Friction to Flow: Building a Command Library

Commands as cognitive offloading. Stop remembering, start invoking.

How building a command vocabulary for Claude Code changed my workflow from fighting the tool to flowing with it.

Read on Medium
philosophy
5 min

10 Things I Wish I Knew About AI Coding

Hard-won lessons from thousands of hours with AI coding tools.

Practical wisdom from production use. What actually matters when you code with AI every day.

Read on Medium
agents
6 min

This AI Analyzes My Entire Life

The Synthesis Pool: a personal AI that costs $0/month to run.

Built a system that connects all my data sources and synthesizes insights. Privacy-first, local-first, zero cloud cost.

Read on Medium