AMD Gave a Developer Award to Someone Who Can't Code
AMD's recent developer conference in Shanghai attracted over 2,000 attendees, significantly surpassing expectations. During the event, an award was given to a developer who utilized an AI agent to code, despite having no prior coding experience. This highlights a shift in the tech landscape where the roles of users and contributors are increasingly overlapping.
- ▪AMD's developer conference was their largest recent event, with attendance exceeding 2,000 people.
- ▪One award was given to a winner who used an AI agent to rewrite a system in Rust without prior coding knowledge.
- ▪The conference showcased a shift in the tech industry where users can now contribute to development without traditional coding skills.
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 === 3788265) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } guanjiawei Posted on May 19 • Originally published at guanjiawei.ai AMD Gave a Developer Award to Someone Who Can't Code #ai #agents #reflections Today I went to AMD's developer conference in Shanghai. The entrance alone was a shock. The line to get in was long, and the hall was already packed before anything started. They expected just over 1,000 people; more than 2,000 showed up. AMD said it was their biggest recent event. Lisa Su showed up too.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).