Sequoia's 'This is AGI' talk, distilled — what it means if you build on the models
Sequoia's keynote on AGI emphasizes the shift from communication revolutions to a computation revolution. This change impacts how information is processed and necessitates a focus on customer needs over technology. The talk outlines key concepts for builders, including the importance of adaptability and the evolving role of AI agents in the workforce.
- ▪Sequoia defines AGI as an agent that can perform tasks, recover from failures, and persist until completion.
- ▪The keynote highlights three pillars for builders: focusing on customer needs, creating user-friendly solutions, and recognizing the slow diffusion of new capabilities into the market.
- ▪The presentation predicts a future where machines will handle 99.9% of cognitive tasks, similar to the Industrial Revolution's impact on physical labor.
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 === 3863632) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Hunter G Posted on May 29 Sequoia's 'This is AGI' talk, distilled — what it means if you build on the models #ai #programming #agents #startup Sequoia's AI Ascent 2026 keynote ("This is AGI") is worth 32 minutes of your time. I distilled it into the parts that actually change how you build. Short version up top, then the framework. The one reframe that matters Most of us have only lived through communication revolutions — the internet, cloud, mobile.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).