Skip Navigation

DefinitelyNotAPhone [he/him]
DefinitelyNotAPhone [he/him] @ DefinitelyNotAPhone @hexbear.net
Posts
0
Comments
85
Joined
5 yr. ago

  • Company whose business model is based entirely on running an enormously massive and expensive LLM and then serving content with it publicly for free with no greater ideas on actually turning that into a business is going under. In other news, water still wet.

    I'll admit I thought the AI bubble was going to last longer than a few months (and inevitably FAANG will probably artificially extend it until even they have to admit there's not a ton of productive real world uses for it), but I suppose late stage capitalism has to speedrun the boom-bust cycle as it gets increasingly desperate for profit.

  • I don't hurl insults at Tesla owners. If they're dumb enough to stick to owning a car more likely to explode than a Pinto while not even having the panels line up correctly on a $40k "luxury" car, then there's no pox I could wish on them worse than what they're already signed up for.

  • Unlikely. Microsoft is now first and foremost a cloud provider and has been putting a lot of time and effort into their own Linux offerings, and desktop Windows just isn't the hypercritical lynchpin for their bottom line that it used to be.

  • There's the other half of this problem, which is that the kind of code that LLMs are relatively good at pumping out with some degree of correctness are almost always the bits of code that aren't difficult to begin with. A sorting algorithm on command is nice, but if you're working on any kind of novel implementation then the hard bits are the business logic which in all likelihood has never been written before and is either sensitive information or just convoluted enough to make turning into a prompt difficult. You still have to have coders who understand architecture and converting requirements into raw logic to do that even with the LLMs.