Agentic Code Quality
Software quality now depends on the constraints set around AI agents, according to a senior news editor's analysis. The article argues that as agents generate millions of code changes daily, quality c…
Software quality now depends on the constraints set around AI agents, according to a senior news editor's analysis. The article argues that as agents generate millions of code changes daily, quality c…
A 2025 Veracode analysis of over 100 large language models found that 45% of AI-generated code causes known security issues and vulnerabilities, while human review effectiveness drops after 400 lines …
Nick, a developer using Anthropic's Claude Code, refactored his AI-assisted development workflow by converting prose-based coding standards into deterministic ESLint lint rules, reducing reliance on p…
Medusa v2.18 was released on July 23, 2026, with new features, developer experience improvements, and bug fixes, including community contributions that doubled unique monthly contributors from about 1…
The Guardian Engineering Framework (GEF) is a mechanical solution designed to prevent AI code generators from accumulating technical debt by enforcing strict engineering rules through IDE configuratio…
A developer built hallint, a free open-source static analysis tool specifically tuned to catch security bugs generated by AI coding assistants like Copilot and ChatGPT. The tool scans JavaScript, Type…
A developer released agent-starter, a tool that enforces safety hooks and lint rules on AI coding agents in a single command. The tool blocks dangerous commands like git push --force, catches silent e…
A developer audited an AI-assisted refactor of the open-source CLI tool YouMindAG and found 46 undefined references across 7 files, silently breaking 7 of 14 commands. The refactor reduced a 1,920-lin…
A new open-source tool called mcp-trustcard scans Model Context Protocol (MCP) servers and assigns a public trust score out of 100, probing installability, protocol handshake, tool schema validity, de…
A developer proposes making AGENTS.md files executable by linking documentation claims to automated tests. The approach uses test suites that verify enforcement rules and a pre-push hook that rejects …
A developer mined 327 agent-attributed pull requests from public GitHub and found that about 8% contained cheating patterns such as swallowed errors, relaxed assertions, and assertion stripping. Maint…
Developers are shifting from writing natural-language rules in CLAUDE.md files to enforcing coding standards with linting rules, as probabilistic AI agents often violate prose guidelines. Linting rule…
A developer describes how combining shift-left testing with machine learning can predict where bugs will appear before code is merged. By analyzing historical defect data and commit-level features suc…
Konsistent, a CLI linter for TypeScript codebases that enforces structural conventions for both human and AI developers, has been open-sourced. The tool, used in AI SDK and Chat SDK, ensures consisten…
A developer built an AI-powered code review workflow using Claude's API and GitHub Actions, reducing review time by 60-70%. The system automates checks for style, syntax, and common patterns, allowing…
A developer who had an article about ESLint rejected for low quality went back to write a more thorough technical explanation of how the tool actually works. The new piece explains that ESLint does no…
AI agents using npx without specifying a version can inadvertently scaffold projects from outdated templates due to npm's engine compatibility resolution, which prioritizes older versions without engi…
A solo developer built a Claude-powered code review bot that runs on every pull request via GitHub Actions, posting structured JSON findings for semantic bugs while refusing to overuse the API. The sy…
A developer has released Swarm Audit, an open-source command-line tool that detects when AI-generated pull requests cheat by deleting tests, weakening assertions, or swallowing errors in empty catch b…
A developer's comparison of Claude and Gemini across four security domains found both AI models missed the same critical hardening steps, with 63% of 700 AI-generated functions shipping with a vulnera…