Teaching AI Agents to Find Your Code

I’ve been thinking about a problem that every large engineering organisation will hit as AI agents become a standard part of the development workflow. You give an agent a business requirement (“add a status field to the refund flow”) and Continue reading Teaching AI Agents to Find Your Code

Running an AI Agent on Your Own GPU: A Practical Walkthrough

There’s something satisfying about running a large language model on your own hardware. No API keys, no usage limits, no data leaving your machine. Just your GPU, some Docker containers, and a surprisingly capable AI sitting right there on localhost. Continue reading Running an AI Agent on Your Own GPU: A Practical Walkthrough