A walkthrough of Lonely Pine AI: the live client systems, the architecture underneath them, and the project we'd bring you onto first.
Lonely Pine AI is a founder-led studio based in Tokyo, serving clients in Hawaii and beyond. After a decade at a Fortune 10 company, Nalu left in June 2025 to build AI systems for real operators: restaurants, vacation rental managers, boutique resorts, painting contractors. Not demos, not decks. Production systems that answer phones, write orders, and run back offices every day.
Every system below is deployed and in use today. The architecture line under each card is the part you asked about.
Hoku, an AI phone agent that takes food orders on the main line, prices them from the live Square catalog, writes real orders into Square, and texts payment links. Plus an order tracker that reconciles phone revenue on scheduled jobs, and a native rewards app now in proposal.
Steward, a Claude-powered operations agent the whole team uses: pipeline intelligence from their CRM, call attribution, weekly scorecards into Slack, a tagged knowledge corpus with semantic search, and a console the owners live in. Delivered inside a fractional Chief AI Officer engagement.
Malia, a guest-facing voice agent that handles arrival questions and weekly check-in logistics, plus an operations dashboard behind magic-link auth. Now building their reservation-system MVP as the first quarter of a fractional CAO engagement.
Lani, a voice agent that quotes live availability sourced from the real booking site, refreshed by a pre-warming cron across all 72 units. Around it: automated weekly email newsletters, a monthly reporting suite, and a social content system.
Blu, a document-intelligence assistant for a hospitality development group: ingestion pipelines for their file corpus, DOCX round-trip editing, threaded conversations, and locked-template daily and monthly reports on scheduled crons.
Operations dashboard on a real database: guest check-in forms routed straight into D1, competitor-listing suppression handled by a scheduled job, and an automated monthly owner report.
A full native mobile app shipped to both the App Store and Google Play: schedules, announcements, push-ready architecture, a beta program with 26 testers, and a feedback pipeline writing into a database, plus admin dashboards.
The studio's own operating cockpit: daily pulse across every client system, checklists, and status boards, all behind zero-trust auth. The same patterns clients get, pointed inward.
Also live: hawaiicustomtreasures.com, a pro bono small-business site, and Wayfinder AI, the studio's own newsletter and funnel.
Everything runs on the same layered pattern. A client engagement is mostly configuration and integration on top of proven plumbing, which is why one person can run eight production systems.
Inbound and outbound phone agents with per-client prompts, tools, and guardrails. Each agent calls back into our backends for live data mid-conversation.
Claude powers the reasoning: conversation agents, document analysis, report drafting, and semantic search over client knowledge corpora with sensitivity tagging.
Production TypeScript on Cloudflare Workers. Started as one shared Worker, now peeled into dedicated per-client Workers with audited auth gates, scheduled crons, and a fail-loud rule for anything automated: broken reports page us, they never silently skip.
Serverless SQL for operational data, KV for config and caching, vector storage for semantic search. Every client gets isolated data with ownership checks.
The systems clients already run, wired in both directions: point of sale, CRM, call tracking, email, payments, chat.
Dashboards, consoles, and client apps on Cloudflare Pages, gated by zero-trust access or magic-link auth. Native mobile via React Native and Expo when the product calls for it.
The entire studio is built and operated through Claude Code: design, implementation, tests, deploys, and reporting run as deep AI-collaborative sessions with hard, mechanically enforced quality rules. This is the part most shops have not figured out yet.
A single-page website build for Halehaku Maui, a Maui store run by Felix Vandyke. Small scope on purpose: it is the full arc of a client engagement, design through launch, compressed into about two weeks. Ideal first project to work end to end together.