K Koda Intelligence
The Lab
KODA LAB / INTAKE SLIP SPECIMEN No. 0202
INTAKE DATE
2026-08-25
CLASS
AI Platform
METHOD
1 page scraped, 3 search passes, 12 community sources
WEIGHTED SCOREHow we score
CapabilityWhat it can actually do x0.35 8.6 3.01
Ease of useZero to productive x0.20 7.0 1.40
ValueWhat you get per dollar x0.25 6.8 1.70
MomentumShipping pace and traction x0.20 8.8 1.76
KODA SCORE sum 7.870, rounded half up to one decimal 7.9/ 10

Koda Score = weighted blend: capability 35, ease 20, value 25, momentum 20.

RECOMMENDED 8 MIN READ

Claude Platform Agent Tools

Computer Use, Browser Use, Skills and Files APIs for building real agent loops

The four pieces you were duct-taping together to make an agent actually do work are now GA on one API, and one of them drives web apps by page structure instead of guessing pixel coordinates.

Usage-based per-token pricing, from $1 / MTok input on Haiku 4.5about an afternoon for a first audited workflowweb, API
www.anthropic.com/api
Claude Platform Agent Tools interface screenshot
SPECIMEN 0202
The Verdict

This is for engineering teams who already have a concrete, boring automation problem: an internal web tool with no API, a document pipeline, a procedure nobody has written down properly. The move from preview to GA matters because you can now put these in a production path without betting on a deprecation notice, and Browser Use targeting page elements rather than screen coordinates is the difference between a demo and a workflow that survives a layout change. Adopt it for one narrow, auditable task first; the tooling is ready, your permissions model probably is not.

BUILT FOR
Platform engineering teamsInternal tools ownersOps automation buildersAI product teams
SKIP IT IF
Teams needing deterministic scrapingSolo builders on tight token budgetsNon-technical buyers
IF YOU ONLY READ ONE BLOCK
>Computer Use, Skills API and Files API are now generally available, and a new Browser Use tool has been added for agents that drive web apps.
>Browser Use targets page structure and elements rather than screen coordinates, which is why it holds up better on real web tasks than screenshot-and-click approaches.
>Skills API lets you upload, version and reuse internal procedures, so your agent's playbook stops living in a giant prompt.
>Start with one narrow workflow such as extracting data from an internal tool with no API, log every action, and scope credentials per task before you scale.
THE RUNDOWN

What it actually does.

Computer Use, now GA

App control for agents that need to operate software directly, moved out of preview into general availability.

Browser Use for web apps

A new tool for agents that drive web applications, described as more robust because it targets page structure and elements instead of guessing screen coordinates.

Skills API

Upload, version and reuse internal procedures and workflows as capabilities your agents can call.

Files API

Programmatic document work with higher limits and managed storage, so file handling stops being your own plumbing problem.

Full model lineup on one API

Access to all Claude models from Haiku 4.5 up to Fable 5, with usage-based pricing and prompt caching on every tier.

Batch processing and rate limit growth

Batch jobs plus automatically increasing rate limits as your usage builds, which matters when agent loops multiply calls.

Data residency options

Residency choices including US-only inference, offered at 1.1x pricing for input and output tokens.

Advanced tool use and memory

Web search and fetch, code execution and memory sit alongside the new tools inside the same platform surface.

RUN THESE PLAYS

How you would actually use it.

Concrete setups pulled from the research, not feature-list hand-waving.

01

The API that never was

WHO

Internal tools engineer at a company running legacy vendor software

THE PLAY

Point Browser Use at the internal web tool that has no API, define the extraction task in natural language, and log every action the agent takes to an audit trail before anyone trusts the output.

PAYOFF

Structured data out of a system you were never going to get integration budget for, with a record of exactly what the agent clicked.

02

Procedures as versioned code

WHO

Ops lead who owns three undocumented runbooks

THE PLAY

Encode each runbook as a Skill via the Skills API, version it, and have agents call the skill instead of re-explaining the procedure inside a sprawling system prompt.

PAYOFF

One place to fix a process, and agent behavior that changes when you ship a new skill version rather than when someone edits a prompt.

03

Document pipeline without the plumbing

WHO

Backend team handling contract or report intake

THE PLAY

Use the Files API for upload and managed storage, then run analysis with Opus 5 or Sonnet 5 depending on how much judgment the documents demand.

PAYOFF

Less custom storage code and a clean split between cheap triage and expensive reasoning.

04

Scoped-credential pilot

WHO

Security-conscious platform team

THE PLAY

Give the agent a task-specific credential with the minimum permissions for one workflow, run it under Computer Use, and review the action log daily for a week before widening scope.

PAYOFF

A repeatable permissions pattern you can defend in review, instead of discovering later that the agent had admin.

THE DAMAGE

Pricing, straight.

Haiku 4.5
$1 / MTok in, $5 / MTok outusage

Cheapest tier. Prompt caching at $1.25 / MTok write, $0.10 / MTok read.

KODA PICK Sonnet 5
$2 / MTok in, $10 / MTok outusage

Mid tier. Prompt caching at $2.50 / MTok write, $0.20 / MTok read.

Opus 5
$5 / MTok in, $25 / MTok outusage

Cited by Box, Factory and Zapier for enterprise analysis and automation work. Faster speeds available at higher pricing.

Fable 5
$10 / MTok in, $50 / MTok outusage

Top of the listed lineup, cited by Cursor, Cognition, Replit and Genspark on coding and long-horizon evals.

The pricing ladder is wide enough that a well-designed agent loop can triage on Haiku and escalate to Opus or Fable only when it matters, but agent loops burn tokens by nature and the top tiers get expensive fast without prompt caching discipline.

Pricing as captured on 2026-08-25. Check the live site before you commit.

THE STREET

What people online are saying.

Real reactions surfaced during research. Paraphrased faithfully, linked to source.

Too thin to call: the research surfaced only article-style coverage and reposts, with no verified reactions from Reddit, Hacker News, X, G2 or Product Hunt, so there is no street sentiment to report yet.

STACK IT AGAINST

The field.

The closest rival on the agent loop plus desktop and browser control angle.

PICK IT WHENYou are already standardized on OpenAI models and would rather not run a second vendor for agent execution.

Comparable option for web-task automation with agentic models.

PICK IT WHENYour data and identity already live in Google Cloud and web automation is the only piece you need.

Deterministic browser automation framework, no model in the loop.

PICK IT WHENThe workflow is stable and repeatable and you want exact, testable behavior rather than natural-language tasking.

WHERE IT BREAKS

The honest part.

ZERO TO RUNNING

Getting started.

Time to first value: about an afternoon for a first audited workflow

1

Create an account at platform.claude.com and pull an API key, then read the tool docs for Browser Use and Skills.

2

Pick one narrow workflow, such as extracting data from an internal web tool with no API, and issue a task-scoped credential with minimum permissions.

3

Run the loop against a Sonnet 5 or Haiku 4.5 baseline, log every action the agent takes, and review the log before you widen scope or upgrade models.

STILL ASKING

Quick answers.

What actually changed, given Computer Use existed before?

Computer Use, the Skills API and the Files API moved from preview to general availability, and Browser Use is new. The practical difference is that you can now build these into a production path rather than treating them as experiments.

How is Browser Use different from Computer Use?

Computer Use is broader app control, while Browser Use is aimed at agents driving web applications. The coverage describes it as more robust for web tasks because it targets page structure and elements instead of guessing screen coordinates.

Which model should I run an agent loop on?

Start on Sonnet 5 at $2 / MTok input and $10 / MTok output, or Haiku 4.5 for triage, and escalate only where judgment matters. Opus 5 is the tier enterprise customers like Box, Factory and Zapier cite for analysis and automation work, and Fable 5 is the top tier cited on coding and long-horizon evals.

What is the biggest risk in adopting this?

Permissions. An agent that can drive a browser or an app inherits whatever access you hand it, so scope credentials per task and log every action from day one. Treat the first workflow as an audit exercise, not a productivity win.

THE BOTTOM LINE

Pick the single workflow that costs your team the most manual clicking, wire it with scoped credentials and a full action log, and only then talk about scaling the pattern.

Field research: 1 pages scraped · 3 search passes · 12 community sources. Reviewed by the Koda desk on 2026-08-25.

Like what you see?

Get tomorrow's brief delivered to your inbox.

One email per day. Unsubscribe anytime.