LIVE
CliffCompaction: A Context-Compaction Method to Cut Costs of Coding Agents22/09/26|FleXray: A Generalist Model for Whole-Body X-ray Segmentation22/09/26|Anthropic unveils Claude Opus 5.522/09/26 · Anthropic|Court filings reveal internal admissions on AI content scraping19/09/26|US Military Avoids Close Call After AI-Generated Intelligence Hallucination18/09/26|Study finds gender bias in GPT models is not reduced but reshaped across generations17/09/26 · OpenAI|Google DeepMind adds secure server-side memory to Private AI Compute23/09/26 · Google DeepMind|Google DeepMind adds text-to-speech to Gemini 3.823/09/26 · Google DeepMind|NVIDIA releases Nemotron 3 Diarization for real-time speaker identification23/09/26 · NVIDIA|OpenAI extends its Daybreak cyber program to Ukraine for civilian defense23/09/26 · OpenAI|OpenAI enlists influencers to burnish its public image23/09/26 · OpenAI|Claude Code Reportedly Reads AGENTS.md Only When Telemetry Is Enabled23/09/26 · Anthropic|CliffCompaction: A Context-Compaction Method to Cut Costs of Coding Agents22/09/26|FleXray: A Generalist Model for Whole-Body X-ray Segmentation22/09/26|Anthropic unveils Claude Opus 5.522/09/26 · Anthropic|Court filings reveal internal admissions on AI content scraping19/09/26|US Military Avoids Close Call After AI-Generated Intelligence Hallucination18/09/26|Study finds gender bias in GPT models is not reduced but reshaped across generations17/09/26 · OpenAI|Google DeepMind adds secure server-side memory to Private AI Compute23/09/26 · Google DeepMind|Google DeepMind adds text-to-speech to Gemini 3.823/09/26 · Google DeepMind|NVIDIA releases Nemotron 3 Diarization for real-time speaker identification23/09/26 · NVIDIA|OpenAI extends its Daybreak cyber program to Ukraine for civilian defense23/09/26 · OpenAI|OpenAI enlists influencers to burnish its public image23/09/26 · OpenAI|Claude Code Reportedly Reads AGENTS.md Only When Telemetry Is Enabled23/09/26 · Anthropic|
ToolAnthropic

Claude Code Reportedly Reads AGENTS.md Only When Telemetry Is Enabled

A developer claims, based on behavioral analysis of Claude Code, that the tool only reads its AGENTS.md configuration file when usage telemetry is turned on.

September 23, 20262 min readPublished byHacker News

A blog post published on szypowi.cz reports a technical observation about Claude Code, Anthropic's command-line coding agent. According to the author, the AGENTS.md file — used to provide custom instructions to the agent — is only actually parsed and applied when telemetry, meaning the sending of usage data back to Anthropic, is enabled on the user's machine.

If accurate, this would point to a fairly common transparency issue in proprietary AI tooling: a feature advertised as available by default would in practice behave differently depending on settings that have no obvious logical connection to it. The fact that reading a local configuration file would depend on a remote data-collection setting raises questions about how these two mechanisms are technically coupled inside the product.

At this stage, the claim rests on a single observation shared via Hacker News, without official confirmation from Anthropic or a fully detailed methodology explaining how the behavior was tested. Developers who use Claude Code regularly may attempt to reproduce the finding, which would help clarify whether this is a bug, an undocumented dependency, or a misreading of how the tool actually works.

The report reflects a recurring tension around command-line AI agents, which are often treated as black boxes by the developers who integrate them into their workflows. How much real control users have over data sent to vendors, and which features implicitly depend on that data flow, remains a point of concern for technical teams deploying such agents in sensitive environments.

Tags
claude-codeanthropictelemetryprivacydev-toolscli-agents

Read also

Claude Code Reportedly Reads AGENTS.md Only When Telemetry Is Enabled · nAIvigate