What still genuinely sucks about AI coding agents?
For developers using Claude Code, Codex, Cursor, Aider, Gemini, or similar tools:
What are the biggest problems you still encounter in real projects?
I’m interested in the practical failure points:
* **Context:** losing track of large codebases, architecture, conventions, or previous decisions * **Reliability:** hallucinations, incorrect assumptions, repetitive loops, regressions * **Maintenance:** refactoring, technical debt, dependency updates, migrations, documentation * **Security:** secrets, permissions, prompt injection, unsafe commands, vulnerable generated code * **Testing:** knowing whether a change is actually correct rather than simply passing a few tests * **Deployment:** CI/CD failures, broken builds, infrastructure changes, bad releases * **Production:** monitoring, debugging, rollback, performance regressions, incident response * **Autonomy:** where you still need to supervise the agent manually * **Memory:** what the agent forgets between sessions or across projects
Most importantly:
**What problem has repeatedly cost you the most time or caused the most frustration?**
What are you currently building, and what part of that workflow are AI tools still failing to handle well?
Real examples and workflows are much more useful than general opinions.