Komos
Turn a 5-minute screen demo into an automation
I started building this because I kept seeing two things at the same time:
- Lots of people want to automate “real work” that happens in browsers and portals
- But general AI agents still aren’t reliable enough when money, compliance, or repetitive ops are involved
- And even when an automation works, maintenance becomes the real cost (small UI changes, edge cases, login flows)
What Komos is trying to be:
Not a black-box agent run, but a way to create deterministic automations quickly, then keep them maintainable.
How you build automations:
- Teach it once: you walk through the workflow (screen recording + narration), talk to the AI like a teammate, and it generates the automation from that session
- Or write it in plain English: describe steps like you would to a coworker
How you maintain it:
- The workflow is step-by-step, inspectable, and editable later
- Edits are also in plain English, so non-technical teammates can safely update flows without writing code
Other pieces we added because they show up in “actual business” automations:
- Built-in document parsing and extraction (invoices, statements, bank statement docs)
- APIs + webhooks to integrate with other systems
- Bring-your-own runner so it can access internal sites and SSO-protected tools
A few workflows we’ve helped automate so far:
- Invoice processing and bank statement reconciliation
- Tableau dashboard loading and testing
- Order submission from one system into another (mostly browser steps)