Skip to content

We need to stop pretending AI is intelligent

Technology
245 131 0
  • Huh? Since when an AI's purpose is to "imitate human behavior"? AI is about solving problems.

    It is and it isn't. Again, the whole thing is super vague. Machine vision or pattern seeking algorithms do not try to imitate any human behavior, but they fall under AI.

    Let me put it this way: Things that try to imitate human behavior or intelligence are AI, but not all AI is about trying to imitate human behavior or intelligence.

  • Be careful... If you get in an accident I guaran-god-damn-tee you they will use it as an excuse not to pay out. Maybe after a lawsuit you'd see some money but at that point half of it goes to the lawyer and you're still screwed.

    Oh I'm aware of the potential pitfalls but it's something I'm willing to risk to stick it to insurance. I wouldn't even carry it if it wasn't required by law. I have the funds to cover what they would cover.

  • I’m still sad about that dot. 😥

    The dot does not care. It can't even care. I doesn't even know it exists. I can't know shit.

  • We are constantly fed a version of AI that looks, sounds and acts suspiciously like us. It speaks in polished sentences, mimics emotions, expresses curiosity, claims to feel compassion, even dabbles in what it calls creativity.

    But what we call AI today is nothing more than a statistical machine: a digital parrot regurgitating patterns mined from oceans of human data (the situation hasn’t changed much since it was discussed here five years ago). When it writes an answer to a question, it literally just guesses which letter and word will come next in a sequence – based on the data it’s been trained on.

    This means AI has no understanding. No consciousness. No knowledge in any real, human sense. Just pure probability-driven, engineered brilliance — nothing more, and nothing less.

    So why is a real “thinking” AI likely impossible? Because it’s bodiless. It has no senses, no flesh, no nerves, no pain, no pleasure. It doesn’t hunger, desire or fear. And because there is no cognition — not a shred — there’s a fundamental gap between the data it consumes (data born out of human feelings and experience) and what it can do with them.

    Philosopher David Chalmers calls the mysterious mechanism underlying the relationship between our physical body and consciousness the “hard problem of consciousness”. Eminent scientists have recently hypothesised that consciousness actually emerges from the integration of internal, mental states with sensory representations (such as changes in heart rate, sweating and much more).

    Given the paramount importance of the human senses and emotion for consciousness to “happen”, there is a profound and probably irreconcilable disconnect between general AI, the machine, and consciousness, a human phenomenon.

    The other thing that most people don't focus on is how we train LLMs.

    We're basically building something like a spider tailed viper. A spider tailed viper is a kind of snake that has a growth on its tail that looks a lot like a spider. It wiggles it around so it looks like a spider, convincing birds they've found a snack, and when the bird gets close enough the snake strikes and eats the bird.

    Now, I'm not saying we're building something that is designed to kill us. But, I am saying that we're putting enormous effort into building something that can fool us into thinking it's intelligent. We're not trying to build something that can do something intelligent. We're instead trying to build something that mimics intelligence.

    What we're effectively doing is looking at this thing that mimics a spider, and trying harder and harder to tweak its design so that it looks more and more realistic. What's crazy about that is that we're not building this to fool a predator so that we're not in danger. We're not doing it to fool prey, so we can catch and eat them more easily. We're doing it so we can fool ourselves.

    It's like if, instead of a spider-tailed snake, a snake evolved a bird-like tail, and evolution kept tweaking the design so that the tail was more and more likely to fool the snake so it would bite its own tail. Except, evolution doesn't work like that because a snake that ignored actual prey and instead insisted on attacking its own tail would be an evolutionary dead end. Only a truly stupid species like humans would intentionally design something that wasn't intelligent but mimicked intelligence well enough that other humans preferred it to actual information and knowledge.

  • It very much isn't and that's extremely technically wrong on many, many levels.

    Yet still one of the higher up voted comments here.

    Which says a lot.

    I'll be pedantic, but yeah. It's all transistors all the way down, and transistors are pretty much chained if/then switches.

  • Oh I'm aware of the potential pitfalls but it's something I'm willing to risk to stick it to insurance. I wouldn't even carry it if it wasn't required by law. I have the funds to cover what they would cover.

    If you have the funds you could self insure. You'd need to look up the details for your jurisdiction, but the gist of it is you keep the amount required coverage in an account that you never touch until you need to pay out.

  • My auto correct doesn't care.

    So you trust your slm more than your fellow humans?

  • We are constantly fed a version of AI that looks, sounds and acts suspiciously like us. It speaks in polished sentences, mimics emotions, expresses curiosity, claims to feel compassion, even dabbles in what it calls creativity.

    But what we call AI today is nothing more than a statistical machine: a digital parrot regurgitating patterns mined from oceans of human data (the situation hasn’t changed much since it was discussed here five years ago). When it writes an answer to a question, it literally just guesses which letter and word will come next in a sequence – based on the data it’s been trained on.

    This means AI has no understanding. No consciousness. No knowledge in any real, human sense. Just pure probability-driven, engineered brilliance — nothing more, and nothing less.

    So why is a real “thinking” AI likely impossible? Because it’s bodiless. It has no senses, no flesh, no nerves, no pain, no pleasure. It doesn’t hunger, desire or fear. And because there is no cognition — not a shred — there’s a fundamental gap between the data it consumes (data born out of human feelings and experience) and what it can do with them.

    Philosopher David Chalmers calls the mysterious mechanism underlying the relationship between our physical body and consciousness the “hard problem of consciousness”. Eminent scientists have recently hypothesised that consciousness actually emerges from the integration of internal, mental states with sensory representations (such as changes in heart rate, sweating and much more).

    Given the paramount importance of the human senses and emotion for consciousness to “happen”, there is a profound and probably irreconcilable disconnect between general AI, the machine, and consciousness, a human phenomenon.

    So why is a real “thinking” AI likely impossible? Because it’s bodiless. It has no senses, no flesh, no nerves, no pain, no pleasure.

    This is not a good argument.

  • Calling these new LLM's just if statements is quite a over simplification. These are technically something that has not existed before, they do enable use cases that previously were impossible to implement.

    This is far from General Intelligence, but there are solutions now to few coding issues that were near impossible 5 years ago

    5 years ago I would have laughed in your face if you came to suggest that can you code a code that summarizes this description that was inputed by user. Now I laugh that give me your wallet because I need to call API or buy few GPU's.

    I think the point is that this is not the path to general intelligence. This is more like cheating on the Turing test.

  • That is not really true. Yes, there are jump instructions being executed when you run interference on a model, but they are in no way related to the model itself. There's no translation of weights to jumps in transformers and the underlying attention mechanisms.

    I suggest reading https://en.m.wikipedia.org/wiki/Transformer_(deep_learning_architecture)

    That is not really true. Yes, there are jump instructions being executed when you run interference on a model, but they are in no way related to the model itself.

    The model is data. It needs to be operated on to get information out. That means lots of JMPs.

    If someone said viewing a gif is just a bunch of if-else's, that's also true. That the data in the gif isn't itself a bunch of if-else's isn't relevant.

    Executing LLM'S is particularly JMP heavy. It's why you need massive fast ram because caching doesn't help them.

  • Then, unfortunately, you're even less self-aware than the average LLM chatbot.

    Dude chatbots lie about their "internal reasoning process" because they don't really have one.

    Writing is an offshoot of verbal language, which during construction for people almost always has more to do with sound and personal style than the popularity of words. It's not uncommon to bump into individuals that have a near singular personal grammar and vocabulary and that speak and write completely differently with a distinct style of their own. Also, people are terrible at probabilities.

    As a person, I can also learn a fucking concept and apply it without having to have millions of examples of it in my "training data". Because I'm a person not a fucking statistical model.

    But you know, you have to leave your house, touch grass, and actually listen to some people speak that aren't talking heads on television in order to discover that truth.

  • Dafuq? Artificial always means man-made.

    Nature also makes fake stuff. For example, fish that have an appendix that looks like a worm, to attract prey. It's a fake worm. Is it "artificial"? Nope. Not man made.

    May I present to you:

    The Marriam-Webster Dictionary

    Definition #3b

  • What do you mean what do I mean? You were the one that said about ideas in the first place...

    If you don't think humans can conceive of new ideas wholesale, then how do you think we ever invented anything (like, for instance, the languages that chat bots write)?

    Also, you're the one with the burden of proof in this exchange. It's a pretty hefty claim to say that humans are unable to conceive of new ideas and are simply chatbots with organs given that we created the freaking chat bot you are convinced we all are.

    You may not have new ideas, or be creative. So maybe you're a chatbot with organs, but people who aren't do exist.

  • So couldn't we say LLM's aren't really AI? Cuz that's what I've seen to come to terms with.

    Llms are really good relational databases, not an intelligence, imo

  • Pretty low bar honestly.

  • So why is a real “thinking” AI likely impossible? Because it’s bodiless. It has no senses, no flesh, no nerves, no pain, no pleasure.

    This is not a good argument.

    The book The Emperors new Mind is old (1989), but it gave a good argument why machine base AI was not possible. Our minds work on a fundamentally different principle then Turing machines.

  • If you have the funds you could self insure. You'd need to look up the details for your jurisdiction, but the gist of it is you keep the amount required coverage in an account that you never touch until you need to pay out.

    Hmm I have daydreamed about this scenario. I didn't realize it was a thing. Thanks, I'll check into it, though I wouldn't doubt if it's not a thing in my dystopian red flyover state.

    Edit: Yeah, you have to be the registered owner of 25 or more vehicles to qualify for self insurance in my state. So, dealers and rich people only, unfortunately.

  • May I present to you:

    The Marriam-Webster Dictionary

    Definition #3b

    Word roots say they have a point though. Artifice, Artificial etc. I think the main problem with the way both of the people above you are using this terminology is that they're focusing on the wrong word and how that word is being conflated with something it's not.

    LLM's are artificial. They are a man made thing that is intended to fool man into believing they are something they aren't. What we're meant to be convinced they are is sapiently intelligent.

    Mimicry is not sapience and that's where the argument for LLM's being real honest to God AI falls apart.

    Sapience is missing from Generative LLM's. They don't actually think. They don't actually have motivation. What we're doing when we anthropomorphize them is we are fooling ourselves into thinking they are a man-made reproduction of us without the meat flavored skin suit. That's not what's happening. But some of us are convinced that it is, or that it's near enough that it doesn't matter.

  • Dude chatbots lie about their "internal reasoning process" because they don't really have one.

    Writing is an offshoot of verbal language, which during construction for people almost always has more to do with sound and personal style than the popularity of words. It's not uncommon to bump into individuals that have a near singular personal grammar and vocabulary and that speak and write completely differently with a distinct style of their own. Also, people are terrible at probabilities.

    As a person, I can also learn a fucking concept and apply it without having to have millions of examples of it in my "training data". Because I'm a person not a fucking statistical model.

    But you know, you have to leave your house, touch grass, and actually listen to some people speak that aren't talking heads on television in order to discover that truth.

    Is that why you love saying touch grass so much? Because it's your own personal style and not because you think it's a popular thing to say?

    Or is it because you learned the fucking concept and not because it's been expressed too commonly in your "training data"? Honestly, it just sounds like you've heard too many people use that insult successfully and now you can't help but probabilistically express it after each comment lol.

    Maybe stop parroting other people and projecting that onto me and maybe you'd sound more convincing.

  • It is and it isn't. Again, the whole thing is super vague. Machine vision or pattern seeking algorithms do not try to imitate any human behavior, but they fall under AI.

    Let me put it this way: Things that try to imitate human behavior or intelligence are AI, but not all AI is about trying to imitate human behavior or intelligence.

    From a programming pov, a definition of AI could be an algorithm or construct that can solve problems or perform tasks without the programmer specifically solving that problem or programming the steps of the task but rather building something that can figure it out on its own.

    Though a lot of game AIs don't fit that description.

  • Something I noticed

    Technology technology
    2
    3 Stimmen
    2 Beiträge
    6 Aufrufe
    H
    This would be better suited in some casual ranting community. Or one concerned with tech bros. I think it's completely off topic here.
  • 128 Stimmen
    5 Beiträge
    6 Aufrufe
    V
    a subtle edit resolving a duplicate reference in a way that removes displays from the list of parts that must be replaceable by a layperson with basic tools That's fucking significant change, considering probably even more smartphones become ewaste from cracked screens than anything else by a long shot...
  • Microsoft Tests Removing Its Name From Bing Search Box

    Technology technology
    11
    1
    53 Stimmen
    11 Beiträge
    9 Aufrufe
    alphapuggle@programming.devA
    Worse. Office.com now takes me to m365.cloud.microsoft which as of today now takes me to a fucking Copilot chat window. Ofc no way to disable it because gee why would anyone want to do that?
  • 404 Stimmen
    143 Beiträge
    67 Aufrufe
    M
    If anyone ever tells you they can't hire enough of blank they are lying to you. People have been running excellent 911 service all over the country for longer than I've been alive maybe they should ask someone?
  • 371 Stimmen
    26 Beiträge
    16 Aufrufe
    hollownaught@lemmy.worldH
    Bit misleading. Tumour-associated antigens can very easily be detected very early. Problem is, these are only associated with cancer, and provide a very high rate of false positives They're better used as a stepping stone for further testing, or just seeing how advanced a cancer is That is to say, I'm assuming that's what this is about, as i didnt rwad the article. It's the first thing I thought of when I heard "cancer in bloodstream", as the other options tend to be a bit more bleak Edit: they're talking about cancer "shedding genetic material", which I hate how general they're being. Probably talking about proto oncogenes from dead tumour debris, but seems different to what I was expecting
  • 25 Stimmen
    9 Beiträge
    11 Aufrufe
    S
    I didn't care much about arc because it was chromium, but damn this is just bland and uninteresting compared to it
  • 1 Stimmen
    8 Beiträge
    11 Aufrufe
    L
    I think the principle could be applied to scan outside of the machine. It is making requests to 127.0.0.1:{port} - effectively using your computer as a "server" in a sort of reverse-SSRF attack. There's no reason it can't make requests to 10.10.10.1:{port} as well. Of course you'd need to guess the netmask of the network address range first, but this isn't that hard. In fact, if you consider that at least as far as the desktop site goes, most people will be browsing the web behind a standard consumer router left on defaults where it will be the first device in the DHCP range (e.g. 192.168.0.1 or 10.10.10.1), which tends to have a web UI on the LAN interface (port 8080, 80 or 443), then you'd only realistically need to scan a few addresses to determine the network address range. If you want to keep noise even lower, using just 192.168.0.1:80 and 192.168.1.1:80 I'd wager would cover 99% of consumer routers. From there you could assume that it's a /24 netmask and scan IPs to your heart's content. You could do top 10 most common ports type scans and go in-depth on anything you get a result on. I haven't tested this, but I don't see why it wouldn't work, when I was testing 13ft.io - a self-hosted 12ft.io paywall remover, an SSRF flaw like this absolutely let you perform any network request to any LAN address in range.
  • Data Bill: First They Came for Trans People

    Technology technology
    1
    1
    35 Stimmen
    1 Beiträge
    6 Aufrufe
    Niemand hat geantwortet