Spine · Information THEORY and meaning
A spine traces the arc of a field and how it arrived at its present position.
Shannon made communication measurable without measuring meaning. Semantics formalized meaning. Pragmatics situated meaning in use and intention. Distributional semantics found statistical traces of meaning in use. Embeddings converted those traces into geometry. Transformers made the geometry contextual and dynamically compositional.
Stages are shown in a conceptual order. The true chronology diverges: Frege precedes Shannon by more than fifty years, and Harris precedes Grice. These traditions coexist rather than replace one another.
What this is
This is a spine trace, a conceptual timeline, not a claim that one field simply replaced the previous field. These traditions in research ask different questions, use different units of analysis, and continue to coexist.
The evolution from information theory to contextual representation of today should not read as a linear solution, but as a sequence of abstractions that progressively incorporated source uncertainty, denotation, compositionality, situated use, corpus distribution, vector geometry, and context-dependent prediction.
The spine at a glance
| Era | Primary question | Object modeled |
|---|---|---|
| Pre-1948 — Signal & channel engineering | How much can a communication channel carry, and how reliably? | Signals, symbol choices, bandwidth, noise |
| 1948 — Claude Shannon | How much uncertainty is resolved by receiving a message? | Probability distributions over messages and channels |
| 1956–1960s — Early AI & logic | Can intelligent behavior be represented and produced through symbolic rules? | Symbols, formal languages, logical expressions, search spaces |
| 1960s–1970s — Formal semantics | What does an expression denote, mean, or make true? | Expressions, denotations, models, possible worlds, truth conditions |
| 1960s–1980s — Pragmatics | What is a speaker doing or communicating in context? | Utterances, speakers, hearers, intentions, social context |
| 1950s–1990s — Distributional linguistics | What can patterns of linguistic context reveal about meaning? | Words and their distribution across corpora |
| 1990s–2000s — Statistical NLP | How can linguistic structure and prediction be learned from data? | Counts, sequences, latent variables, probabilistic models |
| 2010s — Neural embeddings | How can semantic and syntactic regularities be encoded in dense learned vectors? | Words, phrases, and documents as learned vector representations |
| 2017+ — Contextual embeddings & foundation models | How should representations adapt to context, scale, modality, and task? | Context-dependent token states, sequences, multimodal inputs, tool-mediated interactions |
How to read this progression. The full spine runs to more than thirty stages, so it is presented in layers rather than as one long scroll. Part I expands the nine classical eras above into detailed stages; Part II collects the cross-cutting concepts; Part III traces where the spine reaches today (2026); Part IV projects the milestones ahead. Every stage is collapsible — the collapsed headers alone read as a summary of the whole arc. A chronology note: this is a conceptual order, not a clean succession. Frege precedes Shannon by more than fifty years, and Harris precedes Grice; these traditions coexist rather than replace one another.
Part I — The classical spine: from signal to language model
Each stage states its primary question and object of study, then the bridge that carried the field to the next stage. Expand any stage for the detail.
Pre-1948Before Shannon: communication becomes an engineering object Nyquist and Hartley make communication quantitative before semantics enters the model.
Telegraphy, telephony, radio, and coding created a practical need to quantify communication. Harry Nyquist and Ralph Hartley studied the relationships among signaling rate, bandwidth, and the number of distinguishable messages — foundations Shannon explicitly credited.[1] The engineer’s questions — how many distinguishable signals, how fast, how noise corrupts, how much redundancy, how efficient an encoding — are not yet questions about what a message means. They concern selecting, encoding, transmitting, and reconstructing patterns.
1948Shannon information theory: information as uncertainty reduction Entropy, redundancy, and channel capacity — with meaning deliberately bracketed out.
In A Mathematical Theory of Communication, Shannon defined self-information as I(x) = −log₂ p(x) and entropy as average unpredictability, measured in bits. Core concepts — conditional entropy, mutual information, redundancy, channel capacity, noise — made communication rigorously measurable. The famous boundary: Shannon deliberately abstracted away semantics. This was a methodological boundary, not a denial of meaning; the same code carries false, profound, or nonsense statements alike. And surprise is model-relative — a bizarre sentence is not automatically high Shannon information.
Shannon’s experiments with English showed that language has substantial statistical structure, connecting prediction, compression, and linguistic regularity. But predictability is not understanding, and compressibility is not meaningfulness.
1956–1960sEarly AI & symbolic logic Symbolic reasoning, formal languages, and search make inference a computational object.
Early artificial intelligence asked whether intelligent behavior could be represented and produced through symbolic rules: theorem proving, formal languages, heuristic search. Its lasting contribution to the spine is the idea that meaning and inference can be treated as computational objects — a premise every later stage inherits, even the statistical ones that abandoned hand-built rules.
1960s–1970sFormal semantics: the branch concerned with meaning Frege’s sense and reference, Tarski’s truth, Montague’s compositionality.
Semantics asks what kind of thing meaning is. Frege distinguished sense from reference — “morning star” and “evening star” both denote Venus, so reference alone does not exhaust meaning. Tarski made truth rigorous for formal languages via satisfaction relative to a model. Montague argued natural language is formally analyzable, and the principle of compositionality explains how finite speakers understand indefinitely many novel sentences. The tradition spans philosophical, model-theoretic, lexical, cognitive, inferential, and computational branches, with building blocks including denotation, truth conditions, possible worlds, intension and extension, quantification, scope, and anaphora.
1960s–1980sPragmatics: meaning in context, intention, and action Speech acts, implicature, deixis, presupposition, and common ground.
Pragmatics studies what a speaker is doing in context. Austin and Searle decomposed utterances into locutionary content, illocutionary force, and perlocutionary effect. Grice showed how conversational implicature works: asked “Did every reviewer approve?”, the reply “Some of them did” licenses the inference that not all did. Deixis (I, you, here, today), presupposition (“Jordan stopped using the system” presupposes prior use), and common ground complete the picture. Each layer maps onto a live AI problem: reference resolution to coreference and grounding, intention to intent detection, illocutionary force to dialogue policy and safe action, discourse effect to memory and dialogue state.
1950s–1990sDistributional linguistics and distributional semantics “You shall know a word by the company it keeps” becomes an operational method.
Zellig Harris (Distributional Structure, 1954) and J. R. Firth anchored the distributional hypothesis: words occurring in similar linguistic contexts tend to have related meanings (doctor/nurse, cat/dog, encrypt/hash). Similarity is not identity — antonyms and topical associates also share contexts. Count-based word–context matrices operationalized the idea; since raw counts are dominated by function words, pointwise mutual information (PMI) and its positive variant became standard. Levy and Goldberg later showed that word2vec’s skip-gram implicitly factorizes a shifted PMI matrix — the predictive and count-based traditions recover related structure. Strengths: learns from natural data, scales, yields graded similarity. Limits: confuses association with synonymy or entailment, inherits corpus bias, struggles with negation, quantification, and scope, and captures no grounded perception or speaker intention.
1990s–2000sStatistical NLP n-grams, HMMs, topic models, and retrieval shift NLP from rules to learned structure.
Statistical NLP asked how linguistic structure and prediction could be learned from data: n-gram language models, hidden Markov models, probabilistic parsing, topic models, and information retrieval. Latent Semantic Analysis (Deerwester et al., 1990) showed that dimensionality reduction over co-occurrence counts recovers useful semantic structure — a direct precursor to learned embeddings.
2010sEmbeddings: turning distributional structure into geometry Word2vec and GloVe map words into a learned vector space.
An embedding is a learned mapping f(w) ∈ ℝd from a discrete object — a word, token, sentence, user, image, or graph node — into a vector space. Geometry contributes proximity, relational directions, clusters, and differentiable inputs; but the space depends on training data, context definition, architecture, objective, dimensionality, and tokenization. Word2vec (Mikolov et al., 2013) made predictive static embeddings practical via CBOW, skip-gram, and negative sampling. Static embeddings are type-level: bank gets one vector averaged over all its uses, so polysemy is blurred. The spaces capture similarity (car/automobile), relatedness (doctor/hospital), syntactic behavior, and domain structure — and also social stereotypes. “Close in the space” is not “same meaning.”
2000s–2010sNeural language models: prediction as representation learning The chain rule turns next-token prediction into a representation-learning objective.
Factorizing p(x₁…xₙ) = ∏ p(xᵢ | x₁…xᵢ₋₁) links next-token prediction directly to Shannon’s conditional entropy and surprisal. Predicting well requires representing morphology, syntax, lexical compatibility, semantic roles, discourse, genre, factual associations, and pragmatic patterns. Bengio et al. (2003) fused embeddings and language modeling into a single objective; the lineage runs n-grams → feed-forward neural LMs → RNNs → LSTMs → attention → Transformers. Prediction need not be identical to understanding to produce useful representations — the dispute is over what those representations instantiate.
2017+Transformers, contextual embeddings, and large language models Attention makes representation contextual; pretraining makes it reusable; scale makes it the convergence point.
Attention Is All You Need (2017) introduced self-attention — Attention(Q,K,V) = softmax(QKᵀ/√dₖ)V — letting each token’s representation depend on the whole sequence: bank resolves differently in “deposit money at the bank” and “sit on the river bank.” ELMo showed the shift from lookup to computation and that different layers encode different properties; BERT made deep bidirectional pretraining standard; autoregressive generative models made hidden states reusable for instruction following, dialogue, and coding. “The embedding” is no longer one object: input token embeddings, positional representations, hidden states, output embeddings, pooled embeddings, and retrieval embeddings are distinct.
Large language models are the convergence point of the spine: information-theoretic objectives (per-token cross-entropy), distributional evidence, dense representations, contextual composition, and post-training. What they may learn indirectly — grammar, facts, discourse, approximated pragmatics — is a separate question from what they optimize. Genuinely contested: whether prediction constitutes understanding, grounding, intention, truth-conditional competence versus fluency, and how human supervision should be measured.
Part II — The bridges, the word “information,” and the distinctions that matter
The bridges, stated precisely
Each transition carries something forward and leaves something behind. The third column is where most conceptual confusion originates.
| Transition | What carries across | What does not automatically carry across |
|---|---|---|
| Shannon → semantics | Probability over messages | Denotation, truth conditions |
| Semantics → pragmatics | Compositional structure | Speaker intention, context |
| Pragmatics → distributional | Meaning shapes usage | Intention, common ground |
| Distributional → embeddings | Co-occurrence structure | Sense distinctions, negation, scope |
| Embeddings → neural LMs | Learned representation | Grounding in a world |
| Neural LMs → Transformers | Prediction as objective | Causal understanding |
| Transformers → LLMs | Contextual composition | Epistemic reliability |
Six senses of the word “information”
Most cross-disciplinary confusion about AI and meaning traces to conflating these.
| Sense | Measures | Must not be confused with |
|---|---|---|
| Shannon information | Uncertainty reduction against a source model | Semantic content |
| Semantic information | Denotation and truth conditions | Statistical surprise |
| Pragmatic information | What a speaker conveys in context | Sentence meaning |
| Algorithmic (Kolmogorov) | Shortest description length | Shannon entropy |
| Fisher information | Sensitivity of a distribution to a parameter | Any of the above |
| Representational (ML) | Structure encoded in learned vectors | Information the model actually uses |
Distinctions worth holding onto
- Prediction versus meaning — optimizing one does not entail the other.
- Representation versus grounding — encoding structure is not connection to a world.
- Correlation versus compositionality — statistical association is not systematic structure.
- Sentence meaning versus speaker meaning — the gap pragmatics exists to describe.
- Encoded versus used information — a probe finding structure does not show the model uses it; that requires causal intervention.
- Fluency versus epistemic reliability — the most consequential distinction for evaluation.
Common misconceptions
“Shannon information measures meaning.”
It measures uncertainty reduction relative to a source model, and deliberately brackets meaning.
“A surprising sentence always contains more Shannon information.”
Surprise is model-relative. A bizarre sentence is only high-information against a particular source model, not absolutely.
“Distributional semantics proves meaning is nothing but co-occurrence.”
Usage patterns are evidence about meaning, not an exhaustive account of it. Intention, grounding, and truth conditions are not recoverable from co-occurrence alone.
“An embedding is a complete semantic representation.”
It is a compressed record of distributional regularity — evidence about meaning rather than meaning itself.
“Transformers store one meaning vector per word.”
Contextual models compute a fresh representation for each occurrence; different layers encode different properties, so no single vector is “the” meaning.
“Next-token prediction is merely autocomplete.”
The objective is simple; what must be learned to satisfy it at scale is not.
“Good language performance proves human-equivalent understanding.”
Fluency demonstrates learned regularity, not grounding, intention, or epistemic reliability. Contextual embeddings solved sense-in-context; grounding is a different problem.
Part III — Where the spine reaches today: from representation to situated, supervised agency
As of August 2026 the frontier is contextual, multimodal, reasoning-intensive, tool-using, memory-augmented bounded agents — and benchmark capability improves faster than reliable general-agent performance, verification, memory management, and governance. The spine extends: information → meaning → meaning in context → learned representation → reasoning → memory → world modeling → agency → joint human–AI action → supervision and accountability. Each expansion below follows the same pattern: where the field stands, and the named next milestone.
RepresentationEmbeddings become dynamic representational statesFrom word vectors to evolving models of tokens, passages, tool observations, task states, and goals.
Modern systems embed far more than words: image regions, audio segments, tool observations, task states, inferred goals, candidate actions, and intermediate computational states. The frontier question shifts from “How can meaning be represented?” to “How can a system maintain and revise a useful model of an evolving situation?”
ReasoningPrediction expands into inference-time reasoningRepresentation learning provides a state space; test-time computation searches and revises within it.
Systems now compute after the problem arrives: generating alternatives, decomposing tasks, searching trajectories, invoking tools, running verifiers, and revising. Compute should be allocated by difficulty, uncertainty, expected value, risk, reversibility, and verification requirements.Next milestone: adaptive test-time compute.
SystemsThe operative unit is the AI system, not the isolated modelModel + harness + memory + tools + environment + governance.
Deployed AI wraps the model in retrieval, memory, tools, code execution, planning, verification, workflow state, access controls, human approval, and telemetry. Model-level evaluation misses retrieval errors, tool failures, stale memory, permission boundaries, and recovery — hence the shift toward system and trajectory evaluation.
PragmaticsPragmatics expands into collaborative groundingBeyond intent classification: shared commitments, repair, and joint action.
Intent classification is a narrow subset of pragmatic competence. Fuller competence tracks shared commitments, unresolved ambiguities, competing interpretations, inferred intent with confidence, conversational branches, and repair history — conversation as a revisable graph of topics, claims, commitments, and corrections rather than a flat transcript.Next milestone: explicit common-ground management.
MemoryLong context is not memoryA context window is a workspace; memory requires retention, provenance, and controlled forgetting.
The window does not decide what to retain, how to represent it, when to retrieve it, whether it is still valid, or how to forget. The progression runs long context → retrieval memory → structured episodic memory → active memory management → continual consolidation, across working, episodic, semantic, procedural, institutional, and negative memory — each with its own risk (interference, privacy leakage, staleness, out-of-scope application, lost provenance, failure to suppress invalid knowledge).Next milestone: memory governance as an evaluation domain — retention correctness, deletion fidelity, provenance, conflict resolution, privacy boundaries.
PerceptionMultimodality moves toward grounded event understandingAccepting images and audio is not grounding.
Models accept text, images, speech, video, interface state, and sensor data, but grounding failures persist: shortcuts, misaligned reference, temporal integration errors. The progression is cross-modal alignment → multimodal reasoning → temporal grounding → unified event modeling → sensor-grounded action.Next milestone: the multimodal event model — who did what, to which object, when, where, under what constraints, with what observed result.
AgencyReactive agents move toward world-model-based agencySemantics represents what a state means; a world model represents how states change; agency selects interventions.
A world-model agent estimates how the environment responds, which states are reachable, likely failure modes, option effects, and reversibility — a loop of observe, plan, forecast, simulate, estimate risk, request authorization, execute, compare observed with predicted, and update. Embodied AI pushes this into the physical world, where semantics, pragmatics, perception, world modeling, and action become physically unified in proposed world-action models.Next milestone: prospective tool use.
EpistemicsReasoning expands into epistemic controlDistinguishing known, retrieved, inferred, verified, uncertain, and falsifiable.
Beyond chain-of-thought lies structured epistemic control: claims carrying their source, inference, uncertainty, counterevidence, verification status, reversibility, and responsible actor. In science and enterprise settings these evidence structures may become more valuable than fluent prose.
InterpretabilityInterpretability moves from description toward interventionFrom “appears capable” to identified mechanisms and predictable intervention effects.
Probing, sparse autoencoders, causal interventions, circuit analysis, and activation steering aim at operational uses: detecting dangerous internal states, memorized private data, and conflicting goals; tracing evidence; predicting failure before action. Caveat: behavioral competence will likely advance faster than mechanistic understanding.
GovernanceApplied AI develops along a supervisory architectureReliable, economical, secure, auditable, governable — benchmark success is insufficient.
Enterprise deployments layer the foundation model with specialist services, retrieval and institutional memory, policy and authorization, workflow engines, validation, human escalation, and audit telemetry — an organizational control architecture. Benchmarks miss permissions, ambiguous ownership, changing data, exceptions, integration failures, recovery costs, and approval delays. The transition: from measuring whether an AI succeeds to measuring whether its path to success is supervisable, recoverable, and accountable.
Part IV — Projected milestones
Reasoned projections, not certainties; dates are approximate.
2026–2028
- Learned context and memory management (already active)
- Clarification as a first-class action
- Adaptive inference-time computation
- Domain-bounded operational agents (coding, research, support, security, finance)
- Trajectory-centered evaluation as benchmarks saturate
2028–2031
- Persistent state models replacing transcript-only interfaces
- World models mainstream in agent architecture
- Multimodal event understanding
- Explicit models of human–AI division of labor
- Organizational memory as provenance-aware infrastructure
2031+
- Continual learning without uncontrolled drift
- More reliable causal and counterfactual reasoning
- Socially situated agency: roles, norms, authority, trust
- Integrated semantic–world–action models
- Supervisory operating layers: governance of AI-mediated work
Part V — The next spine, and why it matters for supervision research
The classical spine asked six questions: transmission, message meaning, speaker meaning, patterns of use, geometric representation, contextualization. The emerging spine asks nine: What is the current situation? What do the participants know, believe, and intend? What is the history? What is remembered, and is it still valid? What futures are possible? What actions are available and authorized? What must be verified before acting? How are failures detected and recovered? Who supervises, and who is accountable?
The scientific frontier is stateful intelligence. The applied frontier is supervisable intelligence.
This bears directly on supervisory-burden research (Agentic Cognitive Burden). As terminal task success becomes less discriminating, two systems can match outcomes while differing sharply in the human work they impose: repeated recovery, hidden uncertainty, unnecessary verification, ambiguous communication, brittle memory, excessive escalation, poor evidence presentation, weak sign-off support. The central measurement question becomes: what human and organizational work is required to make AI-mediated completion dependable, deployable, and accountable? Candidate burden dimensions: state maintenance, grounding, memory, verification, recovery, coordination, authorization, and defensibility.
Strongest forecast. The next major milestone is systems that maintain a structured and revisable model of the interaction — world state, dialogue state, task state, probable intent, shared commitments, relevant memories, possible futures, permitted actions, uncertainty, verification requirements, and accountability boundaries. The endpoint is not autonomous intelligence detached from human systems, but situated intelligence embedded within supervisory, institutional, and social structures.
Primary reading pathway
- Shannon, C. E. (1948). A Mathematical Theory of Communication. Bell System Technical Journal.
- Frege, G. (1892). Über Sinn und Bedeutung / On Sense and Reference.
- Tarski, A. (1933/1956). The Concept of Truth in Formalized Languages.
- Harris, Z. S. (1954). Distributional Structure.
- Firth, J. R. (1957). A Synopsis of Linguistic Theory, 1930–1955.
- Austin, J. L. (1962). How to Do Things with Words.
- Montague, R. (1970). Universal Grammar.
- Grice, H. P. (1975). Logic and Conversation.
- Deerwester, S. et al. (1990). Indexing by Latent Semantic Analysis.
- Bengio, Y. et al. (2003). A Neural Probabilistic Language Model.
- Mikolov, T. et al. (2013). Efficient Estimation of Word Representations in Vector Space.
- Levy, O. and Goldberg, Y. (2014). Neural Word Embedding as Implicit Matrix Factorization.
- Vaswani, A. et al. (2017). Attention Is All You Need.
- Peters, M. E. et al. (2018). Deep Contextualized Word Representations.
- Devlin, J. et al. (2019). BERT: Pre-training of Deep Bidirectional Transformers.
