Notifications ON for Your Partner - Attention Allocation in Practice

Matthew Diakonov··2 min read

Notifications ON for Your Partner - Attention Allocation in Practice

A survey asked people which notifications they keep enabled. The most universally enabled notification was not email, not Slack, not calendar reminders. It was notifications from their partner. This tells us something important about how humans actually allocate attention.

Notifications Are Attention Decisions

Every notification toggle is a statement about priorities. When you enable notifications for your partner and disable them for Slack, you are saying: interruptions from this person are worth the context switch. Interruptions from that app are not.

Most people make these decisions unconsciously. But the pattern that emerges is consistent: humans prioritize relationship notifications over productivity notifications. The attention cost of missing a message from someone you care about is higher than the attention cost of missing a Slack thread.

What This Means for AI Agents

AI agents that manage notifications should understand this priority hierarchy:

  • Not all notifications are equal - an agent that treats a partner's text the same as a marketing email is failing at its core job
  • Context matters - the same notification might be urgent during work hours and ignorable at 10pm
  • Notification bundling should respect priority tiers - batch low-priority notifications but deliver high-priority ones immediately
  • Learning preferences from behavior rather than explicit configuration, because people rarely articulate their actual priorities accurately

The Deeper Point

Attention is finite. Every notification is a withdrawal from a limited account. An AI agent that helps you manage notifications is not just a convenience tool - it is managing your most scarce resource.

The agents that get this right will not be the ones with the most sophisticated NLP. They will be the ones that understand the human priority hierarchy: relationships first, then urgent work, then everything else.

Fazm is an open source macOS AI agent. Open source on GitHub.

More on This Topic

Related Posts