I Built an AI Web Development Agency to Do the Work for Me

Поделиться
HTML-код
  • Опубликовано: 28 дек 2024

Комментарии • 90

  • @vrsen
    @vrsen  10 месяцев назад +3

    I will answer as many comments as I can tomorrow. For now, stay tuned in our discord! ⚡(link in description) ☝

  • @Paul_Marek
    @Paul_Marek 10 месяцев назад +31

    You're actually creating a whole new industry. Amazing, next-level stuff as always.

    • @vrsen
      @vrsen  10 месяцев назад +4

      Thanks Paul!

  • @hmdz150
    @hmdz150 10 месяцев назад +6

    Future developers are not just programmers; they are rather professional AI engineers who know how to use AI for their projects.

  • @user-hg3hr6gq5k
    @user-hg3hr6gq5k 6 месяцев назад

    wow. After playing with CrewAi, Langchain and Autogen... this blew my mind.
    Amazing work man. Please continue adding functionalities, you're on to something massive.

  • @soccerkenshin
    @soccerkenshin 10 месяцев назад +4

    Best content. Real, no fluff! Thank you so much for not just making the videos but sharing your work!
    You are changing the world. My world for sure.
    Much love!

  • @lwangacaleb2729
    @lwangacaleb2729 9 месяцев назад +4

    Okay why not add another agent that takes screenshots and uses gpt 4 vision with some saved images of great landing page designs to communicate with the developer to to create a much better design

  • @illgolubuonu
    @illgolubuonu 9 месяцев назад +1

    Awesome. Would be really helpful if you could show a step by step for how to get set up from the very beginning. I got stuck on installation on Windows and can't get anything up and running

  • @תמרכהן-כ4ק
    @תמרכהן-כ4ק 6 месяцев назад

    Your content is great and so straightforward! Thanks for these videos! 🙌

  • @henrythomas7112
    @henrythomas7112 8 месяцев назад

    Thank you so much for this video. Super helpful and well-presented. Your time and effort is most appreciated!

  • @AdminOne-hj4dt
    @AdminOne-hj4dt 10 месяцев назад +2

    Can it work with local LLM?

  • @____2080_____
    @____2080_____ 10 месяцев назад +1

    Awesome work Arsen and VRSEN team

  • @MavVRX
    @MavVRX 10 месяцев назад +1

    If each agent has their own tools folder, how would you handle common tools? Through a fascade?

    • @vrsen
      @vrsen  10 месяцев назад

      You can import them from the other agent's folder using standard python imports. However, if there is a need for this, most likely you are not splitting your agent roles right.

  • @8eck
    @8eck 10 месяцев назад +33

    I suspect that you'll spend more time fixing and re-trying than doing it from scratch yourself... Not the right time for this stuff.

    • @adamblazer55
      @adamblazer55 9 месяцев назад +11

      You don't understand what about is this game changing stuff. It's not about how quickly you create website like this, it's about finding new method. In few years it will be autonomous agency. But someone has to start developing. So your comment only show your old mindset. You live in old world.

  • @musumo1908
    @musumo1908 10 месяцев назад +2

    Very cool…have you thought about somehow getting it to run inside a container? While I’m technical there’s no way I can adjust the code files…as you have…as not a pure dev….so won’t be testing this unless it’s on a dedicated machine…

  • @alvarosouza3087
    @alvarosouza3087 10 месяцев назад +1

    can we use it with other llm's? like gemini or mixtral?

    • @vrsen
      @vrsen  10 месяцев назад +1

      No, this framework is made intentionally on top of the latest OpenAI assistants api. Please refer to FAQ in our discord for details and discussion

    • @ClownCallout
      @ClownCallout 9 месяцев назад

      @@vrsen This is a huge flaw to Agency swarms. I use Crew AI with Groq which delivers near instant responses with the speed being at real time I am able to to have my agents to talk to me in real sounding human like voices using text to speech platforms. Yet to experience a single hallucination.

  • @SSFlybike
    @SSFlybike 6 месяцев назад

    Can it use your own templates that you have created and just build on those and if so how do I do that?

  • @ante042
    @ante042 10 месяцев назад +1

    I love this. Could you maybe do a video on how to do it with local llms like lm studio?

  • @gohilkrishnapalsingh6647
    @gohilkrishnapalsingh6647 9 месяцев назад

    Man your just blowing out my mind this is amazing now i think i need to start leveraging the skills in python

  • @mikew2883
    @mikew2883 10 месяцев назад +1

    Awesome upgrades! 👍

    • @vrsen
      @vrsen  10 месяцев назад +1

      Thanks Mike!

  • @juninmvd
    @juninmvd 9 месяцев назад

    What program do you use to make the codes? Was it VS Code?

  • @svetlanabalieva25
    @svetlanabalieva25 10 месяцев назад

    Wow! Feeling so proud! 😮

  • @gurindersingh1713
    @gurindersingh1713 10 месяцев назад +2

    how much did it cost in api costs to run the ai agent swarm and build the website shown in this video? In next video, can you also please show how to use gpt 3.5 to save costs on api?

    • @vrsen
      @vrsen  10 месяцев назад +2

      I will check next time, thanks for a suggestion

  • @arthuraquino8356
    @arthuraquino8356 10 месяцев назад +1

    In your opinion, are openai assistants better than langchain's custom agents? The impression I have is that the assistants already had all the tools ready while the agents would have to choose and manage vector database, retrieval and memory resources.

    • @vrsen
      @vrsen  10 месяцев назад

      Yes, there are many reasons why assistants are better. The biggest one is function calling. It makes your agents a lot more reliable in production. Creating tools from scratch is not a big issue, especially with genesis agency. It also gives you a lot more control

  • @magicismagic123
    @magicismagic123 10 месяцев назад

    How about a system to streamline lead generation and qualification, aiming to replace the traditional Sales Development Representatives (SDRs) role? Researching leads can be time-consuming, so automating this process could provide a solution by delivering pre-qualified leads ready for outreach.

  • @SamJenkins-Satal
    @SamJenkins-Satal 10 месяцев назад +3

    I have no idea why, but I haven't been able to get your code working, I keep trying as it's massively cool. Just trying to run the `agency-swarm genesis` command, I get:
    usage: agency-swarm [-h] {create-agent-template} ...
    agency-swarm: error: argument create_template: invalid choice: 'genesis' (choose from 'create-agent-template')
    That's after having pip uninstall agency-swarm, then pip install agency-swarm, to ensure I'm running the latest version.

    • @newjx
      @newjx 10 месяцев назад

      same issue

  • @georgestander2682
    @georgestander2682 10 месяцев назад +2

    Really impressive, have you considered utilizing something like codium for unit testing? there approach seems to improve outputs.

  • @AkshayHegde-g9s
    @AkshayHegde-g9s 9 месяцев назад

    Can you do it for open source llm's ??

  • @Unicron187
    @Unicron187 10 месяцев назад

    i really like your framework; i prefer it over chatdev, autogen and crew-ai, but i have a question - in case i missed out on that and you covered this in a previous video:
    i your videos, you always use open ai, but i am using ollama to host my own llm's with lite llm as a reliable open ai api endpoint wrapper; can i run your agent swarm framework with my own model hosted in ollama and maybe lite llm as the open ai api endpoint?

    • @vrsen
      @vrsen  10 месяцев назад

      No, this framework is made intentionally on top of the latest OpenAI assistants api. Please refer to FAQ in our discord for details and discussion

    • @Unicron187
      @Unicron187 10 месяцев назад

      @@vrsen thank you for the quick response! so i think i did not miss that out on a previous video, after all...
      thank you for clarifying; still like your framework, it seems very sophisticated!

  • @КамелияНакова-ъ4ф
    @КамелияНакова-ъ4ф 9 месяцев назад

    Hi, is that Visual studio code that you are using?

  • @Quick-Tech-Solutions
    @Quick-Tech-Solutions 10 месяцев назад

    Doenst Sentra Ai do the same thing? How is this in comparison to that platform?
    This looks way more complicated.

  • @alexey2baranov
    @alexey2baranov 10 месяцев назад +2

    Great work for one person project! Can you made a comparison video Crew AI vs Autogen vs Agency Swarm ? It might be very intereting to compare you personal project with this two with focus on design and possible extensibility.

    • @alexey2baranov
      @alexey2baranov 10 месяцев назад +2

      Actually comparing to CrewAI is simple. As they are not true ai framework. They require to describe by code tasks , join tasks to agents, join tools to tasks)) I wonder where AI is here? If they are a true AI framework, then why can't they decide this without me) AgSwarm does this automatically based on agent's descriptions. Right?

    • @alexey2baranov
      @alexey2baranov 10 месяцев назад +1

      the same with tasks. I have to describe tasks by code? If they are a true AI, then why can't their manager decompose my task by himself? ) Fmpv CrewAI is a pseudo AI framework. True framework allowed to operate only by system prompts, descriptions, tools and other declarative information. The rest of work AI should do automatically

  • @NirFeinstein
    @NirFeinstein 10 месяцев назад +1

    Your thinking and implementation is just remarkable. I have idea in mind. Maybe to train the genesis for a while and build a library of agents and tools. and when user asks for something it will download the necessary agents and tools to make the agency creation faster and more accurate.

  • @edgarr8425
    @edgarr8425 8 месяцев назад

    Good work, I'm trying but doesn't work for me (Ubuntu 22.04 and Windows 11), I'll try again with docker. It gets stuck when Developer agent try to execute create-next-app.

  • @vesalaasanen2158
    @vesalaasanen2158 10 месяцев назад

    Awesome! Is it possible to use this with Azure OpenAI service?

    • @vrsen
      @vrsen  10 месяцев назад +1

      Not yet, but I will add it later

    • @vesalaasanen2158
      @vesalaasanen2158 10 месяцев назад

      @@vrsen , sounds great! Would love to see video about how to make it work when it's added!

  • @realCleanK
    @realCleanK 7 месяцев назад

    Thank you!

  • @aliabassi1
    @aliabassi1 10 месяцев назад

    crazy how this video only has 13k views this is by far the best agent framework and I've seen and tried them all - super smart and user friendly setup

  • @zeevabrams
    @zeevabrams 10 месяцев назад +2

    I played around with your Agency Swarm a bit, but the Instruction sets seem longer and more complicated than they should be. I think CrewAI has a slightly clearer method of defining the sequential tasks, so you know what it will do, whereas your method allows for more open-ended tasks. Honestly, though, I couldn't really get it to do anything "serious", and the costs were quite high (gpt4), considering that lots of the "internal communications" could probably be replaced with hard-coding for specific tasks.

    • @vrsen
      @vrsen  10 месяцев назад +1

      You can hardcode as much logic as you need inside your agent's tools.
      I guess Crew AI is easier to get started with, but I would never recommend it in production. It does not have any type checking, nor error correction. (Watch my last short) "The process" is just a hardcoded prompt template within their system that takes away control from you. You can easily copy and paste it into agency swarm.

    • @zeevabrams
      @zeevabrams 10 месяцев назад

      @@vrsen If you still see these comments - creating the Tools is something that isn't for "beginners". I tried, and failed (I'm not a pure SWE, so I suck).
      However, I think a basic tool would be a pseudo-memory function of simply saving things to TXT files. Like, have the agent save their results to a (temp even?) TXT file that can then be read/accessed by another agent asynchronously. It should be easy to implement, and is a pseudo RAG/Buffer/Memory trick that would make them super-useful! The other Agents would then need to have Read access (easy). Perhaps have a Summarizer agent always ensure that there is a short Summary of what's in the TEXT first (so as not to overload the context).

    • @ClownCallout
      @ClownCallout 9 месяцев назад

      @@zeevabrams I am doing this using Bubble

  • @Niels9696
    @Niels9696 10 месяцев назад

    Awesome video as always VRSEN! How much did making this video cost in OpenAI expenses?

    • @vrsen
      @vrsen  10 месяцев назад +1

      I'll track this in the next video

  • @Evox402
    @Evox402 10 месяцев назад +1

    This is awesome 😍
    How much did this whole process approximately cost OpenAI-API-wise?
    I hope I find the time to dive into your awesome framework 😊

  • @gold-junge91
    @gold-junge91 10 месяцев назад

    can i use it with local running llm?

  • @MGeeify
    @MGeeify 10 месяцев назад

    Great video! How much did this webpage cost you in API costs?

    • @vrsen
      @vrsen  10 месяцев назад +1

      I'll check in the next video

  • @newjx
    @newjx 10 месяцев назад

    Vrsen the GOAT:)

  • @Corteum
    @Corteum 10 месяцев назад

    I think you do most of the work, and ai does some of the work⚡

  • @federikoPlus
    @federikoPlus 9 месяцев назад

    Not clear for me this video, genesis? what's that?

  • @etherhealingvibes
    @etherhealingvibes 10 месяцев назад

    Master, can we create a Ai agents that creates Ai agents?

  • @peterball8900
    @peterball8900 10 месяцев назад

    Awesome👍👍👍!

  • @Skhulile84
    @Skhulile84 10 месяцев назад +3

    The agency swarm legend is back! I always click so quickly on your videos 🙂

    • @vrsen
      @vrsen  10 месяцев назад +1

      Thanks man! I’m trying to post a lot more, hence the new format

    • @Skhulile84
      @Skhulile84 10 месяцев назад

      That's great man! I'm loving the new format! Keep up the great work

    • @magicismagic123
      @magicismagic123 10 месяцев назад

      what was the old format?@@Skhulile84

  • @_jhw_
    @_jhw_ 7 месяцев назад

    Awesome:)

  • @wes7bg
    @wes7bg 10 месяцев назад

    dayum son,where did you find theeesee (music)

  • @7polletes
    @7polletes 10 месяцев назад

    Go boss!!!

  • @build.aiagents
    @build.aiagents 10 месяцев назад

    Phenomenal

  • @prispeshnik-istini2
    @prispeshnik-istini2 10 месяцев назад

    ПРивет. Хотел бы обратиться к тебе за помощью в разработке решения на базе которого можно интегрировать GPTs (именно свой обученный плагин) на свой сай в качестве чата, без каких либо сторонних решений.

    • @vrsen
      @vrsen  10 месяцев назад

      Hi, feel free to reach out at www.vrsen.ai/ !

  • @build.aiagents
    @build.aiagents 10 месяцев назад +1

    I be waiting for your videos to drop like a Jordan sneaker release😅😂

    • @dhirajkhanna-thebeardedguy
      @dhirajkhanna-thebeardedguy 10 месяцев назад +1

      Likewise! 😀😀😀

    • @vrsen
      @vrsen  10 месяцев назад +3

      Thank you, guys, I really appreciate your support. ♥ I'm trying to post more often, hence the new format

  • @odev6764
    @odev6764 10 месяцев назад

    Hey, I had an idea! What if we added a feature where users could send in an image of the layout they want, and then the AI creates everything for them? We could even take inspiration from layouts on Behance or Pinterest and give it a try! What do you think?

    • @vrsen
      @vrsen  10 месяцев назад +1

      Great idea! I think I will try to create this once the vision model is available in assistants api. Right now it’s only possible to use it through a tool, which complicates things a bit

    • @odev6764
      @odev6764 10 месяцев назад

      ​@@vrsen I was wondering if we could explore using Google Gemini. They offer a free API with vision capabilities, so maybe it could be a helpful tool for us!

    • @ClownCallout
      @ClownCallout 9 месяцев назад

      I already have this system set up using crew AI with Claude 3

  • @ferasalfarsi897
    @ferasalfarsi897 10 месяцев назад

    Please, zoom in, what you are typing is very small. It is hard to see and read.

    • @vrsen
      @vrsen  10 месяцев назад

      Got it, thanks

  • @MikeRhodesIdeas
    @MikeRhodesIdeas 10 месяцев назад

    awesome stuff as always - but please please lose the crappy background music. so distracting

  • @max_bezs
    @max_bezs 9 месяцев назад +1

    Wasted 15 minutes