Anthropic ships Skills, Files API and Computer Use to GA, plus a new browser-use tool
​​​​​​​​​​

$ ai-news --date 2026-08-21 | mail

AI News — Friday, August 21, 2026

// the most viral AI topics of the last 24 hours, curated for your stack

$ cat top-story.md

Claude's Skills, Files API and Computer Use Hit GA — Plus a New Browser-Use Tool

On August 19–20, Anthropic took Agent Skills, the Skills API, the Files API, and the computer-use tool out of beta on the Claude API — no more beta headers needed — and shipped a new browser-use tool that reads a page's accessibility tree instead of relying on screenshots alone. Computer use now batches several actions per model turn instead of one, and the Files API gets 5x higher rate limits and 1 TB of storage per org. Anthropic's own claims-processing demo combining all three cut task time from 32 to 13 minutes and costs by about 30%.

Why it matters: This is the exact toolkit — skills plus files plus robust computer/browser control — a power user needs to build production agents, not toy demos, and it's now stable enough for real workloads.

// source: Claude (Anthropic) blog · additional source: Claude Platform release notes

## 🛠️ Tools & Repos

mattpocock/skills Is the Claude Code Skills Pack Everyone's Suddenly Installing

A curated library of composable Claude Code skills — TDD, code review, an alignment-check `/grill-me` command, architecture cleanup — installable as Claude Code plugins; it added over 2,000 stars in a single day this week. Why it matters: Drop-in skills for agentic coding you can install today, and its growth curve signals real adoption, not hype. // GitHub Trending

Vomit Uses a Local LLM to Tame Claude's Verbose Output

A small, fully local hook-based pipeline (works with Ollama or any OpenAI-compatible endpoint) that rewrites Claude's dense, jargon-heavy output into terser plain English before you see it — no telemetry, no cloud calls. Why it matters: A concrete, self-hostable use of a small local model bolted onto your existing agent workflow — exactly the glue a vLLM/Ollama user would want. // Hacker News (Show HN)

Huzzah Replaces Throwaway Chat Prompts With Persistent, Diffable Pseudocode

An experimental editor where you write declarative `.hz` pseudocode files instead of one-off prompts; saving a diff to the pseudocode becomes the LLM prompt, and only the changed sections regenerate. Why it matters: A genuinely different interaction model for heavy coding-agent users, tackling the "prompts are disposable" problem. // Hacker News (Show HN)

Substrate Packs 30x More Idle Agent Sessions Onto the Same Hardware

An early-stage runtime that densely multiplexes many agent sessions via sub-second suspend/resume (microVMs/gVisor, Kubernetes-native), claiming 30x+ oversubscription of idle agents per pod. Why it matters: A notable idea for anyone running lots of concurrent local/self-hosted agent sessions who's tired of paying for idle compute. // GitHub Trending

## 🤖 Agents & MCP

Managed Agents Get Domain-Restricted Web Tools and Sandbox-Attached Memory

Managed Agents' web_search/web_fetch tools now support allowed_domains/blocked_domains plus a max_content_tokens cap, and sessions running in self-hosted sandboxes can attach memory stores synced via the Python/TS/Go SDK. Why it matters: Closes a real gap for self-hosted-infra users who want agent memory and controlled web egress without giving up local execution control. // Claude Platform release notes

Claude Code v2.1.238 Adds Authenticated Plugin-Marketplace Fetches, Fixes MCP Stdio Bugs

Plugin marketplaces can now run a headersHelper command to mint short-lived tokens for fetching plugin archives at install time (with explicit user confirmation), and this release fixes MCP stdio servers receiving `server/discover` before `initialize` plus elicitation dialogs breaking on long URLs. Why it matters: A concrete new security primitive for anyone distributing internal Claude Code plugins or MCP servers that need authenticated fetches. // Official Claude Code changelog

## 🏠 Self-Hosting & RAG

Ornith-1.5 Ships Three MIT-Licensed Sizes With a Day-0 vLLM Recipe

DeepReinforce released Ornith-1.5 in three sizes — a 397B MoE flagship, a 35B-A3B MoE with only ~3B active params, and a 9B dense model — all MIT-licensed, built on Qwen3.5/Gemma4 foundations with a 262K context window, and the model card ships a ready vLLM ≥0.19.1 serving recipe. Why it matters: The 35B-A3B and 9B variants are realistic self-host targets on modest hardware — a plausible drop-in alternative or complement to Gemma on your vLLM server. // Hugging Face

Adaptive Context Compression Cuts Edge-RAG GPU Energy Use by Up to 53%

A new paper proposes telemetry-informed adaptive compression of retrieved context for RAG on constrained hardware (tested on Jetson AGX Thor with Llama/Qwen), finding generation dominates ~90% of per-query latency for 7B–8B models. Why it matters: A concrete lever — dynamic context compression instead of fixed truncation — for trimming latency and GPU cost on a resource-constrained self-hosted RAG pipeline. // arXiv

Non-Uniform Bit Allocation Recovers Up to 18% of Recall Lost to Vector Quantization

Accepted at VLDB 2026's Vector Databases workshop, this paper proposes non-uniform bit allocation across embedding sub-buckets for product/scalar quantization, reporting up to 8% (PQ) and 18% (SQ) recall gains over uniform baselines at equal compression. Why it matters: A concrete, actionable idea for Qdrant users tuning scalar/product quantization to claw back recall lost to aggressive compression. // arXiv (VLDB 2026 workshop)

## 🎬 Worth Watching

DeepSeek Is Back — And Silicon Valley Is Terrified

A fast technical rundown of DeepSeek's latest open-weight wave (V4-Pro/Flash going GA with stronger agentic performance, native OpenAI Responses API compatibility, and aggressive pricing) and why it's rattling the industry again. Why it matters: Sharp context on the open-model cost/performance frontier in under 10 minutes. // YouTube (Fireship)

Grok Bot Can Shop for You — Hands-On With xAI's Standing Agent

A hands-on look at Grok Bot, xAI's always-on agent that gets its own cloud computer and logs into your existing tools/sessions to complete multi-step tasks unsupervised, focused here on autonomous shopping. Why it matters: Useful signal on the "standing agent" trend — worth weighing against Claude/OpenAI's offerings. // YouTube (Matthew Berman)

## 📰 Worth Reading

AI Was Supposed to Win People Over by Now — It Hasn't

Public sentiment toward AI is getting worse, not better: 52% of Americans say they're more concerned than excited (up from 37% in 2021), and over 70% think AI is advancing too fast; Dario Amodei calls it a "crisis of trust." Why it matters: A data-backed counterweight to industry hype — useful context for anyone living inside the AI bubble. // TechCrunch

Don't Paste the AI, Please

A short, pointed essay arguing that pasting raw AI-generated responses into Slack, email or conversation shifts the burden of comprehension onto everyone else and lets you skip thinking yourself. Why it matters: A crisp etiquette argument about human communication, not code — worth internalizing before your next Slack message. // dontpastetheai.com, via Hacker News

Marvell Gives Google a $12.2B Stake Option in an Expanded Custom AI Chip Deal

Marvell granted Google warrants worth up to $12.2B tied to TPU-related chip purchases, potentially worth $120B in revenue through fiscal 2033; Marvell stock jumped 10%, rival Broadcom fell. Why it matters: One of the largest AI-infrastructure deals of the year, reshaping the custom-silicon landscape that underpins future compute costs. // CNBC

$ echo "automatically researched on 2026-08-21"
> ai-news · news.reichenberg.ruhr

[ unsubscribe ] [ view in browser ]