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

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
aimingoo的专栏
aimingoo的专栏
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 聂微东
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
Blog — PlanetScale
Blog — PlanetScale
大猫的无限游戏
大猫的无限游戏
Vercel News
Vercel News
D
DataBreaches.Net
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
L
LangChain Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
F
Fortinet All Blogs
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks
Recent Announcements
Recent Announcements
Jina AI
Jina AI
G
Google Developers Blog
腾讯CDC
博客园_首页
博客园 - 【当耐特】

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 Said I'm Inefficient. A Recruiter Said Not to Listen. ...
xulingfeng · 2026-06-11 · via DEV Community

This is a story about an engineer labeled "inefficient" — the system said he wasn't good enough, management only looked at the system, and he spent two months proving who was wrong. Then he ended up on the client-side review panel.

Based on a real experience shared by a community member. If you've got a story like this — reach out. The next one could be yours.


Act 1 · The Announcement

Wednesday, 10:14 AM.

I was wrestling with a stored procedure written seven years ago. The wiki page — left by someone who'd already left — had exactly one line of documentation:

"The logic of this trigger? Read the code. I forgot."

Slack pinged. Company-wide notification:

[System Notification] AI Estimation Engine v1.0 is now live
All development tasks must be submitted through the AI Estimation module. Estimated hours will be factored into performance reviews.

The channel exploded.

Mike (Frontend): "I just tried it. 'Update login page styling' — estimated 0.5 days. Remember the one I went back and forth with the PM for three days? It thinks that's an afternoon."

Dave (Backend): "My data migration — 'Migrate database, integrate two external systems.' AI says 2 days. Right."

Alex: "Who's updating their LinkedIn? 🙋"

Twelve hands went up.

I didn't raise mine. I opened the system and entered a task:

Payment module — Fix historical data reconciliation (7-year-old stored procedure, original developer no longer with the company, incomplete documentation)

The system returned:

# AI Estimation Engine - API Response
# POST /api/v1/estimate
# Request:
{
  "task": "Fix historical data reconciliation",
  "repo": "payment-module",
  "context": "7-year-old stored procedure, no docs, dev left"
}
# Response:
{
  "estimated_days": 1.5,
  "confidence": "high",
  "model": "estimate-engine-v1",
  "training_data_coverage": "95%"
}

I stared at the screen for five seconds. Are you kidding me?

I didn't reply in the channel. I created a private repo called estimation-log and wrote the first entry:

2026-03-12 | P-4103 | Payment module | AI: 1.5d | Actual: — | Tracking


Act 2 · The Label

End of the month. The performance email landed.

Subject: Your Monthly Efficiency Score — Needs Attention

Your AI estimation efficiency score: 39%
Team average: 84%
⚠️ Below acceptable threshold.

I stared at that number for a long time. Lowest in the group.

When I sat down with my manager for the review, I laid out my records.

"Look at the tasks I'm getting — payment module, data migrations, legacy system integration. The codebases are from 2019. Original developers are gone. Unit test coverage is under 5%. The AI was trained on projects that look nothing like this."

My manager didn't look at my records.

"The system says you're not meeting the bar."

I said the system doesn't account for legacy complexity. He said the system is 95% accurate.

I said: "That's 95% on projects with fresh code, test coverage, and documentation. None of my work qualifies."

He said: "The company standard is what the system says. That's what we go by."

I didn't argue. I went back to my desk and added another line to estimation-log:

2026-03-26 | P-4162 | Payment module hotfix | AI: 1d | Actual: 5d | They only look at the numbers, so I'm keeping them

After that, every time the AI estimate didn't match reality, I committed a record. It wasn't defiance — I wanted to know how often it was right, how often it was wrong, and where it broke.

Somewhere along the way, it became a habit. One night I counted — 67 entries. Over two months.


Act 3 · The Recruiter

A Friday night. 9:30 PM.

I was fixing a data migration the AI said would take "2 hours." Day three. The problem was in an ETL script written by someone who'd left six years ago. The original comment read:

# Why is this here? — I don't know. It works.
# — by Frank, 2020

My phone buzzed. LinkedIn.

Lydia (Recruiter):
"I came across your background. A client is looking for a tech lead with legacy system migration experience. Three people independently recommended you."

I replied:

"You might have the wrong person — I was just rated the least efficient engineer on my team."

Lydia sent a screenshot. My GitHub: 13 repos, 3 merged PRs into main, an open-source project with 400+ stars.

Lydia:
"That payment module fix you pushed — two years in production, zero P0 incidents. The least efficient person at the company delivered something that stable?"

I stared at that line for thirty seconds.

She was right. The system wasn't measuring me wrong. It was measuring the wrong thing.

I closed the ETL terminal and opened estimation-log.

Top entries:

2026-05-30 | P-4817 | Compliance logging | AI: 1wk | Actual: — | Project hasn't started yet
2026-05-23 | P-4782 | Cross-team data bridge | AI: 5d | Actual: 23d | +360%
2026-05-16 | P-4749 | Payment module v2 fix | AI: 2d | Actual: 9d | AI says it's my fault

67 entries. Over two months of data. In a repo nobody knew existed.

I typed three words back to Lydia:

"When do they want to meet?"


Act 4 · The New World

The client CEO interviewed me personally.

CEO: "We've got a batch of vendors up for Q3 review. Need someone who can tell whether their numbers are real or painted on. They all say three months delivery — you tell me which ones can and which ones can't."

Me: "I can do that."

He didn't ask about my old company. I didn't bring it up.

The offer came three days later. Salary doubled. New title: Client-Side Technical Review Lead.

First day, I opened my email. First message:

Q3 Vendor Review. Next Wednesday.
Attachment: Vendor List.

I clicked. First row — my old company. Lead: my former manager. Bid amount: $4.6M.

I didn't close the window. Opened a terminal:

# curl -s https://git.oldcompany.com/api/v3/repos/estimation/readme
#
# Returns 200.

Public read access — left open since the day they deployed the AI. Never closed it.

I shut the terminal. Closed the email. I didn't need to bring those 67 entries with me. They'd been sitting there the whole time, waiting for someone to look.


Act 5 · The Review

The review room. A row of people. Procurement, Legal, Engineering, CEO.

My old manager stood at the podium. The slides were polished.

"We operate a next-generation AI-driven development pipeline. Estimation accuracy: 95%. Delivery stability: top 10% in the industry."

I was sitting in the third row. Almost laughed out loud.

When Q&A came, Procurement looked around the table.

"Any questions from the technical team?"

I picked up the microphone.

"I have one."

My manager recognized me. His hand paused on the clicker.

"You said 95% accuracy. Which 95%?"

He adjusted his tie. "Our internal validation data. Over 200 projects evaluated. Deviation rate under 5%."

I didn't stand up. I stayed in my chair.

"Let me rephrase. What's your AI's estimation deviation rate on compliance projects?"

Silence.

"You don't have that number. Because your AI has never estimated a compliance project. Its training data doesn't include them. But your proposal includes a compliance delivery timeline."

I opened my laptop — not the one connected to the projector. But I brought my own adapter.

The screen went up:

# Last aggregation I ran before leaving:
# 57 closed records, grouped by project type:
#
# SELECT project_type,
#        ROUND(AVG(ai_estimate), 1) AS avg_ai,
#        ROUND(AVG(actual_days), 1) AS avg_actual,
#        ROUND((AVG(actual_days) - AVG(ai_estimate)) / AVG(ai_estimate) * 100, 0) AS deviation_pct
# FROM estimation_log
# WHERE status = 'closed'
# GROUP BY project_type
# ORDER BY deviation_pct DESC;

Project Type         AI Est.      Actual        Deviation
Feature work         2 wks       2.5 wks       +25%
Tech debt fix        3 days      14 days        +366%
Cross-team work      1 wk        6 wks          +500%
Compliance/Security  no data     no data        

"The delivery timeline in your proposal — you calculated it using AI estimation, didn't you. Which project types did you filter out before running the numbers?"

The room was quiet.

"You say your AI is accurate because you never check the projects where it isn't. But the platform you're bidding on — financial compliance, cross-team coordination, three legacy systems to integrate. None of that exists in your training data."

I closed the laptop.

"I filled in the blanks for you. You're welcome."


Act 6 · The End

My old company didn't win the bid.

Not because of what I said — because the review committee asked them to add a "Legacy System Integration" section to their proposal. They spent a week writing it. Engineering sent it back: "No concrete timelines. No risk matrix. No fallback plan."

Their AI couldn't estimate work it had never seen. It never learned how.

A message reached me later, through someone still working there:

"You took company data when you left."

I sent one sentence back — verbal, no trace:

"The data was never on my machine. Your Git public read-only branch has been open since the day you deployed the estimation engine. It's still open."


My phone lit up.

Lydia:
"Heard you brought your own adapter to the meeting."

I typed back:

"The things my old manager's slides didn't say — I filled those in too."

I flipped the phone over. Opened a Coke.


Some things aren't misestimated by AI. They were never estimated at all.

When management treats "the system gave a number" as "the system validated that number," what gets undervalued isn't just hours — it's every part of engineering the AI has never seen.


Ever been rated poorly by a system when you knew you weren't wrong? Drop it in the comments — I read every single one.


This is *"AI, Ego & Regret"** story #12. The series is linked below — follow to catch the next one.*


P.S. If you've got a story like this — buy me a coffee ☕ and tell me about it. Yours might be next.