Language is in the eye of the perceiver

2026-09-13

I was talking with a colleague the other day about the particular ways Large Language Model (llm) output gets under our skin. Neither of us was making a grand claim about the technology; we were comparing notes on an ordinary work task. He was tired of being congratulated. The model would give him perfectly serviceable code and then congratulate him for asking such thoughtful questions to prompt that output. I, on the other hand, was tired of the overly explanatory tone: the long preamble, the insistence on explaining why every small thing mattered.

What struck me was that we were talking about the same model, doing nearly the same work, and seeing essentially the same output1. Yet we described two very different experiences. He experienced a sycophant. I experienced a lecturer. The text (or strings of tokens in the parlance of llms) may have been similar, but the speakers2 we each perceived we were dealing with behind that text were not.

And this gets at something about our relationship with these systems: we do not merely read their output. We interpret it. We project a speaker, a stance, an intention, and sometimes a personality. And once those are in place, a string of tokens can feel like communication from an intelligence—even when the things we are responding to may be as much in us as in the text.3

We are very good at finding language

There is a cautionary tale in the history of ape-language research. In the 1960s and 1970s, several projects tried to teach non-human great apes American Sign Language (asl). Those projects were complicated in many ways4. The animals involved certainly learned things: they could produce signs based on stimuli, they even strung some of those signs together into sequences. But claims that apes had acquired human-like language were much more contentious.

Hanuman, pointing the way
Hanuman, pointing the way

The story of Nim Chimpsky is one example that stays with me5. Researchers working with a chimpanzee named Nim Chimpsky initially observed sequences of signs that looked, on the surface, like sentences. Writing in 1979, Terrace said that he had become convinced those combinations were grammatical and comparable to the first sentences of a child.6

But after reviewing more than 19,000 multi-sign utterances and returning to the videotapes of the interactions, the researchers reached a much narrower conclusion. Many of Nim’s signs followed prompts from his teachers or repeated signs they had just made. The apparent sentences did not provide evidence for the grammar the researchers had hoped to find.

Initially, the regularities I observed in thousands of Nim’s communications in sign language suggested that he was, in fact, using a grammar. However, after analyzing videotapes of his “conversations” with his teachers, I discovered that the sequences of words that looked like sentences were subtle imitations of the teacher’s sequences.7

This was not a story about researchers lying or fabricating data. An animal was responding to them with learned signs, in context, and apparently in turn. That is exactly the sort of situation in which a human being is primed to find meaning. And so that is what they did: they projected on to Nim language when there was none.

The later analysis was valuable because it allowed the researcher without direct and proximate access to the social and environmental influences that make us want to see linguistic communication where there might not be any to actually see that there was no real, human-like language here. A sequence can look like a sentence without being generated by a grammar. A response can be useful, well-structured8, and relevant without being a contribution that is conveying meaning in the way that humans do when we use language.

Fluency gives us a lot to project onto

llms put that distinction under unusual pressure. We do not see token probabilities or a training process. We see text that takes a turn in a conversation, adopts a tone, refers back to what we wrote, and can be surprisingly well crafted. It would be strange if we didn’t treat those cues as evidence of a speaker.

linen, text, art
linen, text, art

But the cues are not the same thing as a speaker. When an llm praises us, explains something at length, or sounds apologetic, it has produced text that conventionally performs praise, explanation, or apology. It does not follow that there is an entity behind the text that admires us, wants us to understand, or feels regret. The output can be genuinely useful without carrying the human intentions that those forms normally imply.

Anyone who has taken the most basic of introductions to linguistics knows that not only is text not language. Writing is a way to encode a language, but the thing that we as humans naturally learn as children is spoken or signed. We learn this without conscious effort or teaching, and so long as one is exposed to a language as a child, one will acquire that language natively. Whereas reading and writing are things we need to teach (and for us unfortunate English speakers/readers with much difficulty due to our various spelling idiosyncrasies!) actively to learn. Another way to think about this, of the ~7k known languages, somewhere around 3k have no recorded writing system.9

one, two, three
one, two, three

Defining what language actually is requires (as far as we know to this point) a human speaker and perceiver and exists in the context of a community of people who share a common language. Though there is a lot of debate about what constitutes language (and especially how to draw boundaries between one language and another), it frequently comes down to “do these two individuals understand each other” also known as mutual intelligibility.10

Just because a system can output text which conforms to the orthographic conventions of a language and is syntactically, morphologically, and seemingly semantically well-formed, does not mean that the thing that produced it is communicating with us. But the form is so human-language-like that our brains can’t help but project a human-like speaker where there is none. It doesn’t help that many of the names for various facets and features of LLM harnesses use anthropomorphism: thinking to mean iterating in a loop of output as input, memory to mean previous inputs and outputs, even conversation for the sequence of input and output.

The model is not the only source of tone

And this comes back to how my colleague and I had such different perceptions of that output we were seeing. The model had not changed personalities between our conversations. We brought different histories and expectations to broadly similar text.

For him, a gratuitous “great question” was a little social performance that he had not asked for. For me, an elaborate explanation was a different sort of performance: it suggested the model assumed I needed to be led gently through the obvious. The annoyance was real in both cases. But it was not proof that the model was either secretly flattering him or condescending to me. We were reacting to familiar conversational signals, and each of us was especially attuned to a different one. Ultimately: we were projecting our own perceptions onto the text we were seeing.

Read the output, not the imagined, projected author

There is a practical benefit to keeping that distinction in mind. It helps us evaluate llm output on the things that matter: is it correct, relevant, complete enough, and appropriate for the task? It encourages us to verify both the output and our perception of the output rather than treating confidence and polish as expertise. Just because something is syntactically correct doesn’t mean it’s the right answer to a question posed.

And this reflection on what we are reading and what it makes us think about the person or machine that produced this text is good practice even with human-crafted text and communication: a healthy skepticism when someone is selling you something and they seem to be saying all the right things is beneficial.

Language is an inherently social activity: something speakers and listeners do with one another, complete with assumptions about who is speaking and why. llms are extraordinarily good at giving us words that invite those assumptions to be foisted on the output. The lesson is not that the words are useless. It is that meaning, intention, and intelligence are not interchangeable—and that some of what we encounter in the output is our own remarkably capable impulse to assume a human-like intelligence behind the text. Checking our innate tendencies to anthropomorphize helps us use these tools as tools instead of inventing stories about beings that don’t exist.

Many thanks to Erika for their feedback on drafts of this post.


  1. Of course, these models are stochastic and the prompts and context leading to the output will produce different results too. But for all practical purposes the alleged intelligence in these models is exactly the same — it’s the same weights being applied to the context input to produce a (somewhat randomized) output. We aren’t talking about vastly different models that have been trained to produce different styles. ↩︎

  2. I’m using the word speaker here in an expansive sense: any human producer of language, be it spoken language or signed language. ↩︎

  3. I even ended the chat with “the call is coming from inside the house!” ↩︎

  4. There is a whole fascinating history of ableism, colonialism, and general messed-up-edness in this. For the longest time, researchers wanted to try and teach apes language, but knew that the vocal physiology of apes was incompatible with spoken human language. But when, in the 1960s it was finally recognized that signed languages are, in fact, actual languages suddenly the field boomed: there was a “newly-invented” (obviously not actually newly or invented!) language that could be used, without all the trappings of the human vocal tract. But that’s a different blog post! ↩︎

  5. It helps that there’s a good documentary about the whole project that is worth a watch: Project Nim directed by James Marsh ↩︎

  6. H. S. Terrace, L. A. Petitto, R. J. Sanders, and T. G. Bever, “Can an Ape Create a Sentence?,” Science 206, no. 4421 (1979): 891–902. ↩︎

  7. H. S. Terrace, “How Nim Chimpsky Changed My Mind,” Psychology Today 13, no. 6 (November 1979): 65–76. ↩︎

  8. Though it should be noted that the ape studies all found relatively simplistic structures and sequences, even in the most generous cases. ↩︎

  9. From the Ethnologue “The exact number of unwritten languages is difficult to determine precisely. Ethnologue (28th edition) has data to indicate that of the currently listed 7,170 living languages, 4,153 have a developed writing system.” ↩︎

  10. The classic examples being the Scandinavian languages which are all more or less mutually intelligible, though are described as “different languages”. Compared with the “Chinese Language” which in many cases lumps Mandarin and Cantonese together which have as much mutual intelligibility as Portuguese and French! ↩︎