← Reddit

I turned Spotify Car Thing into a Claude Thing

Reddit · hehehebidksixbrsja · July 31, 2026
A developer converted a Spotify Car Thing into a Claude Thing that manages Claude code sessions, answers permission questions, and displays usage information while maintaining Nocturne's music mode and Spotify controller functionality. The fully Bluetooth-enabled device requires only a power cable and can be connected to a powerbank for portable use throughout a home, with the project available as open source on GitHub.

Detailed Analysis

A hobbyist developer has repurposed Spotify's discontinued Car Thing device into a dedicated hardware controller for Claude Code, dubbing the project "Claude Thing." The device, originally sold by Spotify as a car-mounted music controller before being killed off and bricked in 2024, has found a second life among tinkerers thanks to its small screen, physical buttons, and embedded connectivity. This particular build allows users to manage active Claude Code sessions, respond to permission prompts and multiple-choice questions Claude poses during coding tasks, and monitor usage statistics—all from a compact, purpose-built screen rather than a laptop or phone. The project is open-sourced on GitHub, inviting community contributions and forks.

The technical approach is notable for its layering: rather than building firmware from scratch, the creator built on top of Nocturne, an existing open-source project that already repurposes Car Thing hardware for custom applications. This let the developer inherit Nocturne's groundwork for hardware communication while adding a Claude-specific mode on top. The device can toggle between "music mode," where it functions as a normal Spotify remote, and "Claude mode," where it becomes a lightweight terminal companion for AI-assisted coding. Bluetooth connectivity means the only physical tether is a power cable, making it genuinely portable—the creator notes it can run off a power bank, letting someone walk around a house while still monitoring or responding to Claude Code sessions.

This project reflects a broader pattern in how developers are engaging with agentic coding tools like Claude Code. As these tools increasingly operate semi-autonomously—writing code, running commands, and pausing only to ask for permission or clarification—there's growing interest in creating ambient, low-friction ways to stay in the loop without being chained to a screen. Claude Code's interaction model, which frequently requires a human to approve actions or choose between options, creates a natural use case for a simple physical interface: something closer to a pager or walkie-talkie than a full IDE. The choice to repurpose e-waste (a discontinued, otherwise-useless device) rather than build custom hardware also fits a recurring theme in maker culture, where obsolete consumer electronics get reincarnated for AI-era workflows.

More broadly, this project is a small but telling signal of how deeply agentic AI tools are being integrated into daily developer life. Just as smart-home enthusiasts once hacked old tablets into dashboard displays, developers are now hacking discarded gadgets into "AI companion" devices—suggesting that demand for peripheral, always-available interfaces to AI agents is emerging organically from the developer community itself, ahead of any official hardware from Anthropic or other AI labs. It also underscores how open-source ecosystems (Nocturne, and now Claude Thing) compound on each other, lowering the barrier for niche but genuinely useful hardware projects that mainstream companies would be unlikely to build or support officially.

Read original article →