Healthcare software was designed for humans. Multi-step, nuanced workflows: prior auth submissions, EHR note creation, eligibility verification. The kind of work that can't be reduced to an API call.
That's what AI agents in healthcare are being asked to automate. And the infrastructure to do it reliably doesn't exist off the shelf.
We build it: A coding agent to generate automation scripts, fully managed infrastructure to run them at scale, and a maintenance agent to keep them working as portals and EHRs change.
Today, we're announcing our $5M seed round, backed by Floating Point, @MeridianStCap, Twine Ventures, @refractvc and angels like @zacharylipton (CTO, Abridge) and @dps (fmr. CTO, Stripe).
If you're building AI agents that need to operate payer portals or EHRs, we'd love to talk. And we're hiring!
We're taking our healthcare AI happy hour to New York this May!
Co-hosting with Medallion, Superdial, Nirvana, Acadia and Meridian Street Capital. Casual evening for founders, operators and engineers working on hard problems in healthcare
Today, we’re launching Automatic Password Updates.
Many websites require you to update your password every 90 days and historically, we would flag this but didn’t automatically address this for our customers.
CloudCruise now:
• triggers an automatic password update
• stores it in your CloudCruise vault
• re-runs the automation seamlessly
Every healthcare workflow can be mapped to an automation script. The bottleneck is maintaining it in an environment where UIs and business requirements change.
Traditional computer use runs an agent loop on every task. We're building an autonomous system that generates the script once, executes deterministically, and self-heals when something breaks.
Computer use & browser automations represent a possible end run around broken/missing integrations in legacy systems (incl EHRs). It’s at once a beacon of promise and a ghastly technical challenge, requiring innovation on evaluation and self-healing. Excited for @adrmtu & team!
Healthcare software was designed for humans. Multi-step, nuanced workflows: prior auth submissions, EHR note creation, eligibility verification. The kind of work that can't be reduced to an API call.
That's what AI agents in healthcare are being asked to automate. And the infrastructure to do it reliably doesn't exist off the shelf.
We build it: A coding agent to generate automation scripts, fully managed infrastructure to run them at scale, and a maintenance agent to keep them working as portals and EHRs change.
Today, we're announcing our $5M seed round, backed by Floating Point, @MeridianStCap, Twine Ventures, @refractvc and angels like @zacharylipton (CTO, Abridge) and @dps (fmr. CTO, Stripe).
If you're building AI agents that need to operate payer portals or EHRs, we'd love to talk. And we're hiring!
The Agent axioms:
1. There is always a workflow (it may be trivial such as the implicit single step workflow)
2. Workflows may contain agents (LLMs with tools in a loop)
3. Tools are workflows ((even if trivial per 1) which can contain agents per 2)