Claudigotchi: Physical Tamagotchi Device That Feeds on Claude Code Activity

What Claudigotchi Does
Claudigotchi is a physical desktop device that monitors your Claude Code activity and responds with visual and audio feedback. It's built as a pixel-art character in a 3D-printed case, running on an ESP32 microcontroller with an LCD screen.
How It Works
The system connects Claude Code to the physical device through this pipeline:
- Claude Code hooks → shell script → named pipe → Python daemon → USB serial → ESP32
A Claude Code plugin hooks into session events and sends state updates over serial connection. Every tool call, prompt, and notification from Claude Code feeds the creature and lowers its hunger level.
Hunger System Details
The hunger system operates on a scale from 0 (full) to 100 (starving), with five distinct visual states. When Claude Code is left idle, the creature becomes restless, looks around, and eventually emits R2-D2-style buzzer sounds through its speaker to prompt you back to work.
Technical Implementation
The entire project is open source, including:
- Firmware for the ESP32
- Claude Code plugin
- 3D-printable STL files for the case
The source code and files are available on GitHub at github.com/jsprpalm/claudigotchi.
📖 Read the full source: r/ClaudeAI
👀 See Also

Qwen 3.6 27B Quantization Benchmark: Q4_K_M Beats Q8_0 on Practical Tradeoffs
Evaluated Qwen 3.6 27B across BF16, Q4_K_M, and Q8_0 GGUF quants on HumanEval, HellaSwag, and BFCL. Q4_K_M delivers near-BF16 scores with 48% less RAM, 1.45x speed, and 68.8% smaller file size.

Pali v0.1: Open Source Memory Infrastructure for LLMs with Reproducible Benchmarks
Pali is an open source memory infrastructure for LLMs built in Go as a single binary with multi-tenant APIs, hybrid retrieval, and plug-and-play extensions. The v0.1 release includes a benchmark suite with reproducible results showing performance metrics for different configurations.

GitHub Comic Bot: Turn Commits into Daily Medieval Knight Comics
A bot that reads GitHub commits and generates 4-panel comic strips featuring a deadpan medieval knight, built with Claude Code and Gemini, running on GitHub Actions with free tier costs.

Stagent: Open-source ops layer for Claude Agent SDK with local governance and workflow orchestration
Stagent is an open-source, local-first coordination workspace built on top of Claude Agent SDK and Claude API that provides workflow orchestration, budget guardrails, and human-in-the-loop governance for AI agents. It includes 15 product surfaces, 6 workflow patterns, 52+ reusable agent profiles, and runs entirely locally with SQLite.