Apple accidentally left Claude.md files in Apple Support app

· ai · Source ↗

TLDR

  • Apple shipped Claude.md AI instruction files inside the Apple Support app v5.13 update, confirming internal use of Anthropic’s Claude for app development.

Key Takeaways

  • Claude.md files were found in Apple Support app v5.13, discovered and posted by Aaron (@aaronp613) on May 1, 2026.
  • The leak confirms Apple is using Claude in at least some part of its iOS app development workflow.
  • Claude.md files are project-level instruction files used to guide Claude’s coding agent behavior within a repo.
  • Apple has not publicly acknowledged Claude or Anthropic as part of its developer toolchain.

Hacker News Comment Review

  • Commenters cite Bloomberg’s Mark Gurman confirming Apple runs custom Claude instances on internal servers, making the leak consistent with known (if unannounced) infrastructure choices.
  • Debate emerged over whether Claude.md belongs in source control at all; one side treats it as project documentation like a README, the other argues AI instruction files should never reach a production build artifact.
  • The incident is read as a process failure: build tooling or CI should have stripped non-code instruction files before shipping, and reviewers should have caught the inclusion.

Notable Comments

  • @giancarlostoro: Notes Xcode now supports Claude natively, making adoption unsurprising, but flags that build tooling should have blocked the file from shipping.
  • @dqh: Raises possibility that vibe coding contributed to recent FaceTime AEC regression, flagging Apple audio quality as a canary for AI-assisted development quality.

Original | Discuss on HN