@mattpocockuk: Knowledge work is SO much harder to automate with agents than code We underestimate how easy software development is fo…
Summary
The tweet argues that knowledge work is harder to automate with AI agents compared to software development due to advantages like automated feedback loops and organized documentation in coding.
View Cached Full Text
Cached at: 09/07/26, 09:11 PM
Knowledge work is SO much harder to automate with agents than code
We underestimate how easy software development is for agents
- Tons of high quality automated feedback loops (types, tests)
- Well-organized free documentation, searchable on the web
- Simple-to-use workspaces with version control (i.e. repositories)
- Long history of systematising and delegating work (i.e. sprints, tickets, specs)
Knowledge work has none of these advantages
Similar Articles
@saranormous: https://x.com/saranormous/status/2064510215056400652
Despite rapid advances in AI coding agents like Devin, which have dramatically increased code writing and shipping, the article argues that the most valuable aspects of software engineering remain illegible to benchmarks and require human judgement and organizational coordination that cannot be easily automated.
Is AI agents making it easier to build software than to understand it?
A developer reflects on how AI coding agents can rapidly build and modify software, but developers often lose understanding of the codebase architecture and decisions, creating a new engineering challenge.
@mattpocockuk: Uncle Bob gets it
Robert C. Martin (Uncle Bob) shares his experience that using AI agents significantly boosts productivity, though 30-40% of time is spent tuning and hardening the output.
@mattpocockuk: One thing missing from my skill set is what compound engineering has - the promise that your process improves over time…
A tweet explores the gap in AI skills for process improvement over time, suggesting a potential tool like '/improve-me' to update coding standards and refine agent behaviors.
@bcherny: Something I have been thinking about: in the past, the best engineers I knew spent a lot of time automating their work …
A thought-provoking thread arguing that automating engineering tasks, especially with AI agents like Claude, is more important than ever. It advocates encoding domain knowledge as infrastructure to accelerate development and enable contributions from non-engineers.