this post was submitted on 21 Jul 2023
454 points (100.0% liked)

Technology

33714 readers
742 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] erwan@lemmy.ml 29 points 1 year ago (1 children)

You can't really blame the amount of stupidity online.

The problem is that ChatGPT (and other LLM) produce content of the average quality of its input data. AI is not limited to LLM.

For chess we were able to build AI that vastly outperform even the best human grandmasters. Imagine if we were to release a chess AI that is just as good as the average human...

[–] Atomic@sh.itjust.works 19 points 1 year ago* (last edited 1 year ago) (2 children)

We call them chess ai. But they're not actually real A.I. chess bots work off of opening books, predetermined best practices. And then analyzes each position and potential offshoots with an evaluation function.

They will then start to brute-force positions until it finds a path that is beneficial.

While it may sound very much alike. It works very differently than an A.I. However. It turned out that A.I software became better than humans at writing these functions.

So in a sense, chess computers are not A.I. They're created by A.I. at least Stockfish 12 has these "A.I inspired" evaluations. (Currently they're on Stockfish 15 I believe)

And yes. We also did make "chess AI" that is as bad as the average player. We even made some that are worse. Because we figured it would be nice if people can play a chess computer that is on the same skill level as the player. Rather than just being destroyed every time.

[–] erwan@lemmy.ml 8 points 1 year ago (1 children)

The definition of "AI" is fuzzy and keeps changing. Basically when an AI use case becomes solved and widespread it stopped being seen as AI.

Face recognition, OCR, speech recognition, all those used to be considered AI but now they're just an app on your phone.

I'm sure in a few years we'll stop thinking about text generation as AI, but just one more tool we can leverage.

There is no clear definition of "real AI".

[–] Dr_Cog@mander.xyz 2 points 1 year ago* (last edited 1 year ago) (1 children)

Those are all still AI. Scientists still have a functional definition that includes these plus more scripted AI like in video games.

Essentially, any algorithm that learns and acts on information that has not been explicitly programmed is considered AI.

[–] erwan@lemmy.ml 1 points 1 year ago

What's your definition for "AI"?

[–] Temporalin@owo.cafe 3 points 1 year ago

@Atomic @erwan you're talking about "classic AI", so to speak, but reinforcement learning is a machine learning method that has beaten a lot of games, including chess. Read about AlphaZero for example. It doesn't need opening books, it just learns games by playing against itself.