LLM-Assisted Website Construction

It’s been interesting to see how LLMs, specifically Claude and ChatGPT, mostly running inside VS Code, do when I built this website. It required knowledge of Hugo, the Hugo framework (Beautiful Hugo) I chose, the Go template language, Markdown, and CSS. From this list, I only had prior experience with Markdown. The LLMs performed shockingly well across all of these languages, looking at the big picture of my code base while doing so. They almost always found solutions to my questions and code changes that I expressed in English. In a few cases, they did not look at a high enough level to see that some things were framework design decisions made years ago while the Hugo platform and best practices marched forward since then.

[Read More]
LLM  Hugo