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

推荐订阅源

Y
Y Combinator Blog
有赞技术团队
有赞技术团队
J
Java Code Geeks
H
Hackread – Cybersecurity News, Data Breaches, AI and More
美团技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Hugging Face - Blog
Hugging Face - Blog
人人都是产品经理
人人都是产品经理
酷 壳 – CoolShell
酷 壳 – CoolShell
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
C
Check Point Blog
博客园 - 【当耐特】
The GitHub Blog
The GitHub Blog
Recent Announcements
Recent Announcements
The Cloudflare Blog
Microsoft Azure Blog
Microsoft Azure Blog
腾讯CDC
Vercel News
Vercel News
IT之家
IT之家
MyScale Blog
MyScale Blog
博客园_首页
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
罗磊的独立博客

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
AI agents scored 0% on expert tasks. The hype machine doe...
Aditya Agarwal · 2026-06-19 · via DEV Community

Top AI agents achieved zero percent on expert-level professional tasks according to the ALE benchmark. It wasn't minimal, it wasn't frustrating. Not even one.

Enjoy this satisfying round number while your timeline fills up with threads about how agents will replace your entire engineering team by Q3.

What ALE Actually Showed

ALE, which stands for Agents' Last Exam, is a benchmark meant for testing AI agents on problems that demand real professional expertise. Not the "summarize this PDF" kind of problems. But hard, domain-specific work that experts in the field do.

The findings were grim. Models including Fable 5 and GPT-5.5 were among those tested. On the most difficult "Last-Exam" tier of expert-level problems, they obtained a 0% pass rate (note that partial credit was non-zero). A coin flip would have been more impressive.

One little detail many will overlook: performance on mid-level tasks was slightly higher but still rather unimpressive, with the best agents achieving 15–21% success rates. So they are not entirely ineffectual. They're just not what the hype says they are.

The Gap Between Demo and Deploy

Every few weeks, there is a new demonstration where an AI agent is booking flights, writing code, and even perhaps managing a project. In a two-minute video, it looks amazing.

Then you try to get it to do something that actually matters in your job. Something with ambiguity, edge cases, and real stakes. Eventually, it crumbles under pressure. 🎪

This is the demo-to-deploy gap, and it's enormous. Demos are curated. Benchmarks are not.

Why Devs Should Care

I keep seeing teams make architectural decisions based on capabilities that don't exist yet. "We'll just have an agent handle that workflow." "The agent layer will manage orchestration." Cool plan. But all that is based on trust.

Here's what we can actually learn from the ALE results:

Agents are solid assistants for mid-complexity work. That's genuinely useful. Stop underselling it.
Expert-level autonomy is not here. Planning your product around it is gambling.
Benchmarks matter more than demos. A controlled test beats a cherry-picked screencast every time.

If you're building agent-powered features today, build them for what agents can actually do today. Not for what a keynote speaker promised they'll do "soon."

The Hype Machine Has No Benchmarks

The disconnect between empirical results and industry narrative is wild. A model scores literally zero on hard tasks, and the conversation doesn't change at all. Nobody adjusts their roadmap. Nobody recalibrates expectations.

The hype machine doesn't run on data. It runs on funding rounds and Twitter impressions. 💸

I am not implying that agents will not improve. They most likely will. But "probably will get better eventually" is a terrible foundation for engineering decisions you're making this quarter.

What I'd Actually Do

If I were planning a product right now, I'd treat agents like junior developers. Useful for well-scoped tasks with clear guardrails. Terrible when left unsupervised on anything complex.

This means:

Human-in-the-loop for anything high-stakes. Not optional. Required.
Scope agent tasks tightly. The narrower the task, the better the output.
Measure everything. If you can't benchmark your agent's performance on your actual workload, you're flying blind.

The boring, pragmatic approach isn't as fun as tweeting "we replaced our entire QA team with agents." But it ships working software. 🤷

The Takeaway

Achieving a 0% score on expert tasks is not indicative of one model failing. Rather, it is a wake-up call for one size fits all story. Agents are tools — good ones, even — but they're not the autonomous workforce that the hype cycle is selling. Build for reality. Back what works. Stay skeptical of anyone who treats benchmarks as an inconvenience.

What is the most overhyped agent capability that you have seen teams actually try to ship? I would love to hear the war stories below