n8n has been good but not great in our organization (and we pronounce it "Nathan", to answer someone else's question). It's effectively a self-hosted version of Zapier and has quite a few built-in integrations. It's a bit more annoying to use than Zapier (but the price is right), and the AI features are currently about like the AI features of every other product: basically sufficient to tell investors "we do AI!" but…
N8n – Flexible AI workflow automation for technical teams
41–50 of 101 posts
Re: N8n – Flexible AI workflow automation for technical teams
#42Re: N8n – Flexible AI workflow automation for technical teams
#43I have a friend that uses them, but I took a separate route and just decided to learn programming basics, at least enough to be able to vibe code. I'm thinking why not just use APIs?
Re: N8n – Flexible AI workflow automation for technical teams
#44Can someone talk about their experience using n8n? I’ve seen it in passing a lot lately, but I wonder what some good successful use cases are
Re: N8n – Flexible AI workflow automation for technical teams
#45n8n has been good but not great in our organization (and we pronounce it "Nathan", to answer someone else's question). It's effectively a self-hosted version of Zapier and has quite a few built-in integrations. It's a bit more annoying to use than Zapier (but the price is right), and the AI features are currently about like the AI features of every other product: basically sufficient to tell investors "we do AI!" but…
How would you compare it with Node Red? I've just poked at them, but my impression was that Node Red much more capable. IIRC one of my issues with n8n was the lack of streaming ability, which kills it for large datasets.
Re: N8n – Flexible AI workflow automation for technical teams
#46Re: N8n – Flexible AI workflow automation for technical teams
#47I’m suspicious about n8n being able to abstract properly to allow for dynamic agentic workflows. Anyone have actual experience?
Re: N8n – Flexible AI workflow automation for technical teams
#48Earlier quoted context omitted.
How would you compare it with Node Red? I've just poked at them, but my impression was that Node Red much more capable. IIRC one of my issues with n8n was the lack of streaming ability, which kills it for large datasets.
I evaluated both at one point, and n8n is a "we have NodeRed at home" product. Didn't see the point.
n8n is far more high level with google sheet nodes communicating with postgres database nodes. There is far less ability to do manipulate the data being passed around - as many said Zapier-like.
NodeRED is used for home automation and talking to devices that are connected to the network and providing nice dashboards of things happening. Another big use case is IIoT. So it less focussed on integration of SaaS services and more on devices integration and inter-communication between devices.
Plus NodeRED has a great collection[1] of third party nodes that can help in connecting to new devices. Installing nodes is based on npm but is completely automated.
Re: N8n – Flexible AI workflow automation for technical teams
#49Earlier quoted context omitted.
I can highly recommend n8n. I prefer it over Make.com, Pipedream, Zapier, etc. for automations and AI agent tasks. Basically, anything you want to automate but don't want to spin up a custom code server each time. The main reasons I switched to n8n are it's open source, meaning I can run it locally without limits, and it supports code nodes in javascript and python. Make.com used to drive me bonkers when it took 10+…
It’s not open source though.
Re: N8n – Flexible AI workflow automation for technical teams
#50n8n has been good but not great in our organization (and we pronounce it "Nathan", to answer someone else's question). It's effectively a self-hosted version of Zapier and has quite a few built-in integrations. It's a bit more annoying to use than Zapier (but the price is right), and the AI features are currently about like the AI features of every other product: basically sufficient to tell investors "we do AI!" but…
It’s early days but check out Tracecat. I’ve been playing with it a bit and love it!