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

HolyClaude: Docker Container for Claude Code with Browser UI and Headless Chromium
HolyClaude is an open-source Docker container that packages Claude Code CLI with a browser UI, headless Chromium, and additional AI coding tools. Setup requires only docker compose up and provides access at localhost:3001.

OpenClaw vs Hermes: Choose the Right Self-Hosted AI Agent After 100+ Deployments
After deploying 100+ AI agents for clients, a Reddit user shares hard-won lessons: OpenClaw (149K stars) is the reliable workhorse for single/small fleets; Hermes excels at multi-agent orchestration but has a smaller community.

8 Advanced Claude Code Tips: Cost Saving, Context Management, Custom Commands
Practical tips from heavy daily use of Claude Code, covering git workflow automation, multimodal image input, API usage tracking, context compaction, session resumption, rule management, thinking triggers, and custom commands.

Harnessing Claude Code for Bot Consultancy: A Deep Dive
Exploring the integration of Claude Code within bot development to enhance functionality through AI consultancy, as shared by an enthusiast on r/clawdbot.