MASTER the Prompt: TOP 5 Elements for Reusable Prompts, AI Agents, Agentic Workflows

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

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

  • @MikeRhodesIdeas
    @MikeRhodesIdeas 6 месяцев назад +8

    honestly don't know why you've been stuck at ~14k subs for ages... content is gold. consistently.

  • @palidad1
    @palidad1 6 месяцев назад +43

    What tool is that you are using for the prompt stuff

    • @sergiowpf
      @sergiowpf 6 месяцев назад +3

      Yes! Really wanted to know that as well!

    • @indydevdan
      @indydevdan  6 месяцев назад +39

      The simple prompt system is an unreleased tool for 1-way prompt testing and prompt template reuse. If there's solid interest I'll ship an alpha version for viewers of the channel. Like, sub, comment, @palidad1's comment etc to show interest.

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

      Let me know how I can apply for this ? Thanks

    • @xhridhar
      @xhridhar 6 месяцев назад +1

      Please share it

    • @xhridhar
      @xhridhar 6 месяцев назад +2

      @@indydevdanany update on Ada ?

  • @persas1683
    @persas1683 6 месяцев назад +4

    Model, purpose, variables, output example, JSON format.
    Thank you very much 🙏

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

    There are a lot of videos on RUclips about AI Agents and Prompts. Dan, your videos are spot on every time. Thank you, Sir!

  • @mthrim
    @mthrim 6 месяцев назад +3

    Finally! Back to the good stuff. Much appreciated!

  • @AntonioRonde
    @AntonioRonde 6 месяцев назад +2

    Good video. Shows new concepts to use in code, I especially liked the last 2 examples where it was all used together. Thank you IndyDevDan

  • @InspiredInsights4U
    @InspiredInsights4U 6 месяцев назад +3

    I think a great follow up video would be one that discusses JSON in more depth and how to work with JSON that would be an important move. I understand JSON but it still has some mysteries that I would like to clear up thanks for a good video.

  • @ankeeth-suvarna
    @ankeeth-suvarna 6 месяцев назад +4

    This video is gold!

  • @mykojai
    @mykojai 5 месяцев назад +1

    Content is Top! it is crazy these other channels have more subscribers than yours.
    Would you consider adding a follow up video?
    Top 6-10 techniques, like how important is roles and personas? compared to top 5?

  • @jiyuhen
    @jiyuhen 6 месяцев назад +2

    Pretty awesome indeed and great value / knowledge

  • @mattchew5965
    @mattchew5965 2 месяца назад

    What are you using for the box around your mouse cursor and text highlighting? It's really nice.

  • @_KillerRobots
    @_KillerRobots 6 месяцев назад +2

    Beautiful. Appreciated, sir.

  • @santiagopabloortiz6322
    @santiagopabloortiz6322 6 месяцев назад +1

    This content is gold. Thanks a lot!

  • @bradlegassick9327
    @bradlegassick9327 6 месяцев назад +1

    Thanks for sharing, this is valuable alpha in the space!

  • @tubaguy0
    @tubaguy0 6 месяцев назад +1

    Really enjoying your content, thank you. Like others, I’d like to know more about the tool you’re using to present in this video.

  • @Dragon_Rider777
    @Dragon_Rider777 5 месяцев назад +1

    I am so sorry to ask, what platform is this? Or a Github repo?
    Thank you this is one of the best videos

  • @soulessshoe
    @soulessshoe 6 месяцев назад +2

    awesome, totally agree with these 5 elements. Do you think langchain or other libraries cover these elements well?

    • @indydevdan
      @indydevdan  6 месяцев назад +1

      It's hard to know without looking through the source. This is why I recommend staying 'close to the metal' and make sure you're the one writing the prompts. It's where all the value is.

  • @smanihwr
    @smanihwr 6 месяцев назад +2

    I've been struggling to extract code from LLM output. I think EXAMPLES you mentioned would solve them. Thanks a lot!
    Can we use aider with non openai models? I couldn't make it work with Databricks models

    • @indydevdan
      @indydevdan  6 месяцев назад +1

      Yes Aider supports opensource models: aider.chat/docs/llms.html

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

      ​@@indydevdan​Perfect. Thanks!

  • @puremajik
    @puremajik 3 месяца назад

    Do you find Personas add any benefit? There seems to be some research supporting them?

  • @KhalilKhamlichi-yn5wn
    @KhalilKhamlichi-yn5wn 6 месяцев назад +1

    Can you talk about DSPy ?

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

    I'm doing all of these without knowing it. The problem is I'm using small language model, sometimes it doesn't follow all the guidelines.
    I personally think you're 5 elements is great and really the most useful when doing prompt. But all 4 element is depending on the first one which is the model itself.
    So sometimes I can't make 1 single prompt like that. I must make it into 4 prompts so it follows all the guidelines ( Split the guide in 4 prompts so it is like step by step build up the result ).
    Anyway, thanks for making me realise there's pretty clear pattern there.

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

      Yeah that will continue to be a problem. As mentioned, the model is element #1 and for a good reason.
      There's nothing more important than picking a high performing model.
      The time it takes to prompt a low performing model is NOT worth it. It's really REALLY not worth your time. Upgrade your model, spend a little, focus on results.

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

      @@indydevdan yeah.. I believe in you. 👍

  • @CheekoVids
    @CheekoVids 6 месяцев назад +1

    In your experience, do you believe roles/personas add additional value?

    • @indydevdan
      @indydevdan  6 месяцев назад +1

      Absolutely BUT only after I've added these 5 elements will I touch roles/personas. Usually you just needed better static variables or examples. Roles/Personas are maybe element 7 or 8.

  • @قيمنقعبود-ب2ل
    @قيمنقعبود-ب2ل 6 месяцев назад +1

    Does all LLM model understand this !?

  • @u.a3
    @u.a3 6 месяцев назад

    New to the channel, new to coding. What is this interface you are using?

  • @verruu333
    @verruu333 5 месяцев назад

    Do you have any prompt repository to share? Is this omnicomplete prompt available anywhere or your own making?

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

    Where is the prompt creation tools?

  • @tylerlofall1879
    @tylerlofall1879 Месяц назад

    Soooo if whets most important to you is making the coolest "trick" then those are 5 important subjects, lets start out with you do fantastic work and are a far better programmer than i am. ... however if models so important , then how come someone that has done this everyday for years and someone sitting down for the first time are maxed out with the same model...i say the ability to train and skill up quicker is a far more important feature... you can always come in tomorrow and download the best model.... 1. automation, 2. being on the right side of the 'shaft you' line. 3. focus, 4. logic, and 5. time and i think you can wipe all 5 of those off the table honestly.

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

    You digging GPT more
    Than Claude?

  • @SU3D3
    @SU3D3 6 месяцев назад +1

    Excellent Brother! I’m building #private AI federation servers. -R0N1N

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

    Why is there so much desire to contain these LLMs? I see their value in the very opposite.

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

      Context dependent.
      Some professions require reliability and consistency and hence more constraints. Others less so where the unpredictability is a plus.
      Example, imagine an agentic framework for surgery or taking 911 calls VS a children’s story writer….

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

    There is no way that you have hand-written tens of thousands of prompts yourself. We haven't had AI and LLMs for long enough time for that to be true. I have written thousands of prompts, and I started in 2021.

    • @mrd6869
      @mrd6869 6 месяцев назад +1

      10 cheeseburgers,100 cheeseburgers...doesn't matter.
      Does the video have things folks can use.Thats the point.

  • @SU3D3
    @SU3D3 6 месяцев назад +2

    Imagine applying #rop in a generalized manner. Allowing recursion.
    en.wikipedia.org/wiki/Return-oriented_programming 🕯