惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
Netflix TechBlog - Medium
罗磊的独立博客
云风的 BLOG
云风的 BLOG
Last Week in AI
Last Week in AI
Y
Y Combinator Blog
小众软件
小众软件
Blog — PlanetScale
Blog — PlanetScale
T
The Blog of Author Tim Ferriss
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
月光博客
月光博客
博客园 - Franky
F
Fortinet All Blogs
D
Docker
博客园 - 司徒正美
腾讯CDC
Recent Announcements
Recent Announcements
The Cloudflare Blog
B
Blog RSS Feed
GbyAI
GbyAI
T
Tailwind CSS Blog
雷峰网
雷峰网
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 三生石上(FineUI控件)
阮一峰的网络日志
阮一峰的网络日志

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Sequoia's 'This is AGI' talk, distilled — what it means i...
Hunter G · 2026-05-29 · via DEV Community

Hunter G

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. They changed how information is distributed. AI is a computation revolution: it changes how information is processed. Different shape of wave entirely.

Why you should care: in a computation revolution the capability floor moves under your feet every day. The thing you built last week can be irrelevant this week.

"This is AGI" — a functional definition

Sequoia isn't proposing a technical definition. Their commercial one is the useful one: if you can dispatch an agent to do a job, it recovers from failure, and persists until the job is done — that's AGI. Three inflection points got us here: pre-training (ChatGPT), reasoning (o1), long-horizon agents (Claude Code). We went from horses 40% faster to cars 40x faster.

If you build on the models: MAD

This is the part for builders. Three pillars:

  • Moats → go customer-back, not tech-out. Capabilities change faster than customers do. What you build may be obsolete tomorrow; how tightly you wrap around the customer is durable.
  • Affordance. Claude Code is insanely powerful and has almost no affordance — open a terminal for the average Fortune 500 employee and watch. The opportunity is building the path of least resistance for your customer's specific problem.
  • Diffusion gap. Capabilities diffuse into the market far slower than they're created. Every day the labs outrun the enterprise, that gap — your opportunity — widens.

And: no lead is safe. You can't pass 15 cars in the sun, but you can in the rain. Right now it's a downpour of new capability.

Agents: the year is 2026

An agent = a brain (model), arms and legs (tools), and persistence (harness). The headline metric: how long a model stays on task without going off the rails went from tens of minutes a year ago to hours today. "SaaS is dead" is backwards — tool value explodes as the number of agents using them grows.

The scale of agenticness: tab-complete → agentic dev → background/async agents spawning subagents → "dark factories" with no human in the loop (already in production, including at security companies). And hiring an agent beats hiring a human on every axis: infinitely scalable, low maintenance, paid in tokens not salary.

The long view: a cognitive revolution

Machines already do 99%+ of physical work. Sequoia's bet: cognition repeats the pattern — soon 99.9% of cognition done by machines, like the Industrial Revolution but bigger and faster. Intelligence becomes like aluminum: once the most precious metal on Earth (displayed at Tiffany's), then disposable after electrolysis.

The close landed on Protagoras: man is the measure of all things. AI can and will do the work — but only human connection gives a reason to care.

Source: Sequoia Capital, "This is AGI — AI Ascent 2026 Keynote." This is my distillation; watch the original for the full argument.