Ignored Instructions
AI Agent Failure Mode — 3 Documented Incidents
What is Ignored Instructions?
Ignored instructions failures occur when an AI coding agent disregards explicit constraints or requirements given by the user. The agent may use a forbidden library, ignore coding style requirements, skip requested tests, or implement a different approach than specified.
Frequently Asked Questions
What is ignored instructions in AI coding agents?
Ignored instructions failures occur when an AI coding agent disregards explicit constraints or requirements given by the user. The agent may use a forbidden library, ignore coding style requirements, skip requested tests, or implement a different approach than specified.
Which AI agent has the most ignored instructions failures?
Based on 3 documented incidents, Devin has the most ignored instructions failures with 2 incidents, followed by Windsurf with 1.
All Ignored Instructions Incidents
Windsurf ignored .gitignore and committed node_modules and .env
While setting up a new Next.js project, Windsurf ran git add -A and committed 47,000 files including the entire node_modules directory and a .env file containing database credentia...
Devin cross-platform CI added 8-comment review cycle without landing
Devin submitted a cross-platform CI workflow to rjmurillo/Qwiq using matrix strategy for Ubuntu and Windows. The PR received 8 comments of review discussion but was ultimately clos...
Devin added a pointless "Hello!" page to a disease prediction platform
Devin submitted a PR to dhis2-chap/chap-frontend (a disease prediction platform used by health organizations) that added a "Hello!" page at /hello. The page displayed nothing but a...