developer-productivity

Tag

Cards List
#developer-productivity

@ericzakariasson: https://x.com/ericzakariasson/status/2070493377267646797

X AI KOLs Timeline · 1h ago Cached

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.

0 favorites 0 likes
#developer-productivity

@SaitoWu: https://x.com/SaitoWu/status/2069076084495438186

X AI KOLs Timeline · 3d ago Cached

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.

0 favorites 0 likes
#developer-productivity

I’ve been using AI heavily as a software engineer, and honestly, it feels a bit strange.

Reddit r/artificial · 4d ago

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.

0 favorites 0 likes
#developer-productivity

@shao__meng: Former Meta/Microsoft/Atlassian Staff Engineer's Agentic Engineering Workflow With this workflow @kunchenguid ships 40-50 tested production-grade PRs per day. He describes it: "You are the captain, agents are your crew…

X AI KOLs Timeline · 4d ago Cached

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.

0 favorites 0 likes
#developer-productivity

Microsoft paper shows GitHub Copilot increases productivity 40%

Reddit r/ArtificialInteligence · 4d ago Cached

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.

0 favorites 0 likes
#developer-productivity

Reviews have become expensive, rewrites have become cheap

Hacker News Top · 2026-06-16 Cached

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.

0 favorites 0 likes
#developer-productivity

Agentic Code Review (15 minute read)

TLDR AI · 2026-06-16 Cached

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.

0 favorites 0 likes
#developer-productivity

Should coding agents be measured by how much human attention they save?

Reddit r/AI_Agents · 2026-06-15

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.

0 favorites 0 likes
#developer-productivity

Talk more to your coding agents

Lobsters Hottest · 2026-06-13 Cached

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.

0 favorites 0 likes
#developer-productivity

@googledevs: Most agent demos are stateless. Ask → answer → context gone. Production agents need to run for days — pausing, resuming…

X AI KOLs Following · 2026-06-11 Cached

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.

0 favorites 0 likes
#developer-productivity

Lines of Code Got a Better Publicist

Hacker News Top · 2026-06-11 Cached

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.

0 favorites 0 likes
#developer-productivity

AI's Measured Impact on Engineering Velocity (4 minute read)

TLDR AI · 2026-06-09 Cached

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.

0 favorites 0 likes
#developer-productivity

@FinanceYF5: Today, Anthropic engineers produce on average 8 times more code per quarter than they did from 2021 to 2025.

X AI KOLs Following · 2026-06-05 Cached

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.

0 favorites 0 likes
#developer-productivity

Code is Cheap(er)

Lobsters Hottest · 2026-06-05 Cached

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.

0 favorites 0 likes
#developer-productivity

The Speed of Prototyping in the Age of AI

Hacker News Top · 2026-05-31 Cached

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.

0 favorites 0 likes
#developer-productivity

@FinanceYF5: New data from Cursor shows: top developers (P99) produce 46 times more lines of code than median developers. Olivia Moore predicts this will extend to every role. Many top performers will be those who were previously limited by "old systems": cannot design, cannot code, lack organizational skills, etc. …

X AI KOLs Following · 2026-05-31 Cached

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.

0 favorites 0 likes
#developer-productivity

Are AI coding tools making developers better, or just making bad judgment faster?

Reddit r/AI_Agents · 2026-05-30

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.

0 favorites 0 likes
#developer-productivity

@Argona0x: Chinese trader in Hangzhou with a 5-monitor setup who sells a $2,000 course on institutional order flow cleared $8,300 …

X AI KOLs Timeline · 2026-05-23 Cached

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.

0 favorites 0 likes
#developer-productivity

@alvinsng: One of my favorite superpowers of agents is building classifiers. It’s insanely high leverage. Before AI, you needed a …

X AI KOLs Timeline · 2026-05-22 Cached

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.

0 favorites 0 likes
#developer-productivity

AI has a multiplying effect on existing technical skills

Hacker News Top · 2026-05-22 Cached

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.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback