'At some point you've got to make money': Goldman's top AI skeptic warns the clock is running out ahead of OpenAI and Anthropic IPOs

https://lemmy.today/post/54311965

'At some point you've got to make money': Goldman's top AI skeptic warns the clock is running out ahead of OpenAI and Anthropic IPOs - Lemmy Today

Lemmy

I’m not much of an AI skeptic compared to most on Lemmy. I think the technology is incredibly useful and probably beneficial to society if we can remove the control of the ruling class.

That said I truly don’t understand how the AI business model is supposed to work. I’m sure there is some market for businesses, governments, etc., basically people who have too much money who may want to pay for the latest and greatest models.

But I don’t really see the average consumer doing this when slightly less good versions will almost certainly be available for free. And the above customers will not be able to support the level of investment that’s going on right now.

How is the technology useful?

For the love of Asimov, someone please explain.

It is useful for programming, I know a lot of people here don’t want to hear that, but denying it now is being willfully ignorant. No it isn’t good enough that you can tell it “just go do the thing” and then accept what it gives you without checking it, but using it as a tool as a professional can very much improve your work and how quickly you do things. For me recently I used it to unpick a nasty race condition that was occasionally causing a program I was working on to lock up and couldn’t figure out why. It took some back and forth with it but it did help me figure it out when before I had been stumped.
it’s not useful for programming and it makes code more verbose, poorly structured, and requires too many attempts to get a mildly useful block.

poorly structured,

yes, that’s bad

requires too many attempts to get a mildly useful block.

yes, that’s bad

more verbose,

How is that bad? I can’t count how many times I’ve revisited my work a year or more later, and wondered what I was thinking, having taken 2 minutes to parse something dense that I wrote, and then thought “why didn’t I make this a little clearer at the time?”

More verbose does not imply that is is more clear, it is often rambling and not even accurate.

rambling and not even accurate

Ah yes, that makes sense; thank you.

correct. it’s long winded code that could be written a lot more succinctly.