Great video! Thanks for sharing about n8n. Been wanting to know more about this. Your video clarifies it perfectly. And happy to be your 1000th subscriber!!
I was watching your other videos and thinking, he could do this in N8N, which is open source and the most used right now. And now I see this video😅 I'm glad you decided to focus on N8N, your videos are great. Thank you very much for your work!
Hello Neil, what an incredible job, the first thing I want to say is congratulations and please continue making this kind of content, I would also like to ask how I can access the templates of the connected noods? What happens is that there is only the main template but the others appear in gray, thank you and I hope I can continue learning more
Thank you for sharing ❤. n8n gets crazy powerful when you hook up Supabase via the Postgres memory. Multiple agents can read the memory without writing into it and you choose which ones gets the right to write the final AI message.
For images you could add instructions to your llm node to build it out and make it much more complex. So taking in a simple prompt and spitting out a very detailed complex one
Thanks, yeah this is something I've done in a previous Midjourney automation, I just thought I'd keep it simple here for the purposes of demonstrating the agent's capabilities.
Hi Neil. Just come across you today and mate your great at what your doing. What advice could you give to someone starting out using n8n, I mean what route would you take now knowing what you know if you were a beginner. I really appreciate your help. Thanks and hope you carry on with your agent building and making some super agents
Hey, glad you're enjoying the content! I'd honestly say the number one thing is just to start building things. Start simple, something like: take a list of sentence in a spreadsheet, run through OpenAI and translate to Spanish, then update the spreadsheet with the translation in the next column. Once you start building things like this everything starts to click and you can build more and more complex things. I plan on making a tutorial video/series on building agents in N8N, but it might take a while as it will have to be fairly comprehensive. In the meantime, N8N has a simple course you can follow along and build with: docs.n8n.io/courses/level-one/ Good luck :)
Thanks so much for the great video Neil, and thanks for sharing the template. A couple of questions please: 1) How secure is it for a business to upload sensitive documents to a vector store then use an LLM to perform tasks using them? I understand the vector store is secure but what about exposing the data to an LLM? 2) Seems getting the agent prompt correct is super important. Can you recommend any guidelines/courses for generating prompts for these agents?
Hey Ben, thanks for watching! 1) No issues here - as you say the vector store is secure, and OpenAI don't use your data for training or anything when using the API 2) Yeah the prompt is extremely important, however it's really not rocket science. You can just write simply and clearly in plain English what it is you want the agent to do, as if you were writing instructions or an SOP for a new employee. The key is just to keep testing until you get something that works.
Thank yuo Neil! I am playing around with n8n. Can you tell us how do you deploy these agents? I am using render (free) and i am crashing the server all the time. Thank you for your help
Here's the template for this build: neilstephenson.beehiiv.com/p/n8n-the-best-tool-for-building-ai-agents
Great video! Thanks for sharing about n8n. Been wanting to know more about this. Your video clarifies it perfectly.
And happy to be your 1000th subscriber!!
Here's the message in English:
Incredible! This is a very professional job. Thank you for that great template. You’ve just gained a new subscriber
😂
Great work mate
I was watching your other videos and thinking, he could do this in N8N, which is open source and the most used right now. And now I see this video😅 I'm glad you decided to focus on N8N, your videos are great. Thank you very much for your work!
By the way, I would like to see more videos on Facebook Ads automation with N8N, if possible. Thank you!
Don't worry that's very much part of my plan!
Hello Neil, what an incredible job, the first thing I want to say is congratulations and please continue making this kind of content, I would also like to ask how I can access the templates of the connected noods? What happens is that there is only the main template but the others appear in gray, thank you and I hope I can continue learning more
Hmm let me look into this for you
Thank you for sharing ❤. n8n gets crazy powerful when you hook up Supabase via the Postgres memory. Multiple agents can read the memory without writing into it and you choose which ones gets the right to write the final AI message.
Thanks! Yeah I've actually been looking at improving memory this week and looking at starting to use Postgres instead.
Are there good vids or demos anywhere?
I’ve heard n8n works well with Flowise. Have to played around with this combination. Great video.
For images you could add instructions to your llm node to build it out and make it much more complex. So taking in a simple prompt and spitting out a very detailed complex one
Thanks, yeah this is something I've done in a previous Midjourney automation, I just thought I'd keep it simple here for the purposes of demonstrating the agent's capabilities.
Hi Neil. Just come across you today and mate your great at what your doing. What advice could you give to someone starting out using n8n, I mean what route would you take now knowing what you know if you were a beginner. I really appreciate your help. Thanks and hope you carry on with your agent building and making some super agents
Hey, glad you're enjoying the content! I'd honestly say the number one thing is just to start building things. Start simple, something like: take a list of sentence in a spreadsheet, run through OpenAI and translate to Spanish, then update the spreadsheet with the translation in the next column. Once you start building things like this everything starts to click and you can build more and more complex things.
I plan on making a tutorial video/series on building agents in N8N, but it might take a while as it will have to be fairly comprehensive.
In the meantime, N8N has a simple course you can follow along and build with: docs.n8n.io/courses/level-one/
Good luck :)
Thank you for taking the time to build and explained !
Thanks so much for the great video Neil, and thanks for sharing the template. A couple of questions please: 1) How secure is it for a business to upload sensitive documents to a vector store then use an LLM to perform tasks using them? I understand the vector store is secure but what about exposing the data to an LLM? 2) Seems getting the agent prompt correct is super important. Can you recommend any guidelines/courses for generating prompts for these agents?
Hey Ben, thanks for watching!
1) No issues here - as you say the vector store is secure, and OpenAI don't use your data for training or anything when using the API
2) Yeah the prompt is extremely important, however it's really not rocket science. You can just write simply and clearly in plain English what it is you want the agent to do, as if you were writing instructions or an SOP for a new employee. The key is just to keep testing until you get something that works.
@@_neilstephenson Many thanks Neil
Amazing Neil, are your templates available to download? :)
Yup just here: neilstephenson.beehiiv.com/p/n8n-the-best-tool-for-building-ai-agents
Sorry for the delay on making the template available! I will get it sorted tomorrow
I wonder if there are any differences between this approach and the new swarm thing that OpenAI released
Great class, congratulations. Could you please make the template available?
Here you go! neilstephenson.beehiiv.com/p/n8n-the-best-tool-for-building-ai-agents
WOW! could this be triggered by a custom gpt instead of telegram? Maybe with function calling?
Yeah for sure, it could be triggered by anything really!
Agreed if you can share your templates that would be great
Here: neilstephenson.beehiiv.com/p/n8n-the-best-tool-for-building-ai-agents
can you please share the template for download
Here you go: neilstephenson.beehiiv.com/p/n8n-the-best-tool-for-building-ai-agents
Thank yuo Neil! I am playing around with n8n. Can you tell us how do you deploy these agents? I am using render (free) and i am crashing the server all the time. Thank you for your help
I just use Digital Ocean, I think it's like $12/month
Dude you are funny!
Super helpfull video, thanks so much.
Would love if you could make one with WhatsApp!
Hi Neil Stephenson,
I can't subscribe for your newsletter
Hey, is this link not working? neilstephenson.beehiiv.com/subscribe
how do i upload the template please assist
Hey, just create a new scenario, click the 3 dots in the top right corner, and click Import from file
@@_neilstephenson The file is coming out as code. So I can't copy and paste the code. Or i am missing something.
@@BravesonChitakata You have to download the file so you have a .json file, then you Import from File and select that
How can I connect with you ? I have offer. Can you share your messenger ?
You can email me at me@neilstephenson.com