Friday, March 6, 2026
Daily picks
37
articles scored
#1 GOLDTutorialAnthropic Engineering
Introducing advanced tool use on the Claude Developer PlatformNov 24, 2025
- AI agents work best when they can access tons of tools without loading all their instructions upfront—imagine an IDE helper that can tap into git, testing, and deployment tools only when needed, instead of memorizing every single one
- When agents have to describe what they're doing in natural language for every tiny action, it wastes a lot of tokens and piles up unnecessary info in memory; letting them write code instead (with loops, if-statements, etc.) is way more efficient for complex tasks
- Tools need real examples of how to use them, not just technical specs—a JSON schema tells you what's *allowed*, but it doesn't explain when to use optional features or what your specific API actually expects in practice
- Anthropic released three new features to fix these problems: a tool search function (so Claude can find the right tool from thousands without memorizing them all), the ability to call tools directly from code (cutting down on wasted tokens), and a standard way to show examples of proper tool usage
- In real testing, these features made previously impossible things possible—like Claude for Excel being able to work with massive spreadsheets without overwhelming the AI's memory limits
#2 SILVERReleaseAnthropic News
Feb 25, 2026AnnouncementsAnthropic acquires Vercept to advance Claude's computer use capabilities
- Claude can now use computers like a person would—clicking, typing, navigating apps—which lets it handle complex multi-step tasks that pure coding can't solve, like filling out forms across multiple browser tabs or working with spreadsheets.
- Anthropic bought a company called Vercept because their team spent years figuring out how to make AI systems actually "see" and interact with the software humans use every day, solving problems that Anthropic is also working on.
- Claude's computer skills have gotten dramatically better recently—it went from barely working (under 15%) to performing almost like a human (72.5%) on real-world tasks, showing this approach is actually delivering useful results.
#3 BRONZEReleaseClaude Code Releases
v2.1.69
- Claude got a bunch of new features including voice support for 10 more languages, better keyboard controls, and a `/claude-api` skill so you can build apps that use Claude's API more easily
- There are lots of under-the-hood improvements for developers and teams — like custom session names, new plugin options, settings to control git workflow instructions, and better security options for corporate environments using proxies
