You're WASTING TIME Coding Your AI Agents

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ก.ย. 2024
  • This is the 8th video in the AI Agents masterclass series!
    Artificial Intelligence is no doubt the future of not just software development but the whole world. And I'm on a mission to master it - focusing first on mastering AI Agents.
    In this video (8th in the AI Agents Masterclass series), I show you how to build an AI Agent with no code using n8n, a powerful workflow automation tool similar to Zapier and Make.com (except it's basically free with self hosting!). I show you how to build a simplified version of the Asana AI Agent we have been building in the masterclass which we will expand upon later.
    Let me make this clear - I am not against coding your AI Agents! As I mention in the outro, I am a huge proponent of using tools like n8n for your "simpler" AI Agents, and using the extra time you get back from that to pour into your more complex AI Agents you need to create with code.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Link to the exported n8n workflows and some code to use the AI Agent as an API endpoint:
    github.com/col...
    Link to the n8n documentation for self hosting with DigitalOcean that I mentioned in the video:
    docs.n8n.io/ho...
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Join me as I push the limits of what is possible with AI. I'll be uploading videos twice a week - Sundays and Wednesdays at 7:00 PM CDT!

ความคิดเห็น • 18

  • @ibrshimnasser2001
    @ibrshimnasser2001 28 วันที่ผ่านมา +3

    Subscribed, I love it when TH-camrs actually add value.

    • @ColeMedin
      @ColeMedin  28 วันที่ผ่านมา

      Thank you - that means a lot! I'm glad you found some value on my channel :)

  • @seanolivas9148
    @seanolivas9148 28 วันที่ผ่านมา +4

    Can you pretty please do a video of using a chatbot inside a slack channel. You’ll likely get business from it.

    • @ColeMedin
      @ColeMedin  28 วันที่ผ่านมา +1

      I am planning on doing more n8n videos integrating with different platforms, and Slack is one of them! I have actually already created a RAG chatbot within Slack earlier this year - I'll likely showcase something similar.

  • @ahjarnaa
    @ahjarnaa 28 วันที่ผ่านมา +3

    Great video. Thanks. Will give it a try. 😊

    • @ColeMedin
      @ColeMedin  28 วันที่ผ่านมา

      Thank you - let me know how it goes!

  • @misheltal692
    @misheltal692 22 วันที่ผ่านมา +1

    Great content. Thank you!
    Can you show how to use the costume tools with the agent ? How can we connect the tools to external api or how to use them with another flow 😊

    • @ColeMedin
      @ColeMedin  22 วันที่ผ่านมา

      Thank you, glad you enjoyed it!
      In my latest video I cover building an AI Agent with n8n that includes a full n8n workflow for interacting with Google Drive as a tool for the agent.
      th-cam.com/video/Xifzdn7zW3A/w-d-xo.html
      Let me know if this covers what you are looking for! Otherwise, I am always down to create more content around n8n AI Agents, it's a game changer for sure.

  • @MH-xx6df
    @MH-xx6df 29 วันที่ผ่านมา +2

    This is slick and I just discover n8n🎉

    • @ColeMedin
      @ColeMedin  29 วันที่ผ่านมา +1

      Thank you! I'm honored to be the one to introduce you to n8n haha, I hope you find it incredibly useful too!

  •  28 วันที่ผ่านมา +2

    Great content. How do I add voice input or attachments to the chat widget to make it useful in real world scenarios?

    • @ColeMedin
      @ColeMedin  28 วันที่ผ่านมา +1

      Thank you and great question! That kind of advanced functionality is when you would need to incorporate code into your application for the AI Agent. So you would create a custom coded user interface (or find an AI product) that has a chat interface for voice input, attachments, emojis, etc. Then you could still use n8n for the backend (the actual AI Agent)! It's only the n8n chat widget itself that has limitations as far as I can tell.

  • @ChrisLaupama
    @ChrisLaupama 29 วันที่ผ่านมา +2

    Tried Langflow?
    Langflow + CrewAI is so so so good.

    • @ColeMedin
      @ColeMedin  29 วันที่ผ่านมา

      I've played around with CrewAI a bit but not Langflow yet. I've heard great things about both though so I'll be exploring them soon!

  • @aliabassi1
    @aliabassi1 29 วันที่ผ่านมา +1

    Great video

    • @ColeMedin
      @ColeMedin  29 วันที่ผ่านมา

      Thank you!

  • @larsfaye292
    @larsfaye292 26 วันที่ผ่านมา +1

    "With no code!"
    ...proceeds to show how you need intimate knowledge of code to execute any part of this workflow. 😅
    We really need to get rid of the phrase entirely, it's pretty much BS. "Code UI" is a much more apt description.

    • @ColeMedin
      @ColeMedin  26 วันที่ผ่านมา +1

      You definitely don't need any code to execute this workflow! I just showed how that is an option if you want to get more custom with it. But the chat embed n8n gives you is enough to put something on your site without any code!
      That's my bad if I made it seem like the more custom approach is what you have to do. You certainly don't!