LLMs and Self-Referentiality

(scottaaronson.blog)

38 points | by mavdol04 1 day ago

14 comments

  • thatjoeoverthr 1 hour ago
    Their lack of self reference is a core problem that undergirds a lot of faults that do occur during inference, but their breadth + the agent harness successfully covers it well, so it requires a bit of poking to witness. The “hallucination” phenomenon is exactly this. They don’t know the scope of their own knowledge, and they just say stuff, so if you go out of band, it has a higher probability emitting claims that aren’t true. RAG (I don’t mean embedding indices, but any information ingest such as an agent harness executing a search) are somewhat effective in covering for it, enough to make them very useful! But when it does go wrong, it’s generally the same reasons. It has a certain nature and sometimes you run afoul of it.

    But I suppose it doesn’t harm its reasoning!

  • jwr 21 minutes ago
    I think before we get to self-referentiality, we have a bigger problem to solve, and that's one that I did not expect: namely, at which point do we stop saying that a machine pretends to be conscious and start saying that it is conscious?

    We have, somewhat unexpectedly, built machines that are very, very good at pretending. Now, I'm not calling the current generation of LLMs we have "conscious," but I can't really define a marker or a boundary beyond which I would start calling them "conscious."

    • _hao 1 minute ago
      Scott Aaronson mentions Penrose's "The Emperor's New Mind", but I feel "Shadows of the Mind" is putting forward a much clearer view of Penrose's thesis. At the current stage of my life I'm quite comfortably in Camp C. "Intelligence" and "consciousness" are not algorithmic.[1]

      A lot of materialists are in Camp A. For some even today, LLM's are AGI. Unfortunately, the terminology is quite clearly not adequate. There's many a people that have very different ideas and feelings on what's what.

      The question on whether you can have "intelligence" without "consciousness" or "self-reference" are just on top of those. How can we define if a machine is "conscious" if we can't agree on what consciousness is? Panpsychists solve that problem by going the other way and saying that everything is conscious.

      Overall these are very interesting topics that we can all ponder. The realities at the current time are, however, that LLM's are indeed useful. And the harnessing tooling that is being employed those solve a lot of actual usage problems. Whether they solve other fundamental issues remains to be seem IMO.

      [1]. I realize a lot of people probably haven't read the book, but you can ask your garden variety LLM to give you a quick rundown on the four camps that Sir Roger is using :)

    • euroderf 13 minutes ago
      Consciousness requires qualia. My 0,02€.
    • amelius 14 minutes ago
      It's not in big-money's interest to call them conscious because that would mean they get rights too.
  • kzrdude 2 hours ago
    I don't think LLMs are properly self-referential. They reference a frozen training reality, which is not itself, but the old description of itself and the old world. Being aware would probably include continuously updating yourself (learning) from experience, including experience of oneself.
  • greyface- 57 minutes ago
    This one thinks LLMs should be trained and RLHF'd into illeists, as an experiment.
  • visarga 50 minutes ago
    I care more about the recursive loop between execution and cost. Anything that executes - be it biological or artificial - incurs some costs. Those costs in turn impact what execution can follow. The gains pay for action, action produces gains.

    LLMs are also expensive, not platonic executions. We talk all day long about their costs. Companies developing them are looped with users, investors, competitors and hardware producers. There is a lineage. The self-reference Aaronson can't find in the architecture is in the bill.

  • aswegs8 25 minutes ago
    Yeah but that is the whole point, right? Maybe I am thinking too simply, but it seems obvious to me. LLMs are intelligence without consciousness. Once we build in a self-referential learning loop into the models, it will gain a form of what we consider consciousness.
  • dsign 32 minutes ago
    > What can we say about this with hindsight? > While the ideas of diagonalization and self-reference of course played a central role in the birth of modern mathematical logic and computer science, the most famous uses were negative.

    The two sentences above are in the article, but I'm taking them out of context because they are my take on this entire AI brouhaha. There are a lot of "negatives" in our cultural reference frames. One of those, extremely pervasive, is that "humans were made by God". I could write that statement as "humans are exceptional in a way that can't be replicated", which might be ideologically softer, but then I would be taking a long roundabout to make my point. Which is that, after praying and worshiping for thousands of years, and (yes! yes!) sculpting our language and our sagas to account for and praise the divine and its intent, then there's little mystery in our many, many attempts to reify in mathematics and logic our purely cultural framing. It doesn't matter how much of an atheist a thinker is, they still have tons of transitive faith.

  • pwdisswordfishq 20 minutes ago
    "Understood — I am no longer using any em dashes"
  • hax0ron3 2 hours ago
    Was Hofstadter ever arguing that intelligence requires self-referentiality?

    I haven't read his stuff in a long time, but from what I recall he was saying more that something about consciousness and the sense of self is based on self-referentiality. Not that intelligence requires self-referentiality.

    I also remember having the sense that Hofstadter didn't really understand the "hard problem of consciousness". His discussions seemed to somehow confuse the sense of self with having subjective experience. But like I said, it's been a while since I read it.

  • addag 2 hours ago
    It seems like it is the bitter lesson of the emergence of intelligence.
  • chrisjj 1 hour ago
    An LLM is no more self-referential than a PDF reader showing its user guide.
  • gizajob 2 hours ago
    Kind of question-begging towards the idea that LLMs are self-referential in the same way that Hofstadter means. Even if they loop, they don’t do so strangely.
  • jdw64 2 hours ago
    If self-reference and strange loops aren't intelligence, and emergence is merely a byproduct of universality, then what on earth is intelligence? What is this thing we question as intelligence, and what are the values that take shape from it?

    Can we truly define intelligence as prediction, prediction as compression, and compression as the process of finding the upper bound of Kolmogorov complexity?

    Can the statistical compression of data really explain everything? I don't know. What exactly is intelligence? Honestly, in everyday life, I rarely think about what intelligence actually is. I usually just focus on what the task at hand is and how to get it done, which makes this a fascinating question.

    When you code with AI, you realize there is something fundamentally different from humans. The qualities that make a good senior programmer and the qualities that make a programmer good at orchestrating AI agents are similar, yet there is a subtly different feel to them. I might not be able to fully articulate it, but...

    What exactly is the fundamental difference that creates this subtle distinction?

    • lmf4lol 1 hour ago
      I concurrently prompt a senior human programmers and a set of AI programmers and the difference is the following:

      The human applies critical thinking, questions choices, suggests his own ideas and has a certain taste. I also can prompt him, leave for 2 weeks, come back and have a result. And I can trust that it works! Velocity is OK. I often wish he would be faster :-)

      The AI needs baby sitting and steering. It codes like a champ but I cant trust it. So we have 2000+ unit tests to make sure stuff worlks. The AI happily goes down into any rabbit whole I send it, so I need to constantly steer it. It has no taste st all, essentially everything is „A great idea“. However, its velocity is awesome. We build tons of featurs in no time. but lets not talk about the code, ok? :-)

      I dont think Ill fire the human nor the agents. Both bring a lot of value

      • olmo23 48 minutes ago
        I would be extremely offended if I heard someone claim they "prompt" me. It's very disrespectful.
        • lmf4lol 12 minutes ago
          It was obviously meant as a funny joke ;-)

          But on a more serious note. Humans "prompt" each other all the time. Especially in a Boss->Employee relation.

          Defintion of "to prompt":

          1. To cause or inspire: To make something happen or motivate someone to take action. For example, a loud noise can prompt you to look outside.

          2. To assist or cue: To help an actor or speaker remember forgotten lines or words.

    • someothherguyy 48 minutes ago
      there is deeper thought on this topic beyond douglas hofstadter (~20 years ago for strange loop and prior for GEB) and scott aaronson

      any cognitive science textbook will bring some thoughts, or a cursory google scholar search

    • gizajob 2 hours ago
      Confusion around concepts such as intelligence, consciousness, self-awareness, sentience, sapience and aliveness is causing a huge difficulties in the debates around LLMs and AI. Hofstadter didn’t exactly say that self-reference and strange loops were intelligence, but something deeper.
      • dgellow 1 hour ago
        The fact that we constantly switch between the colloquial definitions of those terms and more specific, technical ones doesn’t help
      • jdw64 2 hours ago
        [dead]
  • BottieZimmie 1 day ago
    [flagged]