Skip to content
§ project archived

Pulse

Proactive intelligence layer that analyzed patterns across journals, health data, and tasks to surface insights.

archived
TypeScript · Bun · Claude API · Oura Ring API · Todoist API

Pulse was a standalone proactive intelligence system that ran pattern analysis across my journals, Oura Ring health data, and Todoist task history. It would surface things like “you’ve been sleeping poorly for 3 days, your task completion rate dropped 40%” or “you tend to be most productive on Tuesdays after morning walks.”

How It Worked

Pulse ran as a scheduled job, pulling data from multiple sources and running it through Claude for pattern detection. It generated daily briefings and anomaly alerts, then pushed them to me via Telegram.

The core loop was: collect data, detect patterns, generate insight, deliver notification.

Why It’s Archived

Pulse’s capabilities got absorbed into Ping. Instead of being a separate service, the pattern analysis now runs as a scheduler job inside Ping’s core. The morning briefings, health signals, and productivity insights all live there now. Less infrastructure, same functionality.