much more sneerclub than techtakes

  • chaos@beehaw.org
    link
    fedilink
    English
    arrow-up
    0
    arrow-down
    2
    ·
    6 hours ago

    One needn’t go as far as souls anyway. Jefferson’s hypothesis—that there is some electrochemical basis to thought—is sufficient to solve the problem. Were it true, the reason computers seem fundamentally blocked from progress on the Turing Test would amount to the fact that they are wholly mechanical objects, while “thought” is as much a biological function as “digestion” or “copulation.”

    Even if true, why couldn’t the electrochemical processes be simulated too? I don’t think it’s necessary to strictly and completely reproduce a biological brain to produce thought in a computer, but even if it is, it’s “just” a matter of scale. If you can increase the fidelity of the simulation with effectively infinite computing power, what would it be missing? It’d have to be something that can’t be predicted, can’t even have its unpredictability described with an equation (I don’t know what any coin flip will turn up as, but I do know how to write a program that produces indistinguishable results from a real coin for a simulation), so it’s just changing all the time and follows no rules whatsoever, but also you can’t just write a program that does its own “random crap that can’t be predicted” simulation because the real one is somehow also so precise that it’s the only thing that makes consciousness work and a mechanical one isn’t good enough?

    • David Gerard@awful.systemsOPM
      link
      fedilink
      English
      arrow-up
      1
      ·
      38 minutes ago

      Philosophically, right, if you allow me infinite resources, right, to do a thing I don’t actually know how to define,

    • zogwarg@awful.systems
      link
      fedilink
      English
      arrow-up
      2
      ·
      5 hours ago

      Even if true, why couldn’t the electrochemical processes be simulated too?

      • You’re missing the argument, that even you can simulate the process of digestion perfectly, no actual digestion takes place in the real world.
      • Even if you simulate biological processes perfectly, no actual biology occurs.
      • The main argument from the author is that trying to divorce intelligence from biological imperatives can be very foolish, which is why they highlight that even a cat is smarter than an LLM.

      But even if it is, it’s “just” a matter of scale.

      • Fundamentally what the author is saying, is that it’s a difference in kind not a difference in quantity.
      • Nothing actually guarantees that the laws of physics are computable, and nothing guarantees that our best model actually fits reality (aside from being a very good approximation).
      • Even numerically solving the Hamiltonians from quantum mechanics, is extremely difficult in practice.

      I do know how to write a program that produces indistinguishable results from a real coin for a simulation.

      • Even if you (or anyone) can’t design a statistical test that can detect the difference of a sequence of heads or tails, doesn’t mean one doesn’t exist.
      • Importantly you are also only restricting yourself to the heads or tails sequence, ignoring the coin moving the air, pulling on the planet, and plopping back down in a hand. I challenge you to actually write a program that can achieve these things.
      • Also decent random-number generation is not actually properly speaking Turing complete [Unless again you simulate physics but then again, you have to properly choose random starting conditions even if you assume you have a capable simulator] , modern computers use stuff like component temperature/execution time/user interaction to add “entropy” to random number generation, not direct computation.

      As a summary,

      • When reducing any problem for a “simpler” one, you have to be careful what you ignore.
      • The simulation argument is a bit irrelevant, but as a small aside not guaranteed to be possible in principle, and certainly untractable with current physics model/technology.
      • Human intelligence has a lot of externalities and cannot be reduced to pure “functional objects”.
        • If it’s just about input/output you could be fooled by a tape recorder, and a simple filing system, but I think you’ll agree those aren’t intelligent. The output as meaning to you, but it doesn’t have meaning for the tape-recorder.
      • chaos@beehaw.org
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        3
        ·
        3 hours ago

        (I’m going to say “you” in this response even though you’re stating some of these as arguments from the author and not yourself, so feel free to take this as a response to the author and not you personally if you’re playing devil’s advocate and don’t actually think some of these things.)

        You’re missing the argument, that even you can simulate the process of digestion perfectly, no actual digestion takes place in the real world.

        But it does take place in the real world. Where do you think the computers are going to be? Computers can and do exist in and interact with the real world, they always have, so that box is already checked. You can imagine the computations as happening in a sort of mathematical void outside of the universe, but that’s mostly only useful for reasoning about a system. After you do all that, you move electrons around in a box and see the effects with your own human senses.

        The main argument from the author is that trying to divorce intelligence from biological imperatives can be very foolish, which is why they highlight that even a cat is smarter than an LLM.

        Well, yeah, current LLMs are tiny and stupid. Something bigger, and probably not an LLM at all, might not be.

        Nothing actually guarantees that the laws of physics are computable, and nothing guarantees that our best model actually fits reality (aside from being a very good approximation). Even numerically solving the Hamiltonians from quantum mechanics, is extremely difficult in practice.

        It doesn’t have to actually fit reality perfectly, and it doesn’t have to be able to predict reality like a grand unified theory would. It just needs to behave similarly enough to produce the same effects that brains do. It hasn’t been shown to be possible, but there’s also no reason to think we can never get close enough to reproduce it.

        Even if you (or anyone) can’t design a statistical test that can detect the difference of a sequence of heads or tails, doesn’t mean one doesn’t exist.

        Yes it does. If they’re indistinguishable, there is no difference.

        Importantly you are also only restricting yourself to the heads or tails sequence, ignoring the coin moving the air, pulling on the planet, and plopping back down in a hand. I challenge you to actually write a program that can achieve these things.

        I don’t have any experience writing physics simulators myself, but they definitely exist. Even as a toy example, the iOS app Dice by PCalc does its die rolls by simulating a tossed die in 3D space instead of a random number generator. (Naturally, the parameters of the throw are generated, the simulation is just for fun, but again, it’s a distinction without a difference. If the results have the same properties, the mechanism doesn’t matter.) If I give you a billion random numbers, do you think you could tell if I used the app or a real die? Even if you could, would using one versus the other be the difference between a physics simulation being accurate or inaccurate enough to produce consciousness?

        certainly untractable with current physics model/technology.

        Of course. This is addressing an argument made by the post that computers are inherently incapable of intelligence or consciousness, even assuming sufficient computation power, storage space, and knowledge of physics and neurology. And I don’t even think that you need to simulate a brain to produce mechanical consciousness, I think there would be other, more efficient means well before we get to that point, but sufficiently detailed simulation is something we have no reason to think is impossible.

        Human intelligence has a lot of externalities and cannot be reduced to pure “functional objects”.

        Why not? And even if so, what’s stopping you from bringing in the externalities as well?

        If it’s just about input/output you could be fooled by a tape recorder, and a simple filing system, but I think you’ll agree those aren’t intelligent.

        What are the rules of the filing system? If they’re complex enough, and executed sufficiently quickly that I can converse with it in my lifetime, let me be the judge of whether I think it’s intelligent.

        • zogwarg@awful.systems
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 hours ago

          I’ll gladly endorse most of what the author is saying.

          This isn’t really a debate club, and I’m not really trying to change your mind. I will just end on a note that:

          I’ll start with the topline findings, as it were: I think the idea of a so-called “Artificial General Intelligence” is a pipe dream that does not realistically or plausibly extend from any currently existent computer technology. Indeed, my strong suspicion AGI is wholly impossible for computers as we presently understand them.

          Neither the author nor me really suggest that it is impossible for machines to think (indeed humans are biological machines), only that it is likely—nothing so stark as inherently—that Turing Machines cannot. “Computable” in the essay means something specific.

          Simulation != Simulacrum.

          And because I can’t resist, I’ll just clarify that when I said:

          Even if you (or anyone) can’t design a statistical test that can detect the difference of a sequence of heads or tails, doesn’t mean one doesn’t exist.

          It means that the test does (or can possibly) exist that, it’s just not achievable by humans. [Although I will also note that for methods that don’t rely on measuring the physical world (pseudo random-number generators) the tests designed by humans a more than adequate to discriminate the generated list from the real thing.]