Hiya!

I'm Andrew. A father, husband and software engineer living in Scotland.

I've been building software since Turbo Pascal on an Amstrad - an old language no one remembers on an old computer no one used.

During the day, I work at TransferGo as a Staff Engineer. I've built Compliance, Risk and Anti-money Laundering things, then rebuilt the Profiles domain. Now I've joined the Developer Experience team, helping engineers get better at working with AI.

I'm teaching software development concepts using metaphors on YouTube and writing interactive and animated articles.

My spare time is spent with family, kayaking, 3D printing, and coaching youth football.


Composition over Inheritance
Event Sourcing
View YouTube channel →

AX: Agent Experience

There's a term for what I've been focused on: AX. Agent Experience. It's been around a while, and it's where most of my time has gone recently.

Disable the 1M context window

Claude Code ships with a 1M token context window. We don't need it. Disable it and your context becomes something you have to manage.

How I avoid context switching

There's a quiet assumption in agentic workflows that context switching stopped being a problem. It didn't. Here's how I capture mid-session discoveries without leaving the task I'm actually in.

View all notes →