Launch HN: Minicor (YC P26) – Windows desktop automations at scale
20 points by fchishtie 2 hours ago | 7 comments
Hey we’re Faiz and Saheed and we built Minicor so AI companies who need to integrate to desktop systems with no API can quickly build scalable desktop RPAs. Demo: https://www.youtube.com/watch?v=MD0GHZIJ1cw

We were working on non-RPA integrations when a customer promised to sign a deal in 2 days if we could unblock a sale of theirs that involved integrating with a clinic’s Windows based medical record system. We didn’t know it at the time but it turns out that building desktop RPAs at scale is extremely difficult because scripting is hard (learning the system, defining the automation, UIs changing constantly), orchestration is hard (is the VM up? queuing, parallelizing) and debugging is hard (zero observability, false positives, cascading failures). 30%+ failure rates are not uncommon. At scale we’ve seen cases of failed RPAs leading to thousands of support tickets a month.

To solve the problems we were facing, we built an MCP that Claude Code/Codex can use to navigate a virtual machine running desktop software with Python to create RPA workflows. The RPA workflows run as Python scripts for speed, cost, and determinism. These workflows can be triggered by API following any input/output schema specified, with video replays and logs stored with each run. The MCP can debug RPAs and make changes to the underlying code, all of which are version controlled. We also built tools for cloning VMs for parallelizing RPAs, and handling 2FA/OTP challenges. Plus since workflows are code based: we were also able to add triggers for Slack notifications, human-in-the-loop steps, or call an LLM to verify the state of a VM by passing a screenshot.

Would love to hear your feedback and if you have any RPA horror stories! (:


polonbike 10 minutes ago
Congrats on the launch. One complaint: RPA this, non-RPA that, but you never explain what it means. I would write down the acronym fully once at the first mention on the landing page.
reply
fchishtie 40 seconds ago
Thank you!! Yeah that's a good point - it's been so engrained in our brains, appreciate the feedback
reply
mingabunga 41 minutes ago
Could you use this to test new releases of software for bugs? A bit like TDD but for GUI interactions
reply
fchishtie 31 minutes ago
Yes! we have customers doing that
reply
Boxxed 41 minutes ago
What the deuce is an "RPA"?
reply
saheed_laminar 30 minutes ago
Its an acronym for Robotic Process Automation. It usually means triggering mouse clicks and key stokes to perform tasks
reply
fchishtie 36 minutes ago
It's a script that simulates clicks/keystrokes on Desktop/Web
reply