Ask HN: What are you actually using LLMs for in production?
21–30 of 70 posts
Re: Ask HN: What are you actually using LLMs for in production?
#22Built vaporlens.app in my free time using LLMs (specifically gemini, first 2.0-flash, recently moved to 2.5-flash). It processes Steam game reviews and provides one page summary of what people thing about the game. Have been gradually improving it and adding some features from community feedback. Has been good fun.
Re: Ask HN: What are you actually using LLMs for in production?
#23Re: Ask HN: What are you actually using LLMs for in production?
#24When a customer onboards, we scrap their website to pre-fill some answers and pre-create certain settings (categories, tags, etc.). Ideally the customer spends most of the time just confirming things.
That said, it required the user to sign in with their real work email or the results are way off.
Re: Ask HN: What are you actually using LLMs for in production?
#25Analyzing 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.
Re: Ask HN: What are you actually using LLMs for in production?
#26Re: Ask HN: What are you actually using LLMs for in production?
#27Re: Ask HN: What are you actually using LLMs for in production?
#28Re: Ask HN: What are you actually using LLMs for in production?
#29We have a prompt that takes a job description and categorizes it based on whether it's an individual contributor role, manager, leadership, or executive, and also tags it based on whether it's software, mechanical, etc. We scrape job sites and use that prompt to create tags which are then searchable by users in our interface. It was a bit surprising to see how Karpathy described software 3.0 in his recent presentatio…
Re: Ask HN: What are you actually using LLMs for in production?
#30I have a js-to-video service (open source sdk, WIP) [1] with the classic "editor to the left - preview on the right" scenario.
To help write the template code I have a simple prompt input + api that takes the llms-full.txt [2] + code + instructions and gives me back updated code.
It's more "write this stuff for me" than vibe-coding, as it isn't conversational for now.
I've not been bullish on ai coding so far, but this "hybrid" solution is perfect for this particular use-case IMHO.
[1] https://js2video.com/play [2] https://js2video.com/llms-full.txt