There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

friend_of_satan ,

Some hammers use enough energy to power a small country in order to show you a cake recipe without an entire backstory and 50 ads.

Rhynoplaz ,

Then it WAS worth it.

ieatpwns ,

Without ads for now

ZILtoid1991 ,

A cake recipe that instructs you to put non-toxic glue in it, and some small pebbles on top of it.

DmMacniel ,
@DmMacniel@feddit.org avatar

calling (mm)LLMs AI is just corpo bullshit. But hey, it’s fancy, right?

0laura ,
@0laura@lemmy.world avatar

you not liking it doesn’t make it any less ai. I don’t remember that many people complaining when we called the code controlling video game characters ai.

Carighan ,
@Carighan@lemmy.world avatar

Or called our mobile phones “cell phones”, despite not being organic. Tsk.

DmMacniel ,
@DmMacniel@feddit.org avatar

Except cell phones or cellular phones refer to the structure a mobile network is built on: a mesh of cell towers.

Jomega ,

deleted_by_author

  • Loading...
  • 0laura ,
    @0laura@lemmy.world avatar

    provably wrong. www.digminecraft.com/data_tags/bat.php look at the nbt tags, specifically the description of the no AI nbt tag

    Jomega ,

    I have no idea what you just said.

    0laura ,
    @0laura@lemmy.world avatar

    I showed you proof that AI is sometimes used to mean artificial intelligence when describing code that controls video game enemies.

    https://lemmy.world/pictrs/image/89343e2b-27a0-49e3-8d61-4518eba687f5.png

    Jomega ,

    deleted_by_author

  • Loading...
  • 0laura ,
    @0laura@lemmy.world avatar

    In video games, artificial intelligence (AI) is used to generate responsive, adaptive or intelligent behaviors primarily in non-playable characters (NPCs) similar to human-like intelligence. Artificial intelligence has been an integral part of video games since their inception in the 1950s

    literally wikipedia en.wikipedia.org/…/Artificial_intelligence_in_vid…

    DmMacniel ,
    @DmMacniel@feddit.org avatar

    AI in video games is a distinct subfield and differs from academic AI. It serves to improve the game-player experience rather than machine learning or decision making. During the golden age of arcade video games the idea of AI opponents was largely popularized in the form of graduated difficulty levels, distinct movement patterns, and in-game events dependent on the player’s input.

    In general, game AI does not, as might be thought and sometimes is depicted to be the case, mean a realization of an artificial person corresponding to an NPC in the manner of the Turing test or an artificial general intelligence.

    Look further down to see what currently understood AI, aka generative AI, is used for in video games

    0laura ,
    @0laura@lemmy.world avatar

    I don’t really see your argument? it seems that you agree with me. ai doesn’t always refer to AGI. sometimes it refers to AGI, sometimes it refers to the code controlling the little ghosts in pacman, or the code controlling the bats in Minecraft. sometimes it refers to the machine learning algorithm that can detect numbers in an image, and sometimes it refers to generative AI like stable diffusion. my point is that ai is a very broad term that refers to many different things.

    rekorse ,

    Read it again, they clearly disagree with you on the very last point.

    DmMacniel ,
    @DmMacniel@feddit.org avatar

    Yeah but it shouldn’t be used for many different things as it would diminish the meaning and would then just boils down to advance if statements.

    kescusay , (edited )
    @kescusay@lemmy.world avatar

    Software developer, here.

    It’s not actually AI. A large language model is essentially autocomplete on steroids. Very useful in some contexts, but it doesn’t “learn” the way a neural network can. When you’re feeding corrections into, say, ChatGPT, you’re making small, temporary, cached adjustments to its data model, but you’re not actually teaching it anything, because by its nature, it can’t learn.

    I’m not trying to diss LLMs, by the way. Like I said, they can be very useful in some contexts. I use Copilot to assist with coding, for example. Don’t want to write a bunch of boilerplate code? Copilot is excellent for speeding that process up.

    celliern ,

    LLMs are part of AI, which is a fairly large research domain of math/info, including machine learning among other. God, even linear regression can be classified as AI : that term is reeeally large

    kescusay ,
    @kescusay@lemmy.world avatar

    I mean, I guess the way people use the term “AI” these days, sure, but we’re really beating all specificity out of the term.

    celliern ,

    This is a domain research domain that contain statistic methods and knowledge modeling among other. That’s not new, but the fact that this is marketed like that everywhere is new

    AI is really not a specific term. You may refer as global AI, and I suspect that’s what you refer to when you say AI?

    0laura ,
    @0laura@lemmy.world avatar

    it’s always been this broad, and that’s a good thing. if you want to talk about AGI then say AGI.

    0laura ,
    @0laura@lemmy.world avatar

    I know that they’re “autocorrect on steroids” and what that means, I don’t see how that makes it any less ai. I’m not saying that LLMs have that magic sauce that is needed to be considered truly “intelligent”, I’m saying that ai doesn’t need any magic sauce to be ai. the code controlling bats in Minecraft is called ai, and no one complained about that.

    Zos_Kia ,
    @Zos_Kia@lemmynsfw.com avatar

    Very useful in some contexts, but it doesn’t “learn” the way a neural network can. When you’re feeding corrections into, say, ChatGPT, you’re making small, temporary, cached adjustments to its data model, but you’re not actually teaching it anything, because by its nature, it can’t learn.

    But that’s true of all (most ?) neural networks ? Are you saying Neural Networks are not AI and that they can’t learn ?

    NNs don’t retrain while they are being used, they are trained once then they cannot learn new behaviour or correct existing behaviour. If you want to make them better you need to run them a bunch of times, collect and annotate good/bad runs, then re-train them from scratch (or fine-tune them) with this new data. Just like LLMs because LLMs are neural networks.

    DmMacniel ,
    @DmMacniel@feddit.org avatar

    pretty sure that they were and still are called Bots though, atleast in the context of first person shooter.

    0laura ,
    @0laura@lemmy.world avatar

    look at the NBT tags for bats for example. it means artificial intelligence.

    www.digminecraft.com/data_tags/bat.php

    DmMacniel ,
    @DmMacniel@feddit.org avatar

    next thing you gonna say that boids are AI too…

    just because Mojang decided to name that flag noAI doesn’t mean it uses AI to govern its behavior.

    0laura ,
    @0laura@lemmy.world avatar

    Descriptivism advocates when AI smhingmyheads

    lmaydev ,

    They are neural networks which are some of the oldest AI tech we have.

    You can hate them, but they are by definition AI.

    DmMacniel ,
    @DmMacniel@feddit.org avatar

    uhm no, AI is relaying on neural networks (which are just weighted gates) but Neural Networks are not by definition AI.

    lmaydev ,

    I’m sorry but they absolutely are.

    DmMacniel ,
    @DmMacniel@feddit.org avatar

    sorry, but I disagree.

    aaaa ,

    Complaining that it’s called AI is like complaining that smartphones are called smart. There’s no stopping it, you just end up sounding like an old man yelling at the cloud. (Which isn’t really a cloud, but we still call it that)

    DmMacniel ,
    @DmMacniel@feddit.org avatar

    Nah, smartphones being actually “smarter” than feature phones as in you can do way more than just basic stuff like calling, messaging people, run a simple calculation, having a calendar etc.

    daniskarma , (edited )

    I don’t see the “is not actual AI” argument.

    Since the 80 AI has just been algorithms and proposals for neural networks.

    It never has need to have a “soul” or “be sentient” to be Artificial Intelligence.

    Even a simple Tic Tac Toc opponent algorithm has been called AI without much complaining about it.

    Also AI didn’t got called AI by corporations. That naming for the technology dates from where it was being proposed as concepts in universities.

    Treczoks ,

    Sometimes it is more like “AI is like a hammer in a world full of screws.”

    Flax_vert ,

    It’s not good at replacing your job, but good at convincing your boss that it can

    downpunxx ,

    it's very difficult to use jello as a hammer

    valkyre09 ,

    Probably just as difficult as justifying the “AI” component of this light: amzn.eu/d/08yAcZpp

    suzune ,

    Basically what I said to people who asked me about my opinion on AI.

    Exactly it was: “AI is a tool like a hammer. If you hit your finger, don’t complain about the tool, but because you simply used it wrong.”

    snooggums ,

    Except AI is a pipe wrench pretending to be a hammer.

    MajorHavoc , (edited )

    True.

    And I get where you’re going, but pipe wrenches are still way too useful in too many situations. AI is a like a disc brake compressor hand tool, being sold as the solution to everything else.

    When I mention how much I like it for compressing a disc brake, I feel like people look at me like I’m crazy for falling off the hype train.

    Edit: And by people, I mean AI hype shill bots, probably.

    ironhydroxide OP ,

    Yes, but your disk brake compressor tool could also be a hammer.

    kibiz0r ,

    It’s more like Jefferson’s dumbwaiter, in that it was created by someone who verbally supported an egalitarian utopian vision of society, but the device itself is a scale model of an exploitative social system. At one station of the device, unpaid/low-paid labor operates out of view of the user, and then at the other station, the user enjoys an almost-magical appearance of an answer to their request.

    No tool is “just a tool”, after all. In that way, AI

    (That section of the video leans heavily on Do Artifacts Have Politics?, which is a pretty short and accessible essay. If you’re not convinced that artifacts do have politics, and you don’t want to watch the video, just read a few paragraphs of the essay.)

    Dagwood222 ,

    Nope. It’s more like that weird thing you brought at 3 am off of the Home Shopping Network because you were in a really bad place and thought it would make you feel better.

    Now it’s taking up space and you don’t want to throw it out because that would mean you’re a failure…

    hahattpro ,

    I am really piss off when Reddit use AI to shadowbanned my account. They never tell the reason. They just hide my interaction to outerworld, assuming that i am dumb and never found out.

    As a result, all subsequent accounts i try to create are shadowbanned after 5 minutes because my phone in blacklist.

    hahattpro ,

    Appeals everyday but never get responded. I am sure all of this is handling by AI.

    givesomefucks ,

    Welcome to capitalism.

    AI is the new thing, so cramming it into a product increase funding and/or stock price.

    Even if it hurts the product.

    vzq ,

    Even if it hurts the product

    Because the product is not the product. The stock valuation is the product.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines