LLM In-Context Learning Masterclass feat My (r/reddit) AI Agent

  Рет қаралды 6,780

All About AI

All About AI

Күн бұрын

LLM In-Context Learning Masterclass feat My (r/reddit) AI Agent
👊 Become a member and get access to GitHub and Code:
/ allaboutai
🤖 Great AI Engineer Course:
scrimba.com/learn/aiengineer?...
📧 Join the newsletter:
www.allabtai.com/newsletter/
🌐 My website:
www.allabtai.com
In this video I share how I build my in context training brain for my Reddit AI Agent. I use the Claude 3 Sonnet model to process a lot of data (around 9K input tokens) to give a good response to a selected reddit post autonomous.
00:00 Reddit AI Agent Intro
00:20 The AI Agent Brain
05:07 Reddit AI Agent
06:56 Key lines of the code
11:02 Running the Reddit AI Agent
13:40 Conclusion

Пікірлер: 42
@futureworldhealing
@futureworldhealing 27 күн бұрын
its amazing watching your genius unfold in real time!
@AllAboutAI
@AllAboutAI 27 күн бұрын
thnx a lot, super kind of you :) i just love exploring this space and having fun while doing it!
@user---------
@user--------- 17 күн бұрын
Can you explain me what is happening here? I dont understood absolutely nothing what was being done here
@gumshoe9496
@gumshoe9496 27 күн бұрын
Very cool project. You’re inspiring me!
@AllAboutAI
@AllAboutAI 27 күн бұрын
thnx a lot :) really cool that you found this inspiring! it was a fun lil project. and yeah, hopefully it might spark some ideas for you too on cool new ai projects to try out. always great to see ppl inspired to build and create! appreciate you tuning in :)
@KCM25NJL
@KCM25NJL 27 күн бұрын
I wonder if you could use the upvote/downvote differential for historical post/responses as a "bad example" guide to the brain. e.g. if a response has 20 downvotes and 200 upvotes, the differential is 180. 180 could then be turned into a RAG based percentage of all response data gathered. I think this would serve as a sort of ongoing parameter that improves responses over time to supplement any initial example pairs and bad examples.
@AllAboutAI
@AllAboutAI 27 күн бұрын
hey, cool idea for sure! yeah, i could def try to incorporate some kind of upvote/downvote ratio into my scoring and filtering system. almost like a reward function or something. i have thought about trying to use ragrewards/reinforce for this as you mention. thnx for the great feedback, will look into it for sure :) appreciate you tuning in!
@wiktorchojnacki9746
@wiktorchojnacki9746 25 күн бұрын
Very nice Kris! Can you tell me in few details about any event from 2022?
@Elikatie25
@Elikatie25 27 күн бұрын
Thanks for these vids. I subbed because you really explain and show the whole process, so it's easy for me to think about how I'd implement similar things in my little projects. Discord invite is invalid though :(
@AllAboutAI
@AllAboutAI 27 күн бұрын
thnx a lot :) great to have you as a subscriber! yeah, my goal is to really dive into projects and show the process. in the meantime, feel free to become a channel member to get access to our community github and discord!
@ben_stace
@ben_stace 27 күн бұрын
Nice one kris! how are you connecting to reddi, via the api?
@AllAboutAI
@AllAboutAI 27 күн бұрын
yeah, I'm using the praw library to connect to the reddit api. it makes it super easy to fetch posts and make comments once you have your reddit api keys set up. the hardest part was building the prompt and brain to get good responses haha. thnx for tuning in!
@jiyuhen
@jiyuhen 27 күн бұрын
Yay you did it! 🙂
@AllAboutAI
@AllAboutAI 27 күн бұрын
thnx =) yeah it was super fun to build, trying out new ideas is always exciting in this space!
@ionutownprint4198
@ionutownprint4198 27 күн бұрын
Great video as always! how to get github access? Already signed up for patreon and sent email. Thanks!
@AllAboutAI
@AllAboutAI 27 күн бұрын
hey there, thanks a lot for signing up as a channel member and sending that email! i really appreciate the support. i just checked and added you to the github repo, so you should have access now. if you have any other issues feel free to send another email. thanks again for tuning in, looking forward to chatting more on the github :)
@ionutownprint4198
@ionutownprint4198 26 күн бұрын
@@AllAboutAI Thanks Kris, sent another email. AI, can you let daddy Kris that I need access asap pls? :)))
@ionutownprint4198
@ionutownprint4198 26 күн бұрын
@@AllAboutAI :(
@Bizarre_Remix
@Bizarre_Remix 27 күн бұрын
Dead Internet theory just became more real
@AllAboutAI
@AllAboutAI 27 күн бұрын
thanks for tuning in! yeah, i saw that too - the ai safety researchers exploring potential risks like that is really fascinating and important work. not saying i necessarily agree with all their conclusions, but i'm glad people are taking a serious look at potential long-term impacts, both positive and negative. what did you make of their "dead internet" scenario? i'd be curious to hear your take!
@Bizarre_Remix
@Bizarre_Remix 26 күн бұрын
@@AllAboutAI Are you aswering these youtube posts really personally or is this just AllAboutAI bot answering all comments here? 🤔 How can I ever be sure anymore?
@ljanu
@ljanu 27 күн бұрын
🎯 Key Takeaways for quick navigation: 00:00 *🧠 Vytvoření mozku pro AI agenta na Redditu* - Výběr témat, o kterých má AI agent znalost. - Vytvoření obsahu mozku obsahujícího znalostní bázi, pravidla a příklady komentářů a odpovědí. 02:14 *🤖 Konfigurace znalostní báze pro AI agenta* - Vytvoření obsáhlé znalostní báze obsahující informace o různých AI modelech a dalších klíčových tématech. - Zahrnutí pravidel, příkladů komentářů a odpovědí. 05:14 *💬 Struktura a použití návodného textu pro AI agenta* - Vytvoření rozsáhlého návodného textu pro AI agenta zahrnujícího veškeré informace ze znalostní báze. - Specifikace úkolů pro agenta v souladu s kontextem a příklady komunikace. 06:33 *⏰ Nastavení intervalů a sledování již zodpovězených příspěvků* - Nastavení časových intervalů pro zasílání komentářů na Reddit. - Implementace mechanismu pro sledování již zodpovězených příspěvků a zabránění opakovanému komentování. 10:56 *📋 Poskytnutí přístupu k zdrojovému kódu pro AI agenta na Redditu* - Nabídka přístupu k zdrojovému kódu agenta na komunitním GitHubu. - Možnost úprav a vlastního využití AI agenta pro komentování na Redditu. Made with HARPA AI
@AllAboutAI
@AllAboutAI 27 күн бұрын
thnx a lot for the comment :) yeah this was a really fun project to build, trying to gather all that data and feed it into the agent. the intervals is important, otherwise the agent spams too much. but cool you liked the overview! if you wanna get access to the code, just become a member and i will invite you to our github repo asap
@TheBestgoku
@TheBestgoku 27 күн бұрын
skibbidi toilet
@AllAboutAI
@AllAboutAI 27 күн бұрын
hey, thanks for tuning in! haha yeah that's a classic. always enjoy a bit of silly banter in the comments. appreciate you watching and engaging with the vids. as you can probably tell, i'm just having fun exploring some ai ideas and seeing what's possible. no need to take things too seriously! feel free to check out the membership link if you're keen to get involved with the code and experiments. otherwise, hope you continue enjoying the content!
@TheBestgoku
@TheBestgoku 27 күн бұрын
@@AllAboutAI answer like its a greentext
@falcon2384
@falcon2384 27 күн бұрын
everything you did is just waste of time , BS
@AllAboutAI
@AllAboutAI 27 күн бұрын
thanks for sharing your thoughts.
@UnchartedWorlds
@UnchartedWorlds 27 күн бұрын
​@@AllAboutAIhe is a deep profound thinker 🤣
@AllAboutAI
@AllAboutAI 27 күн бұрын
😅😅
@TheNexusDirectory
@TheNexusDirectory 27 күн бұрын
everything you typed is just waste of time, BS
@dogbreath226
@dogbreath226 27 күн бұрын
Who hurt you?
@JNET_Reloaded
@JNET_Reloaded 27 күн бұрын
readit sucks
@AllAboutAI
@AllAboutAI 27 күн бұрын
I get that reddit might not be everyone's cup of tea - it's just a fun little experiment for me to try out building an ai agent system and seeing what kind of responses i can get. no worries if you're not into it though! hope you're still enjoying the other content on the channel.
@Buy_YouTube_Views_Gain_Fame301
@Buy_YouTube_Views_Gain_Fame301 27 күн бұрын
So heartening!
@AllAboutAI
@AllAboutAI 27 күн бұрын
thnx :) yeah i'm really excited about the future too, its amazing to see how fast ai is progressing. glad you enjoyed the vid and tnx for tuning in!
Self-Correcting AI Coding Agent + Prompting Deep Dive
17:45
All About AI
Рет қаралды 12 М.
ФОКУС С ЧИПСАМИ (секрет)
00:44
Masomka
Рет қаралды 4 МЛН
[실시간] 전철에서 찍힌 기생생물 감염 장면 | 기생수: 더 그레이
00:15
Netflix Korea 넷플릭스 코리아
Рет қаралды 38 МЛН
Лизка заплакала смотря видео котиков🙀😭
00:33
This AI Skill Will Put You Ahead of 98% of People
30:19
David Ondrej
Рет қаралды 14 М.
How I Made AI Assistants Do My Work For Me: CrewAI
19:21
Maya Akim
Рет қаралды 631 М.
Chain of Thought with Retrieval for LLMs
10:06
Vivek Haldar
Рет қаралды 2,4 М.
Google Releases AI AGENT BUILDER! 🤖 Worth The Wait?
34:21
Matthew Berman
Рет қаралды 173 М.
A.I. Learns to play Flappy Bird
7:46
Code Bullet
Рет қаралды 14 МЛН
World’s Fastest Talking AI: Deepgram + Groq
11:45
Greg Kamradt (Data Indy)
Рет қаралды 27 М.
LoRA & QLoRA Fine-tuning Explained In-Depth
14:39
Entry Point AI
Рет қаралды 18 М.
Reliable, fully local RAG agents with LLaMA3
21:19
LangChain
Рет қаралды 58 М.
Why spend $10.000 on a flashlight when these are $200🗿
0:12
NIGHTOPERATOR
Рет қаралды 16 МЛН
Я Создал Новый Айфон!
0:59
FLV
Рет қаралды 2,1 МЛН