Tag
A commentary questioning whether the surge in AI-agent-generated pull requests and token consumption metrics actually translates into meaningful business value, warning against optimizing vanity metrics over real impact.
The author explains the reverse Jevons paradox in software engineering: when the cost of making changes rises significantly due to red tape, the total volume of changes can drop to zero, leading to a fundamental halt in incremental improvements rather than a mere slowdown.
An analysis of the 'AI productivity gap' in software engineering, arguing that AI mainly speeds up the coding portion of developers' jobs while leaving other crucial tasks like design, reviews, and meetings largely unchanged, leading to only modest overall gains. It also notes juniors benefit more than seniors, contrary to some leaders' assumptions.
OpenJDK has announced an interim policy banning contributions that include content generated by large language models or similar AI tools, citing risks to reviewer burden, safety, and intellectual property; contributors may still use such tools privately for comprehension and debugging.
The article proposes using stacked branches (small, sequential pull requests) to make reviewing AI-generated code more manageable and effective, addressing the common problem of large, hard-to-review diffs.
The DX Core 4 is a unified framework for measuring developer productivity that combines DORA, SPACE, and DevEx into four dimensions: speed, effectiveness, quality, and business impact. It is designed to provide actionable insights for engineering leaders at any organization size.
A study by METR found that experienced open-source developers using AI tools (primarily Cursor Pro with Claude 3.5/3.7 Sonnet) took 19% longer to complete real-world issues, contradicting both their own expectations and expert forecasts of 24% speedup.
The Psychology of Software Teams by Cat Hicks offers an evidence-based guide to improving developer productivity and team culture, challenging traditional metrics and emphasizing social learning and psychological safety.
A field study analyzing the adoption and impact of agentic command-line coding tools (Claude Code and GitHub Copilot CLI) at Microsoft, finding that adoption spreads through social networks, retention correlates with coding activity, and adopters merge 24% more pull requests.
The article argues that AI's coding effectiveness depends on codebase consistency, making rewrites economically viable to align codebases with AI's strengths, thereby improving output quality and speed.
Matt Pocock comments on the phenomenon of 'token anxiety,' where developers worry too much about the cost of AI tokens instead of focusing on the value delivered per token, likening current pricing to below-minimum-wage rates for development.
AI has made writing code cheaper but shifted the hard work to context-setting, review, and cleanup, requiring more skilled oversight. The article argues that teams often treat AI-generated code as finished work when it is actually a fast first draft.
A practical guide on setting up iterative loops for AI coding agents with defined stop conditions, cloud execution, and notification channels to offload work without constant babysitting.
This article describes using the Codex AI agent to automatically migrate terminal shell configuration from Oh My Zsh to Zinit + Starship + Rust toolchain, demonstrating the AI's ability to perform engineering steps such as backup, key isolation, and performance analysis, ultimately achieving an order-of-magnitude improvement in startup speed.
A software engineer reflects on the strange feeling of relying heavily on AI tools like Codex for coding, questioning whether it makes one a weaker developer or signals the next stage of software engineering.
Former Meta/Microsoft/Atlassian staff engineer Kun shares his agentic engineering workflow: centered on terminal, tmux, and Neovim, using global/project-level memory files and skills to train AI teammates, delivering 40-50 tested production PRs daily, boosted by voice input, AXI standard, Lavish interactive planning, and more.
A Microsoft study using 43 weeks of data from 16,223 engineers found that GitHub Copilot increases pull request completion by 40.5% when holding development effort constant.
LLMs make code reviews more expensive by generating over-engineered code, but rewrites are now cheap, shifting developer workload toward more upfront planning and iterative simplification.
An analysis of how AI coding agents have shifted the bottleneck from writing code to reviewing it, with data showing a 861% increase in code churn and a rise in defect rates, making code review the most leveraged skill in software engineering.
The article argues that current metrics for coding agents (e.g., lines of code, speed) miss the more important measure of how much human attention is saved, since constant supervision negates time savings.