Autonomous AI agents

Intro I’ve been messing around with AI and “agents” recently. I thought I’d share the architecture that I’ve come up with. I was working with some orchestration systenms and thought to myself “I want something that is autonomous, but also able to be completely distributed”. I have used the fantastic library libp2p. This gives me the ability to have peer discovery, a pub / sub message bus and more. I thought to myself “what if I combine my favourite network stack with the experiments I’m running with AI”...

March 11, 2026 · 6 min · codecowboy.io

MCP server templated reports

Intro I have been fooling around a lot with ai recently, and one of the things I’ve found myself doing is integrating with MCP servers and then using the projects feature in claude to generate custom reports. What is this? I have set up a remote MCP server that pulls data from the Star Wars API (swapi). This is a remote MCP server, so I am hosting it on one of my domains....

December 28, 2025 · 5 min · codecowboy.io

Github dockerfile service using AI - Part 2

Intro I have been fooling around a lot with ai recently, and I thought I would write something about what I’ve been doing. There are a few things that I’ve been doing, and they’re all fascinating. Writing average looking code using minimum viable prompts. Getting this average looking code refactored to be a robust service. Generating API documentation - and having Claude fix this code. This is part two of a small series that I have created to walk through the process I went through to get decent code....

November 26, 2025 · 18 min · codecowboy.io

Github dockerfile service using AI - Part 1

Intro I have been fooling around a lot with ai recently, and I thought I would write something about what I’ve been doing. There are a few things that I’ve been doing, and they’re all fascinating. Writing average looking code using minimum viable prompts. Getting this average looking code refactored to be a robust service. Generating API documentation - and having Claude fix this code. This is part one of a small series that I have created to walk through the process I went through to get decent code....

November 24, 2025 · 10 min · codecowboy.io