Shopify’s CEO threatened to ban Claude Code. Anthropic had already closed the feature request.

Wait 5 sec.

Shopify CEO Tobi Lütke is considering banning Claude Code at the company, but not because he thinks Anthropic’s coding agent isn’t good. The problem, he says, is a Markdown file.“I’m thinking about banning Claude Code at Shopify until they change their mind and read AGENTS.md and .agents/skills etc.,” Lütke posted Tuesday on X.“I’m thinking about banning Claude Code at Shopify until they change their mind and read AGENTS.md and .agents/skills etc.”And while this might sound like a small disagreement over how an AI coding tool is configured, at a company the size of Shopify, even a small difference can quickly become a much bigger issue.Shopify has thousands of developers working in a massive monorepo, and because they don’t all use the same AI coding tools, each agent needs to pick up the right instructions for whatever part of the codebase it happens to be working in. If one coding agent doesn’t pick up the same instructions as the others, developers can end up with agents operating under different rules.“Agents and Claude files are recursively applied through the tree,” Lütke wrote in a follow-up post. “With thousands of [developers] in a mono repo, it just does happen that one directory is missing one of the two files and this means that a subset of devs work with lobotomy.”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.— tobi lutke (@tobi) August 25, 2026Shopify has built automation to work around the discrepancy, but Lütke’s core objection is that its engineers shouldn’t have to.“We fix this with automation, but it’s a stupid complexity tax that shouldn’t have to be paid,” he writes.“We fix this with automation, but it’s a stupid complexity tax that shouldn’t have to be paid.”The files telling AI agents how to workNow that coding agents are more capable, engineering teams have needed ways to provide persistent instructions for a codebase, which is where files such as AGENTS.md and CLAUDE.md come in.Developers can put things like build commands, testing requirements, and coding conventions directly into a file in the repository, so the agent has that information as it works, rather than needing to be told every time. The problem is that coding tools haven’t all standardized on the same convention.OpenAI introduced AGENTS.md in August 2025 to give coding agents instructions specific to a project; by December, OpenAI said it was being used by more than 60,000 open-source projects and agent frameworks, with support from tools including Codex, Cursor, Gemini CLI, GitHub Copilot, Jules and VS Code. OpenAI later handed the format over to the Agentic AI Foundation under the Linux Foundation.“Agents and Claude files are recursively applied through the tree… one directory is missing one of the two files and this means that a subset of devs work with lobotomy.”Where AGENTS.md and CLAUDE.md divergeClaude Code does things differently, however. It uses CLAUDE.md for project instructions and can pick up those files from different parts of a repository as it works. What it doesn’t do is read AGENTS.md natively, something developers have been asking Anthropic to change.Anthropic does provide workarounds, including importing AGENTS.md from a CLAUDE.md file or using symbolic links, but in a large repository, teams still have to make sure those instructions stay in sync across all the places they appear.Platform teams bear the costIn a large codebase, those instructions can live throughout the directory tree, giving an agent different guidance depending on what it’s working on. Claude Code does this with CLAUDE.md, picking up relevant instruction files as it moves through the repository.That is also why Lütke’s example carries so much weight. If a directory contains instructions for tools reading AGENTS.md but the equivalent instructions aren’t available to Claude Code, developers using Claude can end up working without the same context.Developers have been asking Anthropic to support AGENTS.md for nearly a year.. More recent requests have continued to push for native support, including one focused on recursive AGENTS.md discovery, which Anthropic has closed as “not planned.”And Shopify isn’t alone. A 2026 study of 2,926 GitHub repositories found that context files are now the most common way developers give coding agents instructions, with AGENTS.md already being used across several different tools.Shopify has already built automation to deal with the problem, a point Lütke clearly made, stressing that as companies bring more coding agents into the same repositories, keeping those tools on the same page becomes one more job for platform teams.The post Shopify’s CEO threatened to ban Claude Code. Anthropic had already closed the feature request. appeared first on The New Stack.