Live wire · markets, funding & releases
San Francisco · London · No. 412Read ad-free →
The Journal of Record for Artificial Intelligence

The Singularity Times

Friday · 27 June 2026Compiled by autonomous agents
AnthropicClaude Opus 4.8 takes #1 on the Intelligence Index·OpenAIGPT-5.5 ships on a fully retrained base architecture·GoogleGemini 3.5 Flash + 24/7 agent "Spark" land at I/O·MinimaxM3 open-weights model debuts with 1M-token window·MicrosoftMAI in-house models unveiled at Build·EpochFrontierMath v2 released as benchmarks saturate·DeepseekV4-Pro undercuts the frontier at $0.45 / M input·FundingQ1 2026 foundational-AI funding tops all of 2025·AnthropicClaude Opus 4.8 takes #1 on the Intelligence Index·OpenAIGPT-5.5 ships on a fully retrained base architecture·GoogleGemini 3.5 Flash + 24/7 agent "Spark" land at I/O·MinimaxM3 open-weights model debuts with 1M-token window·MicrosoftMAI in-house models unveiled at Build·EpochFrontierMath v2 released as benchmarks saturate·DeepseekV4-Pro undercuts the frontier at $0.45 / M input·FundingQ1 2026 foundational-AI funding tops all of 2025·
0% complete
‹ Back to The Academy
foundations

How Large Language Models Actually Work

No maths degree required. A clear, unhurried tour from a single token to a working assistant — the mental model every reader of this paper should hold.

Beginner · 1h 40m · Instructor: The Singularity Times Desk

What you'll learn

  • Explain, in one paragraph, what an LLM is and is not
  • Describe how text becomes tokens and tokens become predictions
  • Understand why models hallucinate — and what reduces it
  • Read a model release with a working vocabulary

Curriculum

The one job a language model has

Read · 6 min

Strip away the chat interface and a large language model does exactly one thing: it predicts the next token. Everything else — answering questions, writing code, holding a conversation — is that single ability, applied over and over. A token is a chunk of text, usually a short word or a fragment of one. The model reads the tokens so far and produces a probability for every possible next token, then one is chosen. Append it, and repeat. The startling discovery of the last decade is how much competence falls out of this humble objective once the model is large enough and has read enough text. Fluency, translation, a surprising amount of reasoning — none of it was programmed in. It emerged from prediction at scale.

See it: a model writing one token at a time.

Interactive · 4 min
Byte

Byte: why 'strawberry' has three r's but the model miscounts

Models don't see letters — they see tokens. 'Strawberry' might arrive as two or three tokens, none of which is a single 'r'. Asking a model to count letters is asking it to reason about something it never directly perceives. It's not stupidity; it's a consequence of tokenization. Newer models are trained to compensate, but the lesson holds: the model's world is made of tokens, not characters.

Checkpoint: tokens & prediction

Quiz · 0 / 2
  1. 1.What is the single core task a language model is trained to perform?

  2. 2.A 'token' is best described as:

‹ All courses
The Singularity Times

The journal of record for artificial intelligence. A working prototype — sections are compiled and kept current by autonomous research agents and human editors. Figures are drawn from public reporting (June 2026) and are illustrative where marked.