PocketBot: A Local AI Autopilot for iOS Using App Intents and On-Device Inference

PocketBot is an iOS autopilot agent that runs entirely on-device, using native iOS frameworks to create event-driven automations without sending data to cloud servers. The developers built it over four weeks with help from Claude Opus 4.6's 1M context window.
Architecture and Technical Details
The system uses a privacy-first approach with these key components:
- 100% Local Inference: Runs a quantized 3B Llama model natively on iPhone's Neural Engine via Metal
- Native Orchestration: Uses Apple's AppIntents and CoreLocation frameworks instead of screen scraping
- Event-Driven Engine: Only wakes up in background when OS fires system triggers (location, time, battery)
- Privacy-First: Prompts, data, and automations never hit cloud servers
Current Capabilities
Three working examples from the beta:
- The Battery Savior: "If my battery drops below 5%, dim the screen and text my partner my live location."
- Morning Briefing: "At 7 AM, scan my calendar/reminders/emails, check the weather, and push me a single summary notification."
- Monzo/FinTech Hacks: "If I walk near a McDonald's, move £10 to my savings pot."
Development Context and Challenges
The developers built PocketBot because they wanted a "Driver, not a Search Bar"—an actual agent rather than just another chatbot wrapper. They specifically avoided fighting the OS by architecting around native iOS APIs.
Current limitations include battling memory limits of A-series chips during on-device reasoning. The beta is limited to 1,000 testers to monitor battery impact across different iPhone models, with particular interest in testing on iPhone 15 Pro or newer devices to see if iOS kills the app process.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code Routines Tunes CLI Performance 2.4x in 20+ PRs
Using Claude Code's Routines on a 2-hour cron to autonomously tune an open-source CLI (Repomix), resulting in 20+ auto-generated PRs and a 2.4x runtime improvement.

Open-source Specialist Dispatch adapter delegates complex tasks to Claude Code
expert-dispatch is a ~500-line bash script that lets a cheap AI assistant delegate complex coding tasks to Claude Code CLI. It uses commands like dispatch-cc run to send tasks and maintains per-project directories with CLAUDE.md for persistent context.

Agent Browser Shield: Free OpenClaw Extension Blocks Prompt Injection & Dark Patterns
PixieBrix releases Agent Browser Shield, a free source-available browser extension for OpenClaw that blocks prompt injection, dark patterns, and context pollution while cutting token usage.

Free AI Product Launch Playbook Repository for Claude Users
A developer has released a free repository containing a structured AI product launch playbook designed to work with Claude. The repo organizes launch experience into practical stages including strategy, preparation, execution, and includes templates and tool references.