this post was submitted on 12 Oct 2024
233 points (100.0% liked)

Technology

68400 readers
2347 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 117 points 5 months ago (4 children)

These models are nothing more than glorified autocomplete algorithms parroting the responses to questions that already existed in their input.

They're completely incapable of critical thought or even basic reasoning. They only seem smart because people tend to ask the same stupid questions over and over.

If they receive an input that doesn't have a strong correlation to their training, they just output whatever bullshit comes close, whether it's true or not. Which makes them truly dangerous.

And I highly doubt that'll ever be fixed because the brainrotten corporate middle-manager types that insist on implementing this shit won't ever want their "state of the art AI chatbot" to answer a customer's question with "sorry, I don't know."

I can't wait for this stupid AI craze to eat its own tail.

[–] [email protected] 31 points 5 months ago* (last edited 5 months ago) (5 children)

Last I checked (which was a while ago) "AI" still can't pass the most basic of tasks such as "show me a blank image"/"show me a pure white image". the LLM will output the most intense fever dream possible but never a simple rectangle filled with #fff coded pixels. I'm willing to debate the potentials of AI again once they manage to do that without those "benchmarks" getting special attention in the training data.

[–] [email protected] 31 points 5 months ago* (last edited 5 months ago) (3 children)
[–] [email protected] 20 points 5 months ago

I will say the next attempt was interesting, but even less of a good try.

[–] [email protected] 3 points 5 months ago* (last edited 5 months ago)

Thats actually quite interesting, you could make the argument that that is an image of "a pure white completely flat object with zero content", its just taken your description of what you want the image to be and given an image of an object that satisfies that.

[–] [email protected] 20 points 5 months ago (1 children)

Problem is, AI companies think they could solve all the current problems with LLMs if they just had more data, so they buy or scrape it from everywhere they can.

That's why you hear every day about yet more and more social media companies penning deals with OpenAI. That, and greed, is why Reddit started charging out the ass for API access and killed off third-party apps, because those same APIs could also be used to easily scrape data for LLMs. Why give that data away for free when you can charge a premium for it? Forcing more users onto the official, ad-monetized apps was just a bonus.

[–] [email protected] 6 points 5 months ago* (last edited 5 months ago)

Yep. In cryptography there was a moment when cryptographers realized that the key must be secret, the message should be secret, but the rest of the system can not be secret. For the social purpose of refining said system. EDIT: And that these must be separate entities.

These guys basically use lots of data instead of algorithms. Like buying something with oil money instead of money made on construction.

I just want to see the moment when it all bursts. I'll be so gleeful. I'll go and buy an IPA and will laugh in every place in the Internet I'll see this discussed.

[–] [email protected] 5 points 5 months ago* (last edited 5 months ago)

I tested chatgpt, it needed some nagging but it could do it. Needed the size, blank and white keywords.

Obviously a lot harder than it should be, but not impossible.

[–] [email protected] 5 points 5 months ago (1 children)

Because it's not AI, it's sophisticated pattern separation, recognition, lossy compression and extrapolation systems.

Artificial intelligence, like any intelligence, has goals and priorities. It has positive and negative reinforcements from real inputs.

Their AI will be possible when it'll be able to want something and decide something, with that moment based on entropy and not extrapolation.

[–] [email protected] 2 points 5 months ago (1 children)

Artificial intelligence, like any intelligence, has goals and priorities

No. Intelligence does not necessitate goals. You are able to understand math, letters, words, meaning of those without pursuing a specific goal.

Because it's not AI, it's sophisticated pattern separation, recognition, lossy compression and extrapolation systems.

And our brains work in a similar way.

load more comments (1 replies)
[–] [email protected] 2 points 5 months ago

I'm willing to debate the potentials of AI again once they manage to do that without those "benchmarks" getting special attention in the training data.

You sound like those guys who doomed AI, because a single neuron wasn't able to solve the XOR problem. Guess what, build a network out of neurons and the problem is solved.

What potentials are you talking about? The potentials are tremendous. There are a plethora of algorithms, theoretic knowledge and practical applications where AI really shines and proves its potential. Just because LLMs currently still lack several capabilities, this doesn't mean that some future developments can't improve on that and this by maybe even not being a contemporary LLM. LLMs are just one thing in the wide field of AI. They can do really cool stuff. This points towards further potential in that area. And if it's not LLMs, then possibly other types of AI architectures.

[–] [email protected] 18 points 5 months ago (1 children)

I generally agree with your comment, but not on this part:

parroting the responses to questions that already existed in their input.

They're quite capable of following instructions over data where neither the instruction nor the data was anywhere in the training data.

They're completely incapable of critical thought or even basic reasoning.

Critical thought, generally no. Basic reasoning, that they're somewhat capable of. And chain of thought amplifies what little is there.

[–] [email protected] 2 points 5 months ago* (last edited 5 months ago)

I don’t believe this is quite right. They’re capable of following instructions that aren’t in their data but appear like things which were (that is, it can probabilistically interpolate between what it has seen in training and what you prompted it with — this is why prompting can be so important). Chain of thought is essentially automated prompt engineering; if it’s seen a similar process (eg from an online help forum or study materials) it can emulate that process with different keywords and phrases. The models themselves however are not able to perform a is to b therefore b is to a, arguably the cornerstone of symbolic reasoning. This is in part because it has no state model or true grounding, only probabilities you could observe a token given some context. So even with chain of thought, it is not reasoning, it’s just doing very fancy interpolation of the words and phrases used in the initial prompt to generate a prompt that is probably going to give a better answer, not because of reasoning, but because of a stochastic process.

[–] [email protected] 8 points 5 months ago (1 children)

The current AI discussion I’m reading online has eerie similarities to the debate about legalizing cannabis 15 years ago. One side praises it as a solution to all of society’s problems, while the other sees it as the devil’s lettuce. Unsurprisingly, both sides were wrong, and the same will probably apply to AI. It’ll likely turn out that the more dispassionate people in the middle, who are neither strongly for nor against it, will be the ones who had the most accurate view on it.

[–] [email protected] 2 points 5 months ago

It’ll likely turn out that the more dispassionate people in the middle, who are neither strongly for nor against it, will be the ones who had the most accurate view on it.

I believe that some of the people in the middle will have more accurate views on the subject, indeed. However, note that there are multiple ways to be in the "middle ground", and some are sillier than the extremes.

For example, consider the following views:

  1. That LLMs are genuinely intelligent, but useless.
  2. That LLMs are dumb, but useful.

Both positions are middle grounds - and yet they can't be accurate at the same time.

[–] [email protected] 5 points 5 months ago

Synthesis versus generation. Yes.

And I highly doubt that’ll ever be fixed because the brainrotten corporate middle-manager types that insist on implementing this shit won’t ever want their “state of the art AI chatbot” to answer a customer’s question with “sorry, I don’t know.”

It's a tower of Babel IRL.

[–] [email protected] 49 points 5 months ago (3 children)

Of course they don't, logical reasoning isn't just guessing a word or phrase that comes next.

As much as some of these tech bros want human thinking and creativity to be reducible to mere pattern recognition, it isn't, and it never will be.

But the corpos and Capitalists don't care, because their whole worldview is based in the idea that humans are only as valuable as the profitability they generate for a company.

They don't see any value in poetry, or philosophy, or literature, or historical analysis, or visual arts unless it can be patented, trademarked, copyrighted, and sold to consumers at a good markup.

As if the only difference between Van Goh's art and an LLM is the size of sample data and efficiency of an algorithm.

[–] [email protected] 19 points 5 months ago (1 children)

You don't have to get all philosophical, since the value art is almost by definition debatable.

These models can't do basic logic. They already fail at this. And that's actually relevant to corpos if you can suddenly convince a chatbot to reduce your bill by 60% because bears don't eat mangos or some other nonsensical statement.

[–] [email protected] 9 points 5 months ago (1 children)

It's all connected, the reasons why it can't do basic logical reasoning are the same for why it can't replace human art.

It's because neither of those activities are mere pattern recognition and statistical inference, which is all LLMs will ever be.

[–] [email protected] 4 points 5 months ago* (last edited 5 months ago) (1 children)

LLMs and image generating models are completely different things. Outputting an image doesnt require or benefit from reason and logic (other than making the model "understand" the prompt). Drawing a three headed monkey isnt "logical" and doesnt follow "reason" but that's ok because art isnt about making photorealisitic images.

AI images could totally be useful as a tool in art. "But a computer made it! It's not art!" It's the same tired argument we heard about electronic music before.

But the fediverse seems to have such a hate boner for ANYTHING associated with AI (dont get me wrong, there is lots to hate. Mostly with tech-bro grifting...) that people are unable to see that these can be useful complements to human creativity.

Here's another example... People crying that when an image contains AI generated elements, or maybe a video game contains some AI assets. People fly into a rage and want to dismiss the ENTIRE work and throw it all out. Human art doesnt require 100% human hands to make. Go look at any famous painting by a renaissance master. Did you know a lot of these guys had whole workshops of lackeys filling in background details for them? Are we going to throw out all the raphael and rembrandt paintings because they had assistance from other uncredited people?

Same with AI. Why cant an artist spend MORE time on important details and let AI draw some happy little trees in the background?

[–] [email protected] 4 points 5 months ago (1 children)

I think you're reading too deep into what I was saying. Perhaps I wasn't being clear, my bad if so.

I'm not against AI tools to assist people's work. Using them for grammar/spellcheck, code completion and automated testing, artwork help for filling in repetitive background details/textures, automatically removing background details in pictures like dumpsters or people photo bombing, etc.

What I am against is the grifting, the near religious devotion by tech bros to AI replacing humans in all areas of life, and the fact that the groups and companies controlling almost all of the development of this tech are multi-billion/trillion dollar corpos that don't make all aspects of their tech open source and are 100% motivated by profit.

[–] [email protected] 4 points 5 months ago* (last edited 5 months ago) (1 children)

Sorry, my comment wasnt really directed at you specifically.... Just the fediverse general hate for all things AI

yours was the first that mentioned "art" which triggered me, lol

I think we are actually both on the same page... You have a reasonable view of the whole AI thing. It's rare on lemmy/mastodon

[–] [email protected] 3 points 5 months ago

Thanks for your response. Yeah, I think the issue isn't the technology, it's who controls and owns it.

I doubt it would be anywhere near as controversial if it were all fully open source and run by public organizations and communities that were interested in bettering the human experience and reducing mundane work vs maximizing profitability.

[–] [email protected] 2 points 5 months ago

I'm just thinking - 12 years ago there was a lot of talk of politicians and big corpo chiefs being replaceable with a shell script. As both a joke and an argument in favor of something requiring change.

One can say it was saying that these people are not needed - engineers can build their replacements.

In some sense AI is politicians and big bosses trying to build a replacement for engineers, using means available to these people.

Maybe they noticed, got pissed and are trying to enact revenge. Sort of a domain area war.

load more comments (1 replies)
[–] [email protected] 20 points 5 months ago (1 children)

I work for a consulting company and they're truly going off the deep end pushing consultants to sell this miracle solution. They are now doing weekly product demos and all of them are absolutely useless hype grifts. It's maddening.

[–] [email protected] 5 points 5 months ago (1 children)

So... Just another Tuesday for consulting then?

[–] [email protected] 3 points 5 months ago

No. In the non sales world, I've built some really cool solutions for clients.

[–] [email protected] 19 points 5 months ago (1 children)

I still think it's better to refer to LLMs as "stochastic lexical indexes" than AI

[–] [email protected] 17 points 5 months ago (1 children)

AI in general is a shitty term. It's mostly PR. The Term "Intelligence" is very fuzzy and difficult to define - especially for people who are not in the field of machine learning.

[–] [email protected] 4 points 5 months ago (1 children)

So for those in ML it's easier?

[–] [email protected] 1 points 5 months ago

No it's not, that's why some smart people are starring by defining a more interesting concept: educability.

[–] [email protected] 19 points 5 months ago* (last edited 5 months ago)

Apple's study proves that LLM-based AI models are flawed because they cannot reason

This really isn't a good title, I think. It was understood that LLM-based models don't reason, not on their own.

A better one would be that researchers at Apple proposed a metric that better accounts for reasoning capability, a better sort of "score" for an AI's capability.

[–] [email protected] 17 points 5 months ago (1 children)

What, reasoning was an expected feature?

[–] [email protected] 16 points 5 months ago
[–] [email protected] 14 points 5 months ago (3 children)

I still fail to see how people expect LLMs to reason. It's like expecting a slice of pizza to reason. That's just not what it does.

Although Porsche managed to make a car with the engine in the most idiotic place win literally everything on Earth, so I guess I'm leaving a little possibility that the slice of pizza will outreason GPT 4.

[–] [email protected] 3 points 5 months ago

LLMs keep getting better at imitating humans thus for those who don't know how the technology works, it'll seem just like it thinks for itself.

load more comments (2 replies)
[–] [email protected] 10 points 5 months ago (1 children)

Do we know how human brains reason? Not really... Do we have an abundance of long chains of reasoning we can use as training data?

...no.

So we don't have the training data to get language models to talk through their reasoning then, especially not in novel or personable ways.

But also - even if we did, that wouldn't produce 'thought' any more than a book about thought can produce thought.

Thinking is relational. It requires an internal self awareness. We can't discuss that in text so much that a book is suddenly conscious.

This is the idea that"Sentience can't come from semantics"... More is needed than that.

[–] [email protected] 7 points 5 months ago

i like your comment here, just one reflection :

Thinking is relational, it requires an internal self awareness.

i think it's like the chicken and the egg : they both come together ... one could try to argue that self-awareness comes from thinking in the fashion of : "i think so i am"

[–] [email protected] 8 points 5 months ago* (last edited 5 months ago) (2 children)
[–] [email protected] 4 points 5 months ago (1 children)

I wouldn't doubt that LLMs got some special input to deal with the specific examples of this paper, or similar enough.

[–] [email protected] 1 points 5 months ago

This is just improving LLMs, but with more steps.

[–] [email protected] 3 points 5 months ago (1 children)

Errors from your links like this :
Unable to load conversation 670a...6ed2c

[–] [email protected] 2 points 5 months ago (1 children)

Sorry! I've updated my links now.

[–] [email protected] 3 points 5 months ago

"... So, Mary has 190 kiwifruit."
nice 😋🥝

[–] [email protected] 2 points 5 months ago* (last edited 5 months ago)

Here's a simple test showing lack of logic skills of LLM-based chatbots.

  1. Pick some public figure (politician, celebrity, etc.), whose parents are known by name, but not themselves public figures.
  2. Ask the bot of your choice "who is the [father|mother] of [public person]?", to check if the bot contains such piece of info.
  3. If the bot contains such piece of info, start a new chat.
  4. In the new chat, ask the opposite question - "who is the [son|daughter] of [parent mentioned in the previous answer]?". And watch the bot losing its shit.

I'll exemplify it with ChatGPT-4o (as provided by DDG) and Katy Perry (parents: Mary Christine and Maurice Hudson).

Note that step #3 is not optional. You must start a new chat; plenty bots are able to retrieve tokens from their previous output within the same chat, and that would stain the test.

Failure to consistently output correct information shows that those bots are unable to perform simple logic operations like "if A is the parent of B, then B is the child of A".

I'll also pre-emptively address some ad hoc idiocy that I've seen sealions lacking basic reading comprehension (i.e. the sort of people who claims that those systems are able to reason) using against this test:

  • "Ackshyually the bot is forgerring it and then reminring it. Just like hoominz" - cut off the crap.
  • "Ackshyually you wouldn't remember things from different conversations." - cut off the crap.
  • [Repeats the test while disingenuously = idiotically omitting step 3] - congrats for proving that there's a context window and nothing else, you muppet.
  • "You can't prove that it is not smart" - inversion of the burden of the proof. You can't prove that your mum didn't get syphilis by sharing a cactus-shaped dildo with Hitler.
[–] [email protected] 2 points 5 months ago

@Timely_Jellyfish_2077 interesting read, thanks for sharing

load more comments
view more: next ›