#Ai-Coding
9 notas · última:
Cursor debuts Composer and multi-agent suite in Cursor 2.0
Cursor 2.0 ships Composer, a coding model tuned for sub-30-second responses, alongside an agent-centric interface that runs multiple agents in parallel via git worktrees or remote machines.
Every Layer of Review Makes You 10x Slower
Avery Pennarun argues AI coding speed doesn't fix engineering velocity because review layers, not typing speed, are the bottleneck, and draws on Deming's quality theory to argue for eliminating review stages, not stacking more of them.
The Next Two Years of Software Engineering
Addy Osmani lays out five open questions on how AI reshapes software engineering through 2026: junior hiring, core skills, the developer role, specialization, and education.
AI Writes Code Faster. Your Job Is Still to Prove It Works.
Osmani's framework for code review after AI: solo devs lean on tests as a safety net, teams need a PR Contract stating intent, proof, risk, and where to focus review.
At Amazon, Some Coders Say Their Jobs Have Begun to Resemble Warehouse Work
NYT reports Amazon engineers describe AI-driven speed-ups echoing warehouse robotics: faster output quotas, less time to think, and a shift from writing code to reviewing it.
AI-assisted development needs automated tests
Simon Willison argues that comprehensive test coverage is what makes LLM-assisted coding trustworthy: tests let you prove convoluted AI-written code actually works.
AI Tooling for Software Engineers in 2026
Pragmatic Engineer's 2026 survey of 900+ engineers: Claude Code overtook GitHub Copilot and Cursor in eight months, and the more senior the respondent, the more they love it.
The New Software Lifecycle
Addy Osmani pulls the load-bearing ideas from a Google whitepaper he co-wrote on AI and the SDLC: an agent is 10% model and 90% harness, and verification is what separates vibe coding from engineering.
My LLM coding workflow going into 2026
Addy Osmani lays out the workflow he converged on after a year of AI-assisted coding: spec before code, small chunks, heavy context packing, and treating every AI commit as his own responsibility.
