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

推荐订阅源

小众软件
小众软件
博客园 - Franky
罗磊的独立博客
G
Google Developers Blog
The GitHub Blog
The GitHub Blog
P
Proofpoint News Feed
Recent Announcements
Recent Announcements
V
V2EX
F
Fortinet All Blogs
阮一峰的网络日志
阮一峰的网络日志
Blog — PlanetScale
Blog — PlanetScale
月光博客
月光博客
U
Unit 42
GbyAI
GbyAI
A
About on SuperTechFans
WordPress大学
WordPress大学
Engineering at Meta
Engineering at Meta
雷峰网
雷峰网
Microsoft Azure Blog
Microsoft Azure Blog
Martin Fowler
Martin Fowler
D
DataBreaches.Net
The Cloudflare Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
MongoDB | Blog
MongoDB | Blog

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
Every generation of engineers thought they were living th...
Lucas · 2026-06-13 · via DEV Community
Cover image for Every generation of engineers thought they were living through the AI revolution. Most of them were wrong. Here's why we're not.

Lucas

In the summer of 1956, a group of researchers gathered at Dartmouth College and wrote what is arguably the most confidently wrong sentence in the history of science:

"We propose that a 2-month, 10-man study of artificial intelligence be carried out... The study is to proceed on the basis of the conjecture that every aspect of learning or any other feature of intelligence can in principle be so precisely described that a machine can be made to simulate it."

Every aspect. In two months. Ten people.

They were not naive. They were the smartest researchers in the field. They looked at the trajectory of their results and made reasonable projections.

They were wrong by roughly 70 years.


This has a pattern. Every wave of AI enthusiasm has followed the same arc:

  1. A capability emerges that exceeds expectation
  2. Extrapolation begins
  3. Expectations overshoot
  4. Reality catches up

Funding dries up. An AI winter arrives.

It happened in the 1970s. It happened again in the 1990s.

So what's different now?

Three things converged simultaneously in 2012 that had never converged before:

  • Labeled data at scale (ImageNet: 14 million images)

  • GPU computing (the same chips that rendered video games)

  • Deep network architectures (decades of quiet theoretical work paying off)

When AlexNet won the ImageNet competition that year with a 10.8% error rate improvement over the second place, not a marginal win, a rupture; the people who understood what had happened knew the winters were over.

Then in 2017: "Attention Is All You Need." The Transformer paper. All tokens processed simultaneously, not sequentially. Long-range relationships mapped in real time.

PT-1. BERT. GPT-3. ChatGPT.

And then 2025–2026: agents that don't just suggest code. They plan, execute, test, and deploy it. Claude Code's SWE-bench score: 87.6% — resolving nearly 9 out of 10 real GitHub issues autonomously.

This is Act 7 of the story. And Act 7 is moving faster than any previous act.

Tomorrow: I'll open the machine. How these systems actually work — explained at the level where it changes how you use them.