39 points
*

They’re calling everything “AI” nowadays… this sort of learning algorithm is old as fuck, here’s a 8yo example. The main differences between both situations is 1) some sensor(s) being used to “tell” the algorithm about the board state, and 2) the barebones robotic arms messing with the board.

permalink
report
reply
15 points

I don’t get what the issue is calling it AI?

permalink
report
parent
reply
0 points

AI implies intelligence. This is just a simple algorithm

permalink
report
parent
reply
3 points
*

Not really. Can you write this specific simpele algorithm out in a few lines? Its Computer Vision (which I admit uses probably quite a simple algorithm to find the ball) and a reinforcement learning algorithm with one goal; get the ball from start to finish, these are your only 2 inputs. They didn’t write the algorithm. Time and the neural network did the rest on its own. That’s were the artificial ‘intelligence’ is referring to, humans didn’t put any algorithm there.

permalink
report
parent
reply
24 points
*

Even if skipping completely the discussion about what is “intelligence”, the expression “artificial intelligence” has been used as a label for so many different technologies that it has become practically useless. It includes things like decision trees in games (even if a lot of them boil down to simple if/then statements), generative models, even theoretical systems that would reason in a human-like way. And evolutionary models like the one in the OP and the one in my link.

So it’s basically the 20s version of what “smart” was in the 90s/00s. Like this:


OK, I’m being cheeky and exaggerating it in the image macro, but it should give you an idea.

permalink
report
parent
reply
10 points

AI has been a field within computer science since at least the 1950s. It encompasses algorithms for making decisions, which is why so many technologies are labeled this way. “Intelligence” may seem like an odd choice of terminology (some people conflate it with sentience or similar), but general machine intelligence is one goal of this study, and the applications of AI are putative steps to that end.

Back when those guys started talking about what methods could get us there, things like decision trees, symbolic manipulation, neural nets, were all potential pathways that were on the table. So these get included in the field because that’s where and to what end they were produced.

Another thing is that intelligence can be narrow in its domain. A character in a video game that needs to move from point A to point B can do so following something like the A* pathfinding algorithm. In the domain of graph traversal/pathfinding, it’s hard to imagine something much more intelligent (or fit to solve the problem) than A* despite being a simple algorithm.

But yeah, as a marketing term it is kind of silly since most people don’t know what it means. It remains a useful categorization for a broad field of study/research in CS though.

permalink
report
parent
reply
9 points

Exactly. Not to mention, why the fuck is it a surprise that a computer twisting the knobs “at superhuman speed” would be better at this game than humans. Like, no shit. We can’t compute how the degrees at which we’re turning the knobs affects the speed of the ball, can’t store that information for next time, and find the best way not making the same mistakes twice. Because…we’re human. We don’t have that finely tuned ability…because we’re not machines.

So…this isn’t “AI” despite the robot hands they put in the thumbnail and no shit a dedicated computer could master this game. I’m surprised it took six hours.

permalink
report
parent
reply
4 points

Additionally, this shit is really easy to compute. It’s all Newtonian physics, and there are only two relevant equations here, both simple: d = at²/2 + vt and a = g*sin(θ). It’s really easy for a computer to reach those formulas, cancelling the advantage that humans would have (insight and actual knowledge of the system).

permalink
report
parent
reply
1 point

Here is an alternative Piped link(s):

here’s a 8yo example

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I’m open-source; check me out at GitHub.

permalink
report
parent
reply
29 points

You don’t need AI to do that, seriously, such a buzzword where a relatively simple algorithm would suffice, don’t tell me it’s harder than double pendulums or those ball bouncing contraptions tech students make since a decade or more

permalink
report
reply
1 point
Deleted by creator
permalink
report
parent
reply
15 points
*

Not needing AI isn’t the point. The point is that AI can do it, and AI doesn’t require a programmer to design and debug a bespoke algorithm to accomplish a task. It would take a human a lot longer than 6 hours to perfect an algorithm to do this.

permalink
report
parent
reply
1 point
*

Yeah, you have a point here

permalink
report
parent
reply
1 point

Not needing AI isn’t the point. The point is that AI can do it, and AI doesn’t require a programmer to design and debug a bespoke algorithm to accomplish a task.

Maybe we should stop to call “AI” everything that is able to solve something by bruteforce.
A true AI, given the board and the rules, should have understood in less than a picoseconds that it need to avoid the holes, like a human does. What this AI did was simply to learn the rules, and a human is still faster in this (at this game at least).

It would take a human a lot longer than 6 hours to perfect an algorithm to do this.

Man, the game has the solution drawn on it. A human perfect the algorithm in less than 6 seconds and it probably solve the game in way less than 6 hours. The point of the game is to follow, not to find, the path.

permalink
report
parent
reply
1 point
*

AI is shorthand for a neural network algorithm that learns to accomplish a task through training instead of being told (very explicitly) how to do it by a human. There’s no point in arguing about how people use language. It’s completely arbitrary. You better get used to people calling neural network programs AI because it’s not going away.

What this AI did was simply to learn the rules… the game has the solution drawn on it… The point of the game is to follow, not to find, the path.

You have a very deep misunderstanding of the complexity of this feat and so I’m not surprised you don’t think its impressive. Just follow the path… So easy! -_-

At the start of this task, the AI knew almost nothing. All it knew is it had “hands”, and it had a directive to get the ball to the end.

It didn’t know any of the following:

  • what a ball is and that it rolls
  • the fact that lines on the board indicate a safe path
  • what gravity is and why the ball moves when the knobs are turned
  • that turning the knob farther makes the ball go faster, to a point
  • that the dark spots on the board (holes) make the ball drop and make you have to start over
  • that the thick lines are walls
  • that walls block the ball!

You see what I’m getting at here? It understood nothing! Sure, you can explain the rules to a human and they’d be able to start learning how to play, but the real learning is learning the hand eye coordination to get the ball to do anything you want.

Even the concept of “explain the rules” is not simple. Sure it’s simple for a brain that evolved over millions of years and uses natural language. But explaining rules to a computer means programming it. You have to hard code all of the rules of the game, and in this case, all of the physics of the game. You have to write the code that explains all of that to a traditional computer before it can even start attempting to play this game.

This AI needed none of that. It learned everything on the fly!

A human could… probably solve the game in way less than 6 hours

Ha! It’s clear you’ve never played this game. Even if you could get your first win in 6 hours, you wouldn’t then be able to repeat the win every time thereafter.

This AI solving the game in 6 hours is literally the equivalent of one year old baby learning to play and finishing the maze in 6 hours! That is jaw-droppingly amazing, like the author says!

How are you not impressed?

(All analogies are bad. The baby would never have the attention span or motivation to actually play the game. That’s the one inherent advantage the program has. It does what it’s told. Plus the AI has perfect motor control right out of the box. It doesn’t know that it’s spinning motors, but it’s control of them is perfect, and a baby is still learning how to make their muscles do anything at all.)

permalink
report
parent
reply
19 points

https://youtu.be/zQMKfuWZRdA

Here, the video the article is talking about. Save you from reading the author’s life story.

permalink
report
reply
-22 points
*

While the link is useful, the smug takedown is uncalled for. Humans relate way more through personal stories like this. Without the story, the video is not impressive at all, as most will have now idea how difficult this achievement is. There is also something to be said about adding some flourish and passion in the story, instead of coldly presenting facts.

permalink
report
parent
reply
1 point

The point of journalism is to get the facts across and inform viewers. I don’t care about the journalist other than them being impartial and reporting on the facts.

permalink
report
parent
reply
1 point
*

Man, you sound like those gamers who complain that game journalisst should only report on the technical specifications of the game.

permalink
report
parent
reply
3 points
*

I’m ASD and I’m also human, gimme the cold hard facts so I can absorb them like I do everything else without having to strip the clutter. Everything else is useless to me.

permalink
report
parent
reply
-1 points

I’m ASD as well and I always tell others that they need to realize most humans cannot live on ASD expectations. So there’s no point in bellyaching about it.

permalink
report
parent
reply
12 points

I get that, some people prefer to have some personal story mixed in the article, but personally i’d like to have my time respected, more than 2 paragraphs of that and i’m out. With that bloated life story and a baitest of the clickbait headline, it deserved to be call out.

permalink
report
parent
reply
-7 points

I didn’t find the story bloated. I found the whole article quite insightful. Not everyone is processing things the same way.

permalink
report
parent
reply
18 points
*

It’s just like those shitty recipe sites that tell you their grandma’s life story for hours before giving the recipe. Get to the point, who cares about the anecdotes of some writer?

I don’t want to connect with everyone always everywhere. It’s just like small talk, which may be acceptable or even essential in some cultures, while considering rude and wasteful where I’m from.

permalink
report
parent
reply
-7 points

Not everything is the same. It’s not at all like those recipe sites. This is clearly adding necessary context to this achievement.

permalink
report
parent
reply
2 points

This is because Recipes aren’t copyrightable (they can be patented hypothetically but no one is going to do that outside of a major brand), but the story blurb they write can be. Makes it much harder for some bot to pull out all of the recipes from a site and relist them.

permalink
report
parent
reply
4 points

Save you from reading the author’s life story.

I can probably do that and still have time to spend in the washroom before the video is over. Some of us read fast.

permalink
report
parent
reply
3 points

Here is an alternative Piped link(s):

https://piped.video/zQMKfuWZRdA

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I’m open-source; check me out at GitHub.

permalink
report
parent
reply
30 points

I hope their jaw is alright

permalink
report
reply
18 points

I cringed at the headline but just posted it as is and thought the article was kinda interesting.

permalink
report
parent
reply
11 points
*

It sure won’t after he’s gonna discover that his wife has chosen to leave him for her new AI driven dildo.

It is just a matter of time

permalink
report
parent
reply
3 points

The only thing that is hard about this game is to control the board, which is the concept of it.

permalink
report
reply

Technology

!technology@lemmy.world

Create post

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


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  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, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


Community stats

  • 18K

    Monthly active users

  • 11K

    Posts

  • 519K

    Comments