21 comments

  • polonbike8 hours 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.
    • fchishtie8 hours ago
      Thank you!! Yeah that's a good point - it's been so engrained in our brains, appreciate the feedback
  • oveja4 hours ago
    For those confused like I was, RPA stands for Robotic Process Automation.
  • absk821 hour ago
    The underlying mechanism is different from something like computer use? Where can I find more details about how it works ?
  • throw031720195 hours ago
    Biggest question is how much of this can be stored / processed on our own infra and with our own lifecycle rules? For example, this can touch a lot of PHI. Screenshots, videos, JSON inputs/outputs etc.
    • fchishtie5 hours ago
      logs get written in our customers' premises on a bucket of their choosing (: so PHI doesn't leave their VPC
      • throw031720195 hours ago
        That’s perfect. Is this documented somewhere? Would love a deep dive on security / setup tweaks for data.
        • fchishtie5 hours ago
          happy to share more over email! you can reach me at faiz@minicor.com
  • throw031720196 hours ago
    Does this only revert back to LLM Vision when it catches an error? I.e once the RPA / workflow is built once, it’s efficient for running multiple times (until it catches an error state)?
    • fchishtie6 hours ago
      yes effectively, but we use LLM vision in multiple places - for context, there are multiple ways an RPA can fail:<p>1. RPA code breaks (ex: throws an exception if a window does not exist) 2. RPA reports success but was clicking &#x2F; typing in the wrong place 3. Underlying system breaks (virtual machine &#x2F; legacy software)<p>the skill we have in our MCP is to build the RPA code to throw exceptions where possible so an LLM can understand the context and recover<p>to avoid false success states we add LLM vision steps in the workflow itself to error out if it sees that the system is in the wrong state<p>and for the underlying system breaking it can be as simple as having a CRON job that checks the status of the process &#x2F; the health of the VM and running a script to reboot the system<p>it depends on the system but the pattern we&#x27;ve seen with RPAs is you can catch maybe 80% of the edge cases in the first week it&#x27;s been rolled out
  • nthdesign3 hours ago
    Can you compare Minicor to Convey? They seem very similar. We had a product demo of Convey wherein they showed us how you could train the agent to use legacy software using a simple shared screen capture and verbal instructions.
    • fchishtie2 hours ago
      great question - Minicor doesn’t offer any agents for performing the automation - we focus exclusively on connecting coding agents to the legacy system and using our MCP to build code based automations for doing so at scale - trying to solve the 30% error rate in robotic process automations
  • dragonsenseiguy7 hours ago
    Small website nitpick: I feel like the &quot;In production with&quot; section&#x27;s companies logos should be a bit darker, I could barely tell there was something there.
    • fchishtie7 hours ago
      yes good call out - that customer wheel is so overdue for an update
  • a-dub6 hours ago
    i&#x27;m curious: how does the steady state error rate of a stochastic automated system like this compare with the downtime and errors that come from a (brittle) deterministic bridge that can fail with upgrades? what does the observability look like? (i&#x27;m guessing one feature is that the execution log including images&#x2F;screenshots for each transaction gets saved, which is probably a huge improvement.)
    • fchishtie6 hours ago
      it’s a good q - we experimented a lot with computer use &#x2F; agentic automation and found that at scale a hybrid solution where the automations run as deterministic code with agents for recovery is the best - running automations as code is faster &amp; cheaper &amp; when you’re doing critical tasks (like updating patient records) you don’t want an agent to potentially mess something up.<p>previously writing RPA code used to take a long time - using AI (and its infinite patience) we can write more durable code that covers more edge cases<p>And since they’re code based it’s pretty straightforward to an agents monitor them and update their code when upgrades to the underlying system happen etc…<p>for observability - we have workflow execution logs that store text, videos and screenshots so an agent or a human can debug them - lots and lots of webhooks when things break ! (:
  • theaniketmaurya7 hours ago
    Congrats on the launch! Legacy system users are also one of the slowest to adopt AI. How do you navigate that?
    • mediaman4 hours ago
      I&#x27;ve found that legacy system users (or at least the execs) are pretty excited about AI because they hate their legacy systems but can&#x27;t really do anything about it (ERP changes are an extreme nightmare, and often no better system exists with all the capability they need). They want to wrap it in AI to automate stuff without changing out the core system.<p>This seems like a good approach to me, I work with a lot of legacy ERP-using companies in the manufacturing sector and can immediately see how we could put this to use for our customers.<p>I especially like that it&#x27;s not doing computer use for everything which so far doesn&#x27;t really seem to be working, especially outside the browser.
      • fchishtie4 hours ago
        yeah those core systems of record are so locked in place - I can&#x27;t even imagine the change management
    • debarshri7 hours ago
      Legacy system users are also the one who pays the most for tools and services. We sell to enterprise, I can attest to that. If it is relevant usecase and positioning for the market, it should be fine.
      • fchishtie7 hours ago
        yeah it’s been interesting to watch, we were surprised initially at how much legacy users actually wanted to adopt AI - I think it’s because of how awful the old software can be to interact with
    • fchishtie7 hours ago
      100% right - we support the AI companies who are selling to the legacy end users - for ex: we don’t sell directly to hospitals, but an AI scribe for doctors that already has a hospital as a customer, we help them integrate to the hospital’s EMR
  • mingabunga8 hours ago
    Could you use this to test new releases of software for bugs? A bit like TDD but for GUI interactions
    • fchishtie8 hours ago
      Yes! we have customers doing that
  • ilundin6 hours ago
    Is the cloud LLM the judge based on screenshots with patient&#x2F;customer data included ? That seems like a no-go for many countries given privacy concerns ?
    • fchishtie6 hours ago
      No patient&#x2F;customer data included in the screenshots - in production we’d basically find some “region” of the screen to screenshot that would help an LLM say yes&#x2F;no to - ex: “is the nav bar green and does it say Insert Note”
      • ilundin5 hours ago
        Ok, that seems doable if working perfect, but what is the tool output &quot;i can see the patient list with search functionality and 30 patients&quot; thing in the demo ? Is this not vision detected ? Or are you digging into windows api (making non standard windows components&#x2F;widgets non working)?
        • fchishtie5 hours ago
          ah for the fake EMR demo I was a bit less strict with claude, it was vision detected likely - our MCP has tools for taking screenshots of the screen and inspecting the windows accessibility tree etc
  • throw031720197 hours ago
    So AI companies would install this on their customer (practices) computers?
    • fchishtie7 hours ago
      Yes, more likely on a virtual machine running the legacy software
      • throw031720197 hours ago
        Thanks. Most practices are not tech savvy. So how would the VM setup work in their own network &#x2F; machines?
        • fchishtie7 hours ago
          Yeah that’s true - in those cases we’ve either worked with their outsourced IT provider to spin up VMs for us or have had to spin up our own VM and connect through a VPN - IT can be very fun…
  • throw031720196 hours ago
    How does this compare with CyberDesk (also YC)?
    • fchishtie6 hours ago
      We think CyberDesk is great - our main difference is I believe the primary driver for their automations is computer use &#x2F; agent based - whereas our automations use agents to create&#x2F;maintain&#x2F;support python code
  • kul4 hours ago
    congrats on launch!
  • throw031720197 hours ago
    Please make your trust center public if you are focusing on healthcare AI companies…the footer link is dead.
    • fchishtie7 hours ago
      Thanks for flagging this!
  • snozolli6 hours ago
    <i>Computer use agents that run on Windows VMs or in the browser. On-premise, cloud</i><p>I think you meant premises.<p><a href="https:&#x2F;&#x2F;brians.wsu.edu&#x2F;2016&#x2F;05&#x2F;30&#x2F;premise-premises&#x2F;" rel="nofollow">https:&#x2F;&#x2F;brians.wsu.edu&#x2F;2016&#x2F;05&#x2F;30&#x2F;premise-premises&#x2F;</a>
    • throw031720196 hours ago
      I’ve never heard a customer say “on-premises” when talking about servers they run. On-premise is usually the term regardless if it is “correct”.
      • snozolli6 hours ago
        54% of Americans read below a 6th grade level. People word-mash &quot;alot&quot;, &quot;atleast&quot;, and now &quot;eachother&quot; all the time. Sports commentators use verse when they mean versus.<p>I&#x27;m not suggesting that you correct your customers, but there&#x27;s no reason to sink to the lowest common denominator when writing.
    • fchishtie6 hours ago
      thank you - good catch (:
  • Boussettah1 hour ago
    [flagged]
  • danelliot2 hours ago
    [flagged]
  • alexschose5 hours ago
    [flagged]
  • Boxxed8 hours ago
    What the deuce is an &quot;RPA&quot;?
    • saheed_laminar8 hours ago
      Its an acronym for Robotic Process Automation. It usually means triggering mouse clicks and key stokes to perform tasks
    • fchishtie8 hours ago
      It&#x27;s a script that simulates clicks&#x2F;keystrokes on Desktop&#x2F;Web
  • viveksingh_177 hours ago
    [flagged]