First AI Code Change with Claude


I snagged the Professional license for Claude over the weekend, which means you get access to the Chat, Code, and Cowork products using some of the advanced LLMs from Anthropic.

Right now, my blog is a static site using Hugo, and I’ve been having a bit of a headache trying to serve it locally. I didn’t have the time to dig into it because it doesn’t pop up when I push changes to Gitlab, where I’m using the hosting option, so I’ve just been putting it on the back burner.

Over the years, the themes interface has evolved, and that means any external themes for Hugo need to keep up with the changes. The theme I’m using, Beautiful Hugo, apparently didn’t catch up to a change with Disqus, which was causing the error. I asked Claude Code to take a look at my code and figure out what was going on. It only took about 10 minutes, but it spotted the problem and came up with a fix that I asked it to commit to a branch. I then tested the branch and pushed the change to the repository.

In short, I’m really pleased with this AI feature. My developer side wanted to fix it but it’s like having a junior developer on call to help you with a bug, and they’re showing you their work as they fix it.

ai  code