https://apps.apple.com/us/app/forceai-ai-workout-generator/i...
Ask HN: What are you actually using LLMs for in production?
11–20 of 70 posts
Re: Ask HN: What are you actually using LLMs for in production?
#12Used it to deeper understand complex code base, create system design architecture diagrams and help onboard new engineers.
Summarizing large data dumps that users were frustrated with.
Re: Ask HN: What are you actually using LLMs for in production?
#13Re: Ask HN: What are you actually using LLMs for in production?
#14Pretty much 5-6 niche classification use cases.
Re: Ask HN: What are you actually using LLMs for in production?
#15We're delivering confusion and thanks to LLMs we're 30% more efficient doing it
Re: Ask HN: What are you actually using LLMs for in production?
#16Re: Ask HN: What are you actually using LLMs for in production?
#17Re: Ask HN: What are you actually using LLMs for in production?
#18Re: Ask HN: What are you actually using LLMs for in production?
#19We 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?
#20We 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…
In other words, are you using LLM as a text classifier?