WeSearch

Stop Using Your Clipboard to Share Context

·4 min read · 0 reactions · 0 comments · 5 views
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...

Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)