Lomita OS
A supervised AI command center for relationship-driven investment teams—agents do the work, humans stay in control.
Overview
Lomita OS is the product behind Lomita AI: a supervised command center where investment teams manage a fleet of AI agents. The first vertical slice is an outbound email agent that moves a contact from CRM selection through grounded draft generation, human edits or feedback-driven revisions, and an explicit Gmail-approved send—then evaluates the first draft against the exact version that was sent, so the agent measurably improves over time.
Key Features
Technical Details
Built with Next.js and the Vercel AI SDK via AI Gateway. Supabase powers the multi-tenant backend with row-level security and encrypted Gmail history. Langfuse handles observability, with AI inputs and outputs omitted from hosted traces.
Learnings
Building agents for finance taught me that safety is the product: append-only audit records, AES-256-GCM encryption for mailbox data, server-side compare-and-swap checks on every send, and keeping the model physically unable to send email are what make an agent system professionals can actually trust.

