← Reddit

I made an Add-on that send a notification through the trackpad haptics when ClaudeCode needs you (MacBook)

Reddit · Nice-String6667 · May 3, 2026
HaptifyClaude is a utility add-on that leverages MacBook haptic trackpad feedback to alert users when Claude Code requires their input. The creator has used the tool for two weeks and reported it to be an effective notification method. The add-on is available on GitHub for public use.

Detailed Analysis

A developer using the handle HeidyDaumas has released HaptifyClaude, an open-source utility add-on designed to integrate MacBook trackpad haptic feedback with Anthropic's Claude Code agentic coding assistant. The tool, hosted on GitHub, monitors Claude Code's state and triggers the MacBook's Force Touch trackpad haptic engine to physically alert the user when the AI requires human input — effectively translating a software event into a tactile, physical sensation that demands attention without requiring the user to watch the screen.

The motivation behind the tool reflects a practical friction point that emerges when using long-running AI coding agents: the cognitive overhead of monitoring whether the model has paused and is waiting for user direction. Claude Code, Anthropic's terminal-based agentic coding tool, frequently operates autonomously for stretches of time before requiring confirmation, clarification, or a decision from the developer. During those intervals, users naturally shift attention elsewhere — to documentation, communication tools, or simply other tasks — and may not notice when the agent has stalled. HaptifyClaude solves this by repurposing existing hardware in a novel way, using Apple's Taptic Engine to deliver a physical nudge that is difficult to ignore even when the user is looking away from the computer.

The add-on represents a category of lightweight, developer-authored tooling that tends to proliferate around rapidly adopted AI products. Claude Code, since its broader release, has attracted a growing ecosystem of third-party integrations, wrappers, and quality-of-life utilities built by developers who encounter gaps between the tool's capabilities and ideal workflow integration. HaptifyClaude sits in that tradition — not extending Claude Code's underlying intelligence, but improving the ergonomics of working alongside it. The two-week real-world testing period the author references suggests the tool addresses a genuine, recurring pain point rather than a purely hypothetical one.

More broadly, the existence of such a utility underscores how agentic AI tools are reshaping human-computer interaction patterns in ways that existing notification and alert paradigms were not designed to handle. Traditional software notifications — sound alerts, badges, banners — assume an interaction model where the user is either actively engaged or briefly away. Agentic AI operates on longer, more unpredictable timescales, creating a need for ambient and persistent awareness mechanisms. Haptic feedback, historically used for button presses and scroll confirmation on Apple hardware, proves to be a surprisingly well-suited medium for this purpose, being both interruptive enough to capture attention and subtle enough not to be disruptive in shared environments. HaptifyClaude is a small but illustrative example of how developers are beginning to rethink peripheral and sensory interfaces in response to the behavioral demands of AI-assisted workflows.

Read original article →