I like a lot of the LLM use cases mentioned here. A couple more are: - conducting literature reviews (stay sane while researching LLMs!) - Talking to textbooks / AI teaching assistants - language learning with a companion tailored to your level and interested LLMs are so hyped and written about these days that it would be hilarious if the next version of GPT trained on todays internet would be biased towards praising…
Building LLM Applications for Production
21–30 of 99 posts
Re: Building LLM Applications for Production
#22The novelty is wearing off and the reality of parsing hundreds of TBs into hundreds of GB memory blobs you can query by the Kb is setting in.
Re: Building LLM Applications for Production
#23So now almost all the low hanging fruit programming books have instantly become redundant and off-shored to ChatGPT, and will stay on the shelves to collect dust. New here comes the race to create prompt engineering books and courses in. 24 hours to sell to other AI bros who think that they are prompting it wrong, not prompting hard enough or the prompting the wrong way.
Let's call it "Language [based] Programming", LP for short, as opposed to "prompt engineering" and "programming language". It's programming, in language. Not just prompting, it can be multi-step, involve multiple models and plugins, have branches and loops. And it's not just a new programming language, it's the Language itself.
Re: Building LLM Applications for Production
#24Re: Building LLM Applications for Production
#25The novelty is wearing off and the reality of parsing hundreds of TBs into hundreds of GB memory blobs you can query by the Kb is setting in.
What's interesting is that each token goes and visits all the model. Basically each token touches the synthesis of the whole human culture before being fully formed.
Re: Building LLM Applications for Production
#26I thought this wasn't true, i.e run it enough times there is a chance the output won't be the same?
Re: Building LLM Applications for Production
#27I like a lot of the LLM use cases mentioned here. A couple more are: - conducting literature reviews (stay sane while researching LLMs!) - Talking to textbooks / AI teaching assistants - language learning with a companion tailored to your level and interested LLMs are so hyped and written about these days that it would be hilarious if the next version of GPT trained on todays internet would be biased towards praising…
Seriously, the next GPT will inherit all the comments we made about the previous version and it will contribute to its self-image. It will define and see itself through our words. Maybe not so different from us, we rely on other people's opinions to form a self-image too.
There is a phenomenon in history where people have identified with their artifacts: in the machine age humans were seen as nothing but advanced machines, in the computer age we became advanced computers. No doubt there is now a budding trend to see us as hardly anything more than advanced LLMs...
None of these perspectives were ever totally wrong however, only somewhat reductionist.
Re: Building LLM Applications for Production
#28This is the problem I have with the GPT models. I don't think I can trust them for anything actually important.
Re: Building LLM Applications for Production
#29For a lot of the usecases that involve summarizing some form of input data (for instance the article mentions book summaries, math walkthroughs etc), how can I trust the output to not be hallucinated? How can I reasonably judge that what it tells me is factual with respect to the input and not just made-up nonsense? This is the problem I have with the GPT models. I don't think I can trust them for anything actually i…
Re: Building LLM Applications for Production
#30For a lot of the usecases that involve summarizing some form of input data (for instance the article mentions book summaries, math walkthroughs etc), how can I trust the output to not be hallucinated? How can I reasonably judge that what it tells me is factual with respect to the input and not just made-up nonsense? This is the problem I have with the GPT models. I don't think I can trust them for anything actually i…
I also would not trust it with anything important, but there can be good applications for something that works 9/10 times.