this post was submitted on 28 Feb 2025
343 points (89.4% liked)
Technology
63455 readers
4053 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Your argument can be reduced to saying that if the algorithm is comprised of many steps, it is AI, and if not, it isn't.
A chess engine decides nothing. It understands nothing. It's just an algorithm.
That’s not my argument at all. I never said an algorithm is AI just because it has many steps. The key difference isn’t complexity - it’s the nature of what the algorithm does. A Tic-Tac-Toe AI can be extremely simple yet still counts as AI where as something like a game physics engine is extremely complex yet it doesn't simulate intelligence, just physics. Bubble sort follows a fixed sequence with no decision-making. A chess engine, on the other hand, evaluates different moves, predicts outcomes, and optimizes decisions based on a strategy. That’s not just ‘many steps’ - it’s a process of selecting the best action based on the current situation. If you think my argument is about complexity rather than decision-making, you’ve misunderstood my point.
If the decision making in the game is based on a deterministic formula, then it is no different than the decision of selecing which two items in the container to compare next.