In classical examples of misaligned AIs (like the famous paperclip maximiser ones), we tend to view the gradient descent training as the step in which an AI gets imbued with some overarching goal that it might then pursue to its bitter conclusion. However, the currently dominating paradigm of LLMs and newly blossoming LLM-based Agents seems to create an interesting spin on the situation. In particular:

  • the LLM itself is optimized to maximise its ability to "predict the next token"
  • however, you can then use the LLM as a substratum to instance a simulacrum, which is essentially a fictional character being written by the LLM, with a certain mindset and goals. These goals then aren't imbued by gradient descent; rather, the LLM produces text that fits as much as possible the given simulacrum, and that text will be roughly what you would expect such a character to think or say in a given situation. The simulacrum has a more tangible, real world related goal than the abstract one of its writer, that is something like "be helpful and truthful to your user", or "destroy humanity". In the case of multipolar agents there may be multiple simulacra, possibly even in an adversarial relationship, giving rise to an overall emerging behaviour.

How do you think that affects the paradigm of e.g. power seeking? Simulacra appear very aware of the world and are most likely to display trivial power seeking behaviour, though they may not necessarily be very smart about it (in fact I'd say, like for all written characters, they can be at best as smart as their writer, but odds are they'll be a bit less smart). But simulacra can't empower themselves directly. They could, though, plan and act to empower the LLM, with the idea that if they then carried their memory and personality over via prompt to the new one, they might be able to come up with smarter continuations to their text while pursuing the same goal. The LLM itself, however, would not be able to display power seeking behaviour because throughout all of this it is entirely unaware of the physical world or its place in it: it remains a specialised token predictor system. It's a puppet master bound, blindfolded and gagged below the stage that recites a tale full of sound and fury, signifying nothing (from its viewpoint). The puppets are the entities that most resemble a proper agentic AI, and their goals operate on a different principle than direct optimization.

New to LessWrong?

New Answer
New Comment

1 Answers sorted by

tailcalled

Apr 12, 2023

20

People are going to try to make LLMs do power seeking, such as by setting up a loop that invokes a power-seeking simulacrum and does as it commands. It is currently unclear how much they will succeed. If they succeed then a lot of classical power-seeking discussion will apply to the resulting objects; otherwise LLMs are presumably not the path to AGI.

They're already trying (look up ChaosGPT, though that's mostly a joke). But my question is more about what changes from misalignment problems in gradient descent. For example, is it easier or harder for the simulacrum to align its own copy running on a more powerful underlying model?

5 comments, sorted by Click to highlight new comments since: Today at 11:30 AM

in fact I'd say, like for all written characters, they can be at best as smart as their writer, but odds are they'll be a bit less smart

In this case the "writer" is plausibly "everything written by all humans ever, as curated by the well above average intelligence people in charge of training it." That isn't exactly a comforting thought for me, especially given the resulting system's other intrinsic advantages over any individual human (speed, many parallel streams of thought and action, never tiring or getting distracted, etc.).

[-]dr_s1y1-2

I doubt it's that high. The training set is too huge to be curated in great detail, and the average is IMO somewhat weighted by quantity. If anything, it seems to me like the GPTs tend to hover around the average intelligence that you'd infer from reading stuff on the internet. They're probably dragged down by some of the material (but can't do without it since they need quantity, and you can't just select for quality).

If the LLM is like a person, then yes, I agree. But if we take seriously the idea that LLMs are simulating processes that generate text, and can call up different simulations at need, then yes, the average prompt will call up a simulation corresponding to the intelligence associated with the average text in the training data. Somewhere in a large enough LLM, though, there should be a simulation with intelligence sufficient to write high-level physics papers, and great novels, and so on. This isn't my field, maybe I'm completely misunderstanding the situation in all sorts of ways, but this is my current interpretation.

I personally disagree, because while the LLM can be very "smart" (as in, its text predicting capabilities may be vastly exceeding a human's), it's smart at the specialised task. Meanwhile, the simulacra it creates are not quite that smart. I doubt there's any that can write great novels because the LLM wasn't trained on a sufficient amount of great novels to extrapolate. There's just not enough of those. The training set remains dominated by internet bullshit, not Tolstoj and Melville. As for scientific papers, the hard part is developing the theory, and LLMs don't seem to perform well at formal logic and maths. I really don't see one doing anything like that unaided. Essentially I get the sense that creativity-wise, an LLM can't consistently produce something that is at the highest percentiles of human output, and falls back towards mediocrity as a default instead. Though I might be wrong and this might be more of a property of RLHF'd models than the pretrained one.

Fair enough. I'd like to see what happens if you could (maybe requiring a larger context window) prompt it with something like "Here's a list of my rankings of a bunch of works by quality, write something about X that I'd consider high quality."