Skip to content
§ project active

Ping

Personal AI companion via Telegram. Mobile-first interface to my entire personal infrastructure with 65+ tools.

active
Bun · TypeScript · grammy · Claude API · Whisper · MCP

Ping is my personal AI companion that lives in Telegram. It’s the mobile interface to my entire personal AI infrastructure · I can manage tasks, query my knowledge base, control Spotify, check my health data, and orchestrate other agents, all from my phone.

What It Does

Ping has 65+ tools organized across six domains:

Architecture

Ping runs as a systemd service on my X1 Carbon, using grammy for the Telegram layer and Claude as the reasoning engine. Tools are implemented as a registry pattern · each capability is a defined tool with schema + handler.

The bot includes a proactive intelligence layer called Pulse that delivers morning briefings with pattern detection across journals, health, and tasks. It also has an OpenRouter fallback chain for when API credits run low.

Key Design Decision

Ping handles mobile interaction while Zarq handles desktop orchestration. They coordinate via the Zarq Board task system · I can trigger desktop-grade work from my phone and get results back in Telegram.

Tech Highlights