"Wait..this AI Agent does research for you 24hrs without hallucination?!" - Here is how

  Рет қаралды 165,145

AI Jason

AI Jason

Күн бұрын

Пікірлер: 272
@MarcelousTV
@MarcelousTV Жыл бұрын
I’m excited to watch this as many times as necessary to comprehend and implement. This was a concise yet thorough walk through of a complex topic with zero fluff or dead time. Very, very well done. This video leaves me feeling empowered! I’m really looking forward to following along step by step. Thank you for this! 🙏🏼
@LordOfThunderUK
@LordOfThunderUK 11 ай бұрын
But this guy jumps steps like if everyone knows like him.
@therealunclexavier
@therealunclexavier Жыл бұрын
Jason. DON'T STOP!!! Every single video of your is remarkable. Please continue to produce these and come up with amazing ways of using AI. Use AI to "Audit/Verify" that someone has filled up a printed form correctly (for example, with their name, address and so on) and their signature matches with another document for example an ID to verify the person completed a printed document correctly.
@gustavopelissaro5651
@gustavopelissaro5651 Жыл бұрын
Probably the best channel on AI LangChain actual useful applications tutorials on youtube, i always rush to see your videos, much value provided as always, thanks Jason!
@HyperUpscale
@HyperUpscale Жыл бұрын
Finally you released another outstanding video... I was waiting for it.
@koen.mortier_fitchen
@koen.mortier_fitchen Жыл бұрын
True right! I check in too much to see if he’s made a new vid😅
@jasonfinance
@jasonfinance Жыл бұрын
just tried the AI research agent in your link, and it worked like magic! getting the research agent that dont hallucinate is so useful
@matt-collins
@matt-collins Жыл бұрын
Great video, Jason. I love that, as others have said, you're demonstrating how to build something actually useful.
@photon2724
@photon2724 Жыл бұрын
The research agent from your link is fantastic at doing market research! The links actually work and are from reputable places. Im blown away!
@melessify
@melessify Жыл бұрын
Do you have to know python code before you create these apps?
@Churchofexponentialgrowth
@Churchofexponentialgrowth Жыл бұрын
🎯 Key Takeaways for quick navigation: 00:00 🗣️ The video discusses how an AI research agent works, crafting AI workflows, and executing tasks. The AI agent uses large language models for its operations, with the help of tools that facilitate task completion. 00:56 🎛️ The AI agent's efficiency depends on the quality of task execution and its ability to correctly reprioritize tasks, and hence building agents for specific tasks can be more effective. 02:05 📨 An AI research agent can be used in various ways, such as triggering a workflow when someone receives an email. The agent can analyze the incoming communication, derive insights, and compile it into a specific format such as a prioritized list. 02:34 🔄 The video suggests that an AI research agent can stitch together information from different systems, providing additional decision-making support for humans. 03:18 🖥️ The host showcases how to set up a research agent, deploy it as a web service and use it in business workflows. Steps include creating tools for the agent to search the internet, scrape websites, and summarizing content. 06:07 🛠️ Details on how to create a tool for scripting website data are provided, including using functions, headers, and APIs. 07:02 📚 One of the challenges addressed in the video relates to the token limit inherent in large language models. Two strategies to handle this include the MapReduce method of summarizing content, and VectorSearch, which creates a vector embedding of a large content piece. 14:17 🌐 The host then converts the AI research agent app into a web app by using streamlit, setting page configurations, and creating text inputs. Testing is done on the research results the agent can fetch. 16:37 💻 To make the research agent more versatile, it is suggested to deploy it as a web service to be embedded in a company's business workflow. The AI research agent can be turned into an API endpoint using FastAPI. Finally, the API endpoint is tested and deployed using a cloud platform. 19:52 💻 The API endpoint developed for the research agent is live and can be called via the API. The video also proposes embedding it within the business workflow. 20:20 📩 Automating business processes using make.com is demonstrated. For example, an incoming email can trigger information extraction about sender and company, then fed into the research agent for a background check. 21:02 🎯 The video walks through the process of setting up Gmail in make.com to watch incoming emails and trigger the research agent workflow. 23:51 🧩 The integration of OpenAI is shown to extract name and company information from emails, using chat completion methods. 24:19 🌐 The extracted information is then used in the Google Cloud platform and passed on to the research agent through an API endpoint. 25:02 👨‍💻 The whole system is automated to run every 15 minutes, checking for emails and triggering workflows for each email. The resulting data from the AI research agent is then organized in an Airtable. 25:29 🔄 Links to other workflow templates are provided that allow the research agent to be triggered from various points like Telegram, Google Forms, ClickFunnels and even Shopify. Made with HARPA AI
@farfromerease
@farfromerease Жыл бұрын
This use case is really amazing. I am so inspired with your level of skill and knowledge in this topic. It was very informative and entertaining to watch and I can definitely see how useful this can be in day to day operation of research and business! Wow
@AIJasonZ
@AIJasonZ Жыл бұрын
Glad it was helpful!
@bwaldo1
@bwaldo1 Жыл бұрын
Thank you very much. After going through everything, and getting this app to actually work,you've inspired me to build my first AI agent with this video, and now my mind is firing on all cylinders with the world of possibilities. Thank you for doing what you're doing.
@AIJasonZ
@AIJasonZ Жыл бұрын
Thank you for your kind words! What are the agents you try to build?
@nate00slo
@nate00slo Жыл бұрын
Uncredibly good and easy to understand explanation. Thanks Jason!
@slavrgo
@slavrgo Жыл бұрын
This is amazing man! Thanks for sharing in a so detailed way 🔥🔥 especially thanks for sharing the git. And this is the best Make integration I ever seen. Used them a lot, and here’s one more use case.
@heagandev
@heagandev Жыл бұрын
Excellent content Jason, this is easily one of my favorite AI youtube channels
@zacboyles1396
@zacboyles1396 Жыл бұрын
Bravo, very good walkthrough. I like how you pieced everything together and browserless is good for not getting blacklisted.
@Taskade
@Taskade Жыл бұрын
Hey Jason, just watched your AI research agent tutorial and man, it's game-changing! Given how Botpress allows for custom chatbot training, it'd be cool to see a comparison or integration with Langchain AI agents. Keep those awesome insights coming! Cheers! 👍😃
@jss_developer
@jss_developer 11 ай бұрын
Absolutely!!!!!
@sixpathsphotography
@sixpathsphotography 10 ай бұрын
You will be one of very incredible person contributing to advancement of AI. Great job. You are so authentic
@SarahStair
@SarahStair Жыл бұрын
You are AMAZING! Such a great video -thanks for sharing! I love how simple the the code is, and how you broke down every section and what it does. Plan on trying it with some of my own use cases soon! :)
@AndrewLiu1
@AndrewLiu1 Жыл бұрын
Your content is so unique and definitely one of the best channels!
@jessedbrown1980
@jessedbrown1980 11 ай бұрын
What I think is hilarious, is that some day, AI Jason will be read and watched by an AI that is learning how to do suff. and it will say. Wow What a great site. Save that in my long term.
@fasaipuengudom5412
@fasaipuengudom5412 Жыл бұрын
In the world of junk get rich quick AI content, your content is the one I never want to miss
@AfeezAbdulAziz
@AfeezAbdulAziz Жыл бұрын
Amazing work Jason. Youre on fire!!! I have a few ideas/questions for your next videos. Please do a video on how to use OSS LLM such as LLama-2 to do embedding, how can we have a small scale agent, and how to do finetune/embedding for specific use case. Again, youre amazing Jason!
@AIJasonZ
@AIJasonZ Жыл бұрын
ohhh i like it! was planning to do my next video for embedding actually, and using LLama-2 seem make sense! Whats your use case for finetune/embedding?
@AfeezAbdulAziz
@AfeezAbdulAziz Жыл бұрын
@@AIJasonZ Thanks Jason, youre really on fire. Embedding is something very rare to find on youtube, and when I googled I can only find tutorials to use OpenAI embeddings. I was thinking to use it for coaching and motivator i.e. to provide emotional support when asked, so I'd like to embed philosophy and psychology such as stocism and buddha and so on.
@jojop0tato
@jojop0tato Жыл бұрын
​@@AfeezAbdulAziz Thats a great idea! I wanted to make a life coach for people with ADHD but I never thought of adding a vector db + embeddings with works from philosophy. I think that could be a real value add. Good luck with your project!
@nayandeepyadav8790
@nayandeepyadav8790 Жыл бұрын
@@AfeezAbdulAziz wow it will be amazing, how can i contribute,, i want this for me.
@heagandev
@heagandev Жыл бұрын
Agreed, I've also been searching for content on open source embeddings
@xXWillyxWonkaXx
@xXWillyxWonkaXx Жыл бұрын
Really amazing as usual Jason. Thank you for spending time to create the video.
@chetans1557
@chetans1557 Жыл бұрын
Love your thumbnails lol, the super well explained videos are an amazing bonus :)
@olawaleo.412
@olawaleo.412 Жыл бұрын
My heads been spinning since watching this video. Truly interesting use case.
@psykepro
@psykepro Жыл бұрын
Dude, I focking love you! Keep up with this content! You are showing the most useful info I need for Agenst Development!
@Dr_Tripper
@Dr_Tripper Жыл бұрын
I have been continuously learning and understanding all I can about using langchain WITHOUT OpenAI. I admit that it would be so much easier just to pay someone else for the use of their GPU's!
@newtonoperations
@newtonoperations 9 ай бұрын
I'm not an engineer but I know enough code to be dangerous. Having you walk us through every step is such a big help to someone like me and I'm sure many others. 非常感谢您!
@BanikumarMaiti
@BanikumarMaiti Жыл бұрын
Loved your knowledge sharing! Really helpful! Looking forward to many more. Keep up the good work. Thanks!!!
@RonBarrett1954
@RonBarrett1954 8 ай бұрын
This is one of those great instructional videos to bookmark and watch multiple times. Well done!
@zsi
@zsi Жыл бұрын
Building my own autonomous AI from scratch to automate red team engagement activities like social engineering and network attacks. Looking to add an autonomous research agent to build threat scenarios, so this video has been a great help!
@aylerayler
@aylerayler 8 ай бұрын
Ooo like it notifies if a phishing attack was successful but is an inert red team attack actually? So just passively test the company's data saftey practices?
@WeirdoRocks
@WeirdoRocks Жыл бұрын
Really love you videos. You are really on a different level. Great work, thanks.
@uchennaofoma4624
@uchennaofoma4624 Жыл бұрын
Wow! How is it that I'm just discovering his channel now? Your videos are really amazing ❤️
@AIJasonZ
@AIJasonZ Жыл бұрын
Thank you!
@dariofabian8819
@dariofabian8819 Жыл бұрын
Is there any chance that you will make a similar video but using some open-source model and completely free tools?
@Danne980
@Danne980 Жыл бұрын
First time looking at your videos Jason. Great content. Directly subscribed.
@s11-informationatyourservi44
@s11-informationatyourservi44 Жыл бұрын
very impressive. thank you for taking the time to share this awesome knowhow
@danjoseph5707
@danjoseph5707 11 ай бұрын
It's good but it doesn't actually do the search iterations. It just pulls the first results, then summarizes. (See demo on my channel). The behavior I'd like to see is manually programmed iteration: 1) Search / summarize 2) Search again to expand the ideas 3) Analyze and create a conclusion. For the 3rd step the output length should be optional. Thank you, very cool tool!
@magicismagic123
@magicismagic123 7 ай бұрын
how is it working now?
@Schnurpselhasen
@Schnurpselhasen Жыл бұрын
wow, great time-efficient explanation, so useful content, thank you!
@JoeyGartin
@JoeyGartin 10 ай бұрын
Great instructional video, thank you!
@hemantsharma7986
@hemantsharma7986 Жыл бұрын
We can probably use this for information about any stocks for the next day trading and also run some sentiments analysis on it.... This is great
@fabianrendon
@fabianrendon Жыл бұрын
Amazing !!!! Will be nice review an scenario with more than one AI Agent interacting.
@VaibhavShewale
@VaibhavShewale Жыл бұрын
user agent is a blessing in desguise!
@fabZ127
@fabZ127 Жыл бұрын
Such a brilliant video. Definitely gonna try it 🙂
@danielbaevsky
@danielbaevsky Жыл бұрын
that is such a cool way to use GPTs abilities! great video, and good flow
@alexwan811
@alexwan811 Жыл бұрын
Awesome bro!! Just subscribed!
@kilozolo8634
@kilozolo8634 11 ай бұрын
WE NEED MORE VIDEOS LIKE THIS MY MAN FR
@markmonfort29
@markmonfort29 Жыл бұрын
Such an underated channel . Well done Jason
@AIJasonZ
@AIJasonZ Жыл бұрын
Thanks Mark, love your work!
@mikew2883
@mikew2883 Жыл бұрын
Excellent video! 👍
5 ай бұрын
Hey Jason, awesome tutorial, please do one using openAI Whisper
@shrvn110
@shrvn110 Жыл бұрын
Excellent Conntent Jason. just well done! thank you
@j.hanleysmith8333
@j.hanleysmith8333 Жыл бұрын
This is really cool, I'm working on the stuff also.
@aisimp
@aisimp Жыл бұрын
So played with flowise today and it’s not giving much flexibility with serper, only parameter is URL 🤦🏻‍♂️Used your code for Real Estate Agent Bot 🤖 will post tomorrow
@levbszabo
@levbszabo Жыл бұрын
Amazing video, thank you so much for this!
@Camxlare
@Camxlare Жыл бұрын
This was great! I’m converting this into JavaScript/ReactJS.
@j.hanleysmith8333
@j.hanleysmith8333 Жыл бұрын
Really great video, thank you so much
@AngusLou
@AngusLou Жыл бұрын
This is an amazing use case, well done.
@brianhauk8136
@brianhauk8136 Жыл бұрын
I'd like to see real world testing of this and similar applications to know which issues need addressing before they are production ready.
@brianhauk8136
@brianhauk8136 Жыл бұрын
Has anyone been using this to get stuff done? How useful and reliable is it in practice?
@user-sd4tp8rq9i
@user-sd4tp8rq9i Жыл бұрын
so amazing technology😲😲.. thx to insightful video
@musumo1908
@musumo1908 Жыл бұрын
This is awesome! Explained so well that as a very low coder I can run with this! I’m finding the langchain GUIs quite limited…Your videos do rock…would love to see a chainlit v stream lit v langchain chat ui video…
@byob801
@byob801 Жыл бұрын
What a great video, super informative and interesting.
@mr.daniish
@mr.daniish Жыл бұрын
Video full of 🥇 gold
@FDasdana
@FDasdana 9 ай бұрын
Great content. Very useful stuff
@gileneusz
@gileneusz Жыл бұрын
12:54 this is quite interesting. LLMs often ignores the instructions, and the way to fix it is to repeat it - or make other request. Like - one instruction per prompt, but it may be very expensive. I actually can't wait when open source models will get gpt-4 quality so I can just dedicate my own 4090 to execute multiple agents 24/7
@michaelbarry755
@michaelbarry755 9 ай бұрын
In a few years, GPT4 will be obsolete, like Commodore 64 obsolete 😂 you'll have something 100 times better and it'll run on a phone
@Rehdhilsiyad
@Rehdhilsiyad Жыл бұрын
I am very thankful to you for this!
@robxmccarthy
@robxmccarthy Жыл бұрын
Really cool! Love what you've created here and it seems to work much better than the openai plugins or bing search. Would be great to see a version that minimizes external "services" like make. This seems great for personal projects, but I'm not sure how well it scales? What are your thoughts?
@AIJasonZ
@AIJasonZ Жыл бұрын
yea, i think there are lots of opportunities build agents that optimise specific use case! In terms of not using external services - it is definitely possible, but lots of manual work tbh, for example, connecting to google sheet api is a pain 😂 i do think it can scale, prob better than a self hosted version; but i will keep that in mind for the next video!
@mike8677
@mike8677 Жыл бұрын
Jason, thank you so much ! This is really amazing. I wonder if you could do a video on Agents.
@AIJasonZ
@AIJasonZ Жыл бұрын
Thanks Mike! Any specific topic you want me to dive deeper for agent?
@mike8677
@mike8677 Жыл бұрын
For example how to make them obey. They don’t always use their tools. And on a different topic, I find Zapier very confusing to use. If there a better alternative?
@J3R3MI6
@J3R3MI6 Жыл бұрын
@@AIJasonZ getting agents to populate and work with data from Google sheets would be awesome. Basically using AI to search web and build a database. Then can read info in the database to complete other actions like emails
@kguyrampage95
@kguyrampage95 Жыл бұрын
Absolutely loving this content! very informative and useful for my projects, most of the stuff you showed are stuff I have tinkered with but couldn't get working nicely, you have showed me the light!! Do you have a donation page? or a Patreon page?
@AIJasonZ
@AIJasonZ Жыл бұрын
Hah really appreciate your kind words, glad to hear that! 😃 I don’t have donation page or patreon, but you can subscribe to my newsletter on www.ai-jason.com; I plan to build a community soon and prob some gated content, will let you know once it is out!
@SuperKillaki
@SuperKillaki 11 ай бұрын
Great video Jason
@齐洋-o2s
@齐洋-o2s Жыл бұрын
AI jason, the number one channel to go to. I work for alibaba, and I’ve recommended this channel to jack ma already for AI literacy purpose
@AIJasonZ
@AIJasonZ Жыл бұрын
Say hi to jack ma for me
@Vaeldarg
@Vaeldarg Жыл бұрын
@@AIJasonZ You know they're likely just going to repackage these A.I tools and call it "in-house" to fool investors like Huawei has already done, right?
@user-zu3uh1vt4l
@user-zu3uh1vt4l Жыл бұрын
Hey Jason - Awesome work!! Very informaive, and clearly broken down! Q: How wold you suggest caculating the approximate total combined costs per cycle from Gmail-to-AirtableRecordEntry? Thanks again!!
@felixinit
@felixinit Жыл бұрын
Amaizing projects of AI asist. Added to my to do list
@MrMwenesi
@MrMwenesi Жыл бұрын
Excellent tutorial Jason. I have an issue with the tiktoken while its running; "PanicException: Encoder and decoder must be of equal length; maybe you had duplicate token indices in your encoder?".
@lifeofdean3647
@lifeofdean3647 Жыл бұрын
very useful, thanks Jason, I want more content about application of ChatGPT :)))
@freedom_aint_free
@freedom_aint_free Жыл бұрын
The problem that I seen is, currently does Large Language Models (LLM) overall, have pretty short context window (Claude has about 100k context windows what is really good, but it's not nearly as smart as ChatGPT-4), and so their ability to cross examine many papers and their cross references is pretty limited, and beside that they don't seem to understand concepts, so their reasoning is quite limited too, but it's expected to improve fast, Yan LeCun and his researches are working on those problems.
@zerotwo7319
@zerotwo7319 Жыл бұрын
You REALLY think those are the only problems? In the end of the video this guy was suggesting we gave all our emails to open ai.
@YoungHumanClub
@YoungHumanClub Жыл бұрын
You are a genius :) damn... 🤯
@chukypedro818
@chukypedro818 9 ай бұрын
This is a masterpiece
@MeltedBrain777
@MeltedBrain777 Жыл бұрын
I want to play around with this but am new to python and coding in general - Do you recommend that I install Python for web development on Windows, using the Windows Subsystem for Linux (WSL) or just install Python from the Microsoft store, using the basic Python3 interpreter? Sorry for the newbie question but hopefully someone can chime in so I start off on the right foot!
@cholst1
@cholst1 Жыл бұрын
How about using Claude for summarizing? 100k tokens is pretty decent after all
@diskomiks
@diskomiks Жыл бұрын
No API?
@cholst1
@cholst1 Жыл бұрын
@@diskomiks Ehh, yes. anthropic has api and python packages. Im using it in my app.
@readmarketings9061
@readmarketings9061 Жыл бұрын
how about the quality when compared with gpt 3.5 turbo?
@cholst1
@cholst1 Жыл бұрын
@@readmarketings9061 For summation and the like, more than good enough. For code, I'd say somewhat about the same as GPT 3.5 (it may have newer information, but in my experience its less willing to give full code answers, just summarized / psuedocode). But for general writing/summation etc, its good.
@DaveKatague
@DaveKatague Жыл бұрын
@@cholst1lately it’s been kinda regressing and allowing less uploads of pdf and csv files, as well as making up random data
@thomasr22272
@thomasr22272 Жыл бұрын
yaaaaay... for your next video can you ask it to research how to generate the maximum amount of paperclips possible please? just for a personal project I'm working on
@koen.mortier_fitchen
@koen.mortier_fitchen Жыл бұрын
Do you even know how much I enter ‘AI Jason’ in the bar hoping there’s a new video😅
@peter9477
@peter9477 Жыл бұрын
I couldn't figure out how the heck your visits to a pub were relevant... 😂
@marijnstollenga1601
@marijnstollenga1601 Жыл бұрын
Impressive work!
@AngusLou
@AngusLou Жыл бұрын
This is amazing. Can you make another video how this research app can combine the data from Chroma and make the research?
@indighosh
@indighosh Жыл бұрын
Very good informatiin. Great video
@petswolrd280
@petswolrd280 Жыл бұрын
would request you to make more content :)
@aibeginnertutorials
@aibeginnertutorials Жыл бұрын
Another Awesome video
@ArianeQube
@ArianeQube Жыл бұрын
The title should be about an LLM doing smart search, content summarization and providing sources. People may think about an LLM doing scientific research, and this is certainly not what that does.
@TheBodybuildingG
@TheBodybuildingG Жыл бұрын
Nice vid. Just wondering what are the costs of running this...seems all the api's used have some form of pricing.
@jaysonp9426
@jaysonp9426 Жыл бұрын
Have you found that 3.5 is good enough to extract accurately? I have trouble trusting it for anything beyond choosing functions
@Blebona
@Blebona Жыл бұрын
🤯what a legend
@gelindark
@gelindark 10 ай бұрын
Awesome, thanks a lot
@user-wr4yl7tx3w
@user-wr4yl7tx3w Жыл бұрын
Can you do a video using vector store as well.
@Churchofexponentialgrowth
@Churchofexponentialgrowth Жыл бұрын
Now it's time to automate the automation
@d1m18
@d1m18 Жыл бұрын
Thank you. You are very good at reading and explaining code, but I would appreciate more sample runs and looking at the data
@AIJasonZ
@AIJasonZ Жыл бұрын
Thanks for the feedback! Is there particular area you hope I explained more?
@SomeIndoGuy
@SomeIndoGuy Жыл бұрын
you can also save some api calls instead of using browserless to use puppeteer, which render already has pre-installed
@Wanderer2035
@Wanderer2035 Жыл бұрын
This looks great. I think it would better though for it to be added in as a ChatGPT plugin
@colincarey8339
@colincarey8339 3 ай бұрын
4:21 “we have a list of libraries. I will explain one by on..” 💀
@jargolauda2584
@jargolauda2584 Жыл бұрын
Try using a local model, instead of a (paid) service please.
@TheAIBlueprint
@TheAIBlueprint Жыл бұрын
Hey Jason, what is your study background? What do i need to study to know all that you know?
@AIJasonZ
@AIJasonZ Жыл бұрын
I would recommend start with prompt engineer, and then start building side projects; With chatGPT as the teacher for programming you will pick up things very quickly!
@OFMdylan
@OFMdylan Жыл бұрын
Thank you for teaching me
@ese02
@ese02 Жыл бұрын
How much does all this costs to set up ?
@zoranProCode
@zoranProCode 11 ай бұрын
Fantastic!
How to use Cursor AI build & deploy production app in 20 mins
42:31
Fake watermelon by Secret Vlog
00:16
Secret Vlog
Рет қаралды 16 МЛН
SHAPALAQ 6 серия / 3 часть #aminkavitaminka #aminak #aminokka #расулшоу
00:59
Аминка Витаминка
Рет қаралды 570 М.
Фейковый воришка 😂
00:51
КАРЕНА МАКАРЕНА
Рет қаралды 7 МЛН
The REAL cost of LLM (And How to reduce 78%+ of Cost)
27:20
AI Jason
Рет қаралды 91 М.
How I Made AI Assistants Do My Work For Me: CrewAI
19:21
Maya Akim
Рет қаралды 828 М.
GPT4V + Puppeteer = AI agent browse web like human? 🤖
24:48
What are AI Agents?
12:29
IBM Technology
Рет қаралды 434 М.
Fake watermelon by Secret Vlog
00:16
Secret Vlog
Рет қаралды 16 МЛН