Anthropic’s Blueprint for Building Lean, Powerful AI Agents

Поділитися
Вставка
  • Опубліковано 3 січ 2025

КОМЕНТАРІ • 30

  • @tollington9414
    @tollington9414 3 дні тому +7

    I totally agree with this assessment- after all we are just calling a very simple API when working with LLMs - no need to learn a framework to do that

  • @JayTrainerBand
    @JayTrainerBand 3 дні тому +8

    🤯 Wow, this was so helpful and totally eye-opening from a non-developer perspective! I have a question for you: I've been watching so many UA-cam videos where people say they are building agents, but if I understand what you're sharing here, they are really just building workflows and calling them agents. Is that correct?

    • @vladyslavkorenyak872
      @vladyslavkorenyak872 3 дні тому +2

      Yea these words are new and there is not a clear boundary around them yet.

    • @miguel1795
      @miguel1795 2 дні тому +1

      thats partly correct. think of an agent as a worker that performs a task based on a workflow

    • @engineerprompt
      @engineerprompt  2 дні тому +1

      Yes and just to clarify it further. You can just use an LLM (with tools) in a workflow to do most of the things. You mostly dont' need an LLM to make autonomous decisions but rather use pre-defined workflows.

    • @patruff
      @patruff 2 дні тому

      Yes

    • @patruff
      @patruff 2 дні тому +1

      ​@@engineerpromptexactly this, most people just want tools with their LLM. Agents are so buggy right now. Wait a year I'm sure they will be better.

  • @harisjaved1379
    @harisjaved1379 2 дні тому +2

    This is 100% true! I build a multi agent app on azure and it was too complex, the goal was to take a user request and use tools to perform analysis, the problem was that the requests we not always sent to the right agent, best to use a pre-defined / predictable paths.

    • @andrew-does-marketing
      @andrew-does-marketing 2 дні тому

      Did you build an ai decision maker agent that acts as the initial layer to take in a request? It’s only training is how to make decisions on which tools to call.

    • @harisjaved1379
      @harisjaved1379 2 дні тому

      @ yes, there were 4 total agents, the first layer was the decision layer that passed the request to the next agent based on the initial classification and data

    • @andrew-does-marketing
      @andrew-does-marketing 2 дні тому

      @@harisjaved1379 what prompts were you using for the orchestrator. That’s where the magic happens. You can’t go budget with orchestrator.
      IMO you just need to use o1 and have a large pre-prompt with examples and directives in the chain of messages that are passed to the decision agent.

  • @barrettvelker198
    @barrettvelker198 3 дні тому +13

    I have yet to find a prompt chaining framework that is not complete trash

    • @orthodox_gentleman
      @orthodox_gentleman 3 дні тому

      Same brother. I think this bigger companies may be intentionally trashing these frameworks…think Microsoft GitHub…I am realizing that everything seems to be a scam.

    • @sumitsp01
      @sumitsp01 2 дні тому +2

      Which framework do you feel is best at the moment for building AI agentic solutions?
      I am learning langgraph which is descent, but I am hearing PydanticAI is great as well.

    • @broformation6530
      @broformation6530 2 дні тому

      Tbh I've come to the conclusion that raw dogging it is simply the best option

    • @OfficialChatbotBuilder
      @OfficialChatbotBuilder 2 дні тому +1

      Sucks to hear. What has failed so far, like what’s the actual problem?

  • @sun-ship
    @sun-ship 2 дні тому +1

    Thank you so much! This was very clarifying.

  • @OfficialChatbotBuilder
    @OfficialChatbotBuilder 2 дні тому

    I just did a live yesterday showing how to build powerful agents with no-code 🔥

  • @sun-ship
    @sun-ship 2 дні тому

    What do you think of pydanticAI?

  • @aaagaming2023
    @aaagaming2023 3 дні тому +1

    Its all in the prompts, and the use of prompt chains.

  • @mayuringole9679
    @mayuringole9679 3 дні тому

    Hey can you tell me which application u r using for that GUI demonstration?

    • @engineerprompt
      @engineerprompt  2 дні тому

      if you are talking about my screen recorder? I use screen studio.

  • @FinanceGraphics
    @FinanceGraphics 2 дні тому +2

    Beautiful

  • @verma.prashant
    @verma.prashant День тому +2

    I built this system 11 months ago; I am ahead of RAgentic 😂 time.

  • @orthodox_gentleman
    @orthodox_gentleman 3 дні тому

    LangGraph sucks unless you have a Mac I guess…

  • @patruff
    @patruff 2 дні тому +1

    I hate agents