Тёмный
No video :(

BabyAGI + GPT-4 Langchain Agent with Internet Access 

tylerwhatsgood
Подписаться 2,5 тыс.
Просмотров 13 тыс.
50% 1

Giving BabyAGI a whirl
Code in Jupyter Notebook: github.com/linuxandchill/Baby...
BabyAGI Github: github.com/yoheinakajima/babyagi
Langchain x BabyAGI: python.langchain.com/en/lates...
My Twitter: tylerwhatsgood_
- 👉Looking for a Hosted AI Chatbot 👉 chatterdocs.ai/?via=tyler
Timestamps
00:00 intro
00:35 BabyAGI High level overview
01:13 Incorporating Langchain
02:11 Langchain Chains
05:42 Issues
06:15 Where from here?
#gpt4 #gpt3 #babyagi #ai #python #langchain #autogpt #auto-gpt

Опубликовано:

 

12 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 67   
@tylerwhatsgood
@tylerwhatsgood Год назад
0:31 "BabyAPI" - @tylerwhatsgood 2023
@webjoeking
@webjoeking Год назад
This checks out as AGI for me; basically what I do when I plan travel for the family - invariably going down the internet rabbit hole and never finishing the original goal until my wife steps in to finish it.
@tylerwhatsgood
@tylerwhatsgood Год назад
hahaha for you and me both brother
@AlphajoBah
@AlphajoBah Год назад
😂😂😂❤
@ppadooru11
@ppadooru11 Год назад
@@tylerwhatsgood how is this any different than chatgpt? If i ask ChatGPT to create an itinerary, it provides a result in a succinct manner. It just seems like with BabyAGI and AutoGPT it just records the specific tasks and thought process to get to the same result
@siscoisbored
@siscoisbored Год назад
@@ppadooru11 chatGPT cant plan and act on tasks on it's own, it only predicts what to do next based on probability but you can get there through prompts. this is called meta prompting, automating the process and also giving it access to the internet to use recent information. It's extremely basic to be honest with you, it's more of a demonstration of thinking about next steps, giving it memory and having it write it's own prompts based on an initial task. Also, this should go without saying but chatGPT does not have memory past the token count, no long term storage and a very short, short term memory. it also can't train itself on specific tasks without the use of Fine-tuning library's that simply put, use these VectorStorages to store the information in higher dimensions to be utilized through model embeddings, this allows chatGPT to understand where references to this information happen and then to use it.
@ppadooru11
@ppadooru11 Год назад
@@siscoisbored Thank you!
@s11-informationatyourservi44
awesome content! finally a tone of competence without unnecessary hype. running across your channel made my day
@tylerwhatsgood
@tylerwhatsgood Год назад
thank you for the kind words!
@michealkinney6205
@michealkinney6205 Год назад
Great video, thanks. Marge this with Auto-GPT that can execute tasks, create files/folders and you really have something here.
@tylerwhatsgood
@tylerwhatsgood Год назад
Thanks Michael!! Lots of new projects doing just that, it’s 🤯🤯🤯
@konichiwatanabi
@konichiwatanabi Год назад
Great vid! I saw another about AutoGPT and at one point in its task loop, it produced a .txt distillation of its findings. Do you know if Baby produces any docs? Basically trying to create a research assistant that primarily focuses on a curated library and occasionally surfs the web for new ideas that we can trial and add to the curated library. What a time to be alive!
@leotrieu84
@leotrieu84 Год назад
Love this Tyler. Btw, I'm new to Jupyter so can you please create a quick video of how to set this up so it would be easier to follow your videos? Thank you so much!
@tylerwhatsgood
@tylerwhatsgood Год назад
hi Lee, that's a great idea, i will do that ! thank you!!
@leotrieu84
@leotrieu84 Год назад
@@tylerwhatsgood Legend. Thanks Tyler!
@BuildMagic
@BuildMagic Год назад
awesome
@MaJetiGizzle
@MaJetiGizzle Год назад
The name babychains sounds either like the name of a young rapper or a chained up baby.
@tylerwhatsgood
@tylerwhatsgood Год назад
loooool lets go w rapper,,, this his most popular lyric according to gpt-3.5 😂😂 ayo, it's babychains, I'm the king of the street I got the game on lock, from my head to my feet
@j.hanleysmith8333
@j.hanleysmith8333 Год назад
One element that I think all of these are missing is keeping the human in the loop. That is how we produce the most beautiful and powerful results, IMO
@tylerwhatsgood
@tylerwhatsgood Год назад
i agree at this point it kinda needed something like that. but i am now seeing projects where there are TWO or MORE agents working together 🤯🤯🤯 👀👀👀
@NeoKnight9
@NeoKnight9 Год назад
You mentioned not using pinecone. What are the alternatives?
@tylerwhatsgood
@tylerwhatsgood Год назад
hey!! 👋👋 used FAISS in this video (you can run it locally) Also check out Supabase supabase.com/blog/openai-embeddings-postgres-vector lmk if you have any questions about either of em. thanks!!
@brandongraham8833
@brandongraham8833 Год назад
Can you program it to make copies of itself or have it make it’s own employees?
@tylerwhatsgood
@tylerwhatsgood Год назад
yes 🤯🤯 i have seen glimpses of this online, i think we're headed in that direction for sure. thanks Brandon!
@user-wr4yl7tx3w
@user-wr4yl7tx3w Год назад
how does it compare against the other autonomous GPT agents?
@tylerwhatsgood
@tylerwhatsgood Год назад
great question! things are moving so fast 😅 i will try to play with everything and get some videos out! Auto-GPT looks awesome and check this out agentgpt.reworkd.ai/
@HallucinogenUsin
@HallucinogenUsin Год назад
my god, thank you for this. i've been working on some things. ;)
@tylerwhatsgood
@tylerwhatsgood Год назад
good luck Julian!
@louielouie9502
@louielouie9502 Год назад
Companies nah the average person will be making API's now. Bro we got this. We still need to test the crap out of these things.🥺😁🥺😁 Still not sure how I feel about it.🤔
@tylerwhatsgood
@tylerwhatsgood Год назад
lol oh yeah mane it's getting wild for sure
@astrofolia4515
@astrofolia4515 Год назад
Please provide the code!
@tylerwhatsgood
@tylerwhatsgood Год назад
sorry about that! lmk if any issues! thank you!! github.com/linuxandchill/BabyAGIxLangchain
@richerite
@richerite Год назад
BabyAGI looks like random hacking around at moment. I think we need more solid theoretical foundations before we get real breakthroughs
@ozorg
@ozorg Год назад
everything that works with the google api sux ... ;) ... how many searches do you get? they should add a headless browser and/or some other scraping api's .... but still great stuff!
@tylerwhatsgood
@tylerwhatsgood Год назад
thats a good point, u only get 100 on the free tier, after that it's pretty expensive just to mess around. i have been able to get Cataclysm to use some scraping tools but results were just better when using the managed solution. will keep trying stuff and post if anything good, thanks dawg!!!
@ozorg
@ozorg Год назад
@@tylerwhatsgood all this stuff is fun to play around. but it won't scale. reminds of when the nft guys tried to re-invent pdf ...
@tylerwhatsgood
@tylerwhatsgood Год назад
@@ozorg hahah but its an immutable ledger dude cmon anything is possible 😅
@gridplan
@gridplan Год назад
Do you have a link to your notebook?
@tylerwhatsgood
@tylerwhatsgood Год назад
here you go, lmk if any issues! thank you!! github.com/linuxandchill/BabyAGIxLangchain
@gridplan
@gridplan Год назад
@@tylerwhatsgood Much obliged!
@CharIie83
@CharIie83 Год назад
so chatGPT can come to life?
@tylerwhatsgood
@tylerwhatsgood Год назад
haha yes it can do some pretty cool stuff, will be even cooler in the future! for now it is just a widdle baby 👶👶
@DevAnon
@DevAnon Год назад
this is better than autoGPT?
@tylerwhatsgood
@tylerwhatsgood Год назад
i think they are both still in early stages and the idea in general is kinda similar i think. you can try them both and see which one gives you a result you like!
@preddyshite6342
@preddyshite6342 Год назад
Honestly feels like AI is just creating an industry of bloat and brute-forcing. All these pesudo-AGI projects seemed so obvious the second chatGPT came out. Once langchain dropped, then OpenAI dropped plugins, I really expected better. This is probably my biggest concern with all these rapid developments - that the desperation not to be left behind is creating a lot of half ass apps that do nothing but make it clear that tokens are too expensive for "real world" applications.
@RonaldDraxer-rb4qm
@RonaldDraxer-rb4qm Год назад
Yea mahn. But i think youtubers are giving somuch hype to these dumb projects. Even i am planning to pivot my project to entertain these influencers. Because you can develop a useful app still nobody cares if its not something youtubers can exaggerate and spread the paranoia about AI
@everythingiscoolio
@everythingiscoolio Год назад
Obviously the boom comes before the cuts. That's how it always worked and that's how it'll always work. Instead of focusing on the negative I suggest you open your eyes to the vast amount of new possibilities. And hey, if you're not happy, you can just must stuff yourself!
@vinniehuish3987
@vinniehuish3987 Год назад
It’s called learn how to code and build and deploy your own LLMs on your OWN applications or htmls lol. Stop relying on somebody else to do all your work for you and then wondering why you have to PAY THEM
@tylerwhatsgood
@tylerwhatsgood Год назад
@@RonaldDraxer-rb4qm i think the fact its got "agi" in the name is def controversial but it is never my intention to exagerate or spread paranoia, i think its a cool project and obviously its not AGI but we are still so early, lots of possibilities and paths we could go down from here so its just fun to explore 😊 what are you building Ronald i'd be interested in taking a look!
@tylerwhatsgood
@tylerwhatsgood Год назад
@@everythingiscoolio good perspective Manami. i think everyone's just kinda making it up as we go along at this point hahah and i think many would agree it's just a cool piece of technology and fun to mess around and imagine where it could go from here
@avi7278
@avi7278 Год назад
Lol never in a million years is someone going to trust "babyagi" to book their flight. The hype is real though. "AGI" to the moon! It's just stupid. There are serious people working on serious cognitive architectures. If it fits in 150 line notebook, that ain't it. 😂
@tylerwhatsgood
@tylerwhatsgood Год назад
lol u right but not sure we need anything more complex than this to do basic, assistant-ey, stuff. i'd never call this actual AGI but do you think we need like a step function type change at this point just to help us spend less time doing tedious tasks? idk tbh and don't wanna overhype, way too many ppl doing that just like u said, but i think we are getting close to getting some pretty useful things, we shall see! thx Avi
Далее
ВОДЯНОЙ ПИСТОЛЕТ ЗА 1$ VS 10$ VS 100$!
19:09
Building with AI Agent Teams
4:51
Просмотров 7 тыс.
Improve your BabyAGI with LangChain
16:00
Просмотров 21 тыс.
ChatGPT for YOUR OWN PDF files with LangChain
14:20
Просмотров 267 тыс.
AutoGPT Tutorial - More Exciting Than ChatGPT
23:56
Просмотров 756 тыс.
AGI is here! (AutoGPT) Detailed Tutorial + Real Example
14:37
ВОДЯНОЙ ПИСТОЛЕТ ЗА 1$ VS 10$ VS 100$!
19:09