AI IS NOT IF ELSE STATEMENTS. AI learns and adapts to its surroundings by learning. It stored this learnt data into “weights” in accordance with its stated goal. This is what “intelligence” refers to.
Edit: I was wrong lmao. As the commentators below pointed out, “AI” in the context of computer science is a term that has been defined in the industry long before. Where I went wrong was in taking the definition of “intelligence” and slapping “artificial” before it. Therefore while the literal definition might be similar to mine, it is different in CS. Also, @blotz@lemmy.world even provided something called “Expert Systems”, which are a subset of AI that use if-then statements. Soooo yeah… My point doesn’t stand.
This is unfortunately not true - AI has been a defined term for several years, maybe even decades by now. It’s a whole field of study in Computer Science about different algorithms, including stuff like Expert Systems, agents based on FSM or Behavior Trees, and more. Only subset of AI algorithms require learning.
As a side-note, it must suck to be an AI CS student in this day and age. Searching for anything AI related on the internet now sucks, if you want to get to anything not directly related to LLMs. I’d hate to have to study for exams in this environment…
I hate it when CS terms become buzzwords… It makes academic learning so much harder, without providing anything positive to the subject. Only low-effort articles trying to explain subject matter they barely understand, usually mixing terms that have been exactly defined with unrelated stuff, making it super hard to find actually useful information. And the AI is the worst offender so far, being a game developer who needs to research AI Agents for games, it’s attrocious. I have to sort through so many “I’ve used AI to make this game…” articles and YT videos, to the point it’s basically not possible to find anything relevant to AI I’m interrested it…
Oh, was not aware of this… (It’s also embarrassing considering that I’m a CS student. We haven’t reached the AI credits yet, but still…). Anyway, thank you for the info! And yeah, the buzzwords part does indeed suck! Whenever I tried to learn more about the topic, I was indeed bombarded by the Elon Musk techbro spam on YouTube. But whatever, I don’t have THAT long to get to these credits. Sooo wish me luck ;)
Take a look at this: https://en.wikipedia.org/wiki/AI_winter
AI has a strong boom/bust cycle. We’re currently in the middle of a “boom.” It’s possible that this is an “eternal September” scenario where deep networks and LLMs are predominant forever, or…
I’d recommend getting Kagi.com. It’s one of the best software investments I’ve recently made, it makes searching for technical questions so much better, because they have their own indexer with a pretty interresting philosophy behind it. I’ve been using it for a few months by now, and it has been awesome so far. I get way less results from random websites that are just framing clicks on any topic imaginable by raping SEO, and as an added bonus I can just send selected pages, such as Reddit, to the bottom of search results.
Plus, the fact that it’s paid, I don’t have to worry about how they are monetizing my data.
“I’ve used AI to make this game…”
Before artificial intelligence became a marketable buzz word, most games already included artificial intelligence (like NPCs) I guess when you have a GPT shaped hammer, everything looks like a nail.
That’s what I was reffering to. I’m looking for articles and inspiration about how to cleverly write NPC game AI that I’m struggling with, I don’t want to see how are other people raping game deveopment, or 1000th tutorial about steering behaviors (which are, by the way, awfull solution for most of use-cases, and you will get frustrated with them - Context Steering or RVHO is way better, but explain that to any low-effort youtuber).
I’ve recetly just had to start using Google Scholar instead of search, just so I can find the answers I’m looking for…
Sure, but learning and training is still a component, no? If something cannot learn how to solve problems autonomously, how is it intelligent?
I’ve developed “AI” using prolog.
No machine learning, you’re still solving problems using logical reasoning and deduction that’s not intuitively obvious for humans.
Heya! This isnt true. You are correct that about the broad strokes but there are plenty of examples where this isn’t the case. Expert Systems are a very popular form of ai which can be made of only if else statements.
represented mainly as if–then rules rather than through conventional procedural code.
Expert systems were among the first truly successful forms of artificial intelligence (AI) software.
Yeahhhh… As another commentator said, I was redefining AI, when it had been defined decades ago… Whoops 😓
Also, thanks for linking Expert Systems! I clearly have a lot of interesting stuff to learn about in AI.
Nw! Today is your lucky 1 in 10,000 moment.