Most People Use AI Like Google. That's Why It Sucks.
For the first month I treated Copilot like a junior engineer with ambition and no guardrails. It created variables named R and T, broke tests it didn't care about, and left me cleaning up for two h...
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 === 3831929) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Jono Herrington Posted on Apr 28 • Originally published at jonoherrington.com Most People Use AI Like Google. That's Why It Sucks. #ai #leadership For the first month I treated Copilot like a junior engineer with ambition and no guardrails. It would write code I never asked for. I'd be halfway through a function, and Copilot would leap ahead ... creating new methods, suggesting whole classes, trying to take initiative like a junior who wants to prove themselves.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV Community.