Skip to content

Latest Posts

Two Agents, One MCP Server: Using a Second Claude as a Harness for the First
development

Two Agents, One MCP Server: Using a Second Claude as a Harness for the First

How to test AI-generated code: a differential-testing pattern over MCP. One agent built my Polish tax calculator and exposed it over MCP. A second Claude Code agent, with no shared context, audited the math against raw broker data and found real bugs. This is what harness engineering looks like in practice.

·14 min read
aimcpclaude-code+5
Why I'm Choosing Cloudflare and TanStack for My Side Projects
development

Why I'm Choosing Cloudflare and TanStack for My Side Projects

After building with Vercel and Supabase, I switched to Cloudflare and TanStack. Here's why - and what I gained.

·8 min read
cloudflaretanstackfrontend+1
Implementing Leader Election in Golang using Kubernetes API
kubernetes

Implementing Leader Election in Golang using Kubernetes API

Learn how to implement a leader election mechanism in Golang using the Kubernetes API, leveraging lease locks and distributed coordination to ensure reliable task execution in distributed systems.

·5 min read
golangkubernetesdistributed-systems+1