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

推荐订阅源

宝玉的分享
宝玉的分享
H
Hackread – Cybersecurity News, Data Breaches, AI and More
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
小众软件
小众软件
月光博客
月光博客
D
DataBreaches.Net
L
LangChain Blog
美团技术团队
S
SegmentFault 最新的问题
MyScale Blog
MyScale Blog
大猫的无限游戏
大猫的无限游戏
博客园 - 司徒正美
aimingoo的专栏
aimingoo的专栏
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
H
Help Net Security
阮一峰的网络日志
阮一峰的网络日志
Y
Y Combinator Blog
I
InfoQ
U
Unit 42
Microsoft Azure Blog
Microsoft Azure Blog
J
Java Code Geeks
博客园 - 三生石上(FineUI控件)
腾讯CDC
Martin Fowler
Martin Fowler

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
The 20 percent automation cannot close is the part that p...
Mirza Iqbal · 2026-06-05 · via DEV Community

A reader asked the sharpest question I have seen this month.

What kind of problems fall into the 20 percent that still needs a senior.

Most automation pitches answer the opposite. They sell the 80 percent that was always going to work, and they stay quiet about the part that breaks careers.

So here is the honest answer, from the enterprise stacks I audit across DACH automation deployments.

The 80 percent is the easy promise. The 20 percent is the whole engagement.

What the 80 percent actually is

The 80 percent is the work that has a shape.

A clear input, a known rule, a predictable output. Invoice in, line items out. Lead in, enrichment out. Ticket in, routed ticket out.

This work should be automated without apology. It is repetitive, it is well understood, and a human doing it by hand is waste.

If a vendor is still selling you the automation of the 80 percent as the hard part, they are selling you the easy thing at the price of the hard one.

What the 20 percent contains

The 20 percent is not a smaller version of the 80. It is a different kind of problem. In every audit it breaks into four classes.

  • Judgment under ambiguity. There is no rule, because the situation is new. Someone has to weigh trade-offs that the system was never told about.
  • Exceptions with real consequences. The edge case that touches money, a regulator, or a customer relationship that took years to build.
  • Context that lives in a head, not a database. The reason this client gets the exception, the history nobody wrote down, the thing everyone on the team knows and no field captures.
  • Decisions that need a name on them. When it goes wrong, accountability has to land on a person, not a workflow.

Every one of these reports as a normal task to an automation. None of them is a normal task.

Why teams automate the 20 anyway

The pressure is real and I understand it.

The 80 is automated, the savings are visible, and the natural next ask is to push for the rest. The demo of the 20 always looks fine, because a demo runs the happy path, and the happy path is the part of the 20 that behaves like the 80.

So the team ships it. Then a real exception arrives, the one with money on it, and the automation handles it with the same confidence it handled an invoice.

That is the moment a senior should have been holding the decision, and was not.

What that failure costs

When the 80 percent fails, you lose developer hours.

When the 20 percent fails, you lose the thing that does not come back on a retry.

A regulated decision made without review. A key account handled like a routine ticket. A judgment call the system was never qualified to make, made anyway, at scale, before anyone noticed.

The cost is not in the error count. It is in which errors they are.

The honest posture

Automate the 80 percent ruthlessly. Free your seniors from it completely.

Then do the harder work. Find the boundary where the 20 percent begins, and build the stack so it calls a human at exactly that boundary, with the context already gathered and the decision framed.

The goal is not to automate the senior away. It is to make sure the senior is spent only on the 20 percent that is actually theirs, and is never bypassed on it.

A team that gets this right looks slower on the org chart and is far safer in production. A team that automates the 20 to look fully autonomous is one exception away from the incident that ends the project.

What this writeup does not hand you

I run the boundary version of this in client engagements. Where exactly the 20 percent starts in a given stack, how a workflow is forced to recognise it has crossed into judgment territory, and the escalation that puts the right senior on the right decision are what I bring to an audit.

I am not pasting them here, and the reason is honest. The boundary is specific to each company's risk, and a copied recipe gives a team false confidence that it has drawn the line correctly when it has not.

Drawing that line wrong is the failure. The discipline is in drawing it right.

One question for you

Look at your own automation.

Find the place where it stops asking a human and starts deciding alone, and ask whether that line was drawn on purpose or by accident.

If it was drawn by accident, tell me in the comments what kind of decision sits on the wrong side of it. I will reply with the question I would ask first to find out whether it belongs in your 80 or your 20.