Let's write a harness (or: Harness Engineering 101)
The same model sits behind Cursor, Claude Code, and most other agents. What makes them different isn't the brain - it's the harness. So let's write one.
Jun 6, 2026
22 min read
Syncing skills, rules and subagents across repos with amgr
I wrote a tool that lets you define your agent setup once - and deploy it everywhere.
Feb 4, 2026
3 min read
Let's create a Wolt Extension for Raycast
Building a Raycast extension by reverse-engineering Wolt’s private API
Dec 20, 2025
6 min read
From WhatsApp to Todoist: an n8n + Whatsmeow automation
Using whatsmeow, n8n, and a Gemini-based agent, my WhatsApp commitments are now synced to Todoist.
Oct 14, 2025
6 min read
Reverse Engineering APIs with Chrome DevTools MCP
Why should I go through network requests when an agent can do it for me?