|
7 | 7 |
|
8 | 8 | --- |
9 | 9 |
|
10 | | -> **Deep Analysis Reports**: Full source code analysis reports are available in the [`docs/`](docs/) directory (bilingual EN/ZH): |
11 | | -> - Telemetry & Privacy (opt-out-free data collection pipeline) |
12 | | -> - Hidden Features & Model Codenames (Tengu, Capybara, Fennec, Numbat) |
13 | | -> - Undercover Mode (AI attribution stripping in open-source contributions) |
14 | | -> - Remote Control & Killswitches (managed settings, feature flags) |
15 | | -> - Future Roadmap (Numbat model, KAIROS autonomous mode, voice input) |
16 | | -> |
17 | | -> **English**: [`docs/en/`](docs/en/) | **中文**: [`docs/zh/`](docs/zh/) |
| 10 | +## Deep Analysis Reports (`docs/`) |
| 11 | + |
| 12 | +Source code analysis reports derived from decompiled v2.1.88. Bilingual (EN/ZH). |
| 13 | + |
| 14 | +``` |
| 15 | +docs/ |
| 16 | +├── en/ # English |
| 17 | +│ ├── 01-telemetry-and-privacy.md # Telemetry & Privacy — two-tier analytics pipeline, what's collected, why you can't opt out |
| 18 | +│ ├── 02-hidden-features-and-codenames.md# Hidden Features — model codenames (Capybara/Tengu/Numbat), feature flags, internal vs external user differences |
| 19 | +│ ├── 03-undercover-mode.md # Undercover Mode — how Anthropic employees hide AI authorship in open-source repos |
| 20 | +│ ├── 04-remote-control-and-killswitches.md # Remote Control — managed settings (accept or die), killswitches, model overrides |
| 21 | +│ └── 05-future-roadmap.md # Future Roadmap — Numbat (next model), KAIROS autonomous agent, voice mode, unreleased tools |
| 22 | +│ |
| 23 | +└── zh/ # 中文 |
| 24 | + ├── 01-遥测与隐私分析.md # 同上,中文版 |
| 25 | + ├── 02-隐藏功能与模型代号.md |
| 26 | + ├── 03-卧底模式分析.md |
| 27 | + ├── 04-远程控制与紧急开关.md |
| 28 | + └── 05-未来路线图.md |
| 29 | +``` |
| 30 | + |
| 31 | +| # | Topic | Key Findings | |
| 32 | +|---|-------|-------------| |
| 33 | +| 01 | **Telemetry & Privacy** | Two analytics sinks (1P → Anthropic, Datadog). Environment fingerprint, process metrics, repo hash on every event. **No UI-exposed opt-out** for 1st-party logging. `OTEL_LOG_TOOL_DETAILS=1` enables full tool input capture. | |
| 34 | +| 02 | **Hidden Features & Codenames** | Animal codenames (Capybara v8, Tengu, Fennec→Opus 4.6, **Numbat** next). Feature flags use random word pairs (`tengu_frond_boric`) to obscure purpose. Internal users get better prompts, verification agents, and effort anchors. Hidden commands: `/btw`, `/stickers`. | |
| 35 | +| 03 | **Undercover Mode** | Anthropic employees auto-enter undercover mode in public repos. Model instructed: *"Do not blow your cover"* — strip all AI attribution, write commits "as a human developer would." **No force-OFF exists.** Raises transparency questions for open-source communities. | |
| 36 | +| 04 | **Remote Control** | Hourly polling of `/api/claude_code/settings`. Dangerous changes show blocking dialog — **reject = app exits**. 6+ killswitches (bypass permissions, fast mode, voice mode, analytics sink). GrowthBook flags can change any user's behavior without consent. | |
| 37 | +| 05 | **Future Roadmap** | **Numbat** codename confirmed. Opus 4.7 / Sonnet 4.8 in development. **KAIROS** = fully autonomous agent mode with `<tick>` heartbeats, push notifications, PR subscriptions. Voice mode (push-to-talk) ready but gated. 17 unreleased tools found. | |
18 | 38 |
|
19 | 39 | --- |
20 | 40 |
|
|
0 commit comments