Tuesday, March 10, 2026
Daily picks
20
articles scored
#1 GOLDAnnouncementClaude Blog
Bringing Code Review to Claude Code
- Anthropic just released Code Review, a system that uses multiple AI agents working together to find bugs in code changes—it's designed to be thorough rather than fast, and they use it on almost every PR internally
- The problem it solves: as engineers write code 200% faster than before, code review has become a bottleneck where most PRs only get quick skims instead of careful reads; Code Review catches bugs that humans often miss
- It works by dispatching a team of agents that review code in parallel, double-check their findings to avoid false alarms, then rank bugs by severity and post them as comments on the PR—human approval still required though
- Results show it actually finds real issues: on large PRs at Anthropic, 84% get flagged problems (averaging 7.5 issues), and less than 1% of its findings are wrong; it even caught a one-line change that would've broken authentication
- Each review costs about $15-25 and takes around 20 minutes, scaling up for bigger PRs; it's available now for Team and Enterprise customers
#2 SILVERReleaseClaude Code Releases
v2.1.72
- Tool search now works better when you set an environment variable, and you can use the `/copy` command with a `w` key to save text directly to files (super handy if you're working over SSH and don't want to mess with clipboard)
- Lots of quality-of-life improvements: you can now add a description to `/plan` to jump straight into planning, bash commands that are just reading info (like `ls` or `grep`) won't ask for permission as much, and the effort level display got simpler with just low/medium/high instead of the old system
- Fixed various bugs and made things faster — better voice transcription for coding terms, smaller download size, fewer unnecessary permission prompts, and the app should exit quicker when background tasks are running
#3 BRONZETutorialReddit r/ClaudeAI
Claude helped me fork chrome and build a browser for agents (Benchmarked 90% on Mind2Web) [Open Source]
- Someone built a special browser for AI agents that scores 90% on a benchmark test by turning web browsing into a chat-like experience—instead of letting websites run constantly, it freezes them after each action so the AI can think clearly about what happened before moving on
- The key trick is capturing everything that happens (pop-ups, downloads, permission requests) along with a screenshot, so the AI gets the full picture at once; this approach works great for forms, shopping, and file uploads, and would've needed a big team before AI but only took one person a couple months with Claude's help
