Remix.run Logo
rwmj 9 hours ago

I wonder how it's possible for a developer to assign profit. The article mentions Uber's $1500 limit per developer per month. At work we're using an LLM to analyze Windows crash dumps, which turns out to be quite expensive -- several dollars per dump, and you might analyze many every hour. Others don't use AIs very much. Should those not using so many tokens donate them to the crash dump people? And back to your point, how can we assign a profit to this? Customers love having their crash dumps analyzed quickly, but that's not the same as it being profitable.

mittensc 8 hours ago | parent | next [-]

> At work we're using an LLM to analyze Windows crash dumps, which turns out to be quite expensive -- several dollars per dump, and you might analyze many every hour

Is that in any way useful?, how so?, are dumps from optimized builds?

I've found that most of the time I don't even need to open a dump because of regular automation providing all thread callstacks in tickets... That and logs are generally enough...

rwmj 2 hours ago | parent [-]

I'm not directly involved in the day to day activity around this, but as I understand it, it's about triaging related crashes together and associating them with prior bugs and suggesting fixes, else escalating.

mittensc 8 minutes ago | parent [-]

thanks!

Associating with past bugs is a nice use case

Suggesting fixes seems risky, can lead people on wrong paths and waste time or fixing a sympthom instead of proper root case and waste the bug report?

Grouping is pretty easy without LLMs, just pattern match callstack symbols

Triage, sure, but a human would be able to do that as well in a couple of minutes for free with callstack in tickets

nlpnerd 8 hours ago | parent | prev [-]

https://seldon-ai.com/blog/how-much-of-your-llm-bill-is-just...