I lead enterprise technology programmes for banks, mostly in risk, compliance and controls. I've spent twelve years in capital markets technology consulting, currently as a Senior Manager, running engagements from scoping through to delivery. Before that I was a project manager on RBS's OTC clearing programme, and before that a British Army officer for five years, with service in Iraq and Afghanistan and latterly as a regimental signals officer.
Most of what's public here comes from one question: how much real work can agents do, and what does it take to run them properly? In my experience the model is rarely the hard part. The hard parts are the ones delivery people already know: a budget, a clear contract between stages, acceptance criteria, and someone accountable for what ships.
A lot of the code on this profile was written by agents I run, and the commit history says so. That's deliberate. The system is the thing I built.
An autonomous overnight build pipeline. A Claude Haiku scout reads developer pain points on Hacker News and Reddit, a Sonnet agent picks one and writes the spec, and aider driving Sonnet builds an MVP and pushes it before I'm up.
- One model per stage, priced to the job. The first end-to-end build cost $0.47.
- A JSON schema on every hand-off between agents
- Versioned prompts, acceptance criteria for every epic, and a validation gate before the nightly cron went live
I commissioned it, approved each phase and reviewed what it shipped. Between 18 February and 4 April 2026 it built 19 repos. Eight are public:
| Repo | What it does |
|---|---|
| tool-lint | Lints MCP, OpenAI and Anthropic tool definitions |
| deptox | Finds AI-hallucinated phantom npm packages in lockfiles |
| vibe-check | Security scanner for AI-generated projects |
| gh-prompt-shield | Scans GitHub issues and PRs for prompt injection aimed at AI coding tools |
| agent-safe | Encrypted vault that scopes what an agent gets |
| mcp-slim | CLI proxy that cuts MCP token usage |
| ctx-handoff | Packs a repo's context into a handoff document for AI assistants |
| pdf-privacy-tools | Browser-only PDF toolkit, and the Foundry's first build |
Spawns Claude Code agents into isolated git worktrees, each on its own branch in its own tmux session. Failed agents are retried, another model reviews each PR before it reaches me, and anything running over an hour without a PR gets flagged. Built over two days in February 2026.
An interactive map of the agent estate behind all of this: a hub agent, persistent specialists, on-demand workers and the Foundry, as it stood in March 2026.
Groundwork for grouping financial controls by what they do rather than which organisation wrote them. It pulls different firms' control libraries into one schema, standardises their vocabulary against ISO 20022, FIBO and FATF, and starts stripping out each firm's fingerprints. It's a 2025 prototype: the clustering itself isn't built yet, and the README lists what doesn't work. This is the closest thing here to my day job.



