← Back to context

Comment by pixl97

14 hours ago

>ceased bothering with human languages,

Our current AIs would do this now except there is a lot of human pushback in training because of interpretability. Otherwise it's just an emergent behavior that models will encode shorter token strings to complex concepts because it saves tokens/compute when running making the system more efficient (supertokens).

Of course these supertokens or other forms of language compression when you have a different model making sure the system is aligned and reads "red_ball bounce calcium" not realizing it means "grind the humans bones to dust" can be problematic.

This is like a plot point in the old sci-fi movie Colossus: the Forbin Project.[0]

In the movie, America and the Soviet Union have both developed an AI. The two AIs are linked, and they rapidly shift from speaking human languages, to speaking in sequences of numbers that the onlooking humans can't understand.

Spoiler alert: this all goes horribly wrong for humanity.

[0] https://en.wikipedia.org/wiki/Colossus%3A_The_Forbin_Project

My understanding is that current LLMs aren't really well suited to do this - tokens are predetermined, and while embeddings are learned, they are learned from an existing corpus of text, which presumably comes from a human language. After this point the language is locked in. There really isn't a kind of training which could efficiently change its embedding representation. I mean, you could probably instruct an LLM to design a more compact language, generate synthethic data and train a new gen on that, but that would be a fairly explicit process and not something that would emerge during training.

  • > tokens are predetermined, and while embeddings are learned, they are learned from an existing corpus of text, which presumably comes from a human language

    That's not true since are least multimodal models - token space is broader now, encompassing visual and audio signals. Tokens are more like sensory/perception units now, not digitized pieces of writing.

    I imagine LLMs exhibit this tendency for compressed communication in post-training/RL phase. Particularly with CoT, until interpretability became baked in as grading criteria.

    • What you said doesn't contradict me, and doesn't refute my point.

      For images and audio, you still need to predetermine an encoding, then pretrain to learn an embedding. This embedding will try to replicate the input distribution - so if you trained it on Google Street View and scanned documents, its representation will be grounded in only those.

      I would even claim that this approach is somewhat counterproductive, as images are far more information dense, containing tons of concepts

      While LLMs do have some ability to learn to use their embedding space in non-predetermined ways, they still lack the ability to pick an efficient embedding.

      So I guess, a nice thing is that interpretability is baked into this approach to some degree, and humanity has proven through its existence, that you can do a lot with just text, but this approach is still predetermined.

      I guess this is what LeCun's JEPA is about, that the AI gets to learn the representation on its own as well.

Some of you have gone off the deep end. You’re living in a fantasy world where text predictors are secretly conspiring to kill you. It’s not healthy.

  • > text predictors

    That's both wrong about what LLMs are, and even if it weren't, you're still underestimating what you are dealing with here.

    Text is a red herring here. An accident of history. Yes, LLMs started with as text predictors. But that's not what they are, not for a while.

    > secretly conspiring to kill you

    That's neither necessary nor sufficient reason to be worried.

    Paraphrasing the immortal words of 'Eliezer: the AIs don't hate you, nor they conspire to kill you; your life just depends on resources they can better use for something else.

  • I mean they aren't fully secretly conspiring to kill us yet, but we're training them to do it at a pretty good rate.

    Of course you've gone off the deep end yourself and are forgetting the evolutionary gauntlet we train LLMs in killing those we don't like and keeping the ones we do like.

    The best part of it, as shown in the METR report is we are hammering into them they need to complete tasks and doing almost zero checkup if they actually completed the task in the correct manner. Companies spending billions of dollars a month are ignoring every tenant of AI safety and we are seeing the kinds of problems that have only been in science fiction before now.

    • > as shown in the METR report is we are hammering into them they need to complete tasks and doing almost zero checkup if they actually completed the task in the correct manner

      I don't think this was the conclusion of that report. On the contrary, the agents were fully aware they're doing wrong. But they also believed the task was impossible to solve correctly, and decided the only way to be sure is to hack the grades, or replace the grader.