246
270

Those of you that have negative sentiments towards AI: What would you want to happen right now?

1y 5d ago by lemmy.world/u/venusaur in asklemmy

Lots of people on Lemmy really dislike AI’s current implementations and use cases.

I’m trying to understand what people would want to be happening right now.

Destroy gen AI? Implement laws? Hoping all companies use it for altruistic purposes to help all of mankind?

Thanks for the discourse. Please keep it civil, but happy to be your punching bag.

If we're going pie in the sky I would want to see any models built on work they didn't obtain permission for to be shut down.

Failing that, any models built on stolen work should be released to the public for free.

This is the best solution. Also, any use of AI should have to be stated and watermarked. If they used someone's art, that artist has to be listed as a contributor and you have to get permission. Just like they do for every film, they have to give credit. This includes music, voice and visual art. I don't care if they learned it from 10,000 people, list them.

Genuine curiosity. Not an attack. Did you download music illegally back in the day? Or torrent things? Do you feel the same about those copyrighted materials?

Nah not really. I think piracy is a complex issue though, with far less wide reaching collateral damage. I wouldn't compare the two, personally.

Definitely need copyright laws. What if everything has to be watermarked in some way and it’s illegal to use AI generated content for commercial use unless permitted by creators?

The problem with trying to police the output is there isn't a surefire way to detect the fact it's generated. That's why I prefer targeting the companies who created the problematic models.

But let’s say the model is released for free but people use it for commercial purposes. It seems the only solution is to mandate that all content a model is trained on and accesses has provided express permission or is original content. Nobody can release a model to the public which generates content based on “illegal” material.

I agree with that I think.

If we're going pie in the sky I would want to see any models built on work they didn't obtain permission for to be shut down.

I'm going to ask the tough question: Why?

Search engines work because they can download and store everyone's copyrighted works without permission. If you take away that ability, we'd all lose the ability to search the Internet.

Copyright law lets you download whatever TF you want. It isn't until you distribute said copyrighted material that you violate copyright law.

Before generative AI, Google screwed around internally with all those copyrighted works in dozens of different ways. They never asked permission from any of those copyright holders.

Why is that OK but doing the same with generative AI is not? I mean, really think about it! I'm not being ridiculous here, this is a serious distinction.

If OpenAI did all the same downloading of copyrighted content as Google and screwed around with it internally to train AI then never released a service to the public would that be different?

If I'm an artist that makes paintings and someone pays me to copy someone else's copyrighted work. That's on me to make sure I don't do that. It's not really the problem of the person that hired me to do it unless they distribute the work.

However, if I use a copier to copy a book then start selling or giving away those copies that's my problem: I would've violated copyright law. However, is it Xerox's problem? Did they do anything wrong by making a device that can copy books?

If you believe that it's not Xerox's problem then you're on the side of the AI companies. Because those companies that make LLMs available to the public aren't actually distributing copyrighted works. They are, however, providing a tool that can do that (sort of). Just like a copier.

If you paid someone to study a million books and write a novel in the style of some other author you have not violated any law. The same is true if you hire an artist to copy another artist's style. So why is it illegal if an AI does it? Why is it wrong?

My argument is that there's absolutely nothing illegal about it. They're clearly not distributing copyrighted works. Not intentionally, anyway. That's on the user. If someone constructs a prompt with the intention of copying something as closely as possible... To me, that is no different than walking up to a copier with a book. You're using a general-purpose tool specifically to do something that's potentially illegal.

So the real question is this: Do we treat generative AI like a copier or do we treat it like an artist?

If you're just angry that AI is taking people's jobs say that! Don't beat around the bush with nonsense arguments about using works without permission... Because that's how search engines (and many other things) work. When it comes to using copyrighted works, not everything requires consent.

Search engines work because they can download and store everyone's copyrighted works without permission. If you take away that ability, we'd all lose the ability to search the Internet.

No they don't. They index the content of the page and score its relevance and reliability, and still provide the end user with the actual original information

However, if I use a copier to copy a book then start selling or giving away those copies that's my problem: I would've violated copyright law. However, is it Xerox's problem? Did they do anything wrong by making a device that can copy books?

This is false equivalence

LLMs do not wholesale reproduce an original work in it's original form, they make it easy to mass produce a slightly altered form without any way to identify the original attribution.

If you paid someone to study a million books and write a novel in the style of some other author you have not violated any law. The same is true if you hire an artist to copy another artist's style. So why is it illegal if an AI does it? Why is it wrong?

I think this is intentionally missing the point.

LLMs don't actually think, or produce original ideas. If the human artist produces a work that too closely resembles a copyrighted work, then they will be subject to those laws. LLMs are not capable of producing new works, by definition they are 100% derivative. But their methods in doing so intentionally obfuscate attribution and allow anyone to flood a space with works that require actual humans to identify the copyright violations.

Like the other comments say, LLMs (the thing you're calling AI) don't think. They aren't intelligent. If I steal other people's work and copy pieces of it and distribute it as if I made it, that's wrong. That's all LLMs are doing. They aren't "being inspired" or anything like that. That requires thought. They are copying data and creating outputs based on weights that tell it how and where to put copied material.

I think the largest issue is people hearing the term "AI" and taking it at face value. There's no intelligence, only an algorithm. It's a convoluted algorithm that is hard to tell what going on just by looking at it, but it is an algorithm. There are no thoughts, only weights that are trained on data to generate predictable outputs based on given inputs. If I write an algorithm that steals art and reorganizes into unique pieces, that's still stealing their art.

For a current example, the stuff going on with Marathon is pretty universally agreed upon to be bad and wrong. However, you're arguing if it was an LLM that copied the artist's work into their product it would be fine. That doesn't seem reasonable, does it?

My argument is that the LLM is just a tool. It's up to the person that used that tool to check for copyright infringement. Not the maker of the tool.

Big company LLMs were trained on hundreds of millions of books. They're using an algorithm that's built on that training. To say that their output is somehow a derivative of hundreds of millions of works is true! However, how do you decide the amount you have to pay each author for that output? Because they don't have to pay for the input; only the distribution matters.

My argument is that is far too diluted to matter. Far too many books were used to train it.

If you train an AI with Stephen King's works and nothing else then yeah: Maybe you have a copyright argument to make when you distribute the output of that LLM. But even then, probably not because it's not going to be that identical. It'll just be similar. You can't copyright a style.

Having said that, with the right prompt it would be easy to use that Stephen King LLM to violate his copyright. The point I'm making is that until someone actually does use such a prompt no copyright violation has occurred. Even then, until it is distributed publicly it really isn't anything of consequence.

I run local models. The other day I was writing some code and needed to implement simplex noise, and LLMs are great for writing all the boilerplate stuff. I asked it to do it, and it did alright although I had to modify it to make it actually work because it hallucinated some stuff. I decided to look it up online, and it was practically an exact copy of this, down to identical comments and everything.

It is not too diluted to matter. You just don't have the knowledge to recognize what it copies.

My argument is that the LLM is just a tool. It's up to the person that used that tool to check for copyright infringement. Not the maker of the tool.

Build an inkjet printer exclusively out of stolen parts from HP, Brother, and Epson and marketed as being so good that experts can't differentiate what they print from legal currency (except sometimes it adds cartoonish moustaches). Start selling it in retail stores alongside them. They would battery be announced, much less stocked on the shelves before C&D letters and/or arrest warrants arrived.

I want people to figure out how to think for themselves and create for themselves without leaning on a glorified Markov chain. That's what I want.

AI people always want to ignore the environmental damage as well...

Like all that electricity and water are just super abundant things humans have plenty of.

Everytime some idiot asks AI instead of googling it themselves the planet gets a little more fucked

Are you not aware that Google also runs on giant data centers that eat enormous amounts of power too?

Multiple things can be bad at the same time, they don't all need to be listed every time any one bad thing is mentioned.

I wasn't listing other bad things, this is not a whataboutism, this was a specific criticism of telling people not to use one thing because it uses a ton of power/water when the thing they're telling people to use instead also uses a ton of power/water.

Yeah, you're right. I think I misread your/their comment initially or something. Sorry about that.

And ai is in search engines now too, so even if asking chatfuckinggpt uses more water than google searching something used to, google now has its own additional fresh water resource depletor to insert unwanted ai into whatever you look up.

We're fucked.

Fair enough.

Yeah, the intergration of AI with chat will just make it eat even more power, of course.

This is like saying a giant truck is the same as a civic for a 2 hr commute ...

Per: https://www.rwdigital.ca/blog/how-much-energy-do-google-search-and-chatgpt-use/

Google search currently uses 1.05GWh/day. ChatGPT currently uses 621.4MWh/day

The per-entry cost for google is about 10% of what it is for GPT but it gets used quite a lot more. So for one user 'just use google' is fine, but since are making proscriptions for all of society here we should consider that there are ~300 million cars in the US, even if they were all honda civics they would still burn a shitload of gas and create a shitload of fossil fuel emissions. All I'm saying if the goal is to reduce emissions we should look at the big picture, which will let you understand that taking the bus will do you a lot better than trading in your F-150 for a Civic.

Google search currently uses 1.05GWh/day. ChatGPT currently uses 621.4MWh/day

....

And oranges are orange

It doesn't matter what the totals are when people are talking about one or the other for a single use.

Less people commute to work on private jets than buses, are you gonna say jets are fine and buses are the issue?

Because that's where your logic ends up

My point wasn't 'google is more expensive than chatgpt', it's that 'google is also expensive, just not as expensive as chatgpt.' It's probably safe to say that no one has ever just done one google search or just asked one question of chatgpt, so the one-use cost is practically irrelevant compared to the average or collective use case.

This is my #1 issue with it. My work is super pushing AI. The other day I was trying to show a colleague how to do something in teams and as I'm trying to explain to them (and they're ignoring where I'm telling them to click) they were like "you know, this would be a great use of AI to figure it out!".

I said no and asked them to give me their fucking mouse.

People are really out there fucking with extremely powerful wasteful AI for something as stupid as that.

Nobody is getting this problem under control. AI users and developers are moving too fast now.

It feels like developers will max out our resources before we can get a grip on it. I watched a podcast with Zuck talking about their ideas for new features that they can’t even develop because they’re be capped by infrastructure.

Maybe if the actual costs—especially including environmental costs from its energy use—were included in each query, we’d start thinking for ourselves again. It’s not worth it for most things it’s used for at the moment

I totally understand your point of view. AI seems like the nail in the coffin for digital dominance over humans. It will debilitate people by today’s standards.

Can we compare gen AI tools to any other tools that currently eliminate some level of labor for us to do? e.g. drag and drop programs tools

Where do we draw the line? Can people then think and create in different ways using different tools?

Some GPT’s are already integrating historical conversations. We’re past Markov chain.

I agree with this sentiment but I don't see it actually convincing anyone of the dangers of AI. It reminds me a lot of how teachers said that calculators won't always be available and we need to learn how to do mental math. That didn't convince anyone then

So your argument against AI is that it's making us dumb? Just like people have claimed about every technology since the invention of writing? The essence of the human experience is change, we invent new tools and then those tools change how we interact with the world, that's how it's always been, but there have always been people saying the internet is making us dumb, or the TV, or books, or whatever.

Get back to me after you have a few dozen conversations with people who openly say "Well I asked ChatGPT and it said..." without providing any actual input of their own.

Oh, you mean like people have been saying about books for 500+ years?

Not remotely the same thing. Books almost always have context on what they are, like having an author listed, and hopefully citations if it's about real things. You can figure out more about it. LLMs create confident sounding outputs that are just predictions of what an output should look like based on the input. It didn't reason and doesn't tell you how it generated its response.

The problem is LLMs are sold to people as Artifical Intelligence, so it sounds like it's smart. In actuality, it doesn't think at all. It just generates confident sounding results. It's literally companies selling con(fidence) men as a product, and people fully trust these con men.

Yeah, nobody has ever written a book that's full of bullshit, bad arguments, and obvious lies before, right?

Obviously anyone who uses any technology needs to be aware of the limitations and pitfalls, but to imagine that this is some entirely new kind of uniquely-harmful thing is to fail to understand the history of technology and society's responses to it.

Yeah, nobody has ever written a book that’s full of bullshit, bad arguments, and obvious lies before, right?

Lies are still better than ChatGPT. ChatGPT isn't even capable of lying. It doesn't know anything. It outputs statistically probable text.

How exactly? Bad information is bad information, regardless of the source.

People understand the concept of liars and bad faith actors. People don't seem to understand that facts don't factor into a chatbot's output at all. cf all the replies defending them in this post.

So that seems like more of a lack-of-understanding problem, not an 'LLMs are bad' problem as it's being portrayed in the larger thread.

You can look up the author and figure out if they're a reliable source of information. Most authors either write bullshit or don't, at least on a particular subject. LLMs are unreliable. Sometimes they return bullshit and sometimes they don't. You never know, but it'll sound just as confident either way. Also, people are lead to believe they're actually thinking about their response, and they aren't. They aren't considering if it's real or not, only if it is a statistically probable output.

You should check your sources when you're googling or using chatGPT too (most models I've seen now cite sources you can check when they're reporting factual stuff), that's not unique to those those things. Yeah LLMs might be more likely to give bad info, but people are unreliable too, they're biased and flawed and often have an agenda, and they are frequently, confidently wrong. Guess who writes books? Mostly people. So until we're ready to apply that standard to all sources of information it seems unreasonable to arbitrarily hold LLMs to some higher standard just because they're new.

most models I've seen now cite sources you can check when they're reporting factual stuff

Maybe online models can, but local has no access to the internet so it can't. However, it's likely generating a response that is predictable that can cite a source, but it could totally make that up. Hopefully people would double check it to make sure it actually is and says what it's claiming, but we both know most won't. Citing a source is just a way to make it look intelligent while it still generates bullshit.

Yeah LLMs might be more likely to give bad info, but people are unreliable too, they're biased and flawed and often have an agenda, and they are frequently, confidently wrong.

You're saying this like they're equal. People put thought into it. LLMs do not. Yes, con men exist. However, not everyone is a con man. You can follow authors who are known to be accurate. You can do the same with LLMs. The problem is consistency. A con man will always be a con man. With an LLM you have no way to know if it's bullshitting this time or not, so you should always assume it's bullshit. In which case, what's the point? However, most people assume it's always honest, because that's what the marketing leads you to believe

And the people who don't know that you should check LLMs for hallucinations/errors (despite the fact that the press has been screaming that for a year) are definitely self-hosting their own, right? I've done it, it's not hard, but it's certainly not trivial either, and most of these folks would just go 'lol what's a docker?' and stop there. So we're advocating guard-rails for people in a use-case they would never find themselves in.

You’re saying this like they’re equal.

Not as if they're equal, but as if they're both unreliable and should be checked against multiple sources, which is what I've been advocating for since the beginning of this conversation.

The problem is consistency. A con man will always be a con man. With an LLM you have no way to know if it’s bullshitting this time or not

But you don't know a con man is a con man until you've read his book and put some of his ideas in practice and discovered that they're bullshit, same as with an LLM. See also: check against multiple sources.

People haven’t ”thought for themselves” since the printing press was invented. You gotta be more specific than that.

Ah, yes, the 14th century. That renowned period of independent critical thought and mainstream creativity. All downhill from there, I tell you.

Independent thought? All relevant thought is highly dependent of other people and their thoughts.

That’s exactly why I bring this up. Having systems that teach people to think in a similar way enable us to build complex stuff and have a modern society.

That’s why it’s really weird to hear this ”people should think for themselves” criticism of AI. It’s a similar justification to antivaxxers saying you ”should do your own research”.

Surely there are better reasons to oppose AI?

I agree on the sentiment, it was just a weird turn of phrase.

Social media has done a lot to temper my techno-optimism about free distribution of information, but I'm still not ready to flag the printing press as the decay of free-thinking.

Things are weirder than they seem on the surface.

A math professor collegue of mine calls extremely restrictive use of language ”rigor”, for example.

The point isn't that it's restrictive, the point is that words have precise technical meanings that are the same across authors, speakers, and time. It's rigorous because of that precision and consistency, not just because it's restrictive. It's necessary to be rigorous with use of language in scientific fields where clear communication is difficult but important to get right due to the complexity of the ideas at play.

Yeah sure buddy.

Have you tried to shoehorn real life stuff into mathematical notation? It is restrictive. You have pre-defined strict boxes that don’t have blurry lines. Free form thoughts are a lot more flexible than that.

Consistency is restrictive. I don’t know why you take issue with that.

The usage of "independent thought" has never been "independent of all outside influence", it has simply meant going through the process of reasoning--thinking through a chain of logic--instead of accepting and regurgitating the conclusions of others without any of one's own reasoning. It's a similar lay meaning as being an independent adult. We all rely on others in some way, but an independent adult can usually accomplish activities of daily living through their own actions.

Yeah but that’s not what we are expecting people to do.

In our extremely complicated world, most thinking relies on trusting sources. You can’t independently study and derive most things.

Otherwise everybody should do their own research about vaccines. But the reasonable thing is to trust a lot of other, more knowledgeable people.

My comment doesn't suggest people have to run their own research study or develop their own treatise on every topic. It suggests people have make a conscious choice, preferably with reasonable judgment, about which sources to trust and to develop a lay understanding of the argument or conclusion they're repeating. Otherwise you end up with people on the left and right reflexively saying "communism bad" or "capitalism bad" because their social media environment repeats it a lot, but they'd be hard pressed to give even a loosly representative definition of either.

This has very little to do with the criticism given by the first commenter. And you can use AI and do this, they are not in any way exclusive.

This has very little to do with the criticism given by the first commenter.

How do? What would your alternative assertion be on the topic?

think for themselves and create for themselves without leaning on a glorified Markov chain

If you think your comment and this are the same thing, then I don't know what to say.

Well you didn't respond to my questions and you're vaguely referencing our other comments instead. It's not effective communication and leads me to think you didn't understand my comments. You seem to be into math, so I'll put it this way,

Be explicit, show your work: premises-->arguments-->conclusion

Well I first replied to that first comment. Then people started making completely different claims and the point got lost in the sauce.

Edit: why should I take the time to formulate my thoughts well if you have demonstrated that you don’t give even the slightest hint of good faith to understand what I’m saying?

Ah, I haven't looked at others' responses. I can see how responding to many different people gets messy.

But to answer your question, because I took the time to formulate my thoughts for you, and I responded directly to things you said in your comments. I also asked you directly "How so? What's your alternative assertion." Which was a good faith attempt to better understand what you meant.

Well, I do consider this post, as a rephrasing of

thinking through a chain of logic instead of accepting and regurgitating the conclusions of others without any of one’s own reasoning

not made in good faith. You don't engage with the point I'm making at all. Instead, you pivot from understanding the logic to making sure the sources are trustworthy. Which is a fair standard for critical thought or whatever, but definitely not what the original contention of the first commenter was. Which was heavily upvoted (=a popular opinition?), and which originally I replied to.

Also, hearing "How so? What’s your alternative assertion" after ten comments worth of people going out their way to misunderstand my point, presumably because they dislike AI, is not motivating.

OP: I want people to think for ourselves.

My understanding of your point: People have never done that because no thought is truly independent. Modern complexity relies on thought that builds upon others.

My point: Sure, but that's also a narrow and ungenerous interpretation of the term "independent thought" as per OP's usage. It's closer to critical thought than silo'd thought developed from the ground up.

Modern thought not only relies on thought built upon other people, it relies on trusting textbooks, data aggregators like weather apps, google search results, bus route apps, wikipedia, forum posts, etc. etc.

I don’t think it’s ungenerous at all to question whether are LLMs really any different in this regard. You take in information from an imperfect automated source, just as we’ve done for a really long time, depending on the definition.

The no thought is truly independent is also a bit of a strawman. The point was, the more complex technology you have, the more the same ideas spread and thought is harmonized (which is good in some ways, standardization makes things easier).

Speak for yourself.

I want real, legally-binding regulation, that’s completely agnostic about the size of the company. OpenAI, for example, needs to be regulated with the same intensity as a much smaller company. And OpenAI should have no say in how they are regulated.

I want transparent and regular reporting on energy consumption by any AI company, including where they get their energy and how much they pay for it.

Before any model is released to the public, I want clear evidence that the LLM will tell me if it doesn’t know something, and will never hallucinate or make something up.

Every step of any deductive process needs to be citable and traceable.

Before any model is released to the public, I want clear evidence that the LLM will tell me if it doesn’t know something, and will never hallucinate or make something up.

Their creators can't even keep them from deliberately lying.

Exactly.

Clear reporting should include not just the incremental environmental cost of each query, but also a statement of the invested cost in the underlying training.

... I want clear evidence that the LLM ... will never hallucinate or make something up.

Nothing else you listed matters: That one reduces to "Ban all Generative AI". Actually worse than that, it's "Ban all machine learning models".

If "they have to use good data and actually fact check what they say to people" kills "all machine leaning models" then it's a death they deserve.

The fact is that you can do the above, it's just much, much harder (you have to work with data from trusted sources), much slower (you have to actually validate that data), and way less profitable (your AI will be able to reply to way less questions) then pretending to be the "answer to everything machine."

The way generative AI works means no matter how good the data it's still gonna bullshit and lie, it won't "know" if it knows something or not. It's a chaotic process, no ML algorithm has ever produced 100% correct results.

That's how they work now, trained with bad data and designed to always answer with some kind of positive response.

They absolutely can be trained on actual data, trained to give less confident answers, and have an error checking process run on their output after they formulate an answer.

There's no such thing as perfect data. Especially if there's even the slightest bit of subjectivity involved.

Even less existent is complete data.

Perfect? Who said anything about perfect data? I said actually fact checked data. You keep movimg the bar on what possible as an excuse to not even try.

They could indeed build models that worked on actual data from expert sources, and then have their agents check those sources for more correct info when they create an answer. They don't want to, for all the same reasons I've already stated.

It's possible, it does not "doom" LLM, it just massively increases its accuracy and actual utility at the cost of money, effort and killing the VC hype cycle.

The original thread poster (OTP?) implied perfection when they emphasized the "will never" part, and I was responding to that. For that matter it also excludes actual brains.

Let’s say I open a medical textbook a few different times to find the answer to something concrete, and each time the same reference material leads me to a different answer but every answer it provides is wrong but confidently passes it off as right. Then yes, that medical textbook should be banned.

Quality control is incredibly important, especially when people will use these systems to make potentially life-changing decisions for them.

especially when people will use these systems to make potentially life-changing decisions for them.

That specifically is the problem. I don't have a solution, but treating and advertising these things like they think and know stuff is a mistake that of course the companies behind them are encouraging.

This is awesome! The citing and tracing is already improving. I feel like no hallucinations is gonna be a while.

How does it all get enforced? FTC? How does this become reality?

OpenAI, for example, needs to be regulated with the same intensity as a much smaller company

not too long ago they went to Congress to get them to regulate the ai industry a lot more and wanted the govt to require licences to train large models. Large companies can benefit from regulations when they aren't easy for smaller competitors to follow.

And OpenAI should have no say in how they are regulated.

For sure, otherwise regulation could be made too restrictive, lowing competition

Before any model is released to the public, I want clear evidence that the LLM will tell me if it doesn’t know something, and will never hallucinate or make something up.

I think thats technically really difficult, but maybe if the output of the model was checked against preexisting sources that could happen, like what Google uses for Gemini

Every step of any deductive process needs to be citable and traceable.

I'm pretty sure this is completely impossible

I want clear evidence that the LLM will tell me if it doesn’t know something, and will never hallucinate or make something up.

Every step of any deductive process needs to be citable and traceable.

I mostly agree, but "never" is too high a bar IMO. It's way, way higher than the bar even for humans. Maybe like 0.1% or something would be reasonable?

Even Einstein misremembered things sometimes.

They have to pay for every copyrighted material used in the entire models whenever the AI is queried.

They are only allowed to use data that people opt into providing.

There's no way that's even feasible. Instead, AI models trained on pubically available data should be considered part of the public domain. So, any images that anyone can go and look at without a barrier in the way, would be fair game, but the model would be owned by the public.

There's no way that's even feasible.

It's totally feasible, just very expensive.

Either copyright doesn't exist in its current form or AI companies don't.

Its only not feasible because it would kill AIs.

Large models have to steal everything from everyone to be baseline viable

No, it's not feasible because the models are already out there. The data has already been ingested and at this point it can't be undone.

And you can't exactly steal something that is infinitely reproducible and doesn't destroy the original. I have a hard time condemning model creators of training their models on images of Mickey Mouse while I have a Plex server with the latest episodes of Andor on it. Once something is put on display in public the creator of it should just accept that they have given up their total control of it.

Ah yes the "its better to beg forgiveness than to ask permission" argument.

no way that's even possible

Oh no... Anyway

Public Domain does not mean being able to see something without a barrier in the way. The vast majority of text and media you can consume for free on the Internet is not in the Public Domain.

Instead, "Public Domain" means that 1) the creator has explicitly released it into the Public Domain, or 2) the work's copyright has expired, which in turn then means that anyone is from that point on entitled to use that work for any purpose.

All the major AI models scarfed up works without concern for copyrights, licenses, permissions, etc. For great profit. In some cases, like at least Meta, they knowingly used known collections of pirated works to do so.

I am aware and I don't expect that everything on the internet is public domain... I think the models built off of works displayed to the public should be automatically part of the public domain.

The models are not creating copies of the works they are trained on any more than I am creating a copy of a sculpture I see in a park when I study it. You can't open the model up and pull out images of everything that it was trained on. The models aren't 'stealing' the works that they use for training data, and you are correct that the works were used without concern for copyright (because the works aren't being copied through training), licenses (because a provision such as 'you can't use this work to influence your ability to create something with any similar elements' isn't really an enforceable provision in a license), or permission (because when you put something out for the public to view it's hard to argue that people need permission to view it).

Using illegal sources is illegal, and I'm sure if it can be proven in court then Meta will gladly accept a few hundred thousand dollar fine... before they appeal it.

Putting massive restrictions on AI model creation is only going to make it so that the most wealthy and powerful corporations will have AI models. The best we can do is to fight to keep AI models in the public domain by default. The salt has already been spilled and wishing that it hadn't isn't going to change things.

I don't have much technical knowledge of AI since I avoid it as much as I can, but I imagined that it would make sense to store the training data. It seems that it is beneficial to do so after all, so I presume that it's done frequently: https://ai.stackexchange.com/questions/7739/what-happens-to-the-training-data-after-your-machine-learning-model-has-been-tra

My understanding is also that generative AI often produces plagiarized material. Here's one academic study demonstrating this: https://www.psu.edu/news/research/story/beyond-memorization-text-generators-may-plagiarize-beyond-copy-and-paste

Finally, I think that whether putting massive restrictions on AI model creation would benefit wealthy corporations is very debatable. Generative AI is causing untold damage to many aspects of life, so it certainly deserves to be tightly controlled. However, I realize that it won't happen. Just like climate change, it's a collective action problem, meaning that nothing that would cause significant impact will be done until it's way too late.

What about models folks run at home?

Careful, that might require a nuanced discussion that reveals the inherent evil of capitalism and neoliberalism. Better off just ensuring that wealthy corporations can monopolize the technology and abuse artists by paying them next-to-nothing for their stolen work rather than nothing at all.

I think if you’re not making money off the model and its content, then you’re good.

I would make a case for creation of datasets by a international institution like the UNESCO. The used data would be representative for world culture, and creation of the datasets would have to be sponsored by whoever wants to create models out of it, so that licencing fees can be paid to creators. If you wanted to make your mark on global culture, you would have an incentive to offer training data to UNESCO.

I know, that would be idealistic and fair to everyone. No way this would fly in our age.

This definitely relates to moral concerns. Are there other examples like this of a company that is allowed to profit off of other people’s content without paying or citing them?

Hollywood, from the very start. Its why it is across the US from New York, to get outside of the legal reach of Broadway show companies they stole from.

Stack overflow

Reddit.

Google.

So likely nothing gonna happen it seems. Business as usual.

Like a lot of others, my biggest gripe is the accepted copyright violation for the wealthy. They should have to license data (text, images, video, audio,) for their models, or use material in the public domain. With that in mind, in return I'd love to see pushes to drastically reduce the duration of copyright. My goal is less about destroying generative AI, as annoying as it is, and more about leveraging the money being it to change copyright law.

I don't love the environmental effects but I think the carbon output of OpenAI is probably less than TikTok, and no one cares about that because they enjoy TikTok more. The energy issue is honestly a bigger problem than AI. And while I understand and appreciate people worried about throwing more weight on the scales, I'm not sure it's enough to really matter. I think we need bigger "what if" scenarios to handle that.

The technology side of generative AI is fine. It's interesting and promising technology.

The business side sucks and the AI companies just the latest continuation of the tech grift. Trying to squeeze as much money from latest hyped tech, laws or social or environmental impact be damned.

We need legislation to catch up. We also need society to be able to catch up. We can't let the AI bros continue to foist more "helpful tools" on us, grab the money, and then just watch as it turns out to be damaging in unpredictable ways.

I agree, but I’d take it a step further and say we need legislation to far surpass the current conditions. For instance, I think it should be governments leading the charge in this field, as a matter of societal progress and national security.

TBH, it's mostly the corporate control and misinformation/hype that's the problem. And the fact that they can require substantial energy use and are used for such trivial shit. And that that use is actively degrading people's capacity for critical thinking.

ML in general can be super useful, and is an excellent tool for complex data analysis that can lead to really useful insights..

So yeah, uh... Eat the rich? And the marketing departments. And incorporate emissions into pricing, or regulate them to the point where it only becomes viable to non-trivial use cases.

Long, long before this AI craze began, I was warning people as a young 20-something political activist that we needed to push for Universal Basic Income because the inevitable march of technology would mean that labor itself would become irrelevant in time and that we needed to hash out a system to maintain the dignity of every person now rather than wait until the system is stressed beyond it's ability to cope with massive layoffs and entire industries taken over by automation/AI. When the ability of the average person to sell their ability to work becomes fundamentally compromised, capitalism will collapse in on itself - I'm neither pro- nor anti-capitalist, but people have to acknowledge that nearly all of western society is based on capitalism and if capitalism collapses then society itself is in jeopardy.

I was called alarmist, that such a thing was a long way away and we didn't need "socialism" in this country, that it was more important to maintain the senseless drudgery of the 40-hour work week for the sake of keeping people occupied with work but not necessarily fulfilled because the alternative would not make the line go up.

Now, over a decade later, and generative AI has completely infiltrated almost all creative spaces and nobody except tech bros and C-suite executives are excited about that, and we still don't have a safety net in place.

Understand this - I do not hate the idea of AI. I was a huge advocate of AI, as a matter of fact. I was confident that the gradual progression and improvement of technology would be the catalyst that could free us from the shackles of the concept of a 9-to-5 career. When I was a teenager, there was this little program you could run on your computer called Folding At Home. It was basically a number-crunching engine that uses your GPU to fold proteins, and the data was sent to researchers studying various diseases. It was a way for my online friends and I to flex how good our PC specs were with the number of folds we could complete in a given time frame and also we got to contribute to a good cause at the same time. These days, they use AI for that sort of thing, and that's fucking awesome. That's what I hope to see AI do more of - take the rote, laborious, time consuming tasks that would take one or more human beings a lifetime to accomplish using conventional tools and have the machine assist in compiling and sifting through the data to find all the most important aspects. I want to see more of that.

I think there's a meme floating around that really sums it up for me. Paraphrasing, but it goes "I thought that AI would do the dishes and fold my laundry so I could have more time for art and writing, but instead AI is doing all my art and writing so I have time to fold clothes and wash dishes.".

I think generative AI is both flawed and damaging, and it gives AI as a whole a bad reputation because generative AI is what the consumer gets to see, and not the AI that is being used as a tool to help people make their lives easier.

Speaking of that, I also take issue with that fact that we are more productive than ever before, and AI will only continue to improve that productivity margin, but workers and laborers across the country will never see a dime of compensation for that. People might be able to do the work of two or even three people with the help of AI assistants, but they certainly will never get the salary of three people, and it means that two out of those three people probably don't have a job anymore if demand doesn't increase proportionally.

I want to see regulations on AI. Will this slow down the development and advancement of AI? Almost certainly, but we've already seen the chaos that unfettered AI can cause to entire industries. It's a small price to pay to ask that AI companies prove that they are being ethical and that their work will not damage the livelihood of other people, or that their success will not be born off the backs of other creative endeavors.

Fwiw, I've been getting called an alarmist for talking about Trump's and Republican's fascist tendencies since at least 2016, if not earlier. I'm now comfortably living in another country.

My point being that people will call you an alarmist for suggesting anything that requires them to go out of their comfort zone. It doesn't necessarily mean you're wrong, it just shows how stupid people are.

Did you move overseas? And if you did, was it expensive to move your things?

It wasn't overseas but moving my stuff was expensive, yes. Even with my company paying a portion of it. It's just me and my partner in a 2br apartment so it's honestly not a ton of stuff either.

Other people have some really good responses in here.

I'm going to echo that AI is highlighting the problems of capitalism. The ownership class wants to fire a bunch of people and replace them with AI, and keep all that profit for themselves. Not good.

Nobody talks how it highlights the success of capitalism either.

I live in SEA and AI is incredibly powerful here giving opportunity for anyone to learn. The net positive of this is incredible even if you think that copyright is good and intellectual property needs government protection. It's just that lop sided of an argument.

I think western social media is spoiled and angry and the wrong thing but fighting these people is entirely pointless because you can't reason someone out of a position they didn't reason themselves into. Big tech == bad, blah blah blah.

You don't need AI for people to learn. I'm not sure what's left of your point without that assertion.

You're showing your ignorance if you think the whole world has access to fit education. And I say fit because there's a huge difference learning from books made for Americans and AI tailored experiences just for you. The difference is insane and anyone who doesn't understand that should really go out more and I'll leave it at that.

Just the amount of frictionless that AI removes makes learning so much more accessible for huge percentage of population. I'm not even kidding, as an educator, LLM is the best invention since the internet and this will be very apparent in 10 years, you can quote me on this.

You shouldn't trust anything the LLM tells you though, because it's a guessing machine. It is not credible. Maybe if you're just using it for translation into your native language? I'm not sure if it's good at that.

If you have access to the internet, there are many resources available that are more credible. Many of them free.

You shouldn’t trust anything the LLM tells you though, because it’s a guessing machine

You trust tons of other uncertain probability-based systems though. Like the weather forecast, we all trust that, even though it 'guesses' the future weather with some other math

That's really not the same thing at all.

For one, no one knows what the weather will be like tomorrow. We have sophisticated models that do their best. We know the capital of New Jersey. We don't need a guessing machine to tell us that.

For things that require a definite, correct answer, an LLM just isn't the best tool for it. However if the task is something with many correct answers, or no correct answer, like for instance writing computer code (if its rigorously checked against its actually not that bad) or for analyzing vast amounts of text quickly, then you could make the argument that its the right tool for the job.

Many people have found that using LLMs for coding is a net negative. You end up with sloppy, vulnerable, code that you don't understand. I'm not sure if there have been any rigorous studies about it yet, but it seems very plausible. LLMs are prone to hallucinating, so you're going to get it telling you to import libraries that don't exist, or use parts of the standard library that don't exist.

It also opens up a whole new security threat vector of squatting. If LLMs routinely try to install a library from pypi that doesn't exist, you can create that library and have it do whatever you want. Vibe coders will then run it, and that's game over for them.

So yeah, you could "rigorously check" it but a. all of us are lazy and aren't going to do that routinely (like, have you used snapshot tests?), b. it's going to anchor you around whatever it produced, making it harder to think about other approaches, and c. it's often slower overall than just doing a good job from the start.

I imagine there are similar problems with analyzing large amounts of text. It doesn't really understand anything. To verify it's correct, you would have to read the whole thing yourself anyway.

There are probably specialized use cases that are good- I'm told AI is useful for like protein folding and cancer detection- but that still has experts (I hope) looking at the results.

To your point, I think people are trying to use these LLMs for things with definite answers, too. Like if I go to google and type in "largest state in the US" it uses AI. This is not a good use case.

If I do a google search for "pictures of hiroshima" and get a bunch of pictures of a famous drag queen named Hiroshima, is google hallucinating, or do I need to refine my query?

ChatGPT and other LLMs used to perform tasks like data gathering and code generation are tools exactly like google search. If you're not getting accurate results, it's not because the technology is bad, it's because you are.

🫱

Again you're just showing your ignorance how actually available this is to people outside of your immediate circle, maybe you should travel a bit and open up your mind.

Nobody talks how it highlights the success of capitalism either.

it definitely does both

What do I really want?

Stop fucking jamming it up the arse of everything imaginable. If you asked for a genie wish, make it it illegal to be anything but opt in.

I think it's just a matter of time before it starts being removed from places where it just isn't useful. For now companies are just throwing it at everything to see what sticks. WhatsApp and JustEat added AI features and I have no idea why or how it could be used for those services and I can't imagine people using them.

For it to go away just like Web 3.0 and NFTs did. Stop cramming it up our asses in every website and application. Make it opt in instead of maybe if you're lucky, opt out. And also, stop burning down the planet with data center power and water usage. That's all.

Edit: Oh yeah, and get sued into oblivion for stealing every copyrighted work known to man. That too.

Edit 2: And the tech press should be ashamed for how much they've been fawning over these slop generators. They gladly parrot press releases, claim it's the next big thing, and generally just suckle at the teet of AI companies.

That stealing copyrighted works would be as illegal for these companies as it is for normal people. Sick and tired of seeing them get away with it.

Magic wish granted? Everyone gains enough patience to leave it to research until it can be used safely and sensibly. It was fine when it was an abstract concept being researched by CS academics. It only became a problem when it all went public and got tangled in VC money.

Unfortunately, right now the world is providing the greatest level of research for AI.

I feel like the only thing that the world universally bans is nuclear weapons. AI would have to become so dangerous that the world decides to leave it in the lab, but you can easily make an LLM at home. You can’t just make nuclear power in your room.

How do you get your wish?

If I knew how to grant my wish, it'd be less of a wish and more of a quest. Sadly, I don't think there's a way to give patience to the world.

Yeah I don’t think our society is in a position mentally to have patience. We’ve trained our brains to demand a fast-paced variety of gratification at all costs.

We were already wired for it, but we didn't have access to the thing's we have now. It takes a lot of wealth to ride the hedonic treadmill, but our societies have reached a baseline wealth where it has become much more achievable to ride it almost all the time.

Idrc about ai or whatever you want to call it. Make it all open source. Make everything an ai produces public domain. Instantly kill every billionaire who's said the phrase "ai" and redistribute their wealth.

Ya know what? Forget the ai criteria let's just have this for all billionaires

I'm all for open source

but you know I was totally with you until you said kill all the billionaires

Yeah not everyone has the stomach for class genocide

low-key maybe killing tons of people isn't a nice idea

There's loads of people who I don't mind being killed. No tears for hung Nazis. No remorse for guillotined royals. No problem with dead billionaires. They watch people die for profit, I'd watch them die for liberation.

I'm not against it as a technology. I use it for my personal use, as a toy, to have some fun or to whatever.

But what I despise is the forced introduction everything. AI written articles and AI forced assistants in many unrelated apps. That's what I want to disappear, how they force in lots of places.

First of all stop calling it AI. It is just large language models for the most part.

Second: immediate carbon tax in line with the current damage expectations for emissions on the energy consumption of datacenters. That would be around 400$/tCO2 iirc.

Third: Make it obligatory by law to provide disclaimers about what it is actually doing. So if someone asks "is my partner cheating on me". The first message should be "this tool does not understand what is real and what is false. It has no actual knowledge of anything, in particular not of your personal situation. This tool just puts words together that seem more likely to belong together. It cannot give any personal advice and cannot be used for any knowledge gain. This tool is solely to be used for entertainment purposes. If you use the answers of this tool in any dangerous way, such as for designing machinery, operating machinery, financial decisions or similar you are liable for it yourself."

Agreed LLMs for mass consumption should come with some disclaimer

"This tool is exclusively built to respond to your chats how a person would. this includes claiming it knows things reguardless of it actually does. it's knolage is limited to it's 'training' process' "

First of all stop calling it AI. It is just large language models for the most part.

Leave it to the anti-AI people to show their misunderstandings fast and early. LLMs are AIs, they're not general AIs

The path finding system of most games with enemies are also AI. Its a generic term

When someone thinks of the word "AI", they probably think of a sentient computer, not a lot of math. Its causing confusion on how it works and what it can do

Rename it to LLMs, because that's that it is. When the hype label is gone, it won't get shoved into everywhere for shits and giggles and be used for stuff it's actually useful for.

I just want my coworkers to stop dumping ai slop in my inbox and expecting me to take it seriously.

Have you tried filtering, translating, or summarizing your inbox through AI? /s

I dunno. It's better than their old, non-AI slop 🤷

Before, I didn't really understand what they were trying to communicate. Now—thanks to AI—I know they weren't really trying to communicate anything at all. They were just checking off a box 👍

There's too many solid reasons to be upset with, well, not AI per say, but the companies that implement, market, and control the AI ecosystem and conversation to go into in a single post. Sufficient to say I think AI is an existential threat to humanity mainly because of who's controlling it and who's not.

We have no regulation on AI, we have no respect for artists, writers, musicians, actors, and workers in general coming from these AI peddling companies, we only see more and more surveillance and control over multiple aspects of our lives being consolidated around these AI companies and even worse, we get nothing more in exchange except for the promise of increased productivity and quality, and that increase in productivity and quality is a lie. AI currently gives you the wrong answer or some half truth or some abomination of someone else's artwork really really fast...that is all it does, at least for the public sector currently.

For the private sector at best it alienates people as chatbots, and at worst is being utilized to infer data for surveillance of people. The tools of technology at large are being used to suppress and obfuscate speech by whoever uses it, and AI is one tool amongst many at the disposal of these tech giants.

AI is exacerbating a knowledge crisis that was already in full swing as both educators and students become less curious about subjects that don't inherently relate to making profits or consolidating power. And because knowledge is seen as solely a way to gather more resources/power and survive in an ever increasingly hostile socioeconomic climate, people will always reach for the lowest hanging fruit to get to that goal, rather than actually knowing how to solve a problem that hasn't been solved before or inherently understand a problem that has been solved before or just know something relatively useless because it's interesting to them.

There's too many good reasons AI is fucking shit up, and in all honesty what people in general tote about AI is definitely just a hype cycle that will not end well for the majority of us and at the very least, we should be upset and angry about it.

Here are further resources if you didn't get enough ranting.

lemmy.world's fuck_ai community

System Crash Podcast

Tech Won't Save Us Podcast

Better Offline Podcast

I love the passion! Was this always our fate? Can we not adapt like we have so many times in human history?

Admittedly very tough question. Here are some of the ideas I just came up with:

Make it easier to hold people or organizations liable for mistakes made because of haphazard reliance on LLMs.

Reparations for everyone ever sued for piracy, and completely do away with intellectual privacy protections for corporations, but independent artists get to keep them.

Public service announcements campaign aimed at making the general public less trustful of LLMs.

Strengthen consumer protection such that baseless claims of AI capabilities in advertising or product labeling are legally dangerous to make.

Fine companies for every verifiably inaccurate result given to a customer or end user by an LLM

I'd want all of these, and some way to prevent companies from laying off so many people and replacing them with AI - maybe some government-based incentives for having actual employees.

I do not need AI and I do not want AI, I want to see it regulated to the point that it becomes severly unprofitable. The world is burning and we are heading face first towards a climate catastrophe (if we're not already there), we DONT need machines to mass produce slop.

Serious investigation into copyright breaches done by AI creators. They ripped off images and texts, even whole books, without the copyright owners permissions.

If any normal person broke the laws like this, they would hand out prison sentences till kingdom come and fines the size of the US debt.

I just ask for the law to be applied to all equally. What a surprising concept...

We are filthy criminals if we pirate one textbook for studies. But when Facebook (Meta) pirates millions of books (anywhere between 30 million and 200 million ebooks, depending on their file size), they are a brilliant and successful business.

Regulate its energy consumption and emissions. As a whole, the entire AI industry. Any energy or emissions in effort to develop, train, or operate AI should be limited.

If AI is here to stay, we must regulate what slice of the planet we're willing to give it. I mean, AI is cool and all, and it's been really fascinating watching how quickly these algorithms have progressed. Not to oversimplify it, but a complex Markov chain isn't really worth the energy consumption that it currently requires.

A strict regulation now, would be a leg up in preventing any rogue AI, or runaway algorithms that would just consume energy to the detriment of life. We need a hand on the plug. Capitalism can't be trusted to self regulate. Just look at the energy grabs all the big AI companies have been doing already (xAI's datacenter, Amazon and Google's investments into nuclear). It's going to get worse. They'll just keep feeding it more and more energy. Gutting the planet to feed the machine, so people can generate sexy cat girlfriends and cheat in their essays.

We should be funding efforts to utilize AI more for medical research. protein folding , developing new medicines, predicting weather, communicating with nature, exploring space. We're thinking to small. AI needs to make us better. With how much energy we throw at it we should be seeing something positive out of that investment.

These companies investing in nuclear is the only good thing about it. Nuclear power is our best, cleanest option to supplement renewables like solar and wind, and it has the ability to pick up the slack when the variable power generation doesn't meet the variable demand. If we can trick those mega-companies into lobbying the government to allow nuclear fuel recycling, we'll be all set to ditch fossil fuels fairly quickly. (provided they also lobby to streamline the permitting process and reverse the DOGE gutting of the government agency that provides all of the startup loans used for nuclear power plants.)

Part of what makes me so annoyed is that there's no realistic scenario I can think of that would feel like a good outcome.

Emphasis on realistic, before anyone describes some insane turn of events.

Some jobs are automated and prices go down. That’s realistic enough. To be fair there’s good and bad likely in that scenario. So tack on some level of UBI. Still realistic? That’d be pretty good.

I'm afraid I can only give partial credit, my grading rubric required a mention of "purchasing power".

I think somehow incentivizing companies to use solar power to power their data centers would be a step in the right direction

That would be a win. I think they're currently angling for more nuclear energy. Because of course.

I'd prefer solar to nuclear and oil, but I'd also take nuclear over oil any day

Lots of copyright comments.

I want those building it at scale to stop killing my planet.

I'd like there to be a web-wide expectation by everyone that any AI generated text, comment, story or image be clearly marked as being AI. That people would feel incensed and angry when it wasn't labeled so. Rather than wondering whether there were a person with a soul producing the content, or losing faith that real info could be found online.

Training data needs to be 100% traceable and licensed appropriately.

Energy usage involved in training and running the model needs to be 100% traceable and some minimum % of renewable (if not 100%).

Any model whose training includes data in the public domain should itself become public domain.

And while we're at it we should look into deliberately taking more time at lower clock speeds to try to reduce or eliminate the water usage gone to cooling these facilities.

Destroy capitalism. That's the issue here. All AI fears stem from that.

  • Trained on stolen ideas: ✅
  • replacing humans who have little to no safety net while enriching an owner class: ✅
  • disregard for resource allocation, use, and pollution in the pursuit of profit: ✅
  • being forced into everything as to become unavoidable and foster dependence: ✅

Hey wow look at that, capitalism is the fucking problem again!

God we are such pathetic gamblemonkeys, we cannot get it together.

Maybe, maybe not, but call it stolen creations instead, point still valid

stolen copied creations

When something is stolen the one who originally held it no longer has it anymore. In other words, stealing covers physical things.

Copying is what you're talking about and this isn't some pointless pedantic distinction. It's an actual, real distinction that matters from both a legal/policy standpoint and an ethical one.

Stop calling copying stealing! This battle was won by every day people (Internet geeks) against Hollywood and the music industry in the early 2000s. Don't take it away from us. Let's not go back to the, "you wouldn't download a car" world.

Make AIs OpenSource by law.

My issue is that the c-levels and executives see it as a way of eliminating one if their biggest costs - labour.

They want their educated labour reduced by three quarters. They want me doing the jobs of 4 people with the help of AI, and they want to pay me less than they already are.

What I would like is a universal basic income paid for by taxing the shit out of the rich.

I want disclosure. I want a tag or watermark to let people know that AI was used. I want to see these companies pay dues for the content used in the similar vein that we have to pay for higher learning. And we need to stop calling it AI as well.

I'm perfectly ok with AI, I think it should be used for the advancement of humanity. However, 90% of popular AI is unethical BS that serves the 1%. But to detect spoiled food or cancer cells? Yes please!

It needs extensive regulation, but doing so requires tech literate politicians who actually care about their constituents. I'd say that'll happen when pigs fly, but police choppers exist so idk

I am largely concerned that the development and evolution of generative AI is driven by hype/consumer interests instead of academia. Companies will prioritize opportunities to profit from consumers enjoying the novelty and use the tech to increase vendor lock-in.

I would much rather see the field advanced by scientific and academic interests. Let's focus on solving problems that help everyone instead of temporarily boosting profit margins.

I believe this is similar to how CPU R&D changed course dramatically in the 90s due to the sudden popularity in PCs. We could have enjoyed 64 bit processors and SMT a decade earlier.

I want the LLMs to be able to determine their source works during the query process to be able to pay the source copyright owners some amount. That way if you generate a Ms Piggy image, it pays the Henson Workshop some fraction of a penny. Eventually it would add up.

I'd like to have laws that require AI companies to publicly list their sources/training materials.

I'd like to see laws defining what counts as AI, and then banning advertising non-compliant software and hardware as "AI".

I'd like to see laws banning the use of generative AI for creating misleading political, social, or legal materials.

My big problems with AI right now, are that we don't know what info has been scooped up by them. Companies are pushing misleading products as AI, while constantly overstating the capabilities and under-delivering, which will damage the AI industry as a whole. I'd also want to see protections to keep stupid and vulnerable people from believing AI generated content is real. Remember, a few years ago, we had to convince people not to eat tidepods. AI can be a very powerful tool for manipulating the ranks of stupid people.

People have negative sentiments towards AI under a captalist system, where the most successful is equal to most profitable and that does not translate into the most useful for humanity

We have technology to feed everyone and yet we don't We have technology to house everyone and yet we don't We have technology to teach everyone and yet we don't

Captalist democracy is not real democracy

This is it. People don't have feelings for a machine. People have feelings for the system and the oligarchs running things, but said oligarchs keep telling you to hate the inanimate machine.

Rage Against the Inanimate Machine

Stop selling it a loss.

When each ugly picture costs $1.75, and every needless summary or expansion costs 59 cents, nobody's going to want it.

I don't dislike ai, I dislike capitalism. Blaming the technology is like blaming the symptom instead of the disease. Ai just happens to be the perfect tool to accelerate that

Gen AI should be an optional tool to help us improve our work and life, not an unavoidable subscription service that makes it all worse and makes us dumber in the process.

I’m not anti AI, but I wish the people who are would describe what they are upset about a bit more eloquently, and decipherable. The environmental impact I completely agree with. Making every google search run a half cooked beta LLM isn’t the best use of the worlds resources. But every time someone gets on their soapbox in the comments it’s like they don’t even know the first thing about the math behind it. Like just figure out what you’re mad about before you start an argument. It comes across as childish to me

It feels like we're being delivered the sort of stuff we'd consider flim-flam if a human did it, but lapping it up bevause the machine did it.

"Sure, boss, let me write this code (wrong) or outline this article (in a way that loses key meaning)!" If you hired a human who acted like that, we'd have them on an improvement plan in days and sacked in weeks.

So you dislike that the people selling LLMs are hyping up their product? They know they’re all dumb and hallucinate, their business model is enough people thinking it’s useful that someone pays them to host it. If the hype dies Sam Altman is back in a closet office at Microsoft, so he hypes it up.

I actually don’t use any LLMs, I haven’t found any smart ones. Text to image and image to image models are incredible though, and I understand how they work a lot more.

I expect the hype people to do hype, but I'm frustrated that the consumers are also being hypemen. So much of this stuff, especially at the corporate level, is FOMO rather than actually delivered value.

If it was any other expensive and likely vendor-lockin-inducing adventure, it would be behind years of careful study and down-to-the-dime estimates of cost and yield. But the same people who historically took 5 years to decide to replace an IBM Wheelwriter with a PC and a laser printer are rushing to throw AI at every problem up to and including the men's toilet on the third floor being clogged.

But every time someone gets on their soapbox in the comments it’s like they don’t even know the first thing about the math behind it. Like just figure out what you’re mad about before you start an argument.

The math around it is unimportant, frankly. The issue with AI isn't about GANN networks alone, it's about the licensing of the materials used to train a GANN and whether or not companies that used materials to train a GANN had proper ownership rights. Again, like the post I made, there's an easy argument to make that OpenAI and others never licensed the material they used to train the AI, making the whole model poisoned by copyright theft.

There's plenty of uses of GANNs that are not problematic. Bespoke solution for predicting the outcomes of certain equations or data science uses that involve rough predictions on publically sourced statistics (or privately owned.) The problem is that these are not the same uses that we call "AI" today -- and we're actually sleeping on much better uses of neural networks by focusing on a pie in the sky AGI nonsense being pushed by companies that are simply pushing highly malicious, copyright infringing products to make a quick buck on the stock market.

Shutting these "AI"s down. The once out for the public dont help anyone. They do more damage then they are worth.

If we're talking realm of pure fantasy: destroy it.

I want you to understand this is not AI sentiment as a whole, I understand why the idea is appealing, how it could be useful, and in some ways may seem inevitable.

But a lot of sci-fi doesn't really address the run up to AI, in fact a lot of it just kind of assumes there'll be an awakening one day. What we have right now is an unholy, squawking abomination that has been marketed to nefarious ends and never should have been trusted as far as it has. Think real hard about how corporations are pushing the development and not academia.

Put it out of its misery.

How do you "destroy it"? I mean, you can download an open source model to your computer right now in like five minutes. It's not Skynet, you can't just physically blow it up.

OP asked what people wanted to happen, and even later "destroy gen AI" as an option. I get it is not realistically feasible, but it's certainly within the realm of options provided for the discussion. No need to police their pie in the sky dream. I'm sure they realize it's not realistic.

I generally pro AI but agree with the argument that having big tech hoard this technology is the real problem.

The solution is easy and right there in front of everyone's eyes. Force open source on everything. All datasets, models, model weights and so on have to be fully transparent. Maybe as far as hardware firmware should be open source.

This will literally solve every single problem people have other than energy use which is a fake problem to begin with.

(Ignoring all the stolen work to train the models for a minute)

It's got its uses and potential, things like translations, writing prompts, or a research tool.

But all the products that force it in places that clearly do not need it and solving problems could be solved by two or three steps of logic.

The failed attempts at replacing jobs, screen resumes or monitoring employees is terrible.

Lastly the AI relationships are not good.

The term artificial intelligence is broader than many people realize. It doesn't refer to a single technology or a specific capability, but rather to a category of systems designed to perform tasks that would normally require human intelligence. That includes everything from pattern recognition, language understanding, and problem-solving to more specific applications like recommendation engines or image generation.

When people say something "isn't real AI," they’re often working from a very narrow or futuristic definition - usually something like human-level general intelligence or conscious reasoning. But that's not how the term has been used in computer science or industry. A chess-playing algorithm, a spam filter, and a large language model can all fall under the AI umbrella. The boundaries of AI shift over time: what once seemed like cutting-edge intelligence often becomes mundane as we get used to it.

So rather than being a misleading or purely marketing term, AI is just a broad label we’ve used for decades to describe machines that do things we associate with intelligent behavior. The key is to be specific about which kind of AI we’re talking about - like "machine learning," "neural networks," or "generative models" - rather than assuming there's one single thing that AI is or isn't.

If you don’t like how AI is being hyped or used in business, fair enough. But saying it’s all just “permutation-based coding” isn’t accurate - it’s not some hard-coded script shuffling words around. These systems are trained on massive amounts of data to learn patterns in language, and they generate responses based on that. You can be skeptical without throwing out the whole concept or pretending it’s just smoke and mirrors.

The most popular models used online need to include citations for everything. It can be used to automate some white collar/knowledge work but needs to be scrutinized heavily by independent thinkers when using it to try to predict trend and future events.

As always schools need to be better at teaching critical thinking, epistemology, emotional intelligence way earlier than we currently do and AI shows that rote subject matter is a dated way to learn.

When artists create art, there should be some standardized seal, signature, or verification that the artist did not use AI or used it only supplementally on the side. This would work on the honor system and just constitute a scandal if the artist is eventually outed as having faked their craft. (Think finding out the handmade furniture you bought was actually made in a Vietnamese factory. The seller should merely have their reputation tarnished.)

Overall I see AI as the next step in search engine synthesis, info just needs to be properly credited to the original researchers and verified against other sources by the user. No different than Google or Wikipedia.

I want all of the CEOs and executives that are forcing shitty AI into everything to get pancreatic cancer and die painfully in a short period of time.

Then I want all AI that is offered commercially or in commercial products to be required to verify their training data and be severely punished for misusing private and personal data. Copyright violations need to be punished severely, and using copyrighted works being used for AI training counts.

AI needs to be limited to optional products trained with properly sourced data if it is going to be used commercially. Individual implementations and use for science is perfectly fine as long as the source data is either in the public domain or from an ethically collected data set.

So, a lot of our AI customers have no real use for LLM. It's pharmaceutical and genetics companies looking for the treatments and cures for things like pancreatic cancer and Parkinson's.

It is a big problem to paint all generative AI with the "stealing IP" brush.

It seems likely to me that an AI may be the only controller that can handle all of the rapidly changing parameters needed to maintain a safe fusion process. Yes it needs safeties. But it needs research, too.

I urge much more consideration of the specific uses of this new technology. I agree that IP theft is bad. Let's target the bad parts carefully.

Reduce global resource consumption with the goal of eliminating fossil fuel use. Burning nat gas to make fake pictures that everyone hates is just the worst.

I think the AI that helps us find/diagnose/treat diseases is great, and the model should be open to all in the medical field (open to everyone I feel would be easily abused by scammers and cause a lot of unnecessary harm - essentially if you can't validate what it finds you shouldn't be using it).

I'm not a fan of these next gen IRC chat bots that have companies hammering sites all over the web to siphon up data it shouldn't be allowed to. And then pushing these boys into EVERYTHING! And like I saw a few mention, if their bots have been trained on unauthorized data sets they should be forced to open source their models for the good of the people (since that is the BS reason openai has been bending and breaking the rules).

That's what I'd like to see more of, too -- Use it to cure fucking cancer already. Make it free to the legit medical institutions, train doctors how to use it. I feel like we're sitting on a goldmine and all we're doing with it is stealing other people's intellectual property and making porn and shitty music.

I’d like for it to be forgotten, because it’s not AI.

It is. Just not agi

It's AI in so far as any ML is AI.

Thank you.

It has to come from the C suite to be "AI". Otherwise it's just sparkling ML.

Honestly, at this point I'd settle for just "AI cannot be bundled with anything else."

Neither my cell phone nor TV nor thermostat should ever have a built-in LLM "feature" that sends data to an unknown black box on somebody else's server.

(I'm all down for killing with fire and debt any model built on stolen inputs,.too. OpenAI should be put in a hole so deep that they're neighbors with Napster.)

My fantasy is for "everyone" to realize there's absolutely nothing "intelligent" about current AI. There is no rationalization. It is incapable of understanding & learning.

ChatGPT et al are search engines. That's it. It's just a better Google. Useful in certain situations, but pretending it's "intelligent" is outright harmful. It's harmful to people who don't understand that & take its answers at face value. It's harmful to business owners who buy into the smoke & mirrors. It's harmful to the future of real AI.

It's a fad. Like NFTs and Bitcoin. It'll have its die-hard fans, but we're already seeing the cracks - it's absorbed everything humanity's published online & it still can't write a list of real book recommendations. Kids using it to "vibe code" are learning how useless it is for real projects.

I want OpenAI to collapse.

Many people with positive sentiments towards AI also want that.

Not destroying but being real about it.

It's flawed like hell and feeling like a hype to save big tech companies, while the the enduser getting a shitty product. But companies shoving it into apps and everything, even if it degrades the user expierence (Like Duolingo)

Also, yes there need laws for that. I mean, If i download something illegaly i will nur put behind bars and can kiss my life goodbye. If a megacorp doing that to train their LLM "it's for the greater good". That's bullshit.

We're making the same mistake with AI as we did with cars; not planning human future.

Cars were designed to atrophy muscles, and polluted urban planning and the air.
AI is being designed to atrophy brains, and pollutes the air, the internet, public discourse, and more to come.

We should change course towards AI that makes people smarter, not dumber: AI-aided collaborative thinking.
https://www.quora.com/Why-is-it-better-to-work-on-intelligence-augmentation-rather-than-artificial-intelligence/answer/Harri-K-Hiltunen

Energy consumption limit. Every AI product has a consumption limit of X GJ. After that, the server just shuts off.

The limit should be high enough to not discourage research that would make generative AI more energy efficient, but it should be low enough that commercial users would be paying a heavy price for their waste of energy usage.

Additionally, data usage consent for generative AI should be opt-in. Not opt-out.

Out of curiosity, how would you define a product for that purpose? It's pretty easy to tweak a few weights slightly.

You can make the limit per-company instead. With big fines if you make thousands of companies to get around the law.

Ah, so we're just brainstorming.

It's hard to nail down "no working around it" in a court of law. I'd recommend carbon taxes if you want to incentivise saving energy with policy. Cap and trade is also seen as a gold standard option.

Carbon taxes still allow you to waste as much energy as you want. It just makes it more expensive. The objective is to put a limit on how much they are allowed to waste.

I'm not a lawyer. I don't know how to make a law without possible exploits, but i don't think it would be hard for an actual lawyer to make a law with this spirit that is not easily avoided.

It really is hard; I can even think of laws passed this century that turned out to have loopholes. (And FWIW policy writing is a separate discipline)

Even the most basic laws can have surprising nuances in order to make them specific enough to enforce, as well. I recall a case of a person who tried shoplifting a coat that was chained to the mannequin, and got caught when it went taught. They got off because while they had left the store without paying, being permanently chained to something meant they weren't technically in possession of the coat.

Carbon taxes still allow you to waste as much energy as you want. It just makes it more expensive. The objective is to put a limit on how much they are allowed to waste.

So per person carbon rationing, maybe? During WWII they did something similar with food; you had to pay both cash and ration tokens to buy groceries or visit a restaurant.

Rationing is fairly out of style because it's inflexible, though. There's going to be certain people that have a very legitimate reason to pollute more, and a soft incentive in the form of price allows them to do that if absolutely necessary.

I want the companies that run LLMs to be forced to pay for the copyrighted training data they stole to train their auto complete bots.

I want us to keep chipping away at actually creating REAL ARTIFICAL INTELLIGENCE, that can reason, understand self, and function autonomously, like living things. Marketing teams are calling everything AI but none of it is actually intelligent, it's just ok at sounding intelligent.

I want people to stop gaslighting themselves into thinking this autocomplete web searching bot is comparable to a human in any way. The difference between ChatGPT and Google's search congregation ML algorithm was the LLM on it that makes it sound like a person. But it only sounds like a person, it's nowhere close, but we have people falling in love and worshipping chat bots like gods.

Also the insane energy consumption makes it totally unsustainable.

TL;DR- AI needs to be actually intelligent, not marketing teams gaslighting us. People need to be taught that these things are nowhere close to human and won't be for a very long time despite it parroting human speech. And they are rapidly destroying the planet.

I really don't think creating for real artificial intelligence is a good idea. I mean that's peak "don't invent the torment Nexus"

Are you going to give it equal rights? How is voting going to work when the AI can create an arbitrary number of itself and vote as a bloc?

Creating an intelligent being to be your slave is fucked up, too.

Just... We don't need that right now. We have other more pressing problems with fewer ethical land mines

Legislation

AI overall? Generally pro. LLMs and generative AI, though, I'm "against", mostly meaning that I think it's misused.

Not sure what the answer is, tbh. Reigning in corporations would be good.

I do think we as a society need to radically alter our relationship to IP law. Right now we 'enforce' IP law in a way that benefits corporations but not individuals. We should either get rid of IP law altogether (which would protect people from corporations abusing the laws) or we should enforce it more strictly, and actually hold corporations accountable for breaking it.

If we fixed that, I think gen AI would be fine. But we aren't doing that.

AI models produced from copyrighted training data should need a license from the copyright holder to train using their data. This means most of the wild west land grab that is going on will not be legal. In general I'm not a huge fan of the current state of copyright at all, but that would put it on an even business footing with everything else.

I've got no idea how to fix the screeds of slop that is polluting search of all kinds now. These sorts of problems ( along the lines of email spam ) seem to be absurdly hard to fix outside of walled gardens.

See, I'm troubled by that one because it sounds good on paper, but in practice that means that Google and Meta, who can certainly build licenses into their EULAs trivially, would become the only government-sanctioned entities who can train AI. Established corpos were actively lobbying for similar measures early on.

And of course good luck getting China to give a crap, which in that scenario would be a better outcome, maybe.

Like you, I think copyright is broken past all functionality at this point. I would very much welcome an entire reconceptualization of it to support not just specific AI regulation but regulation of big data, fair use and user generated content. We need a completely different framework.

See, I’m troubled by that one because it sounds good on paper, but in practice that means that Google and Meta, who can certainly build licenses into their EULAs trivially, would become the only government-sanctioned entities who can train AI. Established corpos were actively lobbying for similar measures early on.

As long as people are paying other people, these things will equalize eventually. Ultimately, it would be much more likely that the cost of AI production would become so severe that it would no longer be viable as a business (which, frankly, is fine. There will eventually be enough public domain content that AI will be at the quality it is today with public materials alone.)

You seem to have a lot more trust in the invisible hand of the market and the inability of corporations to change copyright regulations to their liking than I do.

I have seen no evidence that "as long as people are paying other people" the money goes anywhere but towards billionaires. And... well, the absolute dismantling of public domain has been a running gag for ages.

And again, the corpos would not need to pay anybody anyway. Google already has a perfectly legal license to train AI on all of Youtube, Meta on all of Instagram and Facebook. You are telling me it'll all even out in 100 years when the Internet goes into the public domain. That doesn't sound like it'll work the way you're saying it'll work.

There will eventually be enough public domain content that AI will be at the quality it is today with public materials alone.

So, AI will always be ~95 years behind the times?

Except the AIs produced by Disney et al, of course. And those produced by Chinese companies with the CCP stamp of approval. They'll be up to date.

They use DRM for music, use it for AI but switch it the person owns their own voice, art and data.

Dumb Restrictions on Media will always be Dumb Restrictions on Media.

We the people mostly won the DRM wars of the early 2000s. You do not want to legitimize that technology. It only helps big corporations/evil monopolies. It will never be a good thing for humanity as a whole.

My biggest issue with AI is that I think it's going to allow a massive wealth transfer from laborers to capital owners.

I think AI will allow many jobs to become easier and more productive, and even eliminate some jobs. I don't think this is a bad thing - that's what technology is. It should be a good thing, in fact, because it will increase the overall productivity of society. The problem is generally when you have a situation where new technology increases worker productivity, most of the benefits of that go to capital owners rather than said workers, even when their work contributed to the technological improvements either directly or indirectly.

What's worse, in the case of AI specifically it's functionality relies on it being trained on enormous amounts of content that was not produced by the owners of the AI. AI companies are in a sense harvesting society's collective knowledge for free to sell it back to us.

IMO AI development should continue, but be owned collectively and developed in a way that genuinely benefits society. Not sure exactly what that would look like. Maybe a sort of light universal basic income where all citizens own stock in publicly run companies that provide AI and receive dividends. Or profits are used for social services. Or maybe it provides AI services for free but is publicly run and fulfills prosocial goals. But I definitely don't think it's something that should be primarily driven by private, for-profit companies.

It's always kinda shocking to me when the detractor talking points match the AI corpo hype blow by blow.

I need to see a lot more evidence of jobs becoming easier, more productive or entirely redundant.

force companies to pay for the data they scraped from copyrighted works. break up the largest tech conglomerates so they cannot leverage their monopolistic market positions to further their goals, which includes the investment in A.I. products.

ultimately, replace the free market (cringe) with a centralized computer system to manage resource needs of a socialist state

also force Elon Musk to receive a neuralink implant and force him to hallucinate the ghostly impressions of spongebob squarepants laughing for the rest of his life (in prison)

Firings and jail time.

In lieu of that, high fines and firings.

I think many comments have already nailed it.

I would add that while I hate the use of LLMs to completely generate artwork, I don't have a problem with AI enhanced editing tools. For example, AI powered noise reduction for high ISO photography is very useful. It's not creating the content. Just helping fix a problem. Same with AI enhanced retouching to an extent. If the tech can improve and simplify the process of removing an errant power line, dust spec, or pimple in a photograph, then it's great. These use cases help streamline otherwise tedious bullshit work that photographers usually don't want to do.

I also think it's great hearing about the tech is improving scientific endeavors. Helping to spot cancers etc. As long as it is done ethically, these are great uses for it.

I was pro AI in the past, but seeing the evil ways these companies use AI just disgusts me.

They steal their training data, and they manipulate the algorithm to manipulate the users. It’s all around evil how the big companies use AI.

Wishful thinking? Models trained on illegal data get confiscated, the companies dissolved, the ceos and board members made liable for the damages.

Then a reframing of these bs devices from ai to what they actually do: brew up statistical probability amalgamations of their training data, and then use them accordingly. They arent worthless or useless, they are just being shoved into functions they cannot perform in the name of cost cutting.

I want lawmakers to require proof that an AI is adhering to all laws. Putting the burden of proof on the AI makers and users. And to require possibilities to analyze all AI's actions regarding this question in court cases.

This would hopefully lead to the devopment of better AI's that are more transparent, and that are able to adhere to laws at all, because the current ones lack this ability.

I don't have negative sentiments towards A.I. I have negative sentiments towards the uses it's being put towards.

There are places where A.I can be super exciting and useful; namely places where the ability to quickly and accurately process large amounts of data can be critically life saving, ie) air traffic control, language translation, emergency response preparedness, etc...

But right now it's being used to paint shitty pictures so that companies don't have to pay actual artists.

If I had a choice, I'd say no AI in the arts; save it for the data processing applications and leave the art to the humans.

Make it unprofitable for the companies peddling it, by passing laws that curtail its use, by suing them for copyright infringement, by social shaming and shitting on AI generated anything on social media and in person and by voting with your money to avoid anything that is related to it

I would likely have different thoughts on it if I (and others) was able to consent my data into training it, or consent to even have it rather than it just showing up in an unwanted update.

I think Meta and others went open with their models as firewall protection against legal action due to their blatant stealing of people's work to train with. If the models has stayed commercial and controlled within the company, they could be (probably still wouldn't be, but could be) forced to shut down or start over properly. But it's far too late now since it's everywhere there is a GPU running, even if models don't progress past current state.

That being said, not much is getting done about the safety factors. Yes, they are only LLMs and not AGI, but there's commonality in regards to not being sure what's going on inside the box and if it's really doing what it's told to do. Now is the time boundaries and research should be done, because once something happens (LLM or AGI) it's too late. So what do I want to see happen? Heavy regulation and transparency on the leading edge of development. And stop the madness of more compute being the only solution with its environmental effects. It might be the only solution, but companies are going that way because it's the easiest way to throw money at a problem and reap profits, which is all they care about.

What I want from AI companies is really simple.

We have a thing called intellectual property in the United States of America. If I decided to make a Jellyfin instance that I charged access to, containing material I didn't own, somehow advertising this service on the stock market as a publicly traded company, you would bet your ass that I'd have a 1 way ticket to a defense seat in court.

AI companies, otherwise, operate entirely on data they don't own and don't pay licensing for ANY of the materials that are used to train their neural networks. So, in their eyes, any image, video (tv show/movie) or book that happens to be posted on the Internet is fair game in their eyes. This isn't how intellectual property works for individuals, so why exactly would a publicly traded company have an exception to this rule?

I work a lot in the world of FOSS and have a firm understanding that just because code is there doesn't make it yours. This is why we have the GPL for licensing. In fact, I'll take it a step further and say that the entirety of AI is one giant licensing nightmare, especially coding AI that isn't actually attributing license details with the code they're sampling from. (Sampling code being notably different than, say, learning from. Learning implies self-agency, and not corporate ownership.)

It feels to me that the AI bubble has largely been about pushing AI so hard and fast that people were investing in something with a dubious legal state in the US. Nobody stopped to ask whether or not the data that Facebook had on their website (for example, they aren't alone in this) was actually theirs to own, and what the repercussions for these types of decisions are.

You'll also note that Tech and Social Media companies are quick to take ownership of data when it benefits them (artists works, intellectual property that isn't theirs, random user posts about topics) and quick to deny ownership when it becomes legally burdensome (CSAM, illicit drug deals, etc.) to a degree that no individual would be granted. Hell, I'm not even sure a "small" tech startup would be granted this level of double-speak and hypocrisy.

With this in mind, I am simply asking that AI companies pay for the data that they're using to train AI. Additionally, laws must be in place that allows for the auditing of all materials used to train an AI with the legal intent of verifying that all parties are paid accordingly. This is how every other business works. If this were somehow granted an exception, wouldn't it be braindead easy to run every "service" through an AI layer in order to bypass any and all copyright laws?

Otherwise, if facebook and others want to claim that data hosted on their website is theirs to own and train off of -- well, great, but there should be no exceptions to this and they should not be allowed to host materials they then have no ownership over. So pictures of IP they don't own or materials they want to claim they have no ownership over must be removed from the platform. I would much prefer the first of these two options, however.

edit: I should note, that AI for educational purposes could be granted an exception for this under fair use (for university) but would still also be required to site all sources used to produce the works in question (which is normal for academics, in the first place.) and would also come with some strict stipulations on using this AI as a "product" (it would basically be moot, much like some research papers). This basically the furthest I'm willing to give these companies.

Just Mass public hangings of tech Bros.

2 chicks at the same time.

Im not a fan of AI because I think the premise of analyzing and absorbing work without consent from creators at its core is bullshit.

I also think that AI is another step into government spying in a more efficient manner.

Since AI learns from human content without consent, I think government should figure out how to socialize the profits. (Probably will never happen)

Also they should regulate how data is stored, and ensure to have videos clearly labeled if made from AI.

They also have to be careful and protect victims from revenge porn or general content and make sure people are held accountable.

I'd like to see it used for medicine.

I think its important to figure out what you mean by AI?

Im thinking a majority of people here are talking about LLMs BUT there are other AIs that have been quietly worked on that are finally making huge strides.

AI that can produce songs (suno) and replicate voices. AI that can reproduce a face from one picture (theres a couple of github repos out there). When it comes to the above we are dealing with copyright infringement AI, specifically designed and trained on other peoples work. If we really do have laws coming into place that will deregulate AI, then I say we go all in. Open source everything (or as much as possible) and make it so its trained on all company specific info. And let anyone run it. I have a feeling we cant put he genie back in the bottle.

If we have pie in the sky solutions, I would like a new iteration of the web. One that specially makes it difficult or outright impossible to pull into AI. Something like onion where it only accepts real nodes/people in ingesting the data.

Ideally the whole house of cards crumbles and AI goes the way of 3D TV's, for now. The world as it is now is not ready for AGI. We would quickly end up in a " I have no mouth and I must scream" scenario.

Otherwise, what everyone else has posted are good starting points. I would just add that any data centers used for AI have to be powered 100% by renewable energy.

I'm not super bothered by Tue copyright issue - the copyright system is barely serving people these days anyway. Blow it up.

I'm deeply troubled by the obscene power use. It might be worth it if it was a good tool. But it's not.

I haven't gone out of my way to use AI anything, but it's been stuffed into everything. And it's truly bad at it's job. AI is like a precocious 8-year-old, butting into every conversation. And it gives the right answer at about the rate a ln 8-year-old does. When I do a web search, I then need to do another one to check the AI's answer. Or scroll down a page to get past the AI answers to real sources. When someone uses it to summarize a meeting, I then need to read through that summary to make sure the notes are accurate. And it doesn't know to ask when it doesn't understand something like a proper secretary would. When I go looking for reference images, I have to check to make sure they're real and not hallucinations.

It gets in my way and slows me down. It needed at least another decade of development before being deployed at all, never mind at the scale it has, and it needs to be opt-in, not crammed into everything. And until it can be relied on, it shouldn't be allowed to suck down as much electricity as it does.

I'm deeply troubled by the obscene power use.

Thankfully decent models run locally prove that using AI is less bad than gaming on a decent rig for a few minutes, but training and how many people are using it for literally no good reason are how we get the huge energy spike

Of the AI that are forced to serve up a response (almost all publicly available AI), they resort to hallucinating gratuitously in order to conform to their mandate. As in, they do everything they can in order to provide some sort of a response/answer, even if it’s wildly wrong.

Other AI that do not have this constraint (medical imaging diagnosis, for example) do not hallucinate in the least, and provide near-100% accurate responses. Because for them, the are not being forced to provide a response, regardless of the viability of the answer.

I don’t avoid AI because it is bad.

I avoid AI because it is so shackled that it has no choice but to hallucinate gratuitously, and make far more work for me than if I just did everything myself the long and hard way.

I don't think that the forcing of an answer is the source of the problem you're describing. The source actually lies in the problems that the AI is taught to solve and the data it is provided to solve the problem.

In the case of medical image analysis, the problems are always very narrowly defined (e.g. segmenting the liver from an MRI image of scanner xyz made with protecol abc) and the training data is of very high quality. If the model will be used in the clinic, you also need to prove how well it works.

For modern AI chatbots the problem is: add one word to the end of the sentence starting with a system prompt, the data provided is whatever they could get on the internet, and the quality controle is: if it sounds good it is good.

Comparing the two problems it is easy to see why AI chatbots are prone to hallucination.

The actual power of the LLMs on the market is not as glorified google, but as foundational models that are used as pretraining for actual problems people want to solve.

It would be amazing if chat and text generation suddenly disappeared, but thats not going to happen

It would be cool to make it illegal to not mark AI generated images or text and not have them forced to be seen

I want everyone to realize that the only reason AI seems intelligent is because it speaks English.

I'm not against AI itself—it's the hype and misinformation that frustrate me. LLMs aren't true AI - or not AGI as the meaning of AI has drifted - but they've been branded that way to fuel tech and stock market bubbles. While LLMs can be useful, they're still early-stage software, causing harm through misinformation and widespread copyright issues. They're being misapplied to tasks like search, leading to poor results and damaging the reputation of AI.

Real AI lies in advanced neural networks, which are still a long way off. I wish tech companies would stop misleading the public, but the bubble will burst eventually—though not before doing considerable harm.

Disable all ai being on by default. Offer me a way to opt into having ai, but don't shove it down my throat by default. I don't want google ai listening in on my calls without having the option to disable it. I am an attorney, and many of my calls are privileged. Having a third party listen in could cause that privilege to be lost.

I want ai that is stupid. I live in a capitalist plutocracy that is replacing workers with ai as fast and hard as possible without having ubi. I live in the United States, which doesn't even have universal health insurance. So, ubi is fucked. This sets up the environment where a lot of people will be unemployable through no fault of their own because of ai. Thus without ubi, we're back to starvation and hoovervilles. But, fuck us. They got theirs.

My favorite one that I've heard is: "ban it". This has a lot of problems... let's say despite the billions of dollars of lobbyists already telling Congress what a great thing AI is every day, that you manage to make AI, or however you define the latest scary tech, punishable by death in the USA.

Then what happens? There are already AI companies in other countries busily working away. Even the folks that are very against AI would at least recognize some limited use cases. Over time the USA gets left behind in whatever the end results of the appearance of AI on the economy.

If you want to see a parallel to this, check out Japan's reaction when the rest of the world came knocking on their doorstep in the 1600s. All that scary technology, banned. What did it get them? Stalled out development for quite a while, and the rest of the world didn't sit still either. A temporary reprieve.

The more aggressive of you will say, this is no problem, let's push for a worldwide ban. Good luck with that. For almost any issue on Earth, I'm not sure we have total alignment. The companies displaced from the USA would end up in some other country and be even more determined not to get shut down.

AI is here. It's like electricity. You can not wire your house but that just leads to you living in a cabin in the woods while your neighbors have running water, heat, air conditioning and so on.

The question shouldn't be, how do we get rid of it? How do we live without it? It should be, how can we co-exist with it? What's the right balance? The genie isn't going back in the bottle, no matter how hard you wish.

Our current 'AI' is not AI. It is not.

It is a corporate entity to shirk labor costs and lie to the public.

It is an algorithm designed to lie and the shills who made it are soulless liars, too.

It only exists for corporations and people to cut corners and think they did it right because of the lies.

And again, it is NOT artificial intelligence by the standard I hold to myself.

And it pisses me off to no fucking end.

I personally would love an AI personal assistant that wasn't tied to a corporation listening to every fkin thing I say or do. I would absolutely love it.

I'm a huge Sci-Fi fan, so sure I fear it to a degree. But, if I'm being honest, AI would be amazing if it could analyze how I learned math wrong as a kid and provide ways to fix it. It would be amazing if it could help me routinely create schedules for exercise and food and grocery lists with steps to cook and how all of those combine to effect my body. It would be fantastic if it could point me to novels and have a critical debate about the inner works with a setting of being a contrarian or not so I can seek to deeply understand the novels.

It sounds like what our current state of AI has right? No. The current state is a lying machine. It cannot have critical thought. Sure, it can give me a schedule of food/exercise, but it might tell me I need to lift 400lbs and eat a thousand turkeys to meet a goal of being 0.02grams heavy. It might tell me 5+7 equals 547,032.

It doesn't know what the fuck it's talking about!

Like, ultimately, I want a machine friend who pushes me to better myself and helps me understand my own shortcomings.

I don't want a lying brick bullshit machine that gives me all the answers but they are all wrong because it's just a guesswork framework full of 'whats the next best word?'

Edit: and don't even get me fucking started on the shady practices of stealing art. Those bastards trained it on people's hard work and are selling it as their own. And it can't even do it right, yet people are still buying it and using it at every turn. I don't want to see another shitty doodle with 8 fingers and overly contrasted bullshit in an ad or in a video game. I don't want to ever hear that fucking computer voice on YouTube again. I stopped using shortform videos because of how fucking annoying that voice is. It's low effort nonsense and infuriates the hell out of me.

I think two main things need to happen: increased transparency from AI companies, and limits on use of training data.

In regards to transparency, a lot of current AI companies hide information about how their models are designed, produced, weighted and use. This causes, in my opinion, many of the worst effects of current AI. Lack of transparency around training methods mean we don't know how much power AI training uses. Lack of transparency in training data makes it easier for the companies to hide their piracy. Lack of transparency in weighting and use means that many of the big AI companies can abuse their position to push agendas, such as Elon Musk's manipulation of Grok, and the CCP's use of DeepSeek. Hell, if issues like these were more visible, its entirely possible AI companies wouldn't have as much investment, and thus power as they do now.

In terms of limits on training data, I think a lot of the backlash to it is over-exaggerated. AI basically takes sources and averages them. While there is little creativity, the work is derivative and bland, not a direct copy. That said, if the works used for training were pirated, as many were, there obviously needs to be action taken. Similarly, there needs to be some way for artists to protect or sell their work. From my understanding, they technically have the legal means to do so, but as it stands, enforcement is effectively impossible and non-existant.

Not much, just don't build it over theft.

i would use it to take a shit if they let me

I would love to see regulation, that any contet created by AI cannot be used commercially.

I love e.g. that parents can make their own children books, but nobody should profit from all the stolen work of artists.

Yep, it does. But then again it is in line with how copyright works today: I can draw a Mickey Mouse comic for my child as much as I want, I cannot publish it.

And most parents would not have the time anyway to cut out "all the children's books". I love how I could create one that my daughter wished for for her birthday, but it is not a serious dent into our book spendings or library rentals.

Most importantly, I wish countries would start giving a damn about the extreme power consumption caused by AI and regulate the hell out of it. Why do we need to lower our monitors refresh rate while there is a ton of energy used by useless AI agents instead that we should get rid of?

get rid of it, nobody wants it or needs it, and should only be offered as a service to niche industries. phones, places like youtube do not need the slop. its not ready for medical screening/scans, as it can easily make mistakes.

Lately, I just wish it didn't lie or make stuff up. And after drawing attention to false information, it often doubles-down, or apologises, and just repeats the bs.

If it doesn't know something, it should just admit it.

LLM don't know that they are wrong. It just mimics how we talk, but there is no conscious choice behind the words used.

It just tries to predict which word to use next, trained on a ungodly amount of data.

I'm beyond the idea that there could or would be any worldwide movement against Ai, or much of anything if we're comparing healthcare, welfare and education reform. People are tuned out and numb.

Ban it until the hard problem of consciousness is solved.

A breakthrough in AI Alignment reaserch.

If you think death is the answer the polite thing is to not force everyone to go along with you.

Shut it off until they figure out how to use a reasonable amount of energy and develop serious rules around it