Stop Using Your Clipboard to Share Context
We're all learning how to code with agents. If you're "in the bubble" it can feel like everyone is...
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 === 3669112) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Ryan Swift Posted on Apr 30 Stop Using Your Clipboard to Share Context #agents #ai #cli #mcp We're all learning how to code with agents. If you're "in the bubble" it can feel like everyone is tokenmaxxing. Automating everything. Spinning up overnight agents to write full apps while they sleep. The reality I see with a lot of developers is much more normal: They are copying and pasting code back and forth from VS Code and ChatGPT.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).