Tag: developer tools
107 posts tagged with "developer tools" — Page 3 of 5
Over 60,000 repositories now ship AGENTS.md files, but research shows poorly written ones reduce task success rates and increase inference costs by over 20%. The key mistake is treating AGENTS.md as documentation rather than operational policy—auto-generated files and those exceeding 100 lines cause significant performance degradation. Human-written, minimal files under 100 lines improve performance by 2-6% when they focus on command-first behavioral rules.
AGENTS.md is an open-source Markdown standard for providing AI coding agents with project-specific instructions, now supported by 28+ tools and adopted in over 60,000 repositories. Research shows that minimal, constraint-focused AGENTS.md files deliver better agent performance, lower inference costs, and fewer failures than bloated, overly detailed versions.
A February 2026 arXiv study found that AGENTS.md context files reduce AI coding agent task success rates while raising inference costs by more than 20%. Claude Code's native memory systems offer more advanced features but suffer from broken subagent context inheritance and fragile prompt caching, leaving both approaches unable to solve the persistent context problem for development workflows.