Tag
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.
The author shares their evolved workflow for using Claude Code, emphasizing more time spent in conversation with the agent and less on reading its output. They outline a process of discussion, plan distillation, parallel execution, and final PR review.
Google Devs introduces Agent Factory series with ADK 2.0 and Gemini 3.5 Flash, demonstrating how to build production-grade stateful agents that can run for days, featuring insights on skills, MCP, and code review strategies from engineers like Rohde Davis.
The article critiques the shift from outcome-based productivity claims (e.g., 55% faster task completion) to volume-based claims (e.g., 75% of code AI-generated) by AI coding tool vendors, arguing the latter are less meaningful and harder to falsify.
Abi Noda of DX and Brian Houck of Microsoft share early findings from DX's research on AI's impact on engineering velocity, revealing a modest 10-15% increase in PR throughput, far below the 10x hype. They discuss why coding is only a small part of developer work, the risk of 'false velocity', and opportunities for AI beyond coding.
Anthropic engineers now produce 8 times more code per quarter compared to the period from 2021 to 2025, highlighting AI's impact on developer productivity.
Carson Gross (htmx creator) argues that while AI has made code generation cheaper, understanding code has become more expensive, and warns developers against the 'Sorcerer's Apprentice' trap of letting LLMs generate unmanageable complexity. He advocates for incremental LLM use and maintaining deep understanding of codebases.
A developer discusses how AI has dramatically increased his prototyping speed, enabling him to create multiple working projects quickly. He also notes the shift in engineering thinking towards abstract specification.
Cursor data shows top developers (P99) produce 46 times more lines of code than median developers. Olivia Moore predicts that AI will empower those previously limited by old systems, enabling them to become top performers in every role.
An opinion piece examines whether AI coding tools like Claude Code and Copilot truly enhance developer skills or merely accelerate flawed decision-making, highlighting the need for new metrics to evaluate human-AI collaboration in engineering.
A commentary contrasts a Chinese trader's $2,000 course sales based on impressive setups with an engineer's high AI adoption rate that caused 9 of 11 production incidents, highlighting the gap between perceived and actual performance with AI tools.
AI agents can now build classifiers in minutes, replacing what previously required a large team of engineers and data scientists, as demonstrated by a Sentry error classifier generated at FactoryAI.
Josh W. Comeau argues that AI amplifies existing technical skills rather than replacing developers, citing examples of expert engineers like Matt Perry who dramatically boost productivity with AI, while beginners often struggle. The article emphasizes that domain expertise is crucial for effective AI tool use.
Karpathy's CLAUDE.md file tops GitHub Trending with 220k stars. Just 65 lines of rules boost AI coding accuracy from 65% to 94%. Four core rules: Think before coding, Simplicity first, Surgical modifications, Goal-driven execution.