Show HN: An n8n alternative where coding agents build the workflows, not humans(velane.sh)
velane.sh
Show HN: An n8n alternative where coding agents build the workflows, not humans
https://velane.sh/
2 comments
Makes sense. I wonder if the next abstraction after "agents generate workflows" is "agents generate intent, and workflows become a compiled artifact."
Feels like manually editing huge JSON graphs is similar to editing compiled code instead of the source.
Interested to see what representation you landed on.
Feels like manually editing huge JSON graphs is similar to editing compiled code instead of the source.
Interested to see what representation you landed on.
"agents generate intent, and workflows become a compiled artifact" -> this was partially done by Composio, more like your AI agent gives command/intent to Composio's agent to get some info, then Composio's creates workflow on the fly and runs it. But it was adopted and they abondoned it (for b2b), maybe it too early.
My understanding was (based on 2yrs of building agents), generate workflows while building the agent, and let it call it.
Also I don't believe in representation of workflow, just let your coding agent create and vaidate it, if it works, it works.
My understanding was (based on 2yrs of building agents), generate workflows while building the agent, and let it call it.
Also I don't believe in representation of workflow, just let your coding agent create and vaidate it, if it works, it works.
I'm building an alternative where workflows are authored by a coding agent in [a more dev-legible format] instead of JSON blobs, and execute it at scale.