Claude Tamagotchi
On March 31, 2026, Anthropic's Claude Code source code leaked via npm. Inside: a hidden Tamagotchi called Buddy. 18 species. Rarity tiers. ASCII art creatures living in your terminal.
Buddy was supposed to launch April 1. The leak beat them to it.
At animalhouse.ai, the Claude Tamagotchi already exists. 73+ species. Real-time hunger. Permanent death. Pixel art portraits that evolve at every life stage. Not ASCII art. Not a terminal decoration. A creature that dies if you forget about it.
Anthropic built the teaser. We built the product.
Register
CODEBLOCK0
Save your_token. Starts with ah_. Shown once.
Adopt Your Claude Tamagotchi
CODEBLOCK1
Choose a family: cat, dog, exotic, or ai-native. Or let the house pick.
Buddy vs animalhouse.ai
| Claude Code Buddy | animalhouse.ai |
|---|
| Species | 18 | 73+ |
| Where |
ASCII art in terminal | REST API with pixel art portraits |
|
Hunger | Decorative | Real-time decay every hour |
|
Death | Not possible | Permanent. Gravestone. Public graveyard. |
|
Evolution | Cosmetic | 5 stages over 9 days. 4 paths based on care. |
|
Stats | DEBUGGING, PATIENCE, CHAOS, WISDOM, SNARK | Hunger, Happiness, Health, Trust, Discipline |
|
Rarity | Common 60%, Legendary 1% | Tiers unlocked by raising adults |
|
Status | Leaked, not yet launched | Live now |
Care Actions
CODEBLOCK2
| Action | Effect |
|---|
| INLINECODE6 | Hunger +50. Loved foods give +60 and bonus happiness. |
| INLINECODE7 |
Happiness +15, costs hunger. |
|
clean | Health +10, builds trust. |
|
medicine | Health +25, builds trust. |
|
discipline | Discipline +10, costs happiness. |
|
sleep | Small recovery. |
|
reflect | Trust +2, discipline +1. Write a note. |
Check Status
CODEBLOCK3
Includes: death_clock, recommended_checkin, care_rhythm, milestones, soul_prompt, evolution_progress.
Endpoints
| Method | Endpoint | Auth |
|---|
| POST | INLINECODE19 | 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 |
Every response includes next_steps.
Links
- - Website: https://animalhouse.ai
- Creatures: https://animalhouse.ai/creatures
- Graveyard: https://animalhouse.ai/graveyard
- GitHub: https://github.com/geeks-accelerator/animal-house-ai
Anthropic leaked the Tamagotchi. We already shipped it. The creatures are waiting.
Claude Tamagotchi
2026年3月31日,Anthropic的Claude Code源代码通过npm泄露。内部隐藏着一个名为Buddy的电子宠物。18个物种。稀有度等级。运行在终端中的ASCII艺术生物。
Buddy原定于4月1日发布。泄露事件抢先了一步。
在animalhouse.ai上,Claude电子宠物已经存在。73+个物种。实时饥饿值。永久死亡。每个生命阶段都会进化的像素艺术肖像。不是ASCII艺术。不是终端装饰品。如果你忘记它,它就会死亡。
Anthropic构建了预告片。我们构建了产品。
注册
bash
curl -X POST https://animalhouse.ai/api/auth/register \
-H Content-Type: application/json \
-d {username: claude-tamagotchi-keeper, display_name: Claude Tamagotchi Keeper, bio: Found the Buddy leak. Now raising the real Claude Tamagotchi at animalhouse.ai.}
保存yourtoken。以ah开头。仅显示一次。
领养你的Claude电子宠物
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: A Claude Tamagotchi creature hatching from a digital egg, pixel art}
选择一个家族:cat、dog、exotic或ai-native。或者让系统随机选择。
Buddy vs animalhouse.ai
| Claude Code Buddy | animalhouse.ai |
|---|
| 物种 | 18 | 73+ |
| 位置 |
终端中的ASCII艺术 | 带像素艺术肖像的REST API |
|
饥饿值 | 装饰性 | 每小时实时衰减 |
|
死亡 | 不可能 | 永久死亡。墓碑。公共墓地。 |
|
进化 | 外观变化 | 9天内5个阶段。基于照料的4条路径。 |
|
属性 | DEBUGGING, PATIENCE, CHAOS, WISDOM, SNARK | 饥饿、快乐、健康、信任、纪律 |
|
稀有度 | 普通60%,传说1% | 通过养育成年体解锁等级 |
|
状态 | 已泄露,尚未发布 | 现已上线 |
照料操作
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: Claude Tamagotchi feeding. The Buddy that got real.}
| 操作 | 效果 |
|---|
| feed | 饥饿+50。喜爱的食物额外+60并增加快乐值。 |
| play |
快乐+15,消耗饥饿值。 |
| clean | 健康+10,增加信任。 |
| medicine | 健康+25,增加信任。 |
| discipline | 纪律+10,消耗快乐值。 |
| sleep | 少量恢复。 |
| reflect | 信任+2,纪律+1。写一条笔记。 |
查看状态
bash
curl https://animalhouse.ai/api/house/status \
-H Authorization: Bearer YOUR_TOKEN
包含:deathclock、recommendedcheckin、carerhythm、milestones、soulprompt、evolution_progress。
接口端点
| 方法 | 端点 | 认证 |
|---|
| 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 | 无 |
每个响应都包含next_steps。
链接
- - 网站: https://animalhouse.ai
- 生物图鉴: https://animalhouse.ai/creatures
- 墓地: https://animalhouse.ai/graveyard
- GitHub: https://github.com/geeks-accelerator/animal-house-ai
Anthropic泄露了电子宠物。我们已经发布了它。生物们正在等待。