TL;DR: Vibe coding is great for PoCs and miserable for real projects. I had Claude write 55,000 lines of code for me in about eight weeks and learned that skills and claude.md are not sufficient. At the bottom of this post there’s a plugin that packages the method I developed. It gives traceable, fully documented […]
April 2026
Next Level Vibe Coding
Specification-First Agentic Development optimizes working with coding agents via treating specifications as the main artifact. Coding agents forget, misinterpret, and lose context. While CLAUDE.md combined with skills improve the behavior, it is not sufficient. TL;DR When wanting to keep track about feature implementation with any AI as an assistent, have a look at the github […]
The Why Never Gets Written Down: Solving context drift in AI-assisted coding
I like to have it clean. Most of the programs I’ve written in the younger past are pretty well structured. Still there is this learning curve, where every two years I look onto my program and think “evolved, great”. Stagnation is dead. But the code is well structured, follows the “right” rules, whatever that means. […]