I tried Anthropic's open-source desk pet on an ESP32, and it fixes the most annoying thing about Claude
Anthropic has released an open-source firmware project called claude-desktop-buddy, designed to enhance user interaction with its AI assistant, Claude. This desk pet device provides real-time feedback on permission prompts, allowing users to respond more promptly. The project is aimed at makers and requires enabling Developer Mode in the Claude desktop app for use.
- ▪Claude Code has a frustrating habit of waiting silently for user permission before executing commands.
- ▪The claude-desktop-buddy device connects to the Claude app and alerts users when action is needed.
- ▪The project is MIT-licensed and encourages tinkering with small ESP32 boards.
Opening excerpt (first ~120 words) tap to expand
{ "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": "1", "name": "Home", "item": "https://www.xda-developers.com/" }, { "@type": "ListItem", "position":"2", "name": "Phones, smartwatches, and everything else", "item": "https://www.xda-developers.com/other-computing-devices/" }, { "@type": "ListItem", "position":"3", "name": "I tried Anthropic's open-source desk pet on an ESP32, and it fixes the most annoying thing about Claude", "item": "https://www.xda-developers.com/tried-anthropic-open-source-desk-pet-esp32-fixes-annoying-thing/" } ] } I tried Anthropic's open-source desk pet on an ESP32, and it fixes the most annoying thing about Claude By Adam Conway Published May 27, 2026, 11:00 AM EDT I’m Adam Conway, an Irish…
Excerpt limited to ~120 words for fair-use compliance. The full article is at XDA Developers.