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

推荐订阅源

D
DataBreaches.Net
IT之家
IT之家
The Cloudflare Blog
Apple Machine Learning Research
Apple Machine Learning Research
WordPress大学
WordPress大学
N
Netflix TechBlog - Medium
阮一峰的网络日志
阮一峰的网络日志
P
Proofpoint News Feed
L
LangChain Blog
博客园 - Franky
美团技术团队
J
Java Code Geeks
Microsoft Security Blog
Microsoft Security Blog
博客园 - 叶小钗
小众软件
小众软件
Y
Y Combinator Blog
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
D
Docker
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
Vercel News
Vercel News

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 Work Doesn't Fail All At Once. It Drifts
lweiss01 · 2026-06-23 · via DEV Community

A few days ago I was looking at Microsoft's AI Engineering Coach project. It analyzes coding-agent logs after a session ends and surfaces patterns and anti-patterns in how developers worked with AI. The implementation isn't what caught me. It was the assumption underneath it: AI work generates operational signals. That's a bigger idea than it sounds.

For the last year, most AI tooling has focused on one of three things: better agents, better memory, or better orchestration. All three matter, but they all assume the same thing. The agent is the center of the system, and the work is whatever it hands back at the end. We judge a session by whether the final diff looks right, not by what happened on the way there, because nothing in the workflow asks us to look. Lately I've been wondering if that's backwards.

Agents Don't Work. They Take Shifts.

In a previous article, I argued that agents don't really "work." They take shifts. Claude works for a while, then Codex, then Cursor. Sometimes a human steps in, then another model takes over. The work continues. The participants rotate, and each one only sees the part of the work that happened on their own shift.

That's a continuity problem. If nobody, not the agent and not you, has a continuous view of the whole project, things get re-explained, re-decided, and occasionally undone by whoever shows up next without knowing better. That observation led me to build Holistic, a system focused on preserving project continuity across those shifts.

But closing that gap surfaced a second, harder question, and it's the one this piece is actually about. Even within a single shift, one agent, one session, nobody handing off to anyone, the work isn't always doing what it looks like it's doing. Projects rarely fail all at once. They drift. The agent gets stuck in a retry loop. Requirements slowly fall out of focus. Research expands without execution. Scope quietly grows beyond the original task. Tests keep failing for an hour while everyone hopes the next attempt will somehow be different. Nothing is technically broken. The session is still running, the agent is still producing output, but the work is degrading underneath all of it.

Drift Is Expensive, and It Hides

When work drifts, it creates waste, and not just wasted tokens. Wasted engineering time. Wasted compute. Wasted attention. The cost is often invisible because the project still appears healthy: the agent is busy, files are changing, commits are happening, progress is being reported. But underneath the surface, effort is accumulating without producing meaningful forward movement. By the time the failure becomes obvious, the waste has already been incurred.

You've seen the shape of this even if you haven't named it. A retry loop runs for an hour. A requirement gets forgotten halfway through implementation. A solution gets built, removed, and rebuilt. A new agent spends thirty minutes rediscovering decisions that were already made an hour earlier. These aren't isolated mistakes. They're forms of operational waste, and traditional manufacturing systems have spent decades trying to catch exactly this kind of thing before it compounds.

What Manufacturing Already Knows

Andon boards exist to surface problems while work is still in progress, not after the shift ends and not after production wraps. While the problem is still recoverable. That idea feels increasingly relevant to AI engineering.

What if we treated AI work as an operational system, where agent activity isn't just output but telemetry? A failing test isn't merely a failing test, it's a signal. Repeated edits to the same files are signals. Reversing decisions is a signal. Expanding scope is a signal. Repeatedly asking for information already sitting in context is a signal. Viewed individually, these events look like noise. Viewed together, they become findings, and findings can drive intervention.

That's the real shift I'm pointing at: not "here's what went wrong yesterday," but "something is drifting right now." Retrospective coaching is useful. Real-time supervision changes outcomes. The goal isn't to understand drift after the fact, it's to interrupt it before the waste compounds.

Holistic Remembers. Andon Watches.

This is the idea behind Andon, which already ships inside Holistic as an experimental add-on. It's incomplete by design right now, but the foundation is there: the pieces needed to start recognizing drift patterns and surfacing findings, not just recording checkpoints.

Holistic asks: "What does the project remember?" Andon asks: "What needs attention right now?" The stronger Holistic gets, the more context Andon has to work with. The more Andon catches, the more valuable Holistic's checkpoints become. One preserves continuity. The other watches for drift. They're two different jobs, and I don't think most tooling right now is doing either one on purpose.

I don't think this is a new agent framework, a memory system, or an orchestration platform. It's operational intelligence for AI work, and I think that's its own category.

Microsoft's Coach analyzes completed sessions and surfaces patterns that would otherwise be easy to miss. That's worth having. But if AI-generated work keeps becoming a bigger share of how software gets built, we won't just need systems that explain the wreckage after the fact. We'll need systems that catch it while it's still just a crack.

Because AI work doesn't fail all at once. It drifts, and drift creates waste. The job of supervision is catching that drift before the work becomes unrecoverable.