Hey HN! Recase is a framework to build workflow automation in code. These are run through a simple UI, API, or a natural language command on Slack.<p>We just finished the YC batch and decided to pivot from fintech compliance to the space we love most: devtools<p>When I was a PM, I got the same tasks from support or sales every day.
- Can you tell me why this payment was declined?
- Customer requested this feature. Can you create a ticket?
- Please upgrade customer X to new pricing plan<p>I hated the context switching (logging into different tools) to resolve them. Even when we built internal tools or FAQs, colleagues still came to me.<p>With Recase, devs can code and deploy AI process automation quickly. Each workflow is defined as a single typescript file, in which you specify the inputs to the task and the function to run. You can use our primitives to call LLMs, scrape and search the web, and deploy them with one command.<p>Some examples of workflows we're running on Slack:
- /rc refund payment_239847 for customer 23459
- /rc pull all declined transactions over l3m for customer 23490.
- /rc book my annual leave from next tuesday to friday<p>In each case, Recase figures out which of my workflows should be run, extracts the inputs, and runs it.<p>We’re super early, and if you have any honest feedback, we’d love to hear it!