More, more, more! 👍 This is exactly the type of tutorial I'm looking for on N8N! Thanks for your teaching skills. Thanks to you, I've finally understood what the modules linked to the AI Agents are for. I can't wait to see your futures video on N8N in production, how to use external databases and memory, especially with Supabase. Please keep up the good work.
I'm glad you found this helpful :) " future video on N8N in production, how to use external databases and memory, especially with Supabase" - > Coming soon!
Great how to video! Would love to see a video on how to change the chat embed interface to a custom html design for host a chat bot on a clients website. 🙏 The n8n chat embed design is not Customizable and doesn’t seem to work if you make changes to the ux design 🤷♂️
I want to learn AI and build AI agents, but I’m unsure where to start. Should I begin with the basics of AI, or should I jump straight into building AI agents and integrating them with social media? or do i need learn AI from basics with maths!!! 😐 Also, as a full-stack developer, should I focus on tools like LangChain or LangSmith, etc.., or should I explore no-code platforms? I’m looking for some guidance to help me choose the best path forward. Thanks!
@AjayCoding It depends on your purpose. No-code platforms enables you to build solutions without a lot of in-depth knowledge of code. You can learn them if you want to build your own solution or for your clients. If you are looking forward to grow your career as a full stack developer, you should definitely learn the basics of AI, frameworks like langchain, AI Agents etc. Most of the time you won't require complex AI maths. You can get into more advanced topics and complex maths if you have a need to work directly on LLM or train your own model. If you plan to use existing LLM models like GPT, OLLama etc, you don't need to get into that complexity. Keep it simple, learn the basics, get started quickly, and keep learning things as you need.
@FuturMinds Thank you for sharing your knowledge. I have a question for you: how can I add Python automation scripts, and when I ask specific questions in the chat, have it generate training data? I would like to provide automation scripts or playbook YAML files so it can create the playbook or automation script I need.
@Getitornot-j4s Could you expand further on this: "I would like to provide automation scripts or playbook YAML files so it can create the playbook or automation script I need." Or help me understand with an example.
It’s hit or miss. I got better results just telling Claude to “return a json output with the following properties…” The output parser would cause an error 1 in every 4 runs so I took it out
I've been thinking about this, and the result is it might be really difficult since LLMs isn't give tuned for that, so the remedy is just doing the workflow out self but tweaking the nodes with AI it's somehow so able, and maybe if n8n users.... sharing their workflows, if those workflows are millions and working workflows those data can be used to fine tune LLMs so we can have a specialized n8n workflows model... GGUF so anyone can make it into Ollama custom model.
@@NLPprompteryep. Have you done something like that? There are like 1k workflows templates on the site. Should be enough. The workflows code is right there, can copy/paste.
but anyway, we can try to breakdown workflow in steps by brainstorm a workflow into chatgpt ir claude or any frontier model, that way we can grasp which / what node we need and from there try to build the nodes one by one. Good luck mate
One of the best N8N video explaining lot of small features that's most required
More, more, more! 👍 This is exactly the type of tutorial I'm looking for on N8N! Thanks for your teaching skills. Thanks to you, I've finally understood what the modules linked to the AI Agents are for. I can't wait to see your futures video on N8N in production, how to use external databases and memory, especially with Supabase. Please keep up the good work.
I'm glad you found this helpful :)
" future video on N8N in production, how to use external databases and memory, especially with Supabase" - > Coming soon!
this one of the most underrated RUclips channel on this subject matter
@SoloJetMan That means a lot! Thanks so much :)
Awesome, man. This is a very very important video regarding n8n. Thanks for making it.
Glad it was helpful!
Thanks so much !! Amazing tutorials ! Binge watching your vidoes🎉
@hoozaifamorbiwala2312 Awesome! Thanks
Thank you for sharing this with us. Please continue creating more awesome content. This is really helpful
Thank you! Will do!
Real MASTERCLASS 👏
Exactly what I was looking for. Thanks!
Glad I could help!
Great video - looking forward to the next ones
Yes, more from n8n and AI please!
excellent video! very helpful, thanks you so much!
Glad it was helpful!
Great video on n8n, instant subscribe
@RolandoLopezNieto Thanks
Outstanding video!
Thanks! I'm glad you liked it!
Top notch. Thank you
Thanks @bernardokerr
This is High-Values Stuffs!
Glad you found it useful :)
You are the best.. if you chould do to langflow, flow wise it will be great.. indeed you are much better fron others..
Thanks for the suggestion. Will try to cover these in the future videos :)
very useful, amazing video
Glad you found it helpful!
Great how to video! Would love to see a video on how to change the chat embed interface to a custom html design for host a chat bot on a clients website. 🙏
The n8n chat embed design is not
Customizable and doesn’t seem to work if you make changes to the ux design 🤷♂️
@JerryLJackson Thanks for suggestion. I have this on my list of upcoming videos - n8n RAG chatbot for website
should i learn n8n or langflow? they all seem powerful
@chillmind369 Go for n8n :)
Amazing!
Very helpful
Glad it helped
Hey do you have a complete series on n8n?
@codewithsheen It's in my todo list. But not at the moment.
I want to learn AI and build AI agents, but I’m unsure where to start. Should I begin with the basics of AI, or should I jump straight into building AI agents and integrating them with social media? or do i need learn AI from basics with maths!!! 😐
Also, as a full-stack developer, should I focus on tools like LangChain or LangSmith, etc.., or should I explore no-code platforms? I’m looking for some guidance to help me choose the best path forward. Thanks!
@AjayCoding It depends on your purpose. No-code platforms enables you to build solutions without a lot of in-depth knowledge of code. You can learn them if you want to build your own solution or for your clients.
If you are looking forward to grow your career as a full stack developer, you should definitely learn the basics of AI, frameworks like langchain, AI Agents etc. Most of the time you won't require complex AI maths. You can get into more advanced topics and complex maths if you have a need to work directly on LLM or train your own model. If you plan to use existing LLM models like GPT, OLLama etc, you don't need to get into that complexity.
Keep it simple, learn the basics, get started quickly, and keep learning things as you need.
@@FuturMinds wow! Thankyou so much ❤️
How do you compare n8n vs vector shift for building AI agents
@FuturMinds Thank you for sharing your knowledge. I have a question for you: how can I add Python automation scripts, and when I ask specific questions in the chat, have it generate training data? I would like to provide automation scripts or playbook YAML files so it can create the playbook or automation script I need.
@Getitornot-j4s Could you expand further on this: "I would like to provide automation scripts or playbook YAML files so it can create the playbook or automation script I need."
Or help me understand with an example.
In custom code tool how to install dependencies ? lets say i want to install duckduckgo how to do it in side node
I was waiting for the output parser part, but it never came lol
@SDChillRide There is a very brief summary of output parser at 6:17
It’s hit or miss. I got better results just telling Claude to “return a json output with the following properties…”
The output parser would cause an error 1 in every 4 runs so I took it out
We need natural language workflow creation..
I've been thinking about this, and the result is it might be really difficult since LLMs isn't give tuned for that, so the remedy is just doing the workflow out self but tweaking the nodes with AI it's somehow so able, and maybe if n8n users.... sharing their workflows, if those workflows are millions and working workflows those data can be used to fine tune LLMs so we can have a specialized n8n workflows model... GGUF so anyone can make it into Ollama custom model.
@@NLPprompteryep. Have you done something like that? There are like 1k workflows templates on the site. Should be enough. The workflows code is right there, can copy/paste.
@@nick777-oo1wc nope my funds won't be enough for fine tune a model, i even had to tighten my belt just for burning tokens into prompts LOL
but anyway, we can try to breakdown workflow in steps by brainstorm a workflow into chatgpt ir claude or any frontier model, that way we can grasp which / what node we need and from there try to build the nodes one by one. Good luck mate
You didn't even run the workflows even once
@chauhanpiyush yes the purpose was to explain all AI related nodes. Please check out other videos on this channel to see workflows in action.
Dude this is amazing video! how do I connect with you? Do you have instagram or discord or any other channel to connect?
Thanks @sankalp80 You can reach out to me at mydigitalworldinc@gmail.com
@@FuturMinds Thanks👍🏻
@@FuturMinds I have dropped an email, looking forward to hear from you, cheers!