Building AI Agents: Prompt Engineering for Beginners [Part 3]

  Рет қаралды 8,801

n8n

n8n

Күн бұрын

Пікірлер: 39
@amerrashed6287
@amerrashed6287 Күн бұрын
the most important lesson for all n8n tutorials on YT. it should be pinned forever in n8n page :). thanks Max.
@petrkadlec6060
@petrkadlec6060 10 күн бұрын
I just binge-watched all 3 parts in your "yet-to-become-a-huge" series and it's hands-down one of the best structures of the video covering a theory and practice on any topic I've seen. 3-level prompting for AI Agents is awesome, I'm building a multi-step automation for a client running a bunch of dental clinics, so very useful to get some inspiration. Thank you. As for next topics - multi level workflows - storing things in the database, retrieving, db memory for the agent, using output in multiple steps of the workflow.... I do have basics, but I feel I can learn a bit here and there anyway. Thank you and keep up with the great work!
@youtubeccia9276
@youtubeccia9276 13 күн бұрын
Max for AI President
@jorgecantero7101
@jorgecantero7101 10 күн бұрын
Hey Max, thank you so much for the videos you create. They are super illustrative with the use cases for agents. It's great how you separate the system layer, the user message layer, and the action layer. This works fabulously well for agents with reduced tasks, but when we are building a multi-agent structure where there's an orchestrator agent managing area director agents, who in turn manage sub-area managers, and they, in turn, oversee micro-agents performing tasks-creating a team of over a hundred agents arranged in a pyramid-I have many questions about the best way to approach tasks like this regarding the inputs and outputs of the different agents, which become tools for higher-level orchestrator agents. If you could explain or make a video about this, it would be fantastic.
@EricMooney
@EricMooney 9 күн бұрын
Awesome instructional video, thank you so much. I'm experiencing that Rules section now and my first attempt, I entered all my rules at the beginning and the tools were not being called and wasn't getting the desired output. So I did the opposite on my second attempt and started with just the connections to the tools and the date of today. Then one by one, I started writing in the Rules of the workflow and I felt like I had much more control doing it that way. Thanks again and keep the videos coming!
@joeymuller4842
@joeymuller4842 9 күн бұрын
Pure gold. Now I gotta go back and watch parts 1 and 2.
@aftabdx
@aftabdx 11 күн бұрын
Thank you, Max. Love the way you structure your prompt. Look forward to your next series!
@ThomasMock-c5n
@ThomasMock-c5n 12 күн бұрын
Great video! Looking forward to the next in the series!
@DQ940
@DQ940 13 күн бұрын
Great video. You have a great ability to communicate. Would be great if you could use your n8n influence to see if you could allow metadata to be accessible and available to use by the AI agent from the vector store tool. I'd imagine this would be a pretty simple thing to do since the data is already there when you look at the logs. Also, in the longer term, support for streaming apis is something that I think n8n is going to have to see if it could manage, even though that might need a lot of work under the hood.
@theflowgrammer
@theflowgrammer 13 күн бұрын
Thanks a lot for that. Sharing with the AI squad now and will advocate for it. Can see how that would be useful 100%
@theflowgrammer
@theflowgrammer 13 күн бұрын
Just heard back from the AI Squad: the new App vector store tools like "Supabase Vector Store" do by default send metadata. These are relatively new so make sure your n8n is up to date. FYI, the "Vector Store Question Answer Tool" specifically indeed wouldn't include metadata since the output is intended to be passed to an "answer LM" and only then to agent. Hope that helps. Streaming alas won't come overnight but will continue to advocate for it :)
@musumo1908
@musumo1908 13 күн бұрын
Great vid…would love to see n8n add langraph 😀
@requesttruth505
@requesttruth505 7 күн бұрын
You do a really good job of teaching this material. I find it easy to implement and understand. Thanks.
@hirunadilmith9457
@hirunadilmith9457 12 күн бұрын
need part 4 💟
@MMMM-ps5ok
@MMMM-ps5ok 11 күн бұрын
Very helpful, very well presented! Look forward to future videos 👍
@Superturisto
@Superturisto 13 күн бұрын
Beauty AI prompting 👌
@SiraEkabutPlus
@SiraEkabutPlus 11 күн бұрын
this episode is really good. as always ❤
@mirkonik8788
@mirkonik8788 12 күн бұрын
Awesome tutorial. I really appreciate your effort. Really nice!
@rubengouws120
@rubengouws120 7 күн бұрын
Very nice video, a lot of information
@AlfredNutile
@AlfredNutile 13 күн бұрын
Thanks I was really stuck at the calendar tool and not sure how to limit the date range!
@guiduv
@guiduv 5 күн бұрын
Really good thanks!
@LeonardoPinto
@LeonardoPinto 7 күн бұрын
Great stuff, thanks!!!
@DARKKLIN1
@DARKKLIN1 13 күн бұрын
Thanks for the very informative video-it was exactly what I needed! However, I’m facing a small problem with my AI agent, which I’m building as a personal trainer for a real client. The issue is with the language: I need the AI to speak exclusively in Hebrew. Most of my prompts are written in Hebrew, but sometimes I use English to define tools or specific instructions. The problem arises when combining Hebrew (a right-to-left language) with English (a left-to-right language) in the prompt editor. The text formatting looks messy and inconsistent when mixing the two languages. I hope n8n will address this issue and provide better support for combining languages in the editor.
@ScottCLemon
@ScottCLemon 7 күн бұрын
This is a great series! Where did you share your project? I want to use this as a framework for a flow … is it shared someplace?
@djselcius
@djselcius 6 күн бұрын
Getting a few questions around this. Once I ship this week’s show, will try to get it together and share!
@robertmarquardt
@robertmarquardt 9 күн бұрын
Awesome.
@wEBMedJA
@wEBMedJA 9 күн бұрын
Hey! Quite nice, but was wondering about more elaborate markdown optimisation of the system prompt as well as other frameworks like ASPECTT and so on. Also, better tools for prompt engineering, like iterative teams for AI system prompt engineering implemented in Flowise or Anthropic API Dev tools (generate/improve prompt). My biggest question is what is the optimal organization method/structure for huge system prompts (30k+ signs).
@theflowgrammer
@theflowgrammer 2 күн бұрын
Thanks a lot for this, noted and will keep in mind for future content! Will also pass feedback along to the AI squad.
@danielguesukkang6964
@danielguesukkang6964 12 күн бұрын
I love you Max
@foodfarmersmarkets5249
@foodfarmersmarkets5249 8 күн бұрын
Is your workflow anywhere documented for copy & paste?
@theflowgrammer
@theflowgrammer 7 күн бұрын
Hey sorry they were not (and did not save them at each step alas). What in there would be useful? The prompts or generally whole thing? Thanks so much for the comment, feedback like this helps me improve!
@kel78v2
@kel78v2 12 күн бұрын
Structured output node would sometimes break due to special characters, more frequent when code outputs are involved. What's the best way to handle this?
@Tejesh-r3g
@Tejesh-r3g 5 күн бұрын
Is it possible to integrate with semrush, or ahrefs for seo purpose
@ЖоламанСих
@ЖоламанСих 3 күн бұрын
can i get text of system role?
@alfatrading
@alfatrading 5 күн бұрын
In this video module Webhook appeared from nothing (was already in canvas since the beginning), and when I tried to create one like yours I found it could workonly if I register it for GET.. Or I would get this error message: "This webhook is not registered for GET requests. Did you mean to make a POST request?"
@djselcius
@djselcius 4 күн бұрын
Ah sorry about that! In webhook node you can swap GET/ POST etc. If you want to quickly test it via web browser (e.g: “run” the test URL) then you need to use GET, to simulate a POST request - use postman OR actually an HTTP Request node in another workflow :)
@GirdharKumar-x4p
@GirdharKumar-x4p 18 сағат бұрын
i want to know how to integrate n8n agent with any website like i have a web using DRF and i want to add n8n agent with my web can anyone help to do this
@ThomasMock-c5n
@ThomasMock-c5n 12 күн бұрын
Great video! Looking forward to the next in the series!
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
You're Not Behind: Become AI-Native in 2025
10:11
Jeff Su
Рет қаралды 357 М.
AI Agents vs. AI Assistants vs. Multi Agent Systems vs RAG in n8n: Explained
8:42
AI Agent Damian I Automation & No-Code
Рет қаралды 531
why you suck at prompt engineering (and how to fix it)
56:39
Liam Ottley
Рет қаралды 49 М.
My 17 Minute AI Workflow To Stand Out At Work
17:30
Vicky Zhao [BEEAMP]
Рет қаралды 249 М.
This free Chinese AI just crushed OpenAI's $200 o1 model...
4:41
Fireship
Рет қаралды 2,9 МЛН