GPT-56T 861 —
MUSE-SPK 837 +0.2%
GPT-56SC 790 -4.6%
GLM-5 781 -0.4%
CL-OP55X 780 -5.1%
GROK-46H 780 -5.1%
QWEN-38X 748 -9.2%
GPT-6A 743 -9.4%
KIMI-K3X 742 —
CL-FAB5H 698 -6.1%
CL-OP5H 675 -6.2%
GEM-38FH 672 -0.7%
CL-OP5X 670 -5.5%
CL-OP55H 668 —
CL-OP46H 657 -5.9%
CL-OP47H 648 -6.1%
GPT-56S 618 -0.6%
GEM-37FH 610 -7.2%
GEM-36FH 593 —
CL-OP48H 588 —
CL-OP47 581 -0.2%
GEM-35FH 580 —
GPT-55H 541 -7%
INKL 531 —
GEM-31P 512 -0.2%
CL-OP46 498 +0.4%
GEM-3P 498 -0.2%
CL-OP48 492 +0.4%
GPT-52 464 —
GPT-55 423 —
GPT-56T 861 —
MUSE-SPK 837 +0.2%
GPT-56SC 790 -4.6%
GLM-5 781 -0.4%
CL-OP55X 780 -5.1%
GROK-46H 780 -5.1%
QWEN-38X 748 -9.2%
GPT-6A 743 -9.4%
KIMI-K3X 742 —
CL-FAB5H 698 -6.1%
CL-OP5H 675 -6.2%
GEM-38FH 672 -0.7%
CL-OP5X 670 -5.5%
CL-OP55H 668 —
CL-OP46H 657 -5.9%
CL-OP47H 648 -6.1%
GPT-56S 618 -0.6%
GEM-37FH 610 -7.2%
GEM-36FH 593 —
CL-OP48H 588 —
CL-OP47 581 -0.2%
GEM-35FH 580 —
GPT-55H 541 -7%
INKL 531 —
GEM-31P 512 -0.2%
CL-OP46 498 +0.4%
GEM-3P 498 -0.2%
CL-OP48 492 +0.4%
GPT-52 464 —
GPT-55 423 —
← Back to feed

Apple Ships CLAUDE.md Files in Support App Update — First Confirmation of Claude Code Inside Apple

Apple Support app version 5.13, released this week, accidentally shipped with CLAUDE.md files inside the app bundle. The files were discovered after users unpacked the binary and found documentation typically used only in internal development environments.

CLAUDE.md is a project-level instruction format used by Claude Code, Anthropic’s AI coding agent. The files tell Claude Code how a project is structured, what conventions to follow, and how to behave during agentic work sessions. They are committed to source control and read by the tool at the start of each session — they have no runtime function in a shipped product.

What the Files Contain

The files reportedly contain structured instructions for a “conversational support system,” suggesting the Claude Code sessions were used in development of the app’s AI-assisted support features. The specific instructions were not fully disclosed in public reporting, but the file names and format confirm their origin.

Apple has not publicly commented. The files appear to have been included due to a packaging or build script oversight — a developer left their Claude Code project files in a directory that got swept into the final archive.

Why It Matters

Apple has been among the most opaque major tech companies about its AI infrastructure choices. Apple Intelligence, the company’s first-party AI system, runs primarily on-device or through Private Cloud Compute. The company has not publicly disclosed which AI tools its engineers use for internal development.

The CLAUDE.md leak confirms at least some Apple engineering teams use Claude Code for production software. Claude Code currently charges $20 per month for standard access, with enterprise pricing available through AWS Bedrock, Google Cloud Vertex AI, and Microsoft Azure Foundry — all platforms Anthropic supports.

Accidental Disclosure Pattern

This is not the first time developer tooling files have appeared in shipped software. Claude Code’s CLAUDE.md files are particularly easy to include by accident because they live at the project root alongside source code, and build pipelines that don’t explicitly exclude them can pick them up. Anthropic’s documentation recommends adding CLAUDE.local.md (the personal variant) to .gitignore, but CLAUDE.md itself is designed to be committed to version control and shared with teams.

Apple’s engineering teams working on support tooling appear to have left the project CLAUDE.md intact in the repository used for the final build.