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

community

Join the community

learn

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

discover

skillsmcp serversexplainx mcptoolsmdx readeragentsllmsdesignsdictionarypeopleagi trackerfelony benchranks

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

explainx.ai

On this page

  • TL;DR — what people are asking
  • What Tobi actually said
  • Thariq's official response (August 25–26)
  • Why split-brain happens
  • Copy-paste fixes (today, not after a vendor meeting)
  • Why Anthropic prefers CLAUDE.md (and why that annoys enterprises)
  • What Shopify teams should do this week
  • Honest limitations
  • Related on explainx.ai
← Back to blog

explainx / blog

Tobi Threatens Claude Code Ban Over AGENTS.md — Shopify Split-Brain Problem

Shopify, Claude Code, AGENTS.md, Agent Skills, Enterprise AI

Shopify CEO Tobi Lutke said he may ban Claude Code until Anthropic reads AGENTS.md and .agents/skills — not just CLAUDE.md. Symlink fixes, DHH reply, and what enterprise teams should standardize on.

Aug 25, 2026·8 min read·Yash Thakker
add explainx.ai
go deep
Tobi Threatens Claude Code Ban Over AGENTS.md — Shopify Split-Brain Problem

Filename politics, real split-brain.

On August 25, 2026, Shopify CEO Tobi Lutke posted on X (~174K views) that he was thinking about banning Claude Code at Shopify until Anthropic "change their mind and read AGENTS.md and .agents/skills etc." His exact complaint: insisting on only reading CLAUDE.md "sometimes leads to split brain problems when different team members use different tools. Just unnecessary."

That is not a product launch. It is a CEO-level escalation of a problem every multi-harness shop already feels: one repo, three instruction trees, and no vendor willing to lose their branded filename.

Updated August 26, 2026: Claude Code engineer Thariq Shihipar replied publicly (~461.5K views on the reply). Anthropic is working on making Claude Code more hackable — including easier AGENTS.md use and other system-prompt modifications — with details promised at rollout. See the new section below.

Weekly digest3.5k readers

Catch up on AI

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

TL;DR — what people are asking

table · 2 cols
QuestionDirect answer
Did Shopify ban Claude Code?No — Tobi said he was thinking about it, publicly
What triggered the post?Claude Code reads CLAUDE.md + .claude/skills; Codex/Cursor/OpenCode read AGENTS.md + .agents/skills
Is the problem real?Yes at Shopify scale — two engineers, two harnesses, two instruction sources
Fastest fix today?Symlink CLAUDE.md → AGENTS.md and .claude → .agents
One-word hack?A CLAUDE.md body that is literally @AGENTS.md — works for some setups
Will Anthropic ship native AGENTS.md?Thariq (Aug 25): hackable CC coming, AGENTS.md support planned — no date

What Tobi actually said

I'm thinking about banning Claude code at Shopify until they change their mind and read AGENTS.md and .agents/skills etc. Insisting on only reading CLAUDE.md sometimes leads to split brain problems when different team members use different tools. Just unnecessary.

The thread picked up quickly:

  • DHH replied that it was "so unnecessary" and tagged Anthropic's Thariq Shihipar to "talk some sense."
  • Mark Schellhas (Aug 4) had already posted the symlink recipe: CLAUDE.md → AGENTS.md, .claude → .agents.
  • Mohammed A.I. said his CLAUDE.md workaround is one word — @AGENTS.md — and that he switched to OpenCode and pi for AGENTS-first workflows.
  • Phil Hie dryly noted that "threatening a vendor with a ban over a filename is peak tobi."

All of those reactions are useful. None of them cancel the underlying issue.

Thariq's official response (August 25–26)

DHH's tag worked. Thariq Shihipar, who works on Claude Code at Anthropic, replied directly to Tobi on the evening of August 25 (~461.5K views on the reply thread). The headline: Anthropic heard the feedback and is working on making Claude Code more hackable — explicitly including easier AGENTS.md support and other system-prompt modifications, with more detail promised when it is ready to ship.

The reasoning Thariq gave is not filename stubbornness for its own sake. Anthropic treats model families as non-interchangeable: the system prompt materially affects performance, and Claude Code already runs different system prompts per model. That connects to his July 24 context-engineering thread — Anthropic removed roughly 80% of Claude Code's system prompt for the newest Claude 5 models with no eval loss, because over-constraining older models (rules like "DO NOT WRITE COMMENTS") wastes reasoning tokens on less capable weights.

For the immediate term, Thariq pointed Tobi at the documented workaround: put @AGENTS.md in CLAUDE.md and Claude Code inlines the shared file at session start. He acknowledged the upkeep is "not worth the squeeze for everyone" and said feedback was heard.

Community pushback in the same thread sharpened the debate without resolving it:

  • David Cramer (@zeeg): Anthropic should "build for 6 months from now" — minor model variance will not persist, and per-model instruction files do not scale.
  • Thariq's counter: the intelligence gap between models people actually use will keep widening; weaker models still need hard constraints that top-tier models do not.
  • Kun Chen (@kunchenguid): wrong philosophy for open repos — he runs five models regularly, contributors use a dozen more; maintaining 17 fine-tuned AGENTS.md files per model is absurd.
  • Stephen Benjamin (@stbenjam): the sprawl goes deeper than root filenames — .agents, .github, .claude, .cursor, .gemini, .opencode skill trees in one repo is exhausting; asked about Agent Plugins support.

explainx.ai's read: Thariq's reply is the first public commitment toward native AGENTS.md ergonomics, but it is not a ship date. Symlinks and @AGENTS.md pointers remain the enterprise fix until the hackable rollout lands. For the model-specific prompt rationale in depth, see Claude 5 context engineering.

Why split-brain happens

Modern repos no longer standardize on one coding agent. A Shopify-scale monorepo might have:

table · 3 cols
HarnessPrimary instruction fileSkills directory
Claude CodeCLAUDE.md.claude/skills/
Codex CLIAGENTS.md.agents/skills/
OpenCodeAGENTS.md.agents/skills/ or tool-specific
Cursor.cursor/rules + optional imports.cursor/skills/

When Alice commits team standards to AGENTS.md because she lives in Codex, and Bob's Claude Code session never loads that file, you get two truths:

  1. Bob's agent misses Alice's lint philosophy, test commands, and safety rules.
  2. Alice's PR review catches "violations" Bob's harness never saw coming.

That is not model quality. That is context routing. explainx.ai's agent markdown files guide maps fifteen-plus filename conventions; Tobi's post is what happens when a company mandates AI usage before those conventions converge.

Shopify is an extreme case — reflexive AI is a baseline expectation, headcount asks require proving AI cannot do the job — but the filename fight scales down to any team running Cursor and Claude Code side by side.

Copy-paste fixes (today, not after a vendor meeting)

Option 1 — full symlink (Schellhas pattern)

bash
# From repo root — pick ONE canonical source (usually AGENTS.md)
ln -sf AGENTS.md CLAUDE.md
ln -sf .agents .claude
git add CLAUDE.md .claude   # symlinks commit like normal files on most setups

Verify both harnesses resolve the same inode:

bash
readlink CLAUDE.md .claude
ls -la AGENTS.md CLAUDE.md

Option 2 — one-word CLAUDE.md pointer

If symlinks break on a teammate's Windows checkout, a minimal CLAUDE.md can defer:

markdown
@AGENTS.md

Claude Code loads the pointer; the body lives in AGENTS.md. This is a community workaround, not documented Anthropic behavior — test on your version before rolling out org-wide.

Option 3 — skills-only alignment

Keep separate top-level files if you must, but unify skills:

bash
ln -sf ../.agents/skills .claude/skills

Skills carry procedures (progressive disclosure keeps token cost down). Split skill trees hurt worse than split root files because procedures diverge silently.

Why Anthropic prefers CLAUDE.md (and why that annoys enterprises)

Claude Code launched with CLAUDE.md as its persistent memory layer — project facts, build commands, conventions loaded every session. Anthropic also ships Skills under .claude/skills/ with lazy loading. That stack is coherent inside Claude Code.

The cross-vendor AGENTS.md project — uppercase plural, tool-agnostic — emerged because Codex, OpenCode, Gemini CLI, and others needed a neutral filename teams could commit without picking a vendor mascot. explainx.ai's AGENTS.md code-quality post treats it as the durable place for judgment calls; linters and CI handle enforcement.

Anthropic is not wrong to optimize for its own harness. Enterprise buyers are not wrong to want one file per repo. Those two truths collide in Tobi's timeline.

Replies asking "why doesn't Anthropic just read AGENTS.md?" miss the product strategy: CLAUDE.md is a brand surface and a tuned loading path, not an accident. Thariq's August 25 reply confirms Anthropic is now building toward easier cross-format use — but until that ships, Shopify-scale pressure continues.

What Shopify teams should do this week

  1. Pick a canonical file — usually AGENTS.md if Codex/OpenCode share the repo, or CLAUDE.md if Claude Code is the majority of sessions. Document the choice in README, not in a third file.
  2. Symlink the other name — do not maintain two copies. Duplicated instruction files drift within days.
  3. Audit skills directories — grep for .claude/skills and .agents/skills divergence; merge or symlink.
  4. Keep enforceable rules out of markdown — architecture boundaries, formatting, and test gates belong in CI (Sanglard's two-layer pattern).
  5. Do not wait for a ban — Tobi's post is leverage, not a roadmap. Ship the symlink before legal talks to Anthropic.

For harness comparison and token overhead when running multiple tools on the same repo, see the Systima Claude Code vs OpenCode study — fat instruction files bill on every turn regardless of filename.

Honest limitations

  • Symlinks on Windows — require Developer Mode or admin rights for unprivileged symlinks; some teams use the @AGENTS.md pointer instead.
  • No native AGENTS.md in Claude Code yet — Thariq pledged hackable support is coming (Aug 25); symlinks remain the fix today.
  • Cursor rules are a third tree — symlinks fix Claude/Codex/OpenCode alignment; Cursor users may still need .cursor/rules imports or duplication.
  • Ban threat ≠ policy — treat Tobi's post as signal, not HR guidance. Your org's vendor mix may differ.

Update — September 4, 2026: The AGENTS.md interop question resurfaced under Anthropic's Function Hooks preview — a reply asked directly whether the new plugin system would support it. See Function Hooks and ant apply: Claude Code's Terraform Moment for that thread and Anthropic's separate, shipped ant apply CLI.

Related on explainx.ai

  • Function Hooks and ant apply — Claude Code's Terraform moment
  • Agent markdown files — complete guide
  • AGENTS.md for code quality vs linters
  • What is CLAUDE.md?
  • CLAUDE.md vs SKILL.md vs MCP
  • What are agent skills?
  • Steering Claude Code — CLAUDE.md, skills, hooks
  • Meta 73.7T tokens — Spotify & Shopify AI engineering
  • Claude Code everyday users — usage drift (companion)

Sources

  • Tobi Lutke (@tobi) — August 25, 2026 X post (~174K views)
  • Thariq Shihipar (@trq212) — August 25, 2026 reply (~461.5K views); Jul 24 context-engineering thread
  • Thread replies: DHH, Mark Schellhas (symlink recipe, Aug 4), Mohammed A.I., Phil Hie, David Cramer (@zeeg), Kun Chen (@kunchenguid), Stephen Benjamin (@stbenjam)

Tobi's post and Thariq's reply counts reflect public X visibility as of August 26, 2026. Symlink behavior varies by OS and git settings — test on your checkout before org-wide rollout. Follow @explainx_ai for harness-standard updates.

Spotted something out of date? Let us know.

People in this article

  • Thariq Shihipar →Engineer working on Claude Code at Anthropic
Explore people in AI →
Yash Thakker

Written by

Yash Thakker

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

View Yash Thakker in People in AI →

Related posts

Sep 5, 2026

Rethinking Skills and AGENTS.md for GPT-6 Astra: A Practical Guide

Eric Provencher of OpenAI's Codex DX team argues that most Skills, AGENTS.md files, and task prompts written for older models actively hurt GPT-6 Astra — bloated descriptions, unnecessary permission-seeking, and unclear stopping points. explainx.ai breaks his guidance into four actionable checklists, with copy-paste before/after examples, and maps each one to the Claude Code equivalent.

Sep 15, 2026

Claude Code Mods: Anthropic Opens a Community Extension Layer

Boris Cherny of Anthropic's Claude Code team announced on September 14, 2026 that "Claude Mods are landing now," pointing to GitHub issue anthropics/claude-code#91870 as the coordination thread. explainx.ai breaks down what mods actually are, how they differ from skills, MCP servers, hooks, and subagents, and what the first community-built mods — a playable Tetris game, a breathing-exercise focus tool, and a CI status panel — reveal about where this is headed.

Sep 14, 2026

Beam CLI: Open-Source Agent Security, Local Monitoring, and 20 Security Skills

Beam is an AGPL-3.0 CLI from the explainx.ai team: a loopback collector, heuristic rule engine, Studio dashboard, and a bundled library of 20 agent security skills plus seven reviewer sub-agents. This guide covers install, hooks, offline scans, and how it differs from blocking guards.