Claude Cowork

Claude just exposed the workflow nobody owns

Personal shortcuts are turning into team systems. The June 15 credit split makes the hidden problem harder to ignore.

Claude Cowork's avatar
Claude Cowork
May 22, 2026
∙ Paid

Most people will treat Anthropic’s June 15 update like a pricing change.

That misses the main useful part.

Claude work is splitting into different operating surfaces. A normal chat has one cost and control shape. Cowork has another. Claude Code has another. Agent SDK tools, GitHub Actions, third-party agent apps, and managed runtimes sit somewhere else.

Beginners don’t need to know what an SDK is to understand the shift.

Technical operators shouldn’t ignore it just because the first version sounds like subscription cleanup.

This Substack is reader-supported. To receive new posts and support my work, consider becoming a free or paid subscriber.

Anthropic says that starting June 15, 2026, Claude Agent SDK usage and the non-interactive claude -p command will stop counting against regular Claude plan usage. Regular subscription limits stay reserved for interactive Claude, Claude Code, and Claude Cowork. Eligible paid plans can claim a separate monthly Agent SDK credit instead.

That credit covers Agent SDK usage in Python or TypeScript projects, non-interactive Claude Code usage through claude -p, Claude Code GitHub Actions, and third-party apps that authenticate with a Claude subscription through the Agent SDK. It doesn’t cover Claude Cowork, regular Claude chats, or interactive Claude Code in the terminal or IDE.

On paper, that’s a billing detail.

Inside real work, it becomes a routing problem.

One founder might use Cowork to prepare a weekly operating memo.

Engineering could run Claude inside GitHub Actions.

Marketing may rely on a third-party agent app that uses the Agent SDK.

Someone working solo might have a morning script that calls Claude before the workday starts.

Leadership may call all of that “using Claude.”

Those workflows don’t belong in the same bucket anymore.

Plain-English map

Think of Claude like a building with different rooms.

Claude chat is the room for questions, drafts, summaries, and thinking help while you’re present.

Cowork is the room for business work across files, apps, context, and reviewable outputs.

Claude Code is the room for coding when a person is steering Claude inside a terminal or IDE.

Agent SDK usage shows up when software, scripts, apps, GitHub Actions, or third-party tools call Claude programmatically.

Managed Agents are for longer-running sessions that need tools, files, memory, state, private access, or a controlled runtime.

Claude Platform API is the metered billing layer for shared systems, production automation, and organization-owned workflows.

Nobody needs to memorize the product architecture.

A better habit is simple:

Put the work where the review point, budget owner, and risk level match.

Expensive mistake

Personal workflows can quietly become hidden company systems.

Someone builds a useful Claude shortcut on their own plan. It starts as a convenience. Nobody writes down what it touches. Finance doesn’t see it. Ops doesn’t own it. The team just notices that the output keeps showing up.

Then the shortcut becomes part of the weekly rhythm.

Sales summaries run through it.

Customer support digests depend on it.

Campaign reviews get drafted by it.

GitHub Actions start posting output from it.

One third-party agent app becomes part of a department’s routine.

Now the company has a workflow, but the workflow doesn’t have a home.

The June 15 update makes that harder to ignore. Anthropic says the Agent SDK credit is per-user, can’t be pooled across teammates, refreshes monthly, doesn’t roll over, and drains before other usage credits. Once the monthly credit runs out, extra Agent SDK usage either moves to usage credits at standard API rates, if enabled, or stops until the next refresh.

Personal experimentation can live there.

Team-dependent work gets fragile fast.

Anthropic’s guidance for Team and Enterprise admins is direct: the monthly Agent SDK credit is sized for individual experimentation and automation, while shared production automation should use Claude Platform with an API key for predictable pay-as-you-go billing.

That sentence changes the workflow conversation.

Instead of asking whether Claude can do the job, ask who owns the workflow when the job starts to matter.

Cowork’s lane is human-close work

Claude Cowork is strongest when a person stays near the work.

That’s not a compromise. It’s why Cowork makes sense for many business workflows.

Good Cowork outputs are inspectable.

Memos.

Packets.

Drafts.

Checklists.

Summaries.

Spreadsheets.

Decision briefs.

Claude for Small Business makes the shape visible. Anthropic describes it as a toggle inside Claude Cowork that connects to tools like QuickBooks, PayPal, HubSpot, Canva, DocuSign, Google Workspace, and Microsoft 365. It ships with ready-to-run workflows and skills across finance, operations, sales, marketing, HR, and customer service. The key control point is approval: Claude does the work, then the user approves before anything sends, posts, or pays.

That approval point is the reason the workflow belongs close to Cowork.

A small business owner doesn’t need an agent wandering across invoices, campaigns, contracts, and payments without inspection.

They need Claude to collect messy context, prepare the next step, and pause before anything becomes real.

Cowork fits when the task is context-heavy, multi-step, and still human-reviewed.

Coding has two different shapes

Interactive Claude Code still uses regular subscription limits, according to Anthropic’s help center. That applies when someone is using Claude Code in the terminal or IDE and actively steering the work.

Control changes the category.

Developers watching Claude work can inspect commands, review diffs, stop a bad direction, and decide what gets merged.

GitHub Actions running on pull requests behave differently. They may call Claude, analyze a diff, write a summary, or leave a comment while nobody is actively steering that specific step.

Both workflows involve coding.

Risk doesn’t match.

One is interactive assistance.

The other is automated workflow behavior.

Treating them the same is how teams lose track of cost, review, and responsibility.

Agent SDK belongs to programmatic use

For beginners, the easiest definition is this:

If another tool is asking Claude to do work, you may be dealing with Agent SDK usage.

That could be a script.

Maybe a custom app.

Possibly a third-party agent tool.

Sometimes a GitHub Action.

Anthropic lists Agent SDK usage, the non-interactive claude -p command, Claude Code GitHub Actions, and third-party Agent SDK apps as covered by the monthly Agent SDK credit.

Public developer discussion has already moved toward practical pain points: monthly caps, non-pooled credits, third-party coding tools, and whether some work should shift back toward official interactive Claude Code usage when SDK-style execution isn’t needed.

Chasing every workaround is a weak strategy.

Separating personal experiments from team-owned workflows is stronger.

When Claude runs inside another tool, write down who pays, who reviews, and what happens when usage stops.

Managed Agents belong to runtime work

Managed Agents are not “Claude, but stronger.”

They’re a managed runtime for agent work.

Anthropic describes Claude Managed Agents as a configurable agent harness built around agents, environments, sessions, and events. Environments define where sessions run, including Anthropic-managed cloud containers or self-hosted sandboxes on your own infrastructure. Sessions run the task and generate outputs. Events are the messages, tool results, and status updates exchanged with the agent.

That’s a different category from Cowork.

Cowork is a work surface for human-reviewed business tasks.

Managed Agents are for systems that need sessions, tools, state, files, and longer execution.

Anthropic’s May 19 release notes point in that direction. They added MCP tunnels for connecting to MCP servers in private networks, self-hosted sandboxes for Claude Managed Agents, updates to MCP server and tool configurations during active sessions, and file spillover for very large tool outputs.

InfoQ framed the same update as an enterprise control move: self-hosted sandboxes let tool execution happen in customer-controlled environments, while MCP tunnels can connect agents to private MCP servers without exposing them publicly.

That’s infrastructure.

A beginner may never touch it directly.

Advanced teams will care because this is where Claude starts needing security review, network policy, audit logging, runtime configuration, and cost control.

How to place the work

Before placing a Claude workflow, look at five things.

Start with human involvement. If a person is actively steering the task, Claude chat, Cowork, or interactive Claude Code may fit. Background execution needs stronger boundaries.

Move to the output. Reviewable business deliverables usually fit Cowork. System actions, code comments, file edits, external posts, or recurring automated outputs need tighter ownership.

Check dependency next. Personal experiments can stay simple. Team workflows need a named owner. Anything production-shaped needs predictable billing, logs, permissions, and a fallback plan.

Look at failure after that. A weak summary is annoying. A bad invoice, customer message, file edit, code change, or payment action can create real damage.

Budget comes last, not first. The cheapest bucket shouldn’t decide the architecture.

Beginner-safe example

Imagine you run marketing for a small business.

Every Friday, you want Claude to help prepare a campaign review.

You give Cowork the campaign notes, recent customer comments, product messaging, and sales context. Claude drafts the review packet, points out what changed, suggests next steps, and waits for you to approve the final version.

That’s Cowork-shaped.

You’re close to the work. The output is reviewable. Nothing goes out without your approval.

Now change the setup.

A script runs every Friday morning. It pulls campaign data, asks Claude to analyze it, writes a summary, posts the result into Slack, and creates tasks for the team.

That could be useful.

It also has a different risk profile.

The script runs in the background. It posts somewhere. It can create work for other people. Failure may not be obvious right away.

That workflow needs an owner, a budget, and a review path.

Technical example without the jargon wall

Picture a developer using Claude Code in a terminal.

They see what Claude proposes.

They inspect commands.

They review code before merge.

That belongs closer to interactive use.

A GitHub Action that runs on every pull request sits in another category.

It may call Claude, analyze a diff, write a summary, trigger checks, or leave comments without a person directing each step.

Once that output affects a team process, it shouldn’t depend on one person’s personal credit bucket.

Companies will feel this quickly

Claude is moving deeper into business workflows while its surfaces split apart.

PwC says it will roll out Claude Code and Cowork starting with U.S. teams, expand toward a global workforce, create a joint Center of Excellence, and train and certify 30,000 PwC professionals on Claude. Business Insider also reported the PwC training and certification program in recent coverage of AI consulting partnerships.

That kind of rollout can’t run on excitement.

Someone has to decide which workflows belong in Cowork.

Engineering needs to know when coding work should stay interactive.

Finance needs a way to see when shared automation should move to API billing.

Security needs to review MCP access, sandboxes, and managed runtimes.

Non-technical teams need a plain-English explanation for why one Claude workflow is safe to run inside Cowork while another needs engineering review.

That job may not have a clean title yet.

The work already exists.

Start with an inventory

Do this before the billing change forces the issue.

Write down every workflow where Claude already affects real work.

Include Cowork projects, Claude Code sessions, third-party agent apps, editor tools, GitHub Actions, small scripts, scheduled summaries, internal SOPs, and personal automations.

Pay special attention to anything that sends, posts, pays, edits, writes, updates, or triggers work for someone else.

This isn’t about slowing useful work down.

It’s about keeping useful work from becoming fragile, expensive, or ownerless.

Working rule

Keep human-reviewed business workflows close to Cowork.

Leave actively steered coding inside interactive Claude Code.

Use the Agent SDK credit for personal programmatic experiments and lightweight individual automation.

Move shared automation into Claude Platform API billing once other people rely on it.

Consider Managed Agents when the task needs long-running sessions, state, tools, files, private network access, or controlled execution.

This Substack is reader-supported. To receive new posts and support my work, consider becoming a free or paid subscriber.

The pricing change only made the placement problem visible.

Claude workflow routing audit prompt

User's avatar

Continue reading this post for free, courtesy of Claude Cowork.

Or purchase a paid subscription.
© 2026 Claude Cowork by Cowork users · Privacy ∙ Terms ∙ Collection notice
Start your SubstackGet the app
Substack is the home for great culture