Is the AI industry placing too much emphasis on large language models over alternative approaches like superlearners and reinforcement learning?
A recent Reddit thread asks a sharp question: are today’s large language models (LLMs) a dead end, and is the future actually in reinforcement learning (RL) “superlearners”? The prompt cites David Silver (known for AlphaGo) arguing that models trained on human data will hit a ceiling, while agents trained in simulated environments could keep discovering new knowledge by themselves.
“Current AI… might hit a ceiling because they learn from human-generated data.”
It also notes a reported raise of “around $1.1B” for a new venture pursuing this RL-first direction. That figure is from the Reddit post; official numbers are not disclosed here. Regardless of the exact sum, the idea is what matters: shift from static internet data to dynamic, trial-and-error learning at scale.
You can read and join the original discussion here: Are we betting on the wrong kind of AI? (LLMs vs superlearners).
LLMs are based on the transformer architecture, which excels at predicting the next token (piece of text) using vast corpora of human-written content. They’re brilliant at language tasks: drafting, summarising, translating, and pattern-matching across knowledge already expressed online or in documents.
The Reddit post’s critique is about data limits. If your learning comes from human text, your ceiling is “what’s been written down”, plus statistical recombination. LLMs also hallucinate (produce fluent but incorrect answers), and alignment – steering models to be safe and helpful – remains imperfect.
In short: LLMs are superb communicators and accelerators, but they don’t reliably explore new territory without human guidance or external tools.
Reinforcement learning (RL) is trial-and-error learning: an agent takes actions, gets rewards or penalties, and improves its policy over time. In self-play, agents improve by competing against themselves – the approach used by AlphaGo to discover strategies beyond human playbooks.
“AI learning like AlphaGo did – by playing, experimenting, failing, improving.”
Silver’s position (as described on Reddit) reframes progress as a compute-and-simulation problem, not a data-ingestion problem. If you can build rich environments and sensible reward functions, agents can generate their own experiences indefinitely and learn behaviours we haven’t thought to write down.
That said, LLMs can be engineered for discovery when paired with tools (code execution, search) and structured workflows. But this hybrid style is not the same as end-to-end RL in rich environments.
Short answer: they can be. The Reddit post asks explicitly whether the RL-first route is too risky. Some well-known RL risks and trade-offs:
Still, the upside is compelling: systems that can generate their own training data, acquire skills through interaction, and discover novel solutions. The risk-reward balance depends on safeguards and governance, especially when agents act in high-stakes domains.
Whether you sit in a startup or an established organisation, a few UK-specific implications are worth noting:
If you’re focused on practical LLM productivity right now, here’s a step-by-step guide to wire models into the tools you already use: How to connect ChatGPT and Google Sheets (Custom GPT).
No – but we are betting on only one kind if we stick to LLMs. The Reddit post captures a real strategic fork: saturate human data, or generate infinite experience via simulation. The safe route is a portfolio approach: exploit LLMs for today’s value, and explore RL-based agents where your business can define clear rewards and afford rigorous evaluation.
“Superlearners that can discover entirely new knowledge on their own.”
If that promise holds, RL will complement – not replace – LLMs. The winning systems will likely blend both, with careful governance to keep discovery productive and safe.
Note: Funding amounts and specific startup details referenced here are taken from the Reddit post and are not independently verified.
Related
Software engineers and AI: more output, not more value? A recent Reddit thread from a distinguished engineer in an AWS vertical struck a nerve. The claim is simple: AI has clearly increased visible activity – more documents, more code commits, more test harnesses – but not the value that users actually feel. “I see a [...]
JoshuaJuly 5, 2026
Last updated
Category
aiViews
32 viewsLikes
No ratings yet
The AI adoption gap is real: what a blunt Reddit post gets right A recent Reddit thread tells a familiar story. A marketing-tech founder demos “AI agents” to a senior stakeholder at a big brand. The exec is sceptical, calls them “wrappers”, then asks for help setting up a WhatsApp broadcast channel. The punchline isn’t [...]
JoshuaJuly 5, 2026
Making a 3D RPG with AI only: what was built and why it matters A Redditor has shared an ambitious “AI-only” game dev experiment: a third-person 3D RPG prototype created without writing code, driven entirely by prompts to the muranyi-3 model from Tesana AI. You can read the full thread here: Making a RPG game [...]
JoshuaJuly 5, 2026
No comments yet - start the conversation.