- cross-posted to:
- technology@beehaw.org
- cross-posted to:
- technology@beehaw.org
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.
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!
If only I had some money to transfer somewhere :(
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.
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.
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
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.
Here is an alternative Piped link(s):
Piped is a privacy-respecting open-source alternative frontend to YouTube.
I’m open-source; check me out at GitHub.
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?
https://fusionchat.ai/news/10-everyday-ai-applications-you-didnt-realize-you-use
Some good examples here.
Most social media uses it. Video and music streaming services. SatNav. Speech recognition. OCR. Grammar checks. Translations. Banks. Hospitals. Large chunks of internet infrastructure.
The list goes on.
Got it. Thanks.
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.
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.
Wait, you guys don’t already have hundreds of gigabytes of memory?
Technically I could upgrade my desktop to 192GB of memory (4x48). That’s still only about half the amount required for the largest BLOOM model, for instance.
To go beyond that today, you’d need to move beyond the Intel Core or AMD Ryzen platforms and get something like a Xeon. At that point you’re spending 5 figures on hardware.
I know you’re just joking, but figured I’d add context for anyone wondering.
Don’t worry about the RAM. Worry about the VRAM.
Google drive is my swap space
deleted by creator
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.
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 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.
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 by creator
It doesn’t even existing in the medical field, stop lying
deleted by creator
devices marketed in the United States
Not a list of devices in use
None of this image reading tech you refer to exists in actual hospitals yet
deleted by creator
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
deleted by creator
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.
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.
the capability of computer systems or algorithms to imitate intelligent human behavior
I don’t know about you, but I would consider writing papers/books/essays/etc. (even bad ones) and code (even with mistakes) intelligent human behavior, and they’re pretty good at imitating it.
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.
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
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.
Things will live up to the hype and easily surpass it. That’s not the issue. The issue is that people take the world of today and imagine how much better/faster/richer they could become if they had AI. The crux is by the time they have AI, everybody else has it too. Thus it loses its competitive advantage. It just raises the baseline.
If I had to create the thousands of images I have generated with AI three years ago it would have costs thousands if not millions of dollar, a gigantic almost insurmountable task. But that doesn’t mean they have any value today. Everybody can produce similar images with a few clicks.
The whole point of AI is after all that it makes work that used to be difficult and expensive, cheap and easy, and nobody is going to pay huge amounts of money for a task that has become trivial.
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.
Wait, R&D doesn’t research and develop dollar bills into existence?
Have they not tried simply asking the AI how to make it profitable?
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
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:
-
build expressive to run new tool and give it away to end users for free
-
???
-
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.
Removed by mod
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.
It’s about MASSIVE CARBON FOOTPRINT and a waning userbase
Yea I didn’t read it. But isn’t it safe to assume that this is a major goal for many companies?
Read the article
I can’t read :(
I’m sorry to - hey wait a minute
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.
AI stem splitting for songs is magical as well
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.
deleted by creator
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.
Thats how this works. Blow though VC money to try and “strike gold” fail. Change model to become profitable." Move to the next scam.
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
Removed by mod
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.
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)
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.