← Reddit

I got tired of opening an app to ask it things, so I built an assistant that reaches out to me first, it’s called Orb and is now live on the IOS app store

Reddit · TheOnlyVibemaster · July 26, 2026
A developer released Orb, an iOS application with a self-hosted open-source backend that proactively sends notifications about significant events such as completed builds, important emails, upcoming calendar items, and finished scheduled tasks instead of waiting for users to initiate conversations. The app supports both voice and text in a unified conversation stream and integrates with the user's personal computer to read/write files, execute commands, and delegate complex work to AI models. The backend was constructed using Claude Code and employs Claude as its primary AI model.

Detailed Analysis

A solo developer has launched Orb, an iOS application paired with a self-hosted, open-source backend designed to invert the standard chatbot interaction model. Rather than waiting passively for a user to open an app and type a query, Orb runs continuously in the background and proactively messages the user when something warrants attention: a code build finishing, a noteworthy email arriving, an upcoming calendar event, or the completion of a scheduled task. The stated design philosophy is restraint—if nothing meaningful has happened, Orb stays silent. The app itself is available on the App Store, while the backend that powers it runs locally on the user's own machine, with the developer emphasizing that this architecture keeps personal data off third-party servers.

Functionally, Orb positions itself as an orchestration layer as much as an assistant. It supports both voice and text input within a single continuous conversation, can read and write files, execute commands, and delegate more substantial coding or build tasks to other AI coding tools—Claude Code, Grok Build, and Codex—letting them work asynchronously while the user does something else, then reporting back when finished. It also supports natural-language scheduling, such as asking it to check a project's status at a specific time and deliver a summary regardless of whether the app is open. Beyond work tasks, it handles everyday utility functions like weather, calendar, email, and news, surfacing information unprompted when it judges the content relevant.

Anthropic's Claude plays a dual role in this project: Claude Code was used to build the backend itself, and Claude Opus serves as the default reasoning engine driving the assistant's behavior at runtime, accessed through the logged-in Claude CLI rather than a paid API key, with a fallback chain in case of rate limiting. Users retain the option to swap in other models. This detail reflects a broader pattern in the current wave of independent AI tooling—Claude has become a default substrate not just for coding assistance but for building consumer-facing agents, with developers relying on it both as a construction tool and as the "mind" of the product they ship.

The project also illustrates a maturing trend in personal AI tooling: the shift from reactive query-response interfaces toward ambient, agentic systems that monitor context (calendars, emails, running jobs, scheduled tasks) and decide autonomously when human attention is warranted. This mirrors broader industry movement toward "agentic" AI, where models don't just answer questions but take actions, manage multi-step workflows, and coordinate with other specialized tools—here, chaining together Claude Code, Grok Build, and Codex as interchangeable labor for different jobs. The self-hosted, open-source backend also reflects a growing counter-current to fully cloud-hosted AI products, appealing to users wary of sending personal data (emails, files, calendars) to third-party servers, even as the frontend app remains distributed through Apple's centralized App Store. As an early-stage, single-developer project—currently Windows-first, with acknowledged bugs in notification handling—Orb is less a finished product than a signal of where independent builders see the next phase of AI assistants heading: always-on, proactive, and stitched together from multiple foundation models rather than locked to one.

Read original article →