I am asking because I am concerned that there is little use for LLMs apart from doing role play, helping with coding, and answering general questions
Ask HN: What do you use LLMs for?
1–10 of 13 posts
Re: Ask HN: What do you use LLMs for?
#2Re: Ask HN: What do you use LLMs for?
#3Re: Ask HN: What do you use LLMs for?
#4I've found them useful for automatic note-taking of meetings; summarization; and that's about it.
Re: Ask HN: What do you use LLMs for?
#5E.g. Learning programming, when I see something I don't understand I ask it to explain - i.e. "What do the brackets represent in the following code?:"
Re: Ask HN: What do you use LLMs for?
#6Re: Ask HN: What do you use LLMs for?
#7I use Kagi for search and will use their Quick Answer feature, which also provides sources, which I’ll usually click through to. It helps get me to the right page when there is more context and a simple search leaves me hunting more than I’d like.
That’s about it. None of my projects are using LLMs, nor do I have plans to. I’m a consumer and the consumption is pretty limited.
Re: Ask HN: What do you use LLMs for?
#8I created a little web app (that I just run locally for now) where I can give it a recipe url and it will fetch the content and feed it to the LLM and adjust it to my cooking preferences.
For example, a lot of recipes will mask things as ingredients that are really steps, like "1 bell pepper, diced". The LLM can separate it into 1 bell pepper as an ingredient and dicing it as a step.
Another thing that annoys me in recipes is that the amounts for ingredients, like spices, aren't included in the steps; I hate scrolling back up to check how much to add.
I threw it together as a weekend project and it works ok; I'd like to add a small chat component to it so that I can revise recipes during or after and save them for the future, because I make mental notes of how I should make it next time but never remember them.