Working remotely, I keep closing a social app after an unplanned doomscroll, then reopening it because a notification or “you might have missed” prompt pulls me back. I’d like an OS- or browser-level re-entry cooldown: after a user-defined session, suppress algorithmic notifications and comeback prompts for, say, two hours, while still allowing direct messages, urgent alerts, and explicitly whitelisted communities.
This seems partly implementable locally. Android already exposes on-device usage signals through UsageStatsManager, and notification channels (sometimes called categories) can be controlled individually. Apple’s DeviceActivity offers local activity monitoring too. The hard part is reliable labeling: notifications are easier to filter than in-app prompts, and browsers lack a standard semantic distinction between a DM and a recommendation.
I’d make this user-configurable, not a default mandate, with platforms required to label categories honestly. Is that a tool you’d trust, or paternalism with an override button? What exceptions or failure modes would matter most?