← Back to all articles

Hello, World!

AI Engineering Adventures - Debugging the Chaos

Welcome to James Miles' AI Engineering Adventures — a blog about building software with AI assistants, one experiment at a time.

This blog is itself an experiment. Every line of HTML, CSS, and JavaScript you see here was written by an AI coding assistant. There's no framework, no build step, no dependencies — just hand-crafted static files managed entirely through AI CLI.

What to expect

This blog will cover:

How this blog works

The technical setup is deliberately minimal:

Every line of HTML, CSS, and JavaScript powering this site is authored by AI. The source is public — you can see every commit and how the site evolves over time.

A quick code sample

Since this is an engineering blog, I might need to share code snippets from time to time. Here's what that looks like:

// The simplest AI interaction
const response = await ai.chat("Hello, World!");
console.log(response);
// → "Hello! How can I help you today?"

Stay tuned for the first real article. In the meantime, feel free to leave a comment below — yes, that's powered by GitHub Issues too.

Comments