Fetching from the wire…
Top 5 · 2026-04-20 · source-backed
MIT Technology Review and Rest of World report that Chinese tech companies are instructing employees to build AI agents that replicate their own job functions. A GitHub project called "Colleague Skill" from Shanghai AI Lab imports chat history and files from Lark and DingTalk, then generates manuals describing a coworker's duties in a format an AI agent can execute.
Workers describe the experience as reductive. One told MIT Tech Review their work had been "flattened into modules," which is an incredibly precise description of what happens when you try to encode institutional knowledge into agent workflows. Anyone who's written documentation for an automated process knows this feeling. The messy, contextual judgment calls that make human work valuable get stripped down to decision trees and API calls.
Here's what caught my attention though. It's not working. The companies haven't successfully replaced anyone yet because the agents remain unreliable and require constant human supervision. The "Colleague Skill" approach produces agents that can follow documented procedures but break the moment they encounter anything the documentation didn't anticipate. Which, if you've worked in any organization for more than a week, you know is constantly.
I find this both reassuring and concerning for different reasons. Reassuring because it validates what I've observed in my own agent work: the gap between "follows instructions" and "exercises judgment" is enormous, and no amount of chat history import bridges it. Concerning because the intent is clear. These companies aren't experimenting. They're mandating self-replacement training. The technical limitations are a delay, not a barrier.
For builders in the West looking at this and feeling insulated: you shouldn't. The same "flatten work into modules" approach is exactly what every agentic coding tool does. When you teach Claude Code your codebase conventions, your testing patterns, your deployment workflow, you're building your own Colleague Skill. The difference is you're doing it voluntarily, and you control the output.
The uncomfortable question this story raises: what happens when the agents get reliable enough? Not this year. Maybe not next year. But the organizational intent has been expressed, the tooling is being built, and the data collection is underway.
What to do now: Look at your own work through the "Colleague Skill" lens. Which parts of your job are modular and documentable? Those are the parts agents will handle first. Invest your growth in the parts that can't be flattened: system design, taste, stakeholder judgment, the ability to know what to build, not just how to build it.
Each link below shares sources, entities, or timing with this story.
This is the paper of the week. arXiv 2607.28871 introduces BSG-VA, which replays every validation command an agent runs across three code states: the original buggy code (B), the candidate patch (S), and the gold developer fix (G). If a test passes in all three states, it neve...
A repo nobody was talking about yesterday just became the fastest-growing developer tool on GitHub. colbymchenry/codegraph gained 4,222 stars in a single day, landing at 12,200 and climbing. The reason is simple: it solves the biggest cost and speed bottleneck in AI-assisted c...
Triple-stream retrieval (BM25 keyword, vector embeddings, knowledge-graph traversal) fused via Reciprocal Rank Fusion on the iii engine, with SQLite for state and an in-memory vector index, no external database. The economic claim: ~170K tokens/year (~$10) versus ~650K tokens...
A Chinese lab shipped a runtime that manages two American coding agents as subagents, and it went from repo creation to 145,439 stars in four days. deepseek-ai/deepseek-harness published dsh-v0.1.0-rc.7 at 12:01 UTC today, its first tagged release since the repo appeared on Au...
Issue 6235 on anthropics/claude-code asks Claude Code to read AGENTS.md, the config file that Codex, Amp, Cursor and most other harnesses already load, rather than only CLAUDE.md. It has been open since August 2025. It has accumulated over 5,200 reactions and 300+ comments, ma...
I check Product Hunt maybe once a week and usually regret it. Today's board is worth reading as market structure. The July 30 leaderboard: SKI at 277 upvotes (free voice input for Claude Code and Codex). AI Search Console at 249 (prompt analytics and citation mapping). Memmy A...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.