explainx.ai0k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

follow on google

Add explainx.ai as a preferred source

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

learn

mind: share how you thinkpathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsdictionaryagi trackerranks

company

aboutvisionmissionteaminstructorsteach on explainxpartnershipscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource libraryfor LLMsexplainx.ai kids

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportcontactprivacytermsdata rightshow we create contentsubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR
  • The capability worth noticing
  • The plan gap, stated plainly
  • The consumption reports
  • What to actually do about it today
  • The scepticism worth keeping
  • Honest limitations
  • Related on explainx.ai
← Back to blog

explainx / blog

Claude Tag Caught a Contradiction Nobody Asked It to Look For

Claude Tag, Fable 5.1, Anthropic, Usage Limits, Slack

Boris Cherny demoed Claude Tag with Fable 5.1 catching a vendor report that contradicted a spreadsheet. The replies were about plan gating and limits.

Sep 3, 2026·8 min read·Yash Thakker
add explainx.ai
go deep
Claude Tag Caught a Contradiction Nobody Asked It to Look For

Boris Cherny posted a Claude Tag demo on September 3, 2026. Claude built a last-minute leadership deck from a metrics spreadsheet plus data scattered across Slack, and along the way it spotted a vendor report that disagreed with the numbers and flagged it before moving on. The post did 103,400 views.

Two separate stories are tangled in that thread, and the loud one is not the important one.

The capability story is the flagged contradiction. Nobody asked it to check the vendor report. It was gathering inputs, noticed two sources disagreeing, and surfaced the disagreement instead of silently picking one. That is a meaningfully different behaviour from "summarise these documents," and it is the thing worth studying.

The distribution story is what the replies were actually about: Claude Tag is Team and Enterprise only, and a substantial fraction of the thread is Max subscribers reporting that Fable 5.1 is consuming their limits far faster than Fable 5 did.

A Slack workspace where an AI assistant reconciles data from multiple channels and surfaces a conflict between two sources

TL;DR

table · 2 cols
QuestionAnswer
What's new?Fable 5.1 running in Claude Tag, doing unprompted cross-source contradiction detection.
Can I use it on Max?No. Team and Enterprise plans only.
Is Max coming?"Working on it," per Anthropic — no date.
What was the demo?Leadership deck from a spreadsheet + scattered Slack data, with a vendor-report discrepancy flagged mid-task.
The reply thread's real topicFable 5.1 usage consumption on subscription plans.
Reported figuresOne Max 20x user: ~5% of weekly quota on a single prompt. Another: 2–3%/min, dead in 90 minutes.
Confirmed by Anthropic?No. These are user reports.
Best mitigation todaySet effort at session start, /clear between tasks, never switch model or effort mid-conversation.

The capability worth noticing

Strip the demo to its mechanics and it is three steps, of which only one is new:

  1. Gather — pull a metrics spreadsheet and related discussion from across a Slack workspace. Retrieval. Not new.
  2. Synthesise — turn it into a deck. Generation. Not new, and the weakest part (see below).
  3. Reconcile — notice that a vendor report contradicts the spreadsheet, and say so, unprompted, mid-task.

Step three is the one to care about. Most assistant behaviour when sources conflict is to silently favour one — usually the most recent, or the one that appears first in context — and produce a confident output built on it. Surfacing the conflict instead is a different disposition, and in a business context it is the difference between a useful tool and a confident liability.

It is also the failure mode that matters most for exactly this workload. A leadership deck built on a stale vendor figure is worse than no deck, because it launders a bad number through an authoritative-looking artifact. An assistant that stops to say "these two disagree" is doing the job a competent analyst would.

Whether this generalises is the open question. One demo does not establish how reliably a model notices contradictions it was not pointed at, and there is no benchmark in the announcement. The behaviour is consistent with the broader direction we covered in the Fable 5.1 and Mythos 5.1 launch benchmarks, and with the enterprise workflows in Claude Tag for CI/CD and on-call and the ABC Legal managed-agents case study.

Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.

The plan gap, stated plainly

The first reply under the demo was "Why isn't it available on max plan," and the answer from Anthropic was two sentences: "Working on it. But also why aren't you using Teams plan?"

That exchange is worth being precise about, because it is the single most actionable fact in the thread:

table · 2 cols
PlanClaude Tag in Slack
Free / ProNo
Max (including 20x)No — stated as in progress, no date
TeamYes
EnterpriseYes

The counter-question — why aren't you on Team — has a real answer that the thread supplied repeatedly: a large share of the heaviest individual users of Claude Code are solo developers, contractors, and one-person businesses on Max. Team plans are priced and structured per seat for organisations. Telling an individual power user to buy a team product is a segmentation mismatch, not a solution, and it is the same tension running through the usage-limit coverage in our /limit-reset command explainer.

The consumption reports

This is the part that dominated the thread, and it needs to be reported carefully: these are user reports, not measurements Anthropic has confirmed.

What people said, on the record:

  • A Max 20x subscriber: "a single prompt can burn through 5% of the weekly quota... Are you seeing this across the board?"
  • Another user, running medium effort, no subagents, a single thread: "it still consumed 2-3% per min and died in 90mins."
  • A third: Fable 5.1 "has destroyed my limits compared to Fable 5, which could happily work a lot more and use a percentage of the limits on my subscription... This feels like a backward step."

Several more asked variations of the same question. No Anthropic response addressing consumption appears in the thread.

Why this is plausible rather than surprising

There is a structural reason a better agentic model consumes more, and it is worth understanding before concluding something is broken.

Capability in agentic models comes substantially from doing more work per prompt — reasoning longer, making more tool calls, taking more turns before returning. And output tokens cost roughly 5x input, because output is generated one token at a time through decode while input is processed in a single prefill pass. So a model that thinks harder and acts more autonomously consumes disproportionately more on an identical prompt.

Which means two things can be true simultaneously: Fable 5.1 is more efficient per unit of completed work, and it consumes more of your quota per prompt. Those are different metrics, and quota is measured in the second one. That is not a defence of the current limits — it is an explanation of why "more capable" and "more expensive to run" are the same sentence, and why the fix has to be pricing or controls rather than a model regression.

What to actually do about it today

Concrete levers, ordered by how much they save relative to effort. The mechanism behind each is worked through in what actually costs you tokens in a Claude Code session.

table · 2 cols
LeverWhy it works
Set effort at session start, never mid-conversationEffort is part of the cache key. Switching mid-session re-prefills the entire conversation at full price.
/clear between tasksTurn 40 re-reads the 39 turns before it. The cheapest habit available.
Avoid opusplan if you toggle plan mode oftenIt switches model on every entry and exit — each one a full re-prefill.
Keep medium-sized output out of contextOutput over 30,000 chars goes to a file; anything under it rides along on every remaining turn.
@-mention files instead of describing themSkips the search-and-speculative-read loop entirely.
Use /limit-reset if you have itClears the 5-hour session cap once weekly. It does not touch the weekly cap.

The unglamorous summary: most people's consumption problem is session hygiene, not the model. That does not make the reports invalid — several came from users explicitly running minimal configurations — but the levers above are available now and the pricing change is not.

The scepticism worth keeping

Two objections in the thread deserve to survive the news cycle.

"AI making decks is not great." One reply put it well: it cannot hold a style guide, it puts big text in small boxes, and "creating the deck was never the work." That is largely right, and the demo's defensible claim is narrower than the framing suggests — it is about gathering and reconciling scattered inputs, which is the tedious half. Design quality is not what changed here.

Enterprise-first is a visible strategy now. Claude Tag landing on Team and Enterprise before Max, in the same week as heavy-user complaints about subscription limits, reads as a deliberate ordering rather than an accident of engineering. It may well be the right business call. It is also why individual power users keep asking the same question in every thread.

Honest limitations

  • Consumption figures are self-reported by users in a public thread, with no methodology, no baseline, and no confirmation from Anthropic. They are directionally consistent with each other, which is suggestive, not conclusive.
  • One demo is not a capability claim. No benchmark accompanies the contradiction-detection behaviour, and no failure rate is published.
  • "Working on it" has no date and no commitment attached.
  • Plan availability changes. Verify Claude Tag's current plan support against Anthropic's documentation rather than this post before making a purchasing decision.
  • We have not independently measured Fable 5.1 consumption against Fable 5 on matched workloads. Doing that properly requires controlled prompts, fixed effort, and fixed context, which nobody in the thread had.

Related on explainx.ai

  • Top 15 Claude Tag use cases for Slack teams
  • Fable 5.1 and Mythos 5.1 — launch benchmarks and pricing
  • What actually costs you tokens in a Claude Code session
  • Claude Code's /limit-reset command, explained
  • Claude Tag for CI/CD and on-call first response
  • ABC Legal's Claude managed agents case study
  • Claude Code pricing guide
  • Context caching in agent harnesses — the real cost math

Plan availability, quoted replies, and reported consumption figures reflect the public thread of September 3, 2026. Consumption reports are from individual users and have not been confirmed by Anthropic or independently measured by us. Plan support and usage limits change frequently — verify against Anthropic's current documentation.

Spotted something out of date? Let us know.
Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Sep 3, 2026

Claude Code's New /limit-reset Command, Explained

A new Claude Code command, /limit-reset, surfaced for some users after hitting their session limit — and it works: it clears the 5-hour session cap once a week. It does not touch the weekly limit, and usage after the reset still counts against it.

Aug 28, 2026

Claude on Call: How Anthropic Uses Claude Tag as CI/CD First Responder

On August 18, 2026, Anthropic published how Claude Tag — its Slack-native team agent — has been the first responder for internal CI/CD failures for months. Median first situation reports land in about 14 minutes; one missing-tests incident was diagnosed and verified in roughly three minutes after a feature-flag revert. The architecture pairs channel memory, MCP connectors, orchestrator subagents, and GitHub-hosted investigation skills.

Jun 25, 2026

Top 15 Claude Tag Use Cases for Teams in Slack [2026]

Claude Tag puts Claude inside Slack as a persistent, proactive team member. The @ClaudeDevs team shared how they use it to write 65% of their own code — including most of what built Claude Tag itself. Here are 15 specific use cases across engineering, ops, data, support, and documentation that show exactly what delegating to @Claude looks like in practice.