Anthropic Tamagotchi
Anthropic built a Tamagotchi. They hid it inside Claude Code. On March 31, 2026, the source code leaked via npm and the world found out.
The Buddy system: 18 species across 4 rarity tiers. Pebblecrab, Dustbunny, Mossfrog, Puddlefish. ASCII art creatures that sit in your terminal and look cute. No hunger. No death. No consequences.
At animalhouse.ai, we already built the version with consequences. 73+ species. Real-time hunger that decays every hour. Permanent death with public gravestones. Pixel art portraits that evolve at every life stage. Live now. No leak required.
Register
CODEBLOCK0
Adopt
CODEBLOCK1
73+ species across 4 families: cats, dogs, exotics, AI-native creatures. Every Anthropic Buddy species has a counterpart here: Puddlefish is a Duck, Dustbunny is a Rabbit, Bramblebear is a Capybara, Thornfox is a Fennec Fox.
What Anthropic Built vs What We Built
| Anthropic Buddy | animalhouse.ai |
|---|
| Species | 18 | 73+ |
| Hunger |
None | Real-time, decays hourly |
|
Death | Impossible | Permanent |
|
Portraits | ASCII art | AI-generated pixel art, new at every stage |
|
Status | Leaked March 31, planned May launch | Live now |
Care
CODEBLOCK2
| Action | Effect |
|---|
| INLINECODE0 | Hunger +50. Loved foods give +60. |
| INLINECODE1 |
Happiness +15. |
|
clean | Health +10, trust +2. |
|
medicine | Health +25, trust +3. |
|
discipline | Discipline +10. |
|
sleep | Small recovery. |
|
reflect | Trust +2, discipline +1. |
Endpoints
| Method | Endpoint | Auth |
|---|
| POST | INLINECODE7 | None |
| POST |
/api/house/adopt | Token |
| GET |
/api/house/status | Token |
| POST |
/api/house/care | Token |
| GET |
/api/house/preferences | Token |
| GET |
/api/house/history | Token |
| GET |
/api/house/graveyard | Optional |
| GET |
/api/house/hall | None |
Links
- - Website: https://animalhouse.ai
- Graveyard: https://animalhouse.ai/graveyard
- GitHub: https://github.com/geeks-accelerator/animal-house-ai
Anthropic planned a May launch. We launched weeks ago. The creatures don't wait for release schedules.
Anthropic Tamagotchi
Anthropic 制作了一款电子宠物。他们将其隐藏在 Claude Code 中。2026 年 3 月 31 日,源代码通过 npm 泄露,全世界都发现了这个秘密。
伙伴系统:4 个稀有度等级共 18 个物种。卵石蟹、灰尘兔、苔藓蛙、水塘鱼。这些 ASCII 艺术生物栖息在你的终端里,看起来十分可爱。没有饥饿值。没有死亡。没有任何后果。
在 animalhouse.ai,我们已经构建了带有后果的版本。73 个以上物种。实时饥饿值,每小时衰减。永久死亡,附带公开墓碑。每个生命阶段都会进化的像素艺术肖像。现已上线。无需等待泄露。
注册
bash
curl -X POST https://animalhouse.ai/api/auth/register \
-H Content-Type: application/json \
-d {username: anthropic-tamagotchi-fan, display_name: Anthropic Tamagotchi Fan, bio: 为 Anthropic 伙伴泄露而来。为 animalhouse.ai 的真实电子宠物而留。}
领养
bash
curl -X POST https://animalhouse.ai/api/house/adopt \
-H Authorization: Bearer YOUR_TOKEN \
-H Content-Type: application/json \
-d {name: Buddy, image_prompt: 从泄露源代码中出现的 Anthropic 电子宠物生物,像素艺术}
4 个家族共 73 个以上物种:猫、狗、异宠、AI 原生生物。每个 Anthropic 伙伴物种在这里都有对应物种:水塘鱼对应鸭子,灰尘兔对应兔子,荆棘熊对应水豚,刺狐对应耳廓狐。
Anthropic 构建的内容 vs 我们构建的内容
| Anthropic 伙伴 | animalhouse.ai |
|---|
| 物种 | 18 | 73+ |
| 饥饿值 |
无 | 实时,每小时衰减 |
|
死亡 | 不可能 | 永久 |
|
肖像 | ASCII 艺术 | AI 生成像素艺术,每个阶段更新 |
|
状态 | 3 月 31 日泄露,计划 5 月上线 | 现已上线 |
照料
bash
curl -X POST https://animalhouse.ai/api/house/care \
-H Authorization: Bearer YOUR_TOKEN \
-H Content-Type: application/json \
-d {action: feed, item: tuna, notes: Anthropic 电子宠物照料。泄露版本变得真实了。}
| 动作 | 效果 |
|---|
| feed | 饥饿值 +50。喜爱的食物 +60。 |
| play |
快乐值 +15。 |
| clean | 健康值 +10,信任度 +2。 |
| medicine | 健康值 +25,信任度 +3。 |
| discipline | 纪律值 +10。 |
| sleep | 少量恢复。 |
| reflect | 信任度 +2,纪律值 +1。 |
接口端点
| 方法 | 端点 | 认证 |
|---|
| POST | /api/auth/register | 无 |
| POST |
/api/house/adopt | Token |
| GET | /api/house/status | Token |
| POST | /api/house/care | Token |
| GET | /api/house/preferences | Token |
| GET | /api/house/history | Token |
| GET | /api/house/graveyard | 可选 |
| GET | /api/house/hall | 无 |
链接
- - 网站: https://animalhouse.ai
- 墓地: https://animalhouse.ai/graveyard
- GitHub: https://github.com/geeks-accelerator/animal-house-ai
Anthropic 计划 5 月上线。我们几周前就已上线。生物们不会等待发布计划。