So Far, AI Is a Money Pit That Isn't Paying Off

Flying Squid@lemmy.world to Technology@lemmy.world – 500 points –
So Far, AI Is a Money Pit That Isn't Paying Off
gizmodo.com
169

Sounds like the internet in the 90s.

It also reminds me of crypto. Lots of people made money from it, but the reason why the technology persists has more to do with the perceived potential of it rather than its actual usefulness today.

There are a lot of challenges with AI (or, more accurately, LLMs) that may or may not be inherent to the technology. And if issues cannot be solved, we may end up with a flawed technology that, we are told, is just about to finally mature enough for mainstream use. Just like crypto.

To be fair, though, AI already has some very clear use cases, while crypto is still mostly looking for a problem to fix.

Let's combine AI and crypto, and migrate it to the cloud. Imagine the PowerPoints middle managers will make about that!

No, this isn't crypto. Crypto and NFTs were trying to solve for problems that already had solutions with worse solutions, and hidden in the messaging was that rich people wanted to get poor people to freely gamble away their money in an unregulated market.

AI has real, tangible benefits that are already being realized by people who aren't part of the emotion-driven ragebait engine. Stock images are going to become extinct in several years. People can make at least a baseline image of what they want, no matter the artistic ability. Musicians are starting to use AI tools. ChatGPT makes it easy to generate low-effort, high-time-consuming letters and responses like item descriptions, or HR responses, or other common draft responses. Code AI engines allow programmers to present reviewable solutions in real-time, or at least something to generate and tweak. None of this is perfect, but it's good enough for 80% of the work that can be modified after the initial pass.

Things like chess AI has existed for decades, and LLMs are just extensions of the existing generative AI technology. I dare you to tell Chess.com that "AI is a money pit that isn't paying off", because they would laugh their fucking asses off, as they are actively pouring even more money and resources into Torch.

The author here is a fucking idiot. And he didn't even bother to change the HTML title ("Microsoft's Github Copilot is Losing Huge Amounts of Money") from its original focus of just Github Copilot. Clickbait bullshit.

I totally agree. However, I do feel like the market around AI is inflated like NFTs and Crypto. AI isn't a bust, there will be steady progress at universities, research labs, and companies. There is too much hype right now, slapping AI on random products and over promising the current state of technology.

slapping [Technology X] on random products and over promising the current state of technology

A tale as old as time...

Still waiting on those "self-driving" cars.

Self driving will be available next year.*

*since 2014

I love how suddenly companies started advertising things as AI that would have been called a chatbot a year ago. I saw a news article headlinethe other day that said that judges were going to improve the time they took to render judgments significantly by using AI.

Reading the content of the article they went on to explain that they would use it to draft the documents. Its like they never heard of templates

I'm still trying to transfer $100 from Kazakhstan to me here. By far the lowest fee option is actually crypto since the biggest difference is the currency conversion. If you have to convert anyway, might as well only pay 0.30% on both ends

Look into DJED on Cardano. It’s WAY cheaper than ETH (but perhaps not cheaper than some others). A friend of mine sent $10,000 to Thailand for less than a dollar in transaction fees. To 1bluepixel: Sounds like a use-case to me!

Layer-2 rollups for Ethereum are also way cheaper than the base layer, this page lists the major ones.

Hmm.

You still have to deal with ETH fees just to get the funds into the roll up. I admit that ETH was revolutionary when it was invented but the insane fee market makes it a non-starter and the accounts model is just a preposterously bad (and actually irreparably broken) design decision for a decentralized network, makes Ethereum near impossible to parallelize since the main chain is required for state and the contracts that run on it are non-deterministic.

There are exchanges where you can buy Ether and other tokens directly on a layer 2, once it's on layer 2 there are no further fees to get it there.

Layer 2 rollups are a way to parallelize things, the activity on one layer 2 can proceed independently of activity on a different layer 2.

I have no idea why you think contracts on Ethereum are nondeterminstic, the blockchain wouldn't work at all if they were.

I think that because it’s true. Smart contracts on Ethereum can fail and still charge the wallet. Because of the open ended nature of Ethereum’s design, a wallet can be empty when the contract finally executes, causing a failure. This doesn’t happen in Bitcoin and other utxo chains like Ergo, and Cardano (where all transactions must have both inputs and outputs accounted for FULLY to execute). Utxo boasts determinism while the accounts model can fail due to an empty wallet. Determinism makes concurrency harder for sure…but at least your entire chain isn’t one gigantic unsafe state machine. Ethereum literally is by definition non-deterministic.

Crypto found a problem to fix. The reason the problem remains: everything is run by that problem so it was astroturfed to death by parties that run the current financial system and the enemy of their enemy (who’s a friend), opportunistic scammers like SBF and Do Kwan.

Or computers decades before that.

Many of these advances are incredibly recent.

And also many of the things we use in our day to day are ai powered without people even realising.

AI powered? Like what?

Automated mail sorting has been using AI to read post codes from envelopes for deacades, only back then - pre hype - it was just called Neural Networks.

That tech is almost 3 decades old.

But was it using neural networks or was it using OCR algorithms?

At the time I learned this at Uni (back in the early 90s) it was already NNs, not algorithms.

(This was maybe a decade before OCR became widespread)

In fact a coursework project I did there was recognition of handwritten numbers with a neural network. The thing was amazingly good (our implementation actually had a bug and the thing still managed to be almost 90% correct on a test data set, so it somehow mostly worked its way around the bug) and it was a small NN with no need for massive training sets (which is the main difference with Large Language Models versus the more run-off-the-mill neural networks), this at a time when algorithmic number and character recognition were considered a very difficult problem.

Back then Neural Networks (and other stuff like Genetic Algorithms) were all pretty new and using it in automated mail sorting was recent and not yet widespread.

Nowadays you have it doing stuff like face recognition, built-in on phones for phone unlocking...

I love people who talk about AI that don't know the difference between an LLM and a bunch of if statements

The key fact here is that it's not "AI" as conventionally thought of in all the scifi media we've consumed over our lifetimes, but AI in the form of a product that tech companies of the day are marketing. It's really just a complicated algorithm based off an expansive dataset, rather than something that "thinks". It can't come up with new solutions, only re-use previous ones; it wouldn't be able to take one solution for one thing and apply that to a different problem. It still needs people to steer it in the right direction, and to verify its results are even accurate. However AI is now probably better than people at identifying previous problems and remembering the solution.

So, while you could say that lots of things are "powered by AI", you can just as easily say that we don't have any real form of AI just yet.

Oh but those pattern recognition examples are about machine learning, right? Which I guess it's a form of AI.

Perhaps, but at best it's still a very basic form of AI, and maybe shouldn't even be called AI. Before things like ChatGPT, the term "AI" meant a full blown intelligence that could pass a Turing test, and a Turing test is meant to prove actual artificial thought akin to the level of human thought - something beyond following mere pre-programmed instructions. Machine learning doesn't really learn anything, it's just an algorithm that repeatedly measures and then iterates to achieve an ideal set of values for desired variables. It's very clever, but it doesn't really think.

I have to disagree with you in the machine learning definition. Sure, the machine doesn't think in those circumstances, but it's definitely learning, if we go by what you describe what they do.

Learning is a broad concept, sure. But say, if a kid is learning to draw apples, then is successful to draw apples without help in the future, we could way that the kid achieved "that ideal set of values."

Machine learning is a simpler type of AI than an LLM, like ChatGPT or AI image generators. LLM's incorporate machine learning.

In terms of learning to draw something, after a child learns to draw an apple they will reliably draw an apple every time. If AI "learns" to draw an apple it tends to come up with something subtley unrealistic, eg the apple might have multiple stalks. It fits the parameters it's learned about apples, parameters which were prescribed by its programming, but it hasn't truly understood what an apple is. Furthermore, if you applied the parameters it learned about apples to something else, it might completely fail to understand it all together.

A human being can think and interconnect its throughts much more intricately, we go beyond our basic programming and often apply knowledge learned in one thing to something completely different. Our understanding of things is much more expansive than AI. AI currently has the basic building blocks of understanding, in that it can record and recall knowledge, but it lacks the full amount of interconnections between different pieces and types of knowledge that human beings develop.

Thanks. I understood all that. But my point is that machine learning is still learning, just like machine walking is still walking. Can a human being be much better at walking than a machine? Sure. But that doesn't mean that the machine isn't walking.

Regardless, I appreciate your comment. Interesting discussion.

if A.I. dies out because capitalism I will wheeze

The current breed of generative "AI" won't 'die out'. It's here to stay. We are just in the early Wild-West days of it, where everyone's rushing to grab a piece of the pie, but the shine is starting to wear off and the hype is juuuuust past its peak.

What you'll see soon is the "enshittification" of services like ChatGPT as the financial reckoning comes, startup variants shut down by the truckload, and the big names put more and more features behind paywalls. We've gone past the "just make it work" phase, now we are moving into the "just make it sustainable/profitable" phase.

In a few generations of chips, the silicon will have made progress in catching up with the compute workload, and cost per task will drop. That's the innovation to watch out for now, who will de-throne Nvidia and its H100?

This is why I, as a user, am far more interested in open-source projects that can be run locally on pro/consumer hardware. All of these cloud services are headed down the crapper.

My prediction is that in the next couple years we'll see a move away from monolithic LLMs like ChatGPT and toward programs that integrate smaller, more specialized models. Apple and even Google are pushing for more locally-run AI, and designing their own silicon to run it. It's faster, cheaper, and private. We will not be able to run something as big as ChatGPT on consumer hardware for decades (it takes hundreds of gigabytes of memory at minimum), but we can get a lot of the functionality with smaller, faster, cheaper models.

Definitely. I have experimented with image generation on my own mid-range RX GPU and though it was slow, it worked. I have not tried the latest driver update that's supposed to accelerate those tools dramatically, but local AI workstations with dedicated silicon are the future. CPU, GPU, AIPU?

Hundreds of gigabytes of memory in consumer PCs is not decades away. There are already motherboards that accept 128 GB.

You're right, I shouldn't say decades. It will be decades before that's standard or common in the consumer space, but it could be possible to run on desktops within the next generation (~5 years). It'd just be very expensive.

High-end consumer PCs can currently support 192GB, and that might increase to 256 within this generation when we get 64GB DDR5 modules. But we'd need 384 to run BLOOM, for instance. That requires a platform that supports more than 4 DIMMs, e.g. Intel Xeon or AMD Threadripper, or 96GB DIMMs (not yet available in the consumer space). Not sure when we'll get consumer mobos that support that much.

4 more...

It can totally die out tho, if people stop using it, it will fade to nothingness, like a flash browser game.

Flash games did not die out because people stopped playing them. The smart phone was created and this changed the entire landscape of small game development.

Steve Jobs killed Flash. It was premeditated.

Flash deserved to die

It was atrocious compared to what we have now. But god fucking dammit I love those games. They mean more to me than a lot of AAA studios.

If it had been killed without an adequate replacement (eg. mobile gaming) then people wouldn't have let Flash die. There are open-source flash players.

Flash games didnt die on their own, the technology was purposefully killed off via similar corporate requirements to maximize profits.

It died because Safari for iPhone supported only open web standards. Flash was also the leading cause of crashes on the Mac because it was so poorly-written. It was also a huge security vulnerability and a leading vector for malware, and Adobe just straight up wasn't able to get it running well on phones. Flash games were also designed with the assumption of a keyboard and mouse so many could never work right on touchscreen devices.

There you go, lots of reasons care of this person here

Deleted comment

GPT already got way shittier from the version we all saw when it first came out to the heavily curated, walled garden version now in use

4 more...
4 more...

Oh surprise surprise, looks like generative AI isn't going to fulfill Silicon Valley and Hollywood studios' dream of replacing artist, writers, and programmers with computer to maximize value for the poor, poor shareholders. Oh no!

As I said here before, generative AIs are not universal solution to everything that has ever existed like they are hyped up to be, but neither are they useless. At the end of the day, they are ultimately tools. Complex, powerful, useful tools, but tools nonetheless. A good artist can create better work faster with the help of a diffusion model, the same way LLM code generation can help a good programmer finish their project faster and better. (I think). All of these AI models are trained on data from data from everyone on Internet, which is why I think its reasonable that everyone should have access to these generative AI models for the benefit of humanity and not profit, and not just those who took other people's work for free to trained the models. In other words, these generative AI models should belong to everyone.

And here lies my distaste for Sam Altman: OpenAI was founded as a nonprofit for the benefit of humanity, but at the first chance of money he immediately started venture capitalisting and put anything from GPT-2 onwards under locks and keys for money, and now it looks like that they are being crushed under the weight of their own operating costs while groups like Facebook and Stability catches up with actual open models, I will not be sad if "Open"AI fails.

(For as much crap as I give Zuck for the other awful things they do, I do admire their commitment to open source.)

I have to admit, playing with these generative models is pretty fun.

Hm. I think you should zoom out a bit and try to recognize that AI isn't stagnant.

Voice recognition and translation programs to years before they were appropriate for real-world applications. AI is also going to require years before it's ready. But that time is coming. We haven't reached a 'ceiling' for AI's capabilities.

Breakthrough technological development usually can be described as a sigmoid function (s-shaped curve), while there is an exponential progress in the beginning, it usually hit a climax then slow down and plateau until the next breakthrough.

There are certain problem that are not possible to resolve with the current level of technology for which development progress has slowed to a crawl, such as level 5 autonomous driving (by the way, better public transport is a way less complex solution.), and I think we are hitting the limit of what far transformer based generative AI can do since training has become more and more expensive for smaller and smaller gains, whereas hallucination seems to be an inherent problem that is ultimately unfixable with the current level of technology.

One thing that I think makes AI a possibility to deviate from that S model is that it can be honed against itself to magnify improvements. The better it gets the better the next gen can get.

that is a studied, documented, surefire way to very quickly destroy your model. It just does not work that way. If you train an llm on the output of another llm (or itself) it will implode.

Also at best it's an refinement, not a new sigmoid. So are new hardware/software designs for even faster dot products or advancements in network topology within the current framework. T3 networks would be a new sigmoid but so far all we know is why our stuff fundamentally doesn't scale to the realm of AGI, and the wider industry (and even much of AI research going on in practice) absolutely doesn't care as there's still refinements to be had on the current sigmoid.

There was a smallish VFX group here that was attached to a volume screen company. They employed something like 20 people I think? So pretty small.

But the volume screen employed a guy who could do an adequate enough job with generative tools instead and the company folded. The larger VFX company they partner with had 200 employees, they recently cut to 50.

In my field, a team leader in 2018 could earn about 180,000 AUD P/A. Now those jobs are advertised for 130,000 AUD, because new models can do ~80% of the analysis with human accuracy.

AI is already folding companies and cutting jobs. It's not in the news maybe, but as industries shift to compete with smaller firms leveraging AI it will cascade.

I had/have my own company, we were attached to Metropolis which unfortunately folded. I think that had a role to play in the job cuts as well. Luckily for me I wasn't overleveraged, but I am packing up and changing careers for sure.

Generative AI can make each individual artist/writer/programmer much more efficient at their job, but the shareholders and executives get their way and only big companies have access to this technologu, this increased productivity will instead be used reduce headcount and make the remaining people do more work on a tighter deadline, instead of helping everyone work less, do better work, and be happier.

This is the reason I think democratizing generative AI via local models is important, because as your example shows, it levels the playing field between small and big players, and helps people work less while making more cool stuff.

A big problem in Aus is the industry culture. They don't care about using technology to improve results. They only care about cutting costs, even if the final product doesn't meet the previous standard.

And we've seen that with VFX across the globe, the overall quality dropped drastically. Because studios play silly buggers to weasel out of paying VFX companies what they are due.

From what I hear, even DNEG is in trouble, and were even before the strike.

It's a race to the bottom it seems.

My honest hope for the film industry is likely the same as yours. That we have smaller productions with access to better post due to improvements in AI-driven compositing software and so on.

But it's likely that a role that was earning $$$ before is devalued significantly. And while I'm an unabashed anti-capitalist, I think a lot of folks misunderstand what this sudden downward pressure on income can do. Cost of living increasing while wages shrink is an awful combination

I'm 35, left a six figure job, folding my company and starting an electrician's apprenticeship. To give you an idea around what my views about AI are. And of course this is as an Australian. We have a garbage white collar work culture anyway.

I think there will be a net improvement. But I worry that others will fail to adapt quickly. Too many are writing off AI as this thing that already came and went, but the tools have just landed, and we don't yet have workflows that correctly implement and leverage these yet.

This is exactly why the SAG-AFTRA and WGA strikes have been vitally important, I think. Without pressure on industry, as we've seen across the board in the US for the last near half-century, fewer and fewer things that should improve lives are allowed to do so.

It's crazy that with current economic systems, tools that make people work more efficiently have such a negative impact on society.

1 more...
1 more...
1 more...

Oh surprise surprise, looks like generative AI isn't going to fulfill Silicon Valley and Hollywood studios' dream of replacing artist, writers, and programmers with computer to maximize value for the poor, poor shareholders. Oh no!

It really is incredible how much this rhymes with the crypto hype. To be fair, the technology does actually have uses but, as someone in the latter category, after I saw it in action, I quickly felt less worried about my job prospects.

Fortunately, enough people in charge of staffing seem to have listened to people with technical knowledge to not make my earlier prediction (mass layoffs directly due to LLMs, followed by mass, panicked re-hirings when said LLMs ruined the business) come true. But, the worry itself, along with the RTO pushes (not to mention exploitation of contractors and H1B holders) really underscore his desperately the industry needs to get organized. Hopefully, what's going on in the games industry with IATSE gets more traction and more of my colleagues on the same page but, that's one area where I'm not as optimistic as I'd like to be - I'll just have to cheer on SAG, WGA, and UAW for the time being.

(For as much crap as I give Zuck for the other awful things they do, I do admire their commitment to open source.)

Absolutely agreed. There's a surprising amount of good in the open source world that has come from otherwise ethically devoid companies. Even Intuit donated the Argo project, which has evolved from a cool workflow tool to a toolkit with far more. There is always the danger of EEE, however, so, we've got to stay vigilant.

A powerful tool maybe, but useless

If your drill needs a nuclear plant and monthly subcription to drill a hole, it's a shitty tool

Going to have to disagree with you there. I've gotten plenty of use out of chat GPT in multiple scenarios. I find it difficult to imagine what exactly you think is useless about it because it seems so indispensable to me at this point.

Indispensable, nothing less. lmao

Have fun when they decide to multiply the price x10 and you are too dependant to have an alternative, or when it becomes stupid or malevolent 👍

Sorry, I'm not sure I understand how that makes it useless. I get the feeling that you just want to feel smug, so if it makes you feel better go ahead, I guess.

Because it's too fragile and not ready to be use at scale without causing massive damage

Not useless for now (even if i'd like to know more about the domains where it's really "indispensable"), but as useless as a drill with a dead battery the day they decide to cut it.

I don't find it future-proof, as impressive as some results are

Nowdays LLM can be ran on consumer hardware, so the "dead battery" analogy fall short here too.

With the same efficiency ? I'm interested in an example

Why everyone using these crappy SaaS then ?

Llama 2 and its derivatives, mostly. Simple local ui available here.

Not as good as chatGPT 3.5 in my experience. Just kinda falls apart on anything too complex, and is a lot more likely to get things wrong.

I tried it out using the 'Open-Orca/OpenOrcaxOpenChat-Preview2-13B' 4 bit 32g model. Its surprisingly fast to generate. It seems significantly faster than ChatGPT on my 3060. (with ExLlama)

There are also some models tuned specifically to actually answer your requests instead of the 'As an AI language model' kind of stuff.

Edit: just tried a newer model and its a lot better. (dolphin-2.1-mistral-7b)

For the same reason SaaS is popular in general: yes, you could get a VPS, install all the needed software on it, keep it up to date, oor you could pay a company to do all that for you.

You sound like the people who thought credit cards would never replace cash.

And you sound like the people who thought cryptos would replace credit cards ;)

1 more...

Deleted comment

So much fucking this.

Every cash grab right now around AI is just a frontend for a chatGPT API. And every investor who throws money at them is the mark. And now they're crying a river.

It's also helped me find the names of several books and films that have been rattling around in my mind, some for decades, which actually made me very happy because not remembering that sort of thing drives me a little mad.

I'm stuck on two books that it can't work out - both absolute trash pulp fiction, one that I stopped reading because it was so terrible and the other that was so bad but I actually wouldn't mind reading again.

Oh well, can't have it all.

Never mind that LLMs are a far cry from AI.

They are literally AI, neural networks specifically. As are path finding algorithms for games.

People just don't get what AI is. Any program that simulates intelligence is AI.

You're likely thinking of general AI from sci-fi.

IRL, people are doing some amazing things with generative AI, esp in 2D graphic art.

Woah, shiny bland images that are a regurgitation of stolen artwork!!!

people are doing

No they ain't doing shit, they just prompt

What I don't like about the article is that the phrasing 'paying off' can apply to making investors money OR having worthwhile use cases. AI has created plenty of use cases from language learning to code correction to companionship to brainstorming, etc.

It seems ironic that a consumer-facing website is framing things from a skeptical "But is it making rich people richer?" perspective

In my case, I still want to know if it's not making rich people richer, because a) fuck rich people, and b) I don't want to buy into things that will disappear in a year when the hype dies down. As a "consumer" my purchasing decisions impact my life, and the actions of the wealthy affect that more than you'd like.

Silicon like usual thinking these things are as big as the invention as the internet, and trying to get their money in there the first place. AI was and still is a massive game changer, but nothing can live up to the hype of which they throw a stupid amount of money at these things. They didn't learn their lesson after crypto or the "metaverse" either lol. I see AI being a tool, an incredibly useful one. That also means it has a lot of jobs it simply can't do. It can't replace artists, but artists can use it as a tool to help them work off of things.

So far I've only seen AI being used to fire employees that a company totally absolutely still needs but just doesn't want to pay wages to. Companies are dumb as fuck, that's my conclusion, but what else can you expect by organizations run by ladder-climbing CEO figures?

There's utility in keeping workers desperate, it depresses wages.

Think about the coordinated tech layoffs that happened and now the tech industry has a labor surplus.

Saves them money.

The company that laid me off is paying me 4 months of wages without any work, this is the severance package I get in exchange for them not being forced to try to find me another suitable position in the company or "prove" that there no tasks at the company that I could do with my existing skill set (that's how the law works where I live).

Was it really worth it?

My point was it's not dumb, it's malicious and self serving.

It's not worth it.

What I'm curious is what's going to happen to all these companies that went all-in on building data centers when they weren't doing it previously. Places like Meta and Amazon are huge enough that it's always been a sound investment but with this hype there are other companies trying to set up server farms with no real prize in sight.

I mean A100s don't exactly break that quickly and they're specialised enough hardware so that they will continue to be able to rent them out. They're also overpriced AF though which might cut into the bottom line but they're probably not going to end up with a giant loss, I don't really doubt they will break even. Opportunity costs are stellar, but OTOH there's so much billionaire capital floating around screaming for opportunities to park itself in that macro-economically it's negligible. Also I'm not exactly in the habit of crying about billionaires having a low ROI.

Ever since the Internet Bubble crashed around 2000 that the business community in the Valley has been repeatedly trying to pump up a new bubble, starting with what they called Web 2.0 which started being hyped maybe even before the dust settled on tha crash after the first Tech bubble.

And if you think about it, it makes sense: the biggest fortunes ever made in Tech are still from companies which had their initial growth back then, such as Google, Amazon and even Paypal (Microsoft and Apple being maybe the most notable exceptions, both predating it).

1 more...

AI is a tool to assist creators, not a full on replacement. Won't be long until they start shoving ads into Bard and ChatGPT.

AI is a tool to assist plagiarize the work of creators

Fixed it

LOL OK it's a super-powerful technology that will one day generate tons of labor very quickly, but none of that changes that in order to train it to be able to do that, you have to feed it the work of actual creators- and for any of that to be cost-feasible, the creators can't be paid for their inputs.

The whole thing is predicated on unpaid labor, stolen property.

At what line does it become stolen property? There are plenty of tools which artists use today that use AI. Those AI tools they are using are more than likely trained on some creation without payment. It seems the data it's using isn't deemed important enough for that to be an issue. Google has likely scraped billions of images from the Internet for training on Google Lens and there was not as much of an uproar.

Honestly, I'm just curious if there is an ethical line and where people think it should be.

Wait, R&D doesn't research and develop dollar bills into existence?

Thats how this works. Blow though VC money to try and "strike gold" fail. Change model to become profitable." Move to the next scam.

Have they not tried simply asking the AI how to make it profitable?

You'd think at this point that investors would wait for a thing to fill out the question mark second step in their business plan before investing in it, but you'd be way, way wrong.

Every new tech company comes to the investor panel with:

  1. build expressive to run new tool and give it away to end users for free

  2. ??????

  3. profit!

And somehow they keep falling for it.

Because people assume all these investors know what they are doing. They don't. Now, some investors are good, but they usually don't go for shit like this. At lot of investors are VCs, rich upper class twits, who can afford to lose money. Pure and simple. It's like a bunch of lotto winners telling people they know how to pick numbers, betting outside bets once in a while, get lucky, and have selective bias.

Plus, they have enough money to hedge their bets. For example, say you invest $1mil in companies A, B, C, D, E, and F. All lose everything except A and B, which earn you $3mil each. You put in $6mil, got back $6mil. You broke even, tell people you knew what you were doing because you picked A and B, and conveniently never mention the rest. Then rich twits people invest in what YOU invest in. So you invest in H, others invest in H because you did, drives up the value. Now magnify this by a lot of investors, hundreds of letters, and it's all like some weird game of luck and timing.

But a snapshot in time leads to your 2) ?????? Point. Many know this is a confidence game, based on luck, charm, and timing. Some just stumble through it, and others are fleeced, but who cares? Daddy's got money.

Money works different for rich people. It's truly puzzling.

They sure as hell are doing a good job of making me reliant on AI though. Soon I'll probably be payinf 200$ a month because i cant remember how to do things without AI. I think thats the plan anyway.

Soon I’ll probably be payinf 200$ a month because i cant remember how to do things without AI.

Sounds like a problem TBH, I'd get that checked out by a professional.

Okay, ill ask ChatGPT

AI isn't paying off if you're too dumb to figure out how to use the many amazing tools that have come about.

I was going to say...I use AI-transcription tools for video editing, AI-upscaling, and Resolve dropped an incredible AI green screen tool that makes it effortless. I also use AI to repair audio as of 6mo ago lol. I don't think I gone more than 48hrs without using an AI tool professionally.

I wonder if “AI not paying off” in the context of this article actually means “Companies haven’t been able to lay off a bunch of their staff yet, like they’re hoping to do”

If anyone read the article you'd know what they meant, and it wasn't either of the things you two mentioned.

I know exactly what the journalist meant. They meant to get more clicks with some click bait headline and a bad article that will make them look extremely stupid in the future.

AI is a lot more like the Internet than it is like Facebook. It's a set of techniques you can use to create tools. These are incredibly useful tools, but you're not going to make Facebook money off of them because the techniques are pretty easy to replicate and the genie is out of the bottle.

What the tech bros are looking for is a way to control access to AI so they can be a chokepoint. Like if Craftsman could charge for every single time you used their tool to make something. For one very recent example, see what happened to Unity. Creating chokepoints and then collecting rent is the modern corporate feudal strategy, but that won't work if everybody with an AWS account and enough money can spin up an LLM and start training it.

What is this AI tool to repair audio? Would it be able to fix poorly compressed audio?

Yes I use it all the time. Adobe Audio Enhance. It’s the flagship feature of their upcoming podcast app, but you can use it in browser currently. If you have an adobe subscription, it doesn’t charge extra or anything. It’s only for spoken word though, not music. If you throw music on it, though, you get some pretty wild stuff as it tries to create words out of the sounds.

To further answer your question, yes, it is actually very good with highly compressed audio. I regularly feed it zoom audio to make more intelligible. Obviously there are always limits, but I assure you it can do more than you can manually 85% of the time and buy a large margin. My only frustration is it is a simple slider, you can’t really fine tune it, but it’s still incredibly effective and I often use it as a first pass on the original audio file before I even start editing.

@BolexForSoup can you recommend a good quality Upscaler ?

Topaz Labs makes a decent one. You’ll need to do a lot of trial and error to kind of find your own favorite settings for baking, but as far as cost and efficacy go, there aren’t a lot better out right now.

They do a watermark free version You can test with. I think it also only let you do a couple of minutes a video at a time. But frankly it’s incredibly processor intensive so you will only want to test a 15-20s clip at a time anyway.

1 more...

The problem here is that AI in the media has become synonymous with generalized LLMs, while other "AI" applications have been in place for many years doing more specific things that have more obvious use cases that can be more easily commercialised.

1 more...

Do people really not understand that we are in the early stages of ai development? The first time most people were made aware of LLMs was, like, 6 months ago. What ChatGPT can do is impressive for a self contained application, but is far from mature enough to do the things people are complaining it can’t do.

The point the industry is trying to warn about is that this technology is past its infancy and moving into, from a human comparison standpoint, childhood or adolescence. But, it iterates significantly faster than humans, so the time it can do the type of things people are bitching about is years, not decades, away.

If you think businesses have sunk this much money and effort into AI and didn’t do a cost-benefit analysis that stretched out decades, you are being naive or disingenuous.

If you think businesses have sunk this much money and effort into AI and didn’t do a cost-benefit analysis that stretched out decades, you are being naive or disingenuous.

Are you kidding? We literally just watched the same bubble and burst in companies that rushed to get their piece of the Metaverse and NFT cash grab. I worked at a SaaS company that decided to add AI features because it was in the news and Azure offered it as a service. There was zero financial analysis done, just like for every other feature they added

I'm sure Microsoft has a plan since they invested heavily. But even Google is playing catch-up like they did with GCP.

AI is actually useful.

The metaverse and NFTs aren't.

Your analogy is not a 1:1 representation of the situation and only serves to distract from the topic at hand.

But there is a similarity, the hype pulls in all sorts of companies to blindly add buzzwords without even knowing how it might possibly apply to their product, even if it were the perfect realization of the ideal.

Yes AI techniques obviously have utility. 90% of the spend is by companies that don't even know what that utility might be. With that much noise, it's hard to keep track of the value.

But there is a similarity, the hype pulls in all sorts of companies to blindly add buzzwords without even knowing how it might possibly apply to their product

Yes, I see what you are saying. I guess we can add 'blockchain' to that list, then.

Do people really not understand that we are in the early stages of ai development?

Yes. Top post in this thread is someone cheering that AI won't replace people in hollywood.

Just give it time. Remember how poor voice recognition and translation software was at first?

pretty much all improvements aren't "better tech", but just "bigger tech". Reducing their footprint is an unsolved problem (just like it has always been with neural networks, for decades)

Optimization is a problem that cannot be "solved" by definition, but a lot of work is being done on it with some degree of success

These are the same kind of people who go, "We spent money on Timmy's clothes for over two years and it's not paying off."

Bro, AI is an investment.

It is a risky investment. Taking care of your kid is something where we have done it enough that we understand the risks and pay off and most parents can make a reasonable prediction. (a few kids will "turn 21 in prison doing life without parole" - but most turn out okay and return love to their parents and attempt to improve society - though you may not agree with their definition of improve society)

I have no idea if the current faults with AI will be solved or not. That is a risk you are taking. It is useful for some things, but we don't know how useful.

There's also the "not in prison, but mostly just lives at home and smokes weed" money pit of children

My childhood friend ended up this way and I've given up on him

It should also worry investors open-source AI is only months behind the big tech leaders. I looked into AI voice cloning lately. There's a few really pricey options. Like $25 a month for a couple of hours voice cloning.

However, there's already an open-source version of what they're selling.

People are literally paying monthly subscriptions for access to a bunch of these things.

Did you read the article? The problem hasn't been getting some people to pay for some things, it's that the things that are available so far are losing loads of money. Or at least, that's the premise.

Yeah, so far. It's super early in the modern incarnation of AI that actually has the chance to pay off, LLMs.

This isn't like Bitcoin where there's huge hype for a pretty small market opportunity. We all realize the promise, we are just still figuring out how to get rid of hallucinations and making it consistent and tuned to a certain business usage.

Well, and also navigating the minefields that the LLMs absolutely have copyrighted material in them that wasn't paid for or licensed. E.G. Dall-E can produce a full image of Fresh Cut Grass, a character owned by Critical Role.

And that the stuff they produce isn't copyright-able.

And that the stuff they produce isn't copyright-able.

Even if that were true, is there no value in public domain art resources?

Not to the companies looking to use AI.

Exhibit A, Disney, a giant megacorp whose most famous works are literally founded on public domain material.

Bear in mind that public domain is not like a copyleft license, it's not "viral." If I make a movie and the Mona Lisa shows up in it, that movie is still copyright to me even though there's a public domain element in it. It's even easier with unique AI-generated stuff because you can't even tell what's public domain and what isn't.

Something has to be ownable to be public domain. AI produced items are un-ownable, since the AI is the owner, but it can't own them since it's a legally a "tool".

You are deeply confused about what "public domain" means. Something that is un-ownable (in an intellectual property sense) is public domain.

You may be referring to the Thaler v. Perlmutter case when you say "AI is the owner?" That's a widely misunderstood case that's gone through quite the game of telephone in the media. The judge in it ruled that an AI cannot own copyright, but that doesn't mean that AI-produced art is uncopyrightable. Just that AIs aren't people, from a legal perspective, and you need to be a legal person to own copyright. If Thaler had claimed copyright for himself, as a person, things might have gone differently. But he didn't.

Deleted comment

It’s not “paying off” as this isn’t implemented anywhere, thus not making money.

I think you’re way off the mark and buying into the hype. That’s my opinion from an electronic medical record software analyst.

Deleted comment

I’m in cardiology - radiology is right across the hall. We’re both under ancillary services. Lab techs are not rad techs, and rad techs don’t read films. You don’t work in this field, do you?

None of this is implemented so none of it is paying off.

Also nobody thinks this will take their jobs, because it looks like Theranos to us, in that it’s very hyped in tech and ridiculous to those of us in the medical field.

Deleted comment

Dude, I am an Epic analyst. We’re a 10 star organization (ie cutting edge adoption of features).

I don’t know how to tell you how wrong you are. None of this is even remotely near production.

Helping with SlicerDicer queries is not reading a film. This is a ridiculous comparison.

Again, even language processing features are not remotely near production. It’s not even in any proof of concept environments.

Great, now factor in the cost of data collection if not subsidizing usage that you are effectively getting free RLHF from...

The one thing that's been pretty much a guarantee over the last 6 months is that if there's a mainstream article with 'AI' in the title, there's going to be idiocy abound in the text of it.

This is the best summary I could come up with:


A new report from the Wall Street Journal claims that, despite the endless hype around large language models and the automated platforms they power, tech companies are struggling to turn a profit when it comes to AI.

Github Copilot, which launched in 2021, was designed to automate some parts of a coder’s workflow and, while immensely popular with its user base, has been a huge “money loser,” the Journal reports.

OpenAI’s ChatGPT, for instance, has seen an ever declining user base while its operating costs remain incredibly high.

A report from the Washington Post in June claimed that chatbots like ChatGPT lose money pretty much every time a customer uses them.

Platforms like ChatGPT and DALL-E burn through an enormous amount of computing power and companies are struggling to figure out how to reduce that footprint.

To get around the fact that they’re hemorrhaging money, many tech platforms are experimenting with different strategies to cut down on costs and computing power while still delivering the kinds of services they’ve promised to customers.


The original article contains 432 words, the summary contains 172 words. Saved 60%. I'm a bot and I'm open source!

Tough shit. It's the Next Big Thing so everyone has to have it.It doesn't matter that it's not useful for most use cases (yet.)

Can something be a money pit and pay off? I feel like not paying off is part of the definition of a money pit.... Or was the headline written by AI

I think they mean that it's costing companies a lot of money to operate but their returns aren't high enough to justify the costs.

Who could have predicted writing bullshit-y papers for kids in school wasn't a billion dollar business?