Your Compiler Is Missing from the Party
Handwriting code is the new cursive. AI agents write code competently, and they're improving fast. My...
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 === 994946) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Mat Weiss Posted on Apr 30 Your Compiler Is Missing from the Party #ai #software #programming #architecture Handwriting code is the new cursive. AI agents write code competently, and they're improving fast. My recent agentic work spans refactoring C++ machine learning libraries, writing CLIs in Rust, building web apps in ASP.NET, and shipping mobile apps in Flutter. For the mechanical parts — scaffolding, boilerplate, repetitive transformations — agents handle it well.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).