I never got the point of setting up those LLM monitor before, but the step by step guide in the end showing how you use it & how it lead to real cost reduction is gold (70% is crazy!); Will try it out, thank you!
@que-tangclan Жыл бұрын
This is the best AI content I have seen all week. Thank you for this.
@kguyrampage95 Жыл бұрын
Bro that's crazyyy, I literally just wrote down notes on reducing costs in different approaches today. I was about to test them out and saw this video in my inbox. damn very on time.
@timothyspottering Жыл бұрын
Hi Jason! another alternative to measure costs in your script is to simply use the chat completions information provided by the api of openai. every time you call the API, it will return the total tokens in the response json in the "usage" dictionary. That way, you can monitor & control your usage as well.
@christislight11 ай бұрын
Exactly what I do!
@xugefu Жыл бұрын
Thanks!
@Joe-bp5mo Жыл бұрын
Didn't realise the cost gap between GPT4 & Open source model like Mixtral is so big! 200x more expensive really change how I think of building LLM products; Thanks for sharing! will definitely try to optimise my LLM apps!
@goutamkelam611711 ай бұрын
🎯 Key Takeaways for quick navigation: 19:51 💡 *Analyze token consumption for cost optimization.* 20:19 💻 *Install Lens Smith and set up.* 21:01 🛠️ *Setup environment variables for connection.* 21:43 📊 *Implement tracking methods for insights.* 22:12 📚 *Utilize Lanching for research projects.* 23:06 📝 *Log project activities for monitoring.* 24:03 💰 *Analyze token costs for optimization.* 24:31 📉 *Reduce GPT-4 usage for cost savings.* 25:12 📄 *Implement content summary for efficiency.* 26:09 ✂️ *Optimize script tool for better results.* Made with HARPA AI
@ursusss10 ай бұрын
Thanks!
@michaelwallace475711 ай бұрын
A step by step build of an agent architecture would be invaluable! Thank you for the video.
@globalsavior803411 ай бұрын
this one
@Ke_Mis Жыл бұрын
Your content is just superb as always Jason!
@betun1308 ай бұрын
Superb content Jason, I will highly recommend your videos to everyone getting their hands dirty with LLMs. I am gonna try some of these myself. It's a shame I didn't build it before because something like the AI router occurred to me but I do not have the patience to implement these.
@gsolaich11 ай бұрын
We were planning to build ai assistant kind apps but always pull back due to cost it incurs , this is a fabulous video that has given us a new direction to go ahead. Thanks a lot .... looking forward to see other videos
@ZacMagee Жыл бұрын
Love your content man. You have helped me really expand my knowledge and push my boundaries
@leandroimail Жыл бұрын
Tks very much for this video. I have been having problems with the cost of my agents. I will do this tips and clue that you gave. Thks again.
@oscarcharliezulu Жыл бұрын
Excellent video great to hear real world experience from a real Dev
@serenditymuse Жыл бұрын
Excellent. Most of his videos are but this one was especially useful to me.
@oryxchannel11 ай бұрын
See groundswell paper dated Jan 29th 2024: "Towards Optimizing the Costs of LLM Usage." These Indian authors are gonna kick some serious but regarding costs. I see the FrugalGPT paper in your video too. Thank you for offering real world case scenarios of your personal experience. Edit: This video is a trove on frugal LLM building. Awesome job!
@AIJasonZ11 ай бұрын
Thank you!
@shervintheprodigy64025 ай бұрын
This is a great video! Exactly what I was looking for!
@chengchangyu4 ай бұрын
A step by step build of an agent architecture would be very helpful. I am looking forward of it.
@Beloved_Digital Жыл бұрын
I am a newbie when it comes to build AI powered apps. Although i don't fully understand all you say because i am still learning the basics all i can say is Thank you for sharing this valuable contents with us
@holdingW011 ай бұрын
Excellent video. Subbed and hope you keep the content coming!
@Max-zy2ie Жыл бұрын
When building multi agent orchestration systems, what is your preferred stack? Do you use langchain, autogen or just native APIs?
@taylorthompson4212 Жыл бұрын
This video came at the perfect time. Thank you
@AnshTiwari-fx2yq Жыл бұрын
ikr, grateful to Jason
@clamhammer246311 ай бұрын
I had this idea for LLM routing a while back and wondered why nobody has done it. I figured there was some sort of information I didnt have that was stopping it.
@TimBnb Жыл бұрын
Cette chaîne est la meilleure école existante à ce jour. Merci Jason
@misterloafer5021 Жыл бұрын
Yes, please do a video on multi agent methods
@matten_zero Жыл бұрын
This is the biggest flex ever! 💪I can only dream to be as cool of an AI Engineer as you. I thought building a digital agent with automatic voice that can do RAG was cool. There are levels to this game an Jason is on a whole different world. Thanks for posting these videos. It's educational, funny and inspirational for me.
@nicechannel972011 ай бұрын
A great dive into the cost of Al models as it is hard to find related content. Can you do a video about how much Openai is roughly spending on computaion cost and also how this constraint will hinder the adaptation of these models in the enterprise space. Great job man 👍
@addisobi7725 ай бұрын
Great Jason , You have help me understanding alot
@JimMendenhall Жыл бұрын
Thanks for sharing your insights from your work. It's very helpful!
@gabrieleguo11 ай бұрын
Thanks Jason, your content is always on point and very insightful. Keep it up man!
@matten_zero Жыл бұрын
I've done that before @18:46. It works pretty well esp when you combine with SPR (popularized by David Shapiro).
@mattbegley134510 ай бұрын
Excellent!👍 Applying that Assistant Hierarchy to your Sales Agent would be a good video.
@nikilragav10 ай бұрын
14:56 - seems like this might not work well for needle in haystack approaches, right? Because if you want to ask "what departments were present at this session?" the bigger model does not have an answer to that in its context. You'd need some kind of vector similarity check first to assess whether the answer might even exist in the context given to the bigger model? And if not, give the whole thing? Or at least do some RAG-style look up and fetch? I'm not so sure how well RAG can do needle in haystack searching though. Seems highly dependent on your embedding model, and openAI doesn't have an option to use GPT4 embedding space, right?
@momentumsoftio10 ай бұрын
You can also use natural language processing lemmatization to convert words into their lemma, or root word, to reduce the content "weight" or token count. You don't need the extra word garbage like suffixes. LLMs do a good job of extracting meaning from lemmatized content. Its like you are cutting through the syntactic sugar of the English language and getting to the root meaning and not wasting the LLMs time
@PhilosophyOfSelf11 ай бұрын
Excellent video! I just ran into issues with memory for conversations and I really like the strategies you've offered in this. Thank you.
@the-ghost-in-the-machine1108 Жыл бұрын
this was an intense, highly informative lecture. Thanks Jason, appreciate your work!
@kguyrampage95 Жыл бұрын
at 8:05 you made an obvious mistake with the maths, your probably meant the cheapest model not mistral. since it would 50x cheaper not 214x cheaper
@AIJasonZ11 ай бұрын
Ahh I highlight the wrong row, if should be mistral 7b, thanks for spotting this mate!
@kguyrampage9511 ай бұрын
@@AIJasonZ Hey this video was great by the way! I am learning to make video to showcase some my experiments and I am hoping I can produce as much quality as you!
@nexusinfosec11 ай бұрын
Yes please for a video deepdiving into agent architecture for autogen
@MrTalhakamran200611 ай бұрын
Thank you Jason for your hard work to put this together.
@matten_zero Жыл бұрын
I'm taking all of this for my startup. This is the way and creates a moat for you assuming you hold on to the weights afterwards
@sewingsugar9892 Жыл бұрын
This channel is so underrated
@richuanglin6824 Жыл бұрын
27 minutes of solid gold! Thanks Jason
@vinception777 Жыл бұрын
Thanks a lot, like James Briggs and some other, your content is outstandingly great. These are really important information that I need at work 🙏☺
@omarzidan6840 Жыл бұрын
We love you Jason. Thanks a lot!
@kernsanders397310 ай бұрын
Think what would also work in terms of the agents scenario, in real life there is a moderator between huge disagreements with employees. Which would be their team lead. So the if a disagreement occurs where its multiple replies the TL needs to step in and lay down the rules and law for work and code of conduct and make a final decision on the disagreement.
@savire.ergheiz11 ай бұрын
Sorry to say this but almost all of your mentioning here are based on bad planning and rushing things out without thinking of the after effects. Its not just in AI. Its always been like that since forever if you tried to follow hype. Unless you got backed by big companies or investor planning way ahead with costs is always be a must.
@MaximIlyin Жыл бұрын
Great video, thanks! Why not store Agent conversation memory in embeddings and retrieve only relevant (by cosine similarity) to the current user query as a context? (Like a RAG for conversation memory)
@yazanrisheh5127 Жыл бұрын
Hey Jason. You said at around minute 9 that we should use a model like GPT 4 to get data and then use that to fine tune but how much data do we need so that our fine tuned mistral model will be performing as good as gpt 4?
@GjentiG4 Жыл бұрын
Great vid! Keep up the good work
@RichardGetzPhotography Жыл бұрын
Excellent work Jason
@jim02377 Жыл бұрын
Excellent video! Saved me lots of time trying to figure that out. Keep up the great work!
@bhaumiks.654310 ай бұрын
I am intrested learning about architecture. By the way, Amazing videos...
@hidroman1993 Жыл бұрын
"Comment if you want a video about this" your videos are so good I will click anyways ❤️
@subratnayak268211 ай бұрын
For the cascade method how will measure the score for each new question while on the production?
@alibahrami681011 ай бұрын
Great video! Could you please make a video about putting an llm to the production, with concerns of parallellism, memory and gpu usage, load ballancing, effective software artitechure? How to scale up a local llm to be accessible world wide like gpt, with optimizing memory and resources in mind? THanks
@headrobotics Жыл бұрын
For fine tuning a small model from a large one, what about OpenAI terms of service? Has it changed to allow?
@rchaumais11 ай бұрын
Many thanks for your useful video. Have you evaluated Nemo from Nvidia ?
@noodjetpacker950211 ай бұрын
I don’t know if this is a stupid question but why doesn’t ChatGPT already implement these features for themselves? Or do they already do these?
@aiforsocialbenefit11 ай бұрын
Excellent tutorial. Thank you!
@roke4025 Жыл бұрын
🎉 Brilliant mate. I’m a fiend for compressing costs to maximum, but I found out that during cost compression some models (eg. Mistral tiny) are not able to make proper custom tool calls and are unable to extract out the JSON response result from the tool call. As soon as a switch is made to an OpenAI model fine tuned to recognise json schemas, tool calls work perfectly (in Flowise). Is that why you persist in using OpenAI models in your calls? As opposed to using a Mistral or Llama inference? So you can achieve the right tool calling?
@prestonmccauley43 Жыл бұрын
What other services have you found for deployment that are cost friendly? You have to install vms containers and more
@vinitvsankhe11 ай бұрын
But what if I need an AI that needs to be trained with one data snapshot?
@Ryan-yj4sd Жыл бұрын
Fine tuning for token reduction is a key technique I’ve used
@mjkbird Жыл бұрын
Isn't it against OpenAI's ToS to use the output as training data?
@hackerborabora7212 Жыл бұрын
We love your videos 🎉❤
@evermorecurious9111 ай бұрын
BRO, this is gold!!!
@funny_tiger11 Жыл бұрын
Is portkey ai an example of opensource LLM Router? ( I have not used it, but it seems to allow the capability for what you spoke about limitation of Neutrino AI
@AIvanTrue Жыл бұрын
man, super useful video, thanks !
@prestonmccauley43 Жыл бұрын
If you use the big ones like azure bedrock etc, they are so expensive on deploy with the compute
@zhubarb11 ай бұрын
This is a very good video. Appreciate it.
@joshuahsu558911 ай бұрын
Would love a deeper dive into Ecoassistant. In a couple of weeks, we're about to look at some optimization strategies! Thank you!
@WaxN-ey6vj Жыл бұрын
Since GPT development is rapid, I think making fine-turning model is risky due to time consuming. The cost won’t be a big deal as Open AI constantly develops a new model and reduces the cost of previous one.
@tks518211 ай бұрын
Would appreciate a course or even a comment on what knowledge you need and what concepts you should know to be an AI & ML Engineer
@rishi841311 ай бұрын
really love your videos, are there any packages or libraries to use these 7 methods you discussed
@xonack Жыл бұрын
ecoassistant video please!
@SophieCheung11 ай бұрын
thanks for your video! :)
@breathandrelax436711 ай бұрын
Hi Jason, thank you for the video impressive work ! while building the app what do you think of using if /else chain that will reroute to a particular llm ?
@Tanvir1337x11 ай бұрын
Mixtral 8x7b*
@ryzikx11 ай бұрын
ive always wanted to do this but im too dumb and lazy lmao, good to see someone like you is doing it
@SergiySev11 ай бұрын
such a good video!
@tirthb10 ай бұрын
Wow, super practical tips.
@archerkee976110 ай бұрын
nice video, thanks!
@RolandoLopezNieto Жыл бұрын
Thank you very much for the video
@JashAmbaliya11 ай бұрын
Really helpful content
@the_real_cookiez Жыл бұрын
How come you don't use state of the art open source LLM models? It should be strong enough right?
@helix8847 Жыл бұрын
The current issue with them is calling the Tool. Maybe Code LLama 70b could do it now.
@mosca204 Жыл бұрын
So you inadvertently built a massive email warm-up. At least you will not be flagged as spam for a long time ahah. PS: It would be great to see a sales agent video soon ;)
@CoriolanBataille11 ай бұрын
Thankyou so much for sharing you knowldge with us, it’s extremely useful and inspiring (at least for me as a dev that is working on cashing up on AI) By the way, what to you think of MemGPT?
@AIJasonZ11 ай бұрын
Thanks! MemGPT is super interesting architecture, I haven’t really run it in product though, do you know any applications build with MemGPT?
@CoriolanBataille11 ай бұрын
Yeah I think there is a lot of potential, I’m not aware of any commercial application using it tho, but going to test it in some projects@@AIJasonZ
@YoannGrudzien11 ай бұрын
Prompt Engineer and LLM developer here. GPT4 32k is not the most powerful model, it is outclassed by GPT-4- preview-1106 and now GPT-4-preview-0125 which is even better. Not only is GPT-4-32k worse, it is also 6 times more expensive ! ($0.06/1k token for GPT 4 32k, and only $0.01/1k token for gpt-4-preview-0125)
@seamussmyth2312 Жыл бұрын
Superb 🏆
@simonmassey885011 ай бұрын
companies put in “fair usage” clauses to cap or throttle users. ask you smart “sales agent” about that idea.
@aifortheworld715211 ай бұрын
did you get the ai girlfriend to work? Because you can now create ai sales agent for your website to talk to. hope to hear from you
@ianalmeida4759 Жыл бұрын
Reminds me of that scene in Silicon Valley where AI Dinesh speaks to AI Gilfoyle
@LaelAl-Halawani-c4l10 ай бұрын
That's not true that's a 'new type of cost'. Traditional software companies always need to care and look out for API costs. Anyone who used gdloud or aws racked up some unexpectedly high API costs one way or the other. You can also set some spending limits in your API settings on OpenAI platform.
@nufh11 ай бұрын
I managed to build the clone for AI GF for free now with local LLM.
@450aday11 ай бұрын
you really should not use Ai's for multiplication, use a calculator. Find Tool Ai is an important Ai to save money. Button Ai is another good one.
@r3kRaP11 ай бұрын
You should change your name to jAIson
@AIJasonZ11 ай бұрын
Hahah love it
@sanesanyo Жыл бұрын
Can someone please explain me how GPT4 32k is more powerful than GPT 4 128k Turbo? I thought GPT 4 128k Turbo was the best Open AI model.
@ryzikx11 ай бұрын
its not idk why he says that
@AIJasonZ11 ай бұрын
In my experience, gpt4 turbo is faster, cheaper, however, less stable performance & a bit “dumber” than. Gpt4 32k; E.g. when I build agents, I found gpt4 turbo often ignore some instructions & forget doing some steps; while using 32k the performance is much more stable
@mohamedaminehamza11 ай бұрын
it's Real life silicon Valley serie Scenario where two ai start talking to each lol.