Talkie: A 13B LLM Trained Exclusively on Pre-1931 Text, Using Claude as a Judge in RL Training

A team of researchers including Alec Radford (GPT, CLIP, Whisper), Nick Levine, and David Duvenaud just released Talkie, a 13 billion parameter language model trained exclusively on text published before 1931. The model's knowledge cutoff is December 31, 1930 — no Internet, no Wikipedia, no World War II content.
Why It Matters
Current LLMs (GPT, Claude, Gemini, Llama) all share training data from the modern Web, making it hard to separate memorization from genuine reasoning. Talkie breaks that lineage: its training distribution is fundamentally different, allowing researchers to test whether capabilities arise from memorization or generalization. As the team notes: “It's an important question how much LM capabilities arise from memorization vs generalization. Vintage LMs enable unique generalization tests.”
Claude's Role in Training
Claude Sonnet 4.6 served as the judge in Talkie's reinforcement learning pipeline (online DPO). Additionally, Claude Opus 4.4 generated synthetic multi-turn conversations that were used in the final fine-tuning stage. The team acknowledges the irony and contamination risk, flagging it as something they're working to eliminate in future versions.
Key Capabilities
- Talkie can learn to write Python code from just a few in-context examples — despite having zero modern code in its training data. It's reasoning from 19th-century mathematics texts, not retrieval.
- Designed for long-range forecasting: how well can a model "predict" the future from its frozen 1930 perspective?
- Can be used to study “invention” — whether it can develop ideas that postdate its knowledge cutoff.
- Helps isolate which capabilities are architecture-driven vs. absorbed from Web data.
Access & Licensing
Both Talkie and its variant are Apache 2.0 licensed and open-weight on Hugging Face. You can chat with it live at the provided link. The team plans a GPT-3-scale vintage model later this year.
What It's Being Used to Study
- Long-range forecasting: predict future developments from a historical vantage point.
- Invention: generate ideas that postdate its training cutoff.
- LLM identity: what makes a model itself — isolating architecture vs. data distribution effects.
📖 Read the full source: r/ClaudeAI
👀 See Also

Windows 11 2026 Update: Taskbar Repositioning, Reduced Copilot, File Explorer Improvements
Microsoft is rolling out Windows 11 updates in 2026 that restore taskbar repositioning, reduce Copilot clutter in core apps, and improve File Explorer performance based on user feedback.

Delve accused of forking Sim.ai's open-source SimStudio and selling it as Pathways
Compliance startup Delve allegedly forked Sim.ai's open-source agent-building tool SimStudio, rebranded it as Pathways, and sold it without proper license attribution or monetary agreement with Sim.ai, potentially violating Apache license terms.

Claude System Prompt Compliance Degrades in Long Conversations
Claude-based agents show degraded system prompt compliance after 40-50 messages, with formatting rules being ignored and constraints forgotten. The issue stems from system prompts competing with conversation history for attention weight in the context window.

Granite 4.1: IBM's 8B Dense Model Matches 32B MoE in Benchmarks
IBM's Granite 4.1 8B dense model matches or beats the previous 32B MoE model on ArenaHard, BFCL V3, GSM8K, and more, thanks to improved training data quality.