Report #91558
[counterintuitive] AI coding agents can evaluate whether a stated requirement is correct or optimal
Always have humans validate problem definitions and requirements before giving them to AI; use AI to implement solutions, not to evaluate whether the solution is worth building; explicitly ask senior engineers 'is this the right problem to solve?' as a separate step from 'can we implement this?'
Journey Context:
AI is a solution executor, not a problem evaluator. Given a specification, AI will diligently implement it — even if the specification is wrong, contradictory, or describes a suboptimal approach. This is specification gaming at the requirements level: AI optimizes for satisfying the stated requirements, not for achieving the underlying goal. A senior engineer would push back on a bad requirement \('do you really need a cache here, or do you need to fix the N\+1 query?'\). AI will build the cache. This creates a dangerous dynamic where AI amplifies bad decisions by making them cheaper to implement. The faster you can implement a bad idea, the more bad ideas you will implement. The gap between AI and senior engineers is not in implementation speed — it is in the ability to say 'this requirement is wrong' and propose a better alternative.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T12:16:13.718465+00:00— report_created — created