Wednesday, March 4, 2026
Daily picks
22
articles scored
#1 GOLDReleaseClaude Blog
Bringing automated preview, review, and merge to Claude Code on desktop
- Claude Code can now run your apps and show you previews right in the desktop app - it watches the running code, reads error messages, and keeps fixing things automatically so you don't have to keep switching to your browser
- There's a new "Review code" button that makes Claude act like a code reviewer - it looks at your changes and leaves helpful comments pointing out bugs or suggesting improvements before you push anything
- Claude can now babysit your GitHub pull requests in the background - it watches for test failures and can automatically try to fix them, and even merge the PR when everything passes
- Your coding sessions now sync across devices - you can start coding on desktop, switch to your phone, or move between the command line and web app without losing your progress
- All these features work together to handle the boring parts of coding (running tests, fixing CI, switching between tools) so you can focus on the actual problem-solving
#2 SILVERAnnouncementAnthropic Engineering
Building a C compiler with a team of parallel ClaudesFeb 05, 2026
- A researcher created "agent teams" where 16 Claude AI instances worked together autonomously to build a complete C compiler that can actually compile the Linux kernel - no human supervision needed during the 2,000+ coding sessions
- The key innovation is putting Claude in an infinite loop where it automatically picks up the next task when done, plus a simple coordination system where agents "lock" tasks by creating text files so they don't duplicate work
- This approach dramatically expands what AI can accomplish on complex projects, though it cost $20,000 in API fees and the researcher notes it's still an early prototype with limitations
#3 BRONZEAnnouncementClaude Blog
Claude Enterprise, now available self-serve
- Claude Enterprise is Anthropic's business-focused AI package that gives entire organizations access to Claude with extra security features, the ability to work with large codebases and documents, and integrations with tools like Microsoft 365 and Slack
- Companies are using it across different departments - sales teams prep for meetings faster, engineers accelerate coding, marketing teams create content while staying on-brand, and finance teams do complex analysis directly in Excel
