aditya/work/orca ai
2025  ·  TypeScript · Node.js · Android ADB · LLM Agents

Orca AI

zero-step agentic task automation on android where you just text what you need on whatsapp or telegram and we run scripts to make it happen.

so basically the problem with apps is that there are way too many of them and every single one is just another chore between wanting something done and actually having it happen. you have to unlock your phone, search for the app, wait for it to load, parse whatever interface they designed this week, click five buttons, and close it. it's incredibly stupid when you think about it. orca is our attempt at a zero-step interface. you don't download an app. you don't learn a UI. you just send a normal text on whatsapp or telegram, like "order a veg burger from the place down the street and book a cab to the office," and it just happens in the background. we set this up using a server-side runner that hooks into android devices using ADB (android debug bridge) and custom accessibility service scripts. when you send a message, we parse the intent using an LLM, translate it into a sequence of low-level UI gestures (taps, scrolls, text inputs), run them on a headless device cluster, and stream the confirmation back to you. in india, there are like 500 million people on mobile who are genuinely not going to download one more app for one specific task. they already know how to use whatsapp. orca meets them exactly where they are.