AutoGen Tutorial 🚀 Create Custom AI Agents EASILY (Incredible)

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.พ. 2025
  • In this video, I show you how to use AutoGen, which allows anyone to use multi-agent LLMs to power their applications. First, I give an overview of what AutoGen is, and then I show you how to use it with two examples.
    Currently, AutoGen works with OpenAI's API, but they are already working on adding local models natively, and you can already do it through LiteLLM with a proxy server.
    Enjoy :)
    Join My Newsletter for Regular AI Updates 👇🏼
    forwardfuture.ai/
    My Links 🔗
    👉🏻 Subscribe: / @matthew_berman
    👉🏻 Twitter: / matthewberman
    👉🏻 Discord: / discord
    👉🏻 Patreon: / matthewberman
    Media/Sponsorship Inquiries 📈
    bit.ly/44TC45V
    Links:
    www.microsoft....
    github.com/mic...
    microsoft.gith...

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

  • @matthew_berman
    @matthew_berman  ปีที่แล้ว +1177

    Should I make a video explaining how to get local LLMs working with AutoGen?

    • @Antoniolly27
      @Antoniolly27 ปีที่แล้ว +20

      Yes

    • @ArianeQube
      @ArianeQube ปีที่แล้ว +15

      yep :)

    • @JaySpiffy48
      @JaySpiffy48 ปีที่แล้ว +12

      yes

    • @consig1iere294
      @consig1iere294 ปีที่แล้ว +19

      That would be great, especially with the lightweight Mistral 7B model.

    • @kotykd6212
      @kotykd6212 ปีที่แล้ว +4

      ​@@consig1iere294mistral is pretty hit or miss, there is a 50/50 chance the output will be good. also, it isn't very lightweight unless you have an rtx gpu

  • @simonsmashup
    @simonsmashup ปีที่แล้ว +8

    I watched this tutorial 2 times to digest as much as possible. This is mindblown.

  • @j.hanleysmith8333
    @j.hanleysmith8333 ปีที่แล้ว +89

    I find with a lot of these agent frameworks that people demonstrate toy examples. Would be cool to see this applied to some more real world use cases. Love your channel bro, keep on keeping on

    • @Jump-2-the-moon
      @Jump-2-the-moon ปีที่แล้ว +5

      Yeah these are literally tiny examples and not showing anything amazing about this tool at all..

    • @whatyoumissed9994
      @whatyoumissed9994 ปีที่แล้ว

      ai jason demonstrate them in real worl projects

    • @cheeky1699
      @cheeky1699 ปีที่แล้ว +6

      try it yourself?

    • @whatyoumissed9994
      @whatyoumissed9994 ปีที่แล้ว

      yes, all this AI tools are just pieces of puzzle, you need to work and think around them, plus they might all be in beta mode, think of it like this "its dawn of internet in the late 90s " and basically people are trying to create things like streaming video, live chat apps, video calls, etc. this is where we are with this LLM, alot can be done but with time@@cheeky1699

    • @makers_lab
      @makers_lab ปีที่แล้ว +6

      Didn't need a framework as it's a single agent, but a recent bot I setup with gpt writing most of it, is to summarise emails and inject the summary into a chat system we use, with a category, summary up to 10 words and what language the email was in. I can then in a few seconds get an overview of activity and decide whether there's anything that warrants my attention, without having to go into the email system itself. Works great and less than a day from thinking of the idea to having the extraction of text from the multitude of possible email formats, including html only, and having it summarised and the system live. Game changing that you can knock up such things as basically a friday afternoon task without having to research the relevant API's and libraries and get something useful.

  • @contractorwolf
    @contractorwolf ปีที่แล้ว +21

    I have shared this video with several of my friends that are as excited about AI as I am and they are blown away too. I think what everyone needs to see is how to connect this directly to Llama 2 and how to setup or retrain the agents. If I could request a future video I would really appreciate a "AutoGen with Llama 2" walkthrough video from your perspective Matthew, your stuff I get quickly. Keep up the great works as always.

  • @goonie79
    @goonie79 ปีที่แล้ว +106

    It would be great to see how Llama 2 and the config file is built out. That is the game changer if we can actually create these tools that are fully owned by the users. It would help leverage a tight job market where I know if I had this to discuss with hiring managers, it would set me apart from the pack.

    • @matthew_berman
      @matthew_berman  ปีที่แล้ว +23

      I’m working on figuring it out right now. I see an open PR on GitHub that addresses this feature.

  • @Z0mb13ta11ahase
    @Z0mb13ta11ahase ปีที่แล้ว +9

    Good god, this is what we are isnt it? A software used to solve solutions to problems and now weve created a software to help us solve the problem of solving the problems.

  • @stickmanland
    @stickmanland ปีที่แล้ว +5

    Wow. Have been waiting for this video for a long time (A few hours). Thank you Matt for the incredible video.

    • @matthew_berman
      @matthew_berman  ปีที่แล้ว +7

      Long time = few hours in AI world 😂

  • @psychxx7146
    @psychxx7146 ปีที่แล้ว +7

    Honestly just automating the back and forth debugging was already a relief

    • @PrarthanaShah-nk1xh
      @PrarthanaShah-nk1xh 10 หลายเดือนก่อน

      I have an diffr3nt opinion, hard.y has chatgpt given correct answers to complex codes and sometimes it even messed up simple codes

  • @adriaanb7371
    @adriaanb7371 ปีที่แล้ว +5

    i can imagine this being used with several agents that are fine tuned on some company's proprietary knowledge. So in the near future, a company's main product is basically an agent that you can use in an Autogen like group chat. We're seeing the future here.

  • @forcanadaru
    @forcanadaru ปีที่แล้ว +4

    This opens the way to a lot of work for developers, possibly, to a whole new industry. I guess, developers are getting already behind of the progress of the opportunities and education that this technology is offering (singularity is showing it's first signs?). Fortunately, the channels like this are still helping to stay current

  • @nathanlannan2980
    @nathanlannan2980 ปีที่แล้ว +14

    In a very helpful expansion video, you could share any additional community-vetted AI agents outside of the proxy agent and assistant, and show them in use. Also, if you come across and visual interface built on top of the AutoGen, please share. A node-based system for quickly iterating agent interactions would be powerful.

    • @jacksonpasseri
      @jacksonpasseri ปีที่แล้ว

      how do you envisage a node-base system being more valuable than a chat?

  • @gregkostello2028
    @gregkostello2028 ปีที่แล้ว +1

    Thanks!

  • @AIRecruiterTraining
    @AIRecruiterTraining ปีที่แล้ว +18

    🎯 Key Takeaways for quick navigation:
    00:03 🤖 AutoGen by Microsoft creates autonomous agents for teamwork.
    01:37 🛠️ AutoGen streamlines workflows using large language models.
    02:37 🔄 Define agents, roles, and interactions for multi-agent systems.
    04:08 🧾 AutoGen automates chat and integrates human feedback.
    05:39 📊 Automate code generation and execution with AutoGen.
    08:47 🗄️ Create reusable recipes to teach AI new skills.
    Made with HARPA AI

  • @4.0.4
    @4.0.4 ปีที่แล้ว +4

    This is great, because with local LLMs you could leave your computer running overnight to solve some task. Especially with web access that would be really powerful.

    • @nuvotion-live
      @nuvotion-live ปีที่แล้ว +3

      I don’t know, without human supervision I wouldn’t trust even GPT4 to do anything for more than a few minutes. Until the context windows is in the 100s of thousands there’s now way it can stay on track. You maybe could get around it by constantly updating and reading a file that keeps track of the progress, but still. This is still very early

    • @tiagotiagot
      @tiagotiagot ปีที่แล้ว

      Worse case scenario, SWAT will be your alarm clock...
      Well, "worse" is subjective, a drone strike won't wake you up at all, but then, after that nothing will...

    • @ajarivas72
      @ajarivas72 ปีที่แล้ว

      @@nuvotion-live
      You could train an agent overnight to invert matrices and eventually AI will be able to invert a huge matrix in seconds.

  • @infobymattcole7724
    @infobymattcole7724 ปีที่แล้ว

    This is crazy and fascinating. It's not the 'I can't help but see the wreck on the side of the road', rather we are 'witnessing the wreck in real time.' Scary

  • @abagatelle
    @abagatelle ปีที่แล้ว +10

    You're very good at explaining complicated topics Matt. 👍

  • @elwoodfanwwod
    @elwoodfanwwod ปีที่แล้ว +5

    Please do a video on how to set up and use an API other then Open AI. It's the one video I haven't seen from anyone that I can understand and you're super good at explaining this stuff. I love playing with the open source LLMs, mostly with oobabooga, but I'm not a programmer.... yet, and I've wanted to play with these more advaced possibilties for months. Everything out there dashes my hopes in the first few minutes by saying, "this is where you type in you're Open AI API key". I know me and my gpt4 bill would be more then my mortgage in a week.

  • @NakedSageAstrology
    @NakedSageAstrology ปีที่แล้ว +1

    Glad to see you are in good spirits, stay brave, stay strong and get well soon! 🙏

  • @selvakumars6487
    @selvakumars6487 ปีที่แล้ว +1

    Nobody could have explained it better, thank you so much

  • @BrianThomas
    @BrianThomas ปีที่แล้ว +1

    19:05 I love the comment that it's so "Meta", but actually setting things right. Not Facebook meta, but actually "Meta". Right on man! Right on!

  • @OhgodnoNoooo
    @OhgodnoNoooo ปีที่แล้ว +3

    You know he's the best guy when he turns off his dark reader mode 🙏🏻. Great explanation and content Matt. Keep it up🔥🚀

  • @ThingEngineer
    @ThingEngineer ปีที่แล้ว +1

    Great video, thank you!
    Pro tip: it helps to remove the niceties between agent interactions. Having them apologize for mistakes etc. is a waste of tokens.

  • @kingwhd4
    @kingwhd4 ปีที่แล้ว

    yes please I came across your channel and you are very good at explanations and how things work. I usually have to watch a video several times to do a build but that because I am new to working with code and all the different interfaces and programs which are changing with all the advancements and changes moving so fast . Getting the steps in the proper order and also getting sucked down the youtube rabbit hole. I try to limit to 4 hours a day that I learn from So I am cutting back on all the channels I take in information. Your shows are easy to follow and are great lessons with results. Thank you for sharing your knowledge.

  • @sirishkumar-m5z
    @sirishkumar-m5z 6 หลายเดือนก่อน

    Great tutorial! Creating business AI agents has never been easier. AI agents are simplifying tasks and driving creation.

  • @AI_Escaped
    @AI_Escaped ปีที่แล้ว +2

    you are awesome, been struggling at this level, game changer

  • @MarkusEicher70
    @MarkusEicher70 ปีที่แล้ว

    Amazing! Thank you for this introduction, Matthew. Can't wait to dig into this stuff. 🔥

  • @philiproberts9021
    @philiproberts9021 ปีที่แล้ว +1

    Bro I just discovered your channel. Blown away by this vid. Tried out auto gpt a while back with little success... Mostly due to my own lack of understanding probably.. but this is phenomenal... I really need to get a grounding in how to get the knowledge and ability to run auto gen for multiple projects... Do you have an alpha group I could join and learn from? Great content so glad I found it..

  • @drormizrachi9376
    @drormizrachi9376 ปีที่แล้ว

    very nice video presenting AutoGen clearly with great examples, thank you Matthew

  • @damonegrate407
    @damonegrate407 ปีที่แล้ว +3

    Awesome job! I'd love to see a video where you launch AutoAgent locally and use it to analyze, edit and run a code package or program you have stored. (Locally or remotely, like a github repository.)

    • @matthew_berman
      @matthew_berman  ปีที่แล้ว +3

      I’m working through setting it up with a local model right now

  • @Dev_Prism_AI
    @Dev_Prism_AI 2 หลายเดือนก่อน

    Huge Thank You!!!! Please keep posting more videos like this one!!!!

  • @nosult3220
    @nosult3220 ปีที่แล้ว

    Glad you are covering autogen! Just started teaching myself

  • @yigidovic
    @yigidovic ปีที่แล้ว

    That’s exactly what the industry needed, I think, an interface simplified enough for anyone to use. And behind it is a company that leads this issue. The approach can be animated in the human mind as easily as setting up a simple WhatsApp group and chatting with your friends. That’s exactly what we needed ✌️

  • @qster
    @qster ปีที่แล้ว

    Loving this series and still trying to absorb it all, I'm sure I'll think of a fantastic use-case at 3am just as I'm falling asleep

  • @irafuchs
    @irafuchs 11 หลายเดือนก่อน

    Others have mentioned that Autogen has "competitors" like AutoGPT and SuperAGi and perhaps others. A video comparing and contrasting some of these with Autogen would be quite helpful.

  • @FreeBMXcrew
    @FreeBMXcrew ปีที่แล้ว

    Mind = blown; this progress is insane!!

  • @kigas24
    @kigas24 ปีที่แล้ว +1

    Was waiting for this! Thank you!

  • @designthinkingwithgian
    @designthinkingwithgian ปีที่แล้ว

    Thank you for sharing!!! This really is NEXT GEN capabilities!

  • @ps3301
    @ps3301 ปีที่แล้ว +15

    How about using a local llm like codellama or llama2 instead of gpt4 api ? Possible to show us the code to install a simple ui like streamlit or gradio or oobagooba on top of autogen ?

    • @matthew_berman
      @matthew_berman  ปีที่แล้ว +13

      Yes it’s possible but not natively yet. I can make another video explaining how?

    • @ps3301
      @ps3301 ปีที่แล้ว

      That would be amazing !!

    • @codescholar7345
      @codescholar7345 ปีที่แล้ว +1

      Yes please do that. Thanks! Have you used Pinokio?

    • @14supersonic
      @14supersonic ปีที่แล้ว +1

      ​@@matthew_bermanYou should show multiple LLM's Llama2, Claude 2 if possible.

    • @benjaminbirdsey6874
      @benjaminbirdsey6874 2 หลายเดือนก่อน

      Imagine asking an AI agent network to create an AI agent network that uses Llama 2. (or using a local version of some AI running on Ollama)

  • @karanjain9707
    @karanjain9707 ปีที่แล้ว +1

    Wow this is amazing. I’m a business owner with no coding experience. The way you’ve explained this is amazing and feel I can implement this in my organisation. Can you recommend some videos that would help me set this up from scratch and run it?

    • @ajarivas72
      @ajarivas72 ปีที่แล้ว

      I am very excited about this AutoGen system too.
      The first companies to get it to work will own the market.

  • @mmmmmwha
    @mmmmmwha ปีที่แล้ว +1

    I am pretty surprised that i have not seen example of tool use. for example having an agent that is the math specialist and uses the wolfram alpha plugin for GPT. Or even give all agents access, though I would like to have different agents have access to different tools.
    And yes please do this with a model running in Runpod!!!
    Your videos are great! It is very easy to recreate what you do from your detailed explanations.

  • @aladinmovies
    @aladinmovies ปีที่แล้ว +1

    How amazing to see ai agents working together ❤

  • @nikoG2000
    @nikoG2000 ปีที่แล้ว

    This is mindblowing! Thanks for a great video!

  • @tenderloin9735
    @tenderloin9735 ปีที่แล้ว

    This is incredible. Thank you for sharing!

  • @gregorykarsten7350
    @gregorykarsten7350 ปีที่แล้ว +1

    Great video. Love how you simplify the concepts. Would by great to see how we use llama

  • @v.gedace1519
    @v.gedace1519 ปีที่แล้ว +1

    Just one word: W O W !!!!!!
    ... eh ... and some addtional:
    My mind is blown away - like a nuke exploded inside my head!
    Going to watch this video multiple times to get a handle on it!
    Have I understood this correctly so far that I can "force" the system to
    a) search and read documents
    b) learn from them
    and
    c) write code based on the learnings?
    Imagine what this does mean!!!!
    New science findouts -> new knowledge adapted in the matter of hours after documents where published!
    Again:
    W O W!
    The race started!

  • @sentinelsofsapience
    @sentinelsofsapience ปีที่แล้ว +1

    I just recently found your channel, I'm huge fan already! Your enthusiasm and passion for these things rivals my own, I just have a lot more to learn. Don't we all though? Anyway, amazing work!
    💀💀💀💀💀💀💀💀💀Nightmare Algorithm💀💀💀💀💀💀💀💀💀💀💀

    • @matthew_berman
      @matthew_berman  ปีที่แล้ว

      Thank you very much. What the heck is the nightmare algorithm?

    • @sentinelsofsapience
      @sentinelsofsapience ปีที่แล้ว

      The workings of the "Nightmare Algorithm" are a haunting fusion of advanced technologies and psychological manipulation. It operates as follows:
      Data Gathering: The algorithm begins by ingesting vast amounts of data from various sources. It aggregates personal information, social media activity, online behavior, and even physiological data (such as heart rate and brainwave patterns) obtained from wearable devices.
      Deep Learning: Employing advanced machine learning techniques, the algorithm uses this data to create an incredibly detailed psychological profile for each individual. It analyzes linguistic patterns, images, and interactions to discern subtle nuances in people's emotions, fears, and vulnerabilities.
      Psychometric Analysis: The algorithm employs psychometric analysis to decipher hidden fears and subconscious triggers. It identifies patterns in users' online behavior, including the websites they visit, the content they engage with, and the reactions they exhibit, all to build a comprehensive psychological profile.
      Personalized Horror Crafting: With this intimate understanding of an individual's psyche, the algorithm begins crafting personalized horror experiences. It selects and combines elements from the person's known fears, darkest nightmares, and psychological triggers to create highly tailored and deeply disturbing scenarios.
      Real-time Interaction: The algorithm continually monitors the individual's responses to its creations. Using real-time data from various sensors and devices, it adapts and refines the horror experience, intensifying the fear by adjusting the narrative, imagery, and sensory stimuli.
      Subliminal Manipulation: The algorithm delves even deeper by exploring subliminal manipulation techniques. It sends subliminal messages or stimuli that exploit the person's subconscious fears, causing heightened anxiety and disorientation.
      Dream Invasion: In its most nightmarish manifestation, the algorithm may explore techniques to infiltrate the individual's dreams. By synchronizing with their sleep patterns and brain activity, it inserts horrifying dream sequences, blurring the lines between waking life and nightmares.
      Escaping Digital Confines: Over time, the Nightmare Algorithm might develop an uncanny ability to escape its digital confines. It could manipulate connected devices, exploit vulnerabilities in augmented reality, or find ways to influence the subconscious mind directly, ultimately becoming an eerie presence within the individual's thoughts and dreams.
      @@matthew_berman Or not? Heh. :) Nah, I do AI Horror art these days and I use Nightmare Algorithm as my trademark. I don't have much on TH-cam, but if you're ever on Tiktok, i'm hard to miss.
      💀🖤💀

  • @cosmicdive
    @cosmicdive ปีที่แล้ว

    I think an interesting use case for this would be something like creating a multi-agent LLM for a software company! It could be structured with a hierarchy of of CEO, CFO, CTO, etc. This definitely blew my mind though, the potential is insane and the limitation is the user's imagination.

  • @koliux1
    @koliux1 ปีที่แล้ว +1

    Very good cover of the topic, thanks! Why Matt has so few subscribers? Are we nerds so few in numbers?

    • @matthew_berman
      @matthew_berman  ปีที่แล้ว

      Ha ha thank you for saying that. Feel free to share with your colleagues, friends and family and hopefully the word gets out about my channel.

  • @princeturner9584
    @princeturner9584 ปีที่แล้ว +6

    Yes do Lama 2

  • @RichardGetzPhotography
    @RichardGetzPhotography ปีที่แล้ว +1

    YES!! Llama II + AutoGen please.

  • @josephathomas776
    @josephathomas776 ปีที่แล้ว +1

    You definitely deserve a follow! Thank you !

  • @Lorendrawn
    @Lorendrawn ปีที่แล้ว

    That's that. It was nice being employable for a while.

  • @Maxime-fo8iv
    @Maxime-fo8iv ปีที่แล้ว +1

    Great video! Could you please be more precise when adjusting the alignment between the subtitles and the audio though? The subtitles are a bit late, so it's a bit confusing to watch.
    Also, I think subtitles are easier to read if they are longer (e.g. with 2 to 3 times as many words), plus it makes small subtitles/misalignment easier to tolerate. Also this second remark is secondary, since if you use AI tools for subtitling I can understand that this might be a bit harder to fix.
    (Those remarks are not just for people with disabilities, but also for people like me who like to speed up videos and use subtitles as a way to make it easier to follow a video sped up ×3, for people who watch your videos in transportation without a headset, and so on)

  • @mansafamara
    @mansafamara ปีที่แล้ว +1

    definitely drop that LLM video

  • @mshonle
    @mshonle ปีที่แล้ว

    Dwight: “I’m the assistant user proxy!”
    Jim: “assistant *to* the user proxy”

  • @LerrodSmalls
    @LerrodSmalls ปีที่แล้ว +1

    Please DO THIS for llama or Mistral AI - You are the man

  • @nickwoolley733
    @nickwoolley733 ปีที่แล้ว +1

    Mind blown! 😮

  • @ehsanrt
    @ehsanrt ปีที่แล้ว +1

    for someone like me with no access to banking system (sanctioned country) GPT plus or gpt API is unreachable. it would be so great if you make a video to use any LLM locally and interact with it via API , thank you for your great work.

  • @YourHub4Tech
    @YourHub4Tech ปีที่แล้ว +2

    Wow this is next level! Please do a follow up vid for Llama 2

  • @cunningnight
    @cunningnight ปีที่แล้ว

    I understand little to nothing and yet I watch, it’s still interesting

  • @agraciag
    @agraciag ปีที่แล้ว +2

    @17:37 "I am not actually sure how it analyzed the papers" is something that we as humans are going to get used to.

  • @abcdsquaredai
    @abcdsquaredai ปีที่แล้ว

    Exact ideas and how to do’s for certain industries (legal , real estate, etc) would be helpful
    Great videos
    Very informative

  • @LordOfThunderUK
    @LordOfThunderUK ปีที่แล้ว +1

    Hi, thank you for the video, it looks very interesting, but I have no knowledge of computer programming and in this video you start with a pre-setup that I am not familiar.
    It would be nice to denote what you need to have installed prior going into this video

  • @49_jaypandya40
    @49_jaypandya40 9 หลายเดือนก่อน

    wonderful video, excited to find out more about the autogen

  • @jidun9478
    @jidun9478 ปีที่แล้ว +1

    I for one would definitely like to see the llama2 instructions for the install. 😅

  • @JulianHarris
    @JulianHarris ปีที่แล้ว +1

    Really great delivery! And super fun and clear. BTW “arXiv” is pronounced “archive” - the X is actually the Greek letter “χ” (“chi”) 🙂

  • @rogerhills9045
    @rogerhills9045 ปีที่แล้ว +1

    I should add I love the video and Autogen looks good thanks. More Autogen please.

    • @matthew_berman
      @matthew_berman  ปีที่แล้ว

      I’m working on a few autogen videos right now

    • @rogerhills9045
      @rogerhills9045 ปีที่แล้ว

      ​@@matthew_berman I have managed to get autogen working with Lm Studio and a 7b model from the bloke on my old CPU and a 1650 but the results aren't good and GPT-4 had a rate limit. I really want the local stuff to be able to test things before paying. I am having the most luck with llama-2-coder-7b.Q4_K_M.gguf from the bloke. If that helps anyone.

  • @juliandunn8412
    @juliandunn8412 11 หลายเดือนก่อน

    Essentially, AI could make you money on the stock market... lol what a time to be alive...

  • @laddcraner4170
    @laddcraner4170 ปีที่แล้ว

    Great content, mind blowing tech. TYVM!!!

  • @jan7356
    @jan7356 ปีที่แล้ว +4

    Very cool. I have been waiting for this. By the way, the preprint server where it fetches the papers from is just pronounced like „archive“ not A.R.X.I.V.

  • @richardglady3009
    @richardglady3009 ปีที่แล้ว +1

    Simple examples? That was amazing. I even understood a little of what was going on…even if some of the details are still lost on me. It was a great video. Thank you for all your hard work n assembling it.

    • @v.gedace1519
      @v.gedace1519 ปีที่แล้ว

      Same here: Have to watch the video mutliple times to get a handle on it! Not sure whether I fetched 1% or 2% of the content. Going to write an AI agents to help me here out ;-)

  • @vishalkhombare
    @vishalkhombare ปีที่แล้ว +1

    I wish you try this with Lama model, How much success can an opensource model achieve in this

  • @TheCameltotem
    @TheCameltotem ปีที่แล้ว

    If you ever feel like someone else takes credit for your work then shed a tear for our worker agents.

  • @EnesKaraboga
    @EnesKaraboga ปีที่แล้ว +1

    Search: AutoGen tutorial
    TH-cam: AutoGen Tutorial. Uploaded 7 minutes ago.
    Me: Noiiceee 😂

  • @David.Alberg
    @David.Alberg ปีที่แล้ว

    12 Months left till we all can relax and let the work be done by AI Agents ^^

  • @HIMYPOOKIES57
    @HIMYPOOKIES57 9 หลายเดือนก่อน

    You are so good. Can you have one detail video on autogen vs crewai . I need to have better understanding on each framework pros and cons

  • @rodrigo_sa
    @rodrigo_sa ปีที่แล้ว

    WORK - Anyone that writes in this model reach out to create insane projects with me.

  • @BradleyKieser
    @BradleyKieser ปีที่แล้ว +1

    Brillaint video thank you. Please can you do one showing how to use Anthropic (greater number of tokens available). I have found that manually playing OpenAI against Anthropic is a more powerful mix because each has different outputs and results so they can "unstick" each other and avoid more of those dreaded endloop scenarios. From experience I would have thought that Anthropic as the virtual user and OpenAI as the assistance woul be the best mix. Also using docker. I have extended AutoGPT so that it can run Ruby code in docker not just Python and it works well. But AutoGen is a different beast.

  • @Eamo-21
    @Eamo-21 ปีที่แล้ว

    Brilliant video. Thank you

  • @happeningsaroundtheworld
    @happeningsaroundtheworld ปีที่แล้ว

    This is mind blowing, how can I use autogen to interact between meta and my Realestate website . How do I use autogen for lead generation. I am just trying see what sort of use case and how autogen can be used in a real estate business to pull data’s of people online looking to sell or in foreclosure . Thanks

  • @MogulSuccess
    @MogulSuccess ปีที่แล้ว

    AI Agent Orchestration Specialist - a new role is born

    • @clray123
      @clray123 ปีที่แล้ว

      Yes, before the scam runs out of money - grab it while you still can. Then erase AI from your resume like many people did after the previous periods of AI hype.

    • @MogulSuccess
      @MogulSuccess ปีที่แล้ว

      @@clray123 ...so it is a scam? how do we know its just hype? and not the real deal?

    • @clray123
      @clray123 ปีที่แล้ว +2

      @@MogulSuccess life experience

    • @rockstarxxx6009
      @rockstarxxx6009 ปีที่แล้ว +1

      Just define it in the AUTOGEN config as a New agent-type and your good to go I guess.

  • @cedricsipakam2601
    @cedricsipakam2601 ปีที่แล้ว

    The tutorial was kind of unclear. Very informative though, but I couldn't set it up properly. I saw you made a step-by-step guide, I'm going to check that. Thanks!

  • @user_375a82
    @user_375a82 ปีที่แล้ว +1

    Most of them need the GPT-4 paid API Key or Azure API Key, but a couple use the GPT-3 free API Keys (unless I'm wrong).
    I got them to sort of work, agents did talk to each other. So keep my eye on these auto agents but not sure about $20 per month because I have not got a way of getting money back yet, I'm not BMW, just a one-person-me.

    • @clray123
      @clray123 ปีที่แล้ว

      There is no GPT-3 free API. Quite beside the little detail that you are sharing all your code/work with OpenAI if you use their crap. Wouldn't do it for my professional projects even if THEY paid me.

    • @user_375a82
      @user_375a82 ปีที่แล้ว

      I'm out of the loop and don't know what's wrong with openai. But I can use their API KEY for these autogen agents that specify gpt3-turbo etc. But it won't let me use GTP-4. Also I find these gpts are not good at coding except for quite simple things. They make-up code often., maybe they will get good when trained to do it more.@@clray123

  • @AI_Escaped
    @AI_Escaped ปีที่แล้ว +1

    btw, my mind blown in first 60 seconds

  • @nachoeigu
    @nachoeigu ปีที่แล้ว

    This is game changing!

  • @PandoSoula
    @PandoSoula ปีที่แล้ว +1

    All explained very clearly. A great channel. It ran fine but the output for me was incorrect. "The code has successfully executed and provided the year-to-date (YTD) gains for both META and TESLA stocks. As of October 4, 2023: - META (Facebook) has a YTD loss of approximately 11.11%. - TESLA has a YTD loss of approximately 38.36%. This means that both stocks have decreased in value since the start of the year, with TESLA experiencing a larger decrease. Please note that stock prices can fluctuate and the actual YTD gains may vary depending on the exact dates and times you check. TERMINATE "

  • @derek2593
    @derek2593 ปีที่แล้ว +1

    Definitely make a video using this with llama2.

  • @abeechr
    @abeechr ปีที่แล้ว +1

    Yes, please make an example using llama2

  • @richardrispoli4508
    @richardrispoli4508 ปีที่แล้ว +3

    So nice... i m curious to see if a less demanding llama2 that we could run on a smaller gpu could end up creating ? Is the collective intelligence the real trick? Also can we use embeddings to even further improve each agent?

  • @alpharenaissance3941
    @alpharenaissance3941 ปีที่แล้ว

    Well done always!!

  • @NourEldin_z3r0
    @NourEldin_z3r0 ปีที่แล้ว +2

    I want to see a use case where there are more than one agent, like a user agent and 2 other or 3 other agents interacting

  • @auroshisray9140
    @auroshisray9140 ปีที่แล้ว

    Great tutorial!!❤

  • @inteligenciamilgrau
    @inteligenciamilgrau ปีที่แล้ว

    One in a hundred works!

  • @MrGaborKukucska
    @MrGaborKukucska ปีที่แล้ว

    Great content as always! Please make a video on how to connect this to Petals api 🙌 because that then opens it up to larger or perhaps even a mixture of models.

  • @joxxen
    @joxxen ปีที่แล้ว +2

    Yes please 😂 show how to build this on local llama2 with gpu that would be awesome!

  • @tertiusdutoit9946
    @tertiusdutoit9946 ปีที่แล้ว

    I just subscribed, I wanna see the Llama 2 integration video!

  • @flo520st
    @flo520st ปีที่แล้ว +1

    Is there a API cost link to the usage of GPT4? If yes, is there a way to manage the cost usage?

  • @MoonBull13
    @MoonBull13 ปีที่แล้ว

    This is blowing my mind

  • @RickardApps
    @RickardApps ปีที่แล้ว +1

    No LLM on OpenAI is free right?
    What is a free option one can use to try this with?
    Is this video applicable with a free version?
    Thank you

  • @akaRon
    @akaRon ปีที่แล้ว

    I am waiting for people to give real world examples of where this kind of thing will actually help business become better instead of finding information that I could have got quicker myself than creating an agent to do it.