Ask HN: What are you actually using LLMs for in production?
41–50 of 70 posts
Re: Ask HN: What are you actually using LLMs for in production?
#42Re: Ask HN: What are you actually using LLMs for in production?
#43Analyzing firehoses of data. RSS feeds, releases, stuff like that. My job involves curating information and while I still do that process by hand, LLMs make my net larger and help me find more signals. This means hallucinations or mistakes aren't a big deal, since it all ends up with me anyway. I'm quite bullish on using LLMs as extra eyes, rather than as extra hands where they can run into trouble.
Is cost a major consideration for you here? Like if you're dealing with firehose data which I'm assuming is fairly high throughput, do you see an incentive for potentially switching to a more specific NLP classifier model rather than sticking with generative LLMs? Or is it that this is good enough/the ROI of switching isn't attractive? Or is the generative aspect adding something else here?
$20 could cover half a billion tokens with those models! That's a lot of firehose.
Re: Ask HN: What are you actually using LLMs for in production?
#44Re: Ask HN: What are you actually using LLMs for in production?
#45I work for Hinge, the dating app. We use them for our "prompt feedback" feature, where the LLM gives constructive feedback on how to improve your prompts if it judges them as low-effort or clichéd.
Doesn't this create a signal problem long term? If everyone is using it now prompts aren’t a good gauge.
Re: Ask HN: What are you actually using LLMs for in production?
#46If all you've built is RAG apps up to this point, I highly recommend playing with some LLM-in-a-loop-with-tools reasoning agents. Totally new playing field.
Re: Ask HN: What are you actually using LLMs for in production?
#47You used to either budget for data entry or just graft directories in a really ugly way. The forest used to know about 12000 unique access roles and now there are only around 170.
Re: Ask HN: What are you actually using LLMs for in production?
#48I work for Hinge, the dating app. We use them for our "prompt feedback" feature, where the LLM gives constructive feedback on how to improve your prompts if it judges them as low-effort or clichéd.
Re: Ask HN: What are you actually using LLMs for in production?
#492. I build REPLs into any manual workflow that makes use of LLMs. Instead of just being like "F@ck, it didn't work!" you can instead tell the LLM why it didn't work and help it get the right answer. Saves a ton of time.
3. Coming up with color palettes, themes, and ideas for "content". LLMs are really good at pumping out good looking input for whatever factory you have built.
Re: Ask HN: What are you actually using LLMs for in production?
#50I work for Hinge, the dating app. We use them for our "prompt feedback" feature, where the LLM gives constructive feedback on how to improve your prompts if it judges them as low-effort or clichéd.
Won’t this lead to long-term everyone using the same prompt? It seems like this already naturally happens.