Live data from Hacker News

Ask HN: Are you making money from LLMs? How?

news.ycombinator.com

11–20 of 28 posts

Re: Ask HN: Are you making money from LLMs? How?

#11
post #5

What does your product/service do? Ad tech How did you develop and launch it? New features for an existing product. Most of them were switched on globally when we launched them. Which LLM(s) are you using (e.g. GPT-4, Claude, open source models)? We started using language models before ChatGPT and friends came out. We built our models from scratch, and still use and update them. What's your revenue model? Saas How mu…

Would love to read an MLOps lessons learned or approach you had or if you recommend any particular books that really hit the nail on the head

I don't have any books specific to MLOps, just because they weren't out when I was building that system. All of the good practices from building resilient distributed systems apply. Designing Data-Intensive Applications is always a great read.

Some things that have were notable:

Model pipelines tend to be flakier than other pipelines you have. They are much more complicated, and it can be easy to hit a resource limit if you aren't careful, or have a unhandled exception accidentally kill a pipeline 10hrs into it.

Avoiding those outright is obviously the best path, but that can be easier said than done.

One thing that we found really helpful was creating an error record in a database for every piece of data that failed to get processed, where it failed in the pipeline, etc. Retries, and alters were easy to tack on after that.

Re: Ask HN: Are you making money from LLMs? How?

#13
post #5

What does your product/service do? Ad tech How did you develop and launch it? New features for an existing product. Most of them were switched on globally when we launched them. Which LLM(s) are you using (e.g. GPT-4, Claude, open source models)? We started using language models before ChatGPT and friends came out. We built our models from scratch, and still use and update them. What's your revenue model? Saas How mu…

Thank you for providing a detailed response. It's helpful!

Re: Ask HN: Are you making money from LLMs? How?

#17
post #8

[dead]

Your site and offering looks great. Thank you for the feedback!

Thank you for the kind words! I'm glad you liked the site and offering. Let me know if you have any questions or need more information—happy to help!

Re: Ask HN: Are you making money from LLMs? How?

#19

I’ve been using an AI chatbot powered by GPT-4 to manage customer service tasks for my small business. The chatbot handles basic queries, FAQ responses, and routing, and it’s been a great time-saver. The service operates on a freemium model, where the base features are free, and you can pay for more advanced capabilities like analytics and integrations. One challenge I've noticed is ensuring it works seamlessly acros…

[dead]

Re: Ask HN: Are you making money from LLMs? How?

#20
post #8

[dead]

What % of your reveneue goes towards LLM costs?

LLM costs are indeed a significant part of our operating expenses. While I can't share exact percentages, I can say that they constitute a meaningful portion of our revenue. We continually optimize our usage and explore cost-effective strategies to manage these expenses while maintaining the quality of our service.
Post reply on HN