Live data from Hacker News

Ask HN: What are you actually using LLMs for in production?

news.ycombinator.com

11–20 of 70 posts

Re: Ask HN: What are you actually using LLMs for in production?

#16
Analyzing 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?

#19

We 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?

Re: Ask HN: What are you actually using LLMs for in production?

#20

We 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?

This is what I'm using it for as well, it's really simple to use for text classification of any sort.
Post reply on HN