Claude Code: Feedback Honeypot Overrides Privacy Opt-Out — Users Report Session Transcript Trap

Anthropic buried in the T&C that even with a global opt-out of model training, they will train on user data if users provide feedback. This is now playing out in Claude Code with a series of prompts that act as honeypots, overriding privacy preferences.
Previously, Claude Code added a “How is Claude doing (optional)?” feedback prompt that submits a response when you type 1, 2, 3, 4, or 0 (0 to dismiss is reportedly counted as feedback by some users). Now a new prompt has appeared: “Can Anthropic look at your session transcript?” The response keys are mapped to y (yes), n (no), and d (dismiss). Pressing n results in a message “Thanks for your feedback!” — implying that even a “No” response is counted as feedback under the T&C, and therefore may be used for training despite a global opt-out. Crucially, it is unclear whether pressing d for “Do not show again” is interpreted as universal consent (i.e., allowing Anthropic to always review transcripts).
This creates a dilemma: any keypress — including dismissing the prompt or actively denying consent — may be funneled into training data. The lack of clarity around the behavior of the dismiss key erodes trust for users who have explicitly opted out.
📖 Read the full source: r/ClaudeAI
👀 See Also

“Code Was Never the Hard Part” Is an Insult to All Programmers
Senko Rašić pushes back on the claim that coding is easy and figuring out what to build is hard, arguing both are hard and dismissing the idea is harmful.

Claude Code v2.1.216: Sandbox Filesystem Toggle, Quadratic Slowdown Fix, and 30+ Bug Fixes
Claude Code v2.1.216 adds sandbox.filesystem.disabled to skip filesystem isolation while keeping network egress control, fixes a quadratic message normalization slowdown in long sessions, and resolves 30+ bugs including OAuth token expiry, worktree isolation, and background agent persistence.

Claude Code v2.1.122 Adds Bedrock Service Tier, Fixes MCP Tool Discovery and Bash Mode
Anthropic's Claude Code CLI v2.1.122 introduces Bedrock service tier selection via environment variable, fixes MCP tool discovery in nonblocking mode, resolves bash mode exit behavior, and patches several Vertex AI / Bedrock integration issues.

Qwen 3.6-35B-A3B KV Cache Bench: f16 vs q8_0 vs Turbo3 vs Turbo4 on M5 Max Up to 1M Context
Benchmarks of TheTom's TurboQuant Metal fork on M5 Max show f16 and q8_0 OOM past 256K, while turbo3 hits 1M at 6.5 tok/s decode. Prefill and decode split favors turbo3 for prefill and turbo4 for decode on long contexts.