Earlier quoted context omitted.
Partially inspired by WD-40 but more so the exorbitant price for anything workflow.com. The number did have some logic behind it: 8 letters in automate and 6 in no-code.
I thought it had to do with the 8086 dynasty of of Intel processors and the relation to tech and automation that computers have.
Show HN: Workflow86 - An AI business analyst and automation engineer
21–30 of 48 posts
Re: Show HN: Workflow86 - An AI business analyst and automation engineer
#22Curious as to how this stacks up to some of the other AI copilots, I think Make and Zapier kinda have something similar?
Make's copilot is pretty limited to generating an outline of the flow by selecting the right nodes but does not actually configure them. You still need to manually click into each one and set it up.
Zapier goes a bit further than Make, but it still leaves the workflow with a lot of configuration work that needs to be picked up by the user.
In both Make and Zapier, you really need to prompt the AI copilot in a very specific way to get good results. In our case, the AI is designed to use its business analyst/consultant mode to extract information so it can work from very general, unclear and ambiguous instructions to a clearly defined workflow/process to build.
The ability for our AI to edit the workflow at any time (including on top of your own manual changes) also means you can have a continuous iterative dialog/interaction with our AI copilot vs a once off interaction at the start. Both Make and Zapier's AI Copilots lack this or are very weak in being able to edit existing workflows reliably.
Re: Show HN: Workflow86 - An AI business analyst and automation engineer
#23Curious as to how this stacks up to some of the other AI copilots, I think Make and Zapier kinda have something similar?
Our AI goes much further than Zapier/Make in terms of how far it can get you towards a complete, ready-to-run workflow. Make's copilot is pretty limited to generating an outline of the flow by selecting the right nodes but does not actually configure them. You still need to manually click into each one and set it up. Zapier goes a bit further than Make, but it still leaves the workflow with a lot of configuration wor…
I'm sorry to be rough, but from your description it just sounds like your AI somehow does a better job with prompts compared to Zapier & Make, which is highly subjective.
Besides that, this looks very cool and IMO is the future of interfacing AI automations in work environments
Re: Show HN: Workflow86 - An AI business analyst and automation engineer
#24Earlier quoted context omitted.
Our AI goes much further than Zapier/Make in terms of how far it can get you towards a complete, ready-to-run workflow. Make's copilot is pretty limited to generating an outline of the flow by selecting the right nodes but does not actually configure them. You still need to manually click into each one and set it up. Zapier goes a bit further than Make, but it still leaves the workflow with a lot of configuration wor…
What exactly is "your AI"? From how you describe it, it's a GPT model with a "You're a business consultant" prompt. I'm sorry to be rough, but from your description it just sounds like your AI somehow does a better job with prompts compared to Zapier & Make, which is highly subjective. Besides that, this looks very cool and IMO is the future of interfacing AI automations in work environments
Re: Show HN: Workflow86 - An AI business analyst and automation engineer
#25You should add 2500 app integrations to Workflow86 via Pipedream Connect -- https://pipedream.com/connect
Not because it isn’t useful (to be honest it looks decidedly useful as an API aggregator service) but the fact that one of its main selling points is for “AI”.
Yet, if we had AI, it would be able to build these integrations itself
Re: Show HN: Workflow86 - An AI business analyst and automation engineer
#26Re: Show HN: Workflow86 - An AI business analyst and automation engineer
#27Congrats on shipping this.
Off topic question out of curiosity:
If we are builde a simpler visual "workflow" tool that allows users to drag and drop components on to a canvas, connect them, create brancing logic etc and configure properties of each components in a properties panel .... is there a good open source library/framework that we can add to say a React front end that has a lot of this UI already available? Thanks
Re: Show HN: Workflow86 - An AI business analyst and automation engineer
#28Earlier quoted context omitted.
Our AI goes much further than Zapier/Make in terms of how far it can get you towards a complete, ready-to-run workflow. Make's copilot is pretty limited to generating an outline of the flow by selecting the right nodes but does not actually configure them. You still need to manually click into each one and set it up. Zapier goes a bit further than Make, but it still leaves the workflow with a lot of configuration wor…
What exactly is "your AI"? From how you describe it, it's a GPT model with a "You're a business consultant" prompt. I'm sorry to be rough, but from your description it just sounds like your AI somehow does a better job with prompts compared to Zapier & Make, which is highly subjective. Besides that, this looks very cool and IMO is the future of interfacing AI automations in work environments
One example of what we had to do to achieve this was to develop an "intermediary language" defines how the current state of the workflow is represented to the AI and how the AI responds back - this needed to capture enough detail about the workflow without overwhelming it with too much context. We also developed techniques for structuring the prompting, with the process of building a workflow actually split into 3 stages: a pre-build planning stage, a build stage where the overall structure of the workflow is set, and then a build node stage where each individual node its configured. There is a bunch of other techniques we developed to get LLMs to be able to do what they current do, but these are just some examples of how it's a bit more than just a "You're a business consultant" prompt.
One thing I'd encourage people to do is test these co-pilots head-to-head on the same prompt. If you were to ask Zapier or Make to "build me a process for triaging customer complaints", I'd expect them to not get very far, perhaps an outline of some apps you could connect together to achieve it. If you asked our AI this same request, it would be able to deliver a complete workflow with fully configured forms, tables, branching logic, tasks etc
Re: Show HN: Workflow86 - An AI business analyst and automation engineer
#29What’s the path to MS365 integration? Thats where all my work is
Re: Show HN: Workflow86 - An AI business analyst and automation engineer
#30Impressive and full of great potential! Congrats on shipping this. Off topic question out of curiosity: If we are builde a simpler visual "workflow" tool that allows users to drag and drop components on to a canvas, connect them, create brancing logic etc and configure properties of each components in a properties panel .... is there a good open source library/framework that we can add to say a React front end that h…