← All posts

12 July 2026 · 3 min read

How I build my projects with AI, without the AI sound

How I build datly, foldly and incomly with AI: what Claude Code handles while building, where I decide, and why the text still does not sound like AI.

metadatlyfoldlyincomlyAI

datly.eu, foldly.eu and incomly.eu get built in the evening with an AI assistant, specifically Claude Code in the command line. The AI does the busywork, while the decisions and the responsibility for the result stay with me. How that split feels in practice is the actual point.

What the AI handles

The AI is most valuable exactly where a side project otherwise stalls: the busywork. A few concrete examples from my projects:

The common thread: the AI is fastest at what I find boring. And boredom is exactly where evening projects otherwise die.

Where I decide

What the AI does not take over are the decisions that make the project. I choose the stack (PHP on shared hosting for datly, Next.js as a static export for foldly and incomly). That every calculation runs locally in the browser and no salary leaves the machine is an architecture decision, not a suggestion in a list. What belongs in a release and what has to wait is mine to call. And on design I say no a lot, until it feels right.

The AI proposes plenty. The value lies in discarding most of it and implementing the rest cleanly. Without that stance you quickly build something that works but belongs to no one.

What makes it work: a frame

An AI without guidance drifts. So the real work sits in the frame I give it:

One detail says a lot about this collaboration: the blog rules forbid em dashes in prose. The reason is that this exact dash, together with a handful of stock phrases, is the most recognizable pattern of AI text. I let the AI write and then grind its typical sound back out, so the text reads like me and not like a machine. This post was made that way.

What I have learned

More on the working method behind this is in the post on how I build my side projects. All the tools are on the projects page, and if you build with AI yourself and want to share your experience, I would be glad to hear from you via the contact form.

David Hirsekorn

David Hirsekorn

Manager Microsoft & Community Lead Modern Work. Writes here privately about leadership, AI, Modern Work and processes as well as the tools built in the evenings.

About me →