5 months. 100% Claude Code. Zero architectural drift.
In one web service project I have been building and maintaining for 5 months, every line of code has...
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3343587) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Teemu Piirainen Posted on Jun 30 5 months. 100% Claude Code. Zero architectural drift. #ai #claude #architecture In one web service project I have been building and maintaining for 5 months, every line of code has been written by Claude Code. In a second project, a macOS app in Swift built over 3 months, the same is true with Claude Code. The architecture has not drifted. What drift actually is with AI AI failures usually get described as catastrophic. The agent broke the build.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).