SYNTHESIS NOTE
TopicsSentiment Semantics Toxic Detectionsthis note

Can reasoning happen at the sentence level instead of tokens?

Does moving from token-level to sentence-level reasoning in embedding space preserve the capability for complex reasoning while enabling language-agnostic processing? This challenges assumptions about how LLMs must operate.

Synthesis note · 2026-02-23 · sourced from Sentiment Semantics Toxic Detections
What kind of thing is an LLM really? How do you navigate synthesis across fragmented research topics?

Current LLMs operate at the token level — every reasoning step is a next-token prediction. Meta's Large Concept Model (LCM) challenges this by operating at the sentence level, reasoning in an abstract embedding space (SONAR) where each "concept" corresponds to a sentence.

The architectural difference is fundamental. The LCM:

The hierarchical structure adds a planning layer. The LCM predicts a sequence of concepts auto-regressively until it produces a "break concept" — analogous to a paragraph break. At that point, a Large Planning Model (LPM) generates a plan to condition the LCM for the next sequence. This two-level architecture (sentence-level prediction + paragraph-level planning) is designed to produce more coherent long-form output than flat token-level generation.

The comparison to JEPA (LeCun, 2022) is instructive: both predict representations in embedding space rather than raw observations. But where JEPA emphasizes learning the representation space via self-supervision, LCM focuses on accurate prediction within an existing embedding space (SONAR). The embedding quality is assumed, not learned end-to-end.

This connects to the latent reasoning thread through a different mechanism. Can models reason without generating visible thinking tokens? achieves reasoning without tokens via recurrent depth in continuous space. LCM achieves it via sentence-level embeddings. Both challenge the assumption that verbalized token-by-token generation is necessary for reasoning, but from different angles: depth-recurrent models reason within a single token's representation; LCM reasons between sentence-level units.

The practical implication: if reasoning can happen at the concept level rather than the token level, then the verbalized chain-of-thought paradigm is not the only path to sophisticated reasoning. The question is whether sentence-level granularity captures enough structure for complex reasoning tasks, or whether some tasks require finer-grained (sub-sentence) reasoning steps.

Inquiring lines that read this note 54

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

Why do reasoning models fail at systematic problem-solving and search? When does architectural design matter more than raw model capacity? How does latent reasoning compare to verbalized chain-of-thought? How do transformer attention mechanisms implement memory and algorithmic functions? How do soft continuous representations explore multiple reasoning paths simultaneously? How does policy entropy collapse constrain reasoning-focused reinforcement learning? Do language models learn genuine linguistic structure or just surface patterns? Do language models perform faithful symbolic reasoning independent of semantic grounding? Does recurrence enable reasoning capabilities that fixed-depth transformers cannot achieve? Why do semantic similarity and task relevance diverge in vector embeddings? Which computational strategies best support reasoning in language models? How faithfully do LLMs reflect their actual reasoning in outputs and explanations? How do LLMs distinguish causal reasoning from temporal and semantic associations? Can next-token prediction alone produce genuine language understanding? Do language models understand semantics or rely on pattern matching? Does domain specialization cause models to lose capabilities elsewhere? Does tokenized intelligence retain genuine value through exchange-based systems? Is embodied interaction necessary for language meaning and genuine agency? Why do correct reasoning traces tend to be shorter than incorrect ones? What articulatory information do speech signals carry that text cannot? How do training data properties shape reasoning capability development? Does model scaling alone produce compositional generalization without symbolic mechanisms? How do prompt structure and constraints affect model instruction reliability? How does reasoning graph topology affect breakthrough insights and generalization?

Related concepts in this collection 3

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
13 direct connections · 142 in 2-hop network ·dense cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

Large Concept Models enable sentence-level reasoning in a language-agnostic embedding space — hierarchical abstraction beyond token-level processing