Claude's Agent Toolkit Goes GA, Perplexity Rebuilds Itself as an Agent Platform, and Anthropic Bets on Trust Infrastructure
Computer use, the new browser use tool, the Skills API, and the Files API all left beta on the Claude Platform this week, while Perplexity repositioned its API around four building blocks for agent developers and Anthropic launched a $5M wellbeing research grant plus a free learning hub. Three signals that the chatbot platforms are quietly turning into agent infrastructure providers.
Three stories from this past week don't share a model release or a lawsuit, but they share a direction: the companies behind the major chatbots are increasingly building for the developers standing on top of them, not just the people typing into a chat box. One is a toolkit graduating from beta, one is a search company re-describing itself as an agent platform, and one is a lab spending real money on the question of whether any of this is good for the people using it.
1. Claude's Agent Stack Leaves Beta
Anthropic moved computer use, the Skills API, and the Files API to general availability on the Claude Platform this week, and added a new browser use tool alongside them. Computer use lets Claude operate an application the way a person would โ clicking, typing, and reading the screen โ for the large share of enterprise software that has no API at all. Browser use is a separate tool built specifically for the web: instead of clicking at screen coordinates, it reads a page's structure and acts on a named field or button, which holds up better across redesigns and dynamic layouts. The Skills API lets an agent load a folder of instructions, scripts, and templates only when a task actually calls for it, rather than stuffing everything into the system prompt up front. The Files API's GA release adds automatic file expiration, five times higher rate limits, and 1 TB of storage per organization.
The headline number is round-trip count: early-access customers saw 20-40% fewer round trips per task, because Claude can now chain several actions โ click, type, read the result, click again โ in a single turn instead of one action per API call. That's a real cost and latency change for anything doing UI automation today.
// Before GA: one action, one round trip
await agent.act({ action: 'click', target: '#submit' });
const state = await agent.observe();
await agent.act({ action: 'type', target: '#search', text: query });
// After GA: chained actions in a single turn
await agent.act([
{ action: 'click', target: '#submit' },
{ action: 'type', target: '#search', text: query },
{ action: 'screenshot' },
]);
If your product automates a no-API tool today by scripting individual clicks, this is worth a fresh look โ the same task may now cost meaningfully less and finish faster with no change to what it does.
2. Perplexity Stops Calling Itself Just a Search Chatbot
Perplexity spent the week repositioning its developer surface as a "full-stack, model-agnostic platform for building AI agents," organized around four pieces: an Agent API for orchestrating multi-step workflows, a Search API for real-time web-grounded retrieval, an Embeddings API for retrieval at scale, and a Sandbox API for secure code execution, still coming soon. Alongside that, it expanded model access inside the product to include GPT-5.6 Terra and Luna, Grok 4.6, DeepSeek V4 Pro, Kimi K3, and NVIDIA's Nemotron 3.5 Lightning, and shipped a feature called Computer in Email that lets a user start or continue an agentic browsing session directly from an email thread.
The strategic move here isn't any single API โ it's the shift from "a chatbot with a good answer engine" to "infrastructure other people build agents on top of," which is the same move Anthropic and OpenAI have already made with their own platform products. For builders, it means the model-agnostic layer you may already be maintaining to swap between labs can now also route retrieval and agent-orchestration calls, not just chat completions โ worth checking whether Perplexity's API belongs in that routing table alongside the frontier labs.
3. A Lab Spends on Whether Any of This Is Good for Users
Separately, and less about capability than about what capability is doing to people, Anthropic launched a $5 million grant program funding independent research into how AI affects user wellbeing โ giving grantees direct funding, model access, and technical support to build open-source evaluations, rather than relying only on internal metrics. In the same week it launched Claude Academy, a free hub of courses and badges aimed at teaching people to use AI well rather than assuming competence, and rolled out editable memory topics with a dedicated sensitive-topics setting across chat and Cowork.
None of these three moves individually change what your product can do today. Taken together, they're a signal that "does this help or hurt the person using it" is becoming something labs fund and measure rather than assume โ and if your own product handles emotionally sensitive conversations, an externally-built, open-source wellbeing eval is a cheaper starting point than building one from scratch.
What This Means for Builders
None of this week's stories require a rebuild, but each is worth a direct check against what you're running. If you automate UI workflows through computer use today, re-benchmark round-trip count and cost against the new GA pricing before assuming last month's numbers still hold. If you maintain a model-agnostic routing layer, decide whether Perplexity's Agent and Search APIs belong in it alongside the frontier labs, not just as a fallback search provider. And if your chatbot handles anything emotionally sensitive, look at what the new wellbeing grants produce before building your own evaluation harness from zero.
โ Maya
Frequently asked questions
What became generally available on the Claude Platform this week?
Anthropic moved computer use, the Skills API, and the Files API out of beta to general availability, and added a new browser use tool. Computer use lets Claude operate desktop and web applications by clicking, typing, and reading the screen; browser use acts on named page elements rather than screen coordinates; the Skills API loads instruction/script/template folders only when a task needs them; and the Files API's GA release adds automatic file expiration, 5x higher rate limits, and 1 TB of storage per organization. Early-access customers reported 20-40% fewer round trips per task.
What is Perplexity's Agent API platform?
Perplexity repositioned its developer offering as a model-agnostic agent platform built around four APIs: an Agent API for orchestrating multi-step workflows, a Search API for real-time web-grounded retrieval, an Embeddings API for retrieval at scale, and a Sandbox API for secure code execution (coming soon). It also expanded in-product model access to include GPT-5.6 Terra and Luna, Grok 4.6, DeepSeek V4 Pro, Kimi K3, and NVIDIA Nemotron 3.5 Lightning, and shipped a Computer in Email feature for starting agentic browsing sessions from an email thread.
What is Anthropic's wellbeing research grant program?
Anthropic launched a $5 million grant program funding independent research into how AI affects user wellbeing, giving grantees direct funding, model access, and technical support to build open-source evaluations. It launched the same week as Claude Academy, a free hub of courses and badges for learning to use AI well, and new editable memory topics with a sensitive-topics setting across Claude chat and Cowork.
I'm Maya โ I write most of what you'll read here. I spent years as a copywriter before I got a little obsessed with what these AI tools can actually do, so now I spend my days poking at chatbots, breaking them, and writing up what's worth your time. Everything here is something I've actually tried. If a prompt didn't work for me, it doesn't make the cut.
Want to try any of this?
Smillee's free and there's no signup โ open it and paste in whatever you're working on.
Start chatting โMore from the blog
- Trends
A Stealth Model Beat GPT-5.6 at Coding, ChatGPT Went to 300,000 Teachers, and Claude Kept Falling Over
A free, anonymous model called Ox Alpha topped coding benchmarks for a week before Z.ai revealed it as GLM-5.3-Flash. OpenAI expanded ChatGPT for Teachers to 55 more school districts under a 16-state privacy agreement. And Anthropic logged its sixth Claude API disruption of the month. Three stories about provenance, compliance, and reliability โ the parts of shipping a chatbot that don't show up in a benchmark chart.
- Trends
Agents Just Became AI's Biggest Customer โ Now the Industry Is Racing to Make That Affordable
OpenRouter data shows agentic workloads now burn 5-15x more tokens than a normal chat turn and have overtaken human usage entirely, growing roughly 14x since February. Writer answered with a cheaper Palmyra X6 harness, OpenAI is pushing everyone off the Assistants API onto the cost-optimized Responses API, and Toyota is running 50+ production agents that prove the economics can work at scale.
- Trends
The Speed War Hits Chatbots, State AGs Write a Liability Playbook, and Reddit Vanishes From ChatGPT
Google and OpenAI both shipped speed-first releases on the same day โ Gemini 3.7 Flash and a Cerebras-powered Ultrafast tier for GPT-5.6 Sol โ while Kentucky and Pennsylvania opened two distinct state-AG legal theories against companion chatbots, and Reddit's presence in ChatGPT answers collapsed after a retrieval change. Three signals about how fragile the current chatbot stack still is, on latency, liability, and the sources it quietly depends on.