AIAny
AI Others2025

The Second Half

Argues AI has entered its 'second half': a working recipe (language pre-training priors + scale + reasoning) now generalizes RL across tasks, so the bottleneck shifts from inventing methods to defining problems and rethinking evaluation.

Introduction

For decades the winners of AI were methods, not benchmarks — the Transformer has roughly 100x the citations of the WMT'14 dataset it was tested on. Shunyu Yao argues that game just ended: "RL finally generalizes," and the scarce skill is no longer inventing models but deciding what is worth measuring at all.

Core Argument
  • The recipe is language pre-training (priors) + scale + reasoning-as-action. The counterintuitive lesson: priors — long ignored by RL researchers fixated on algorithms — were the missing piece, and treating reasoning as an action lets those language priors generalize across environments.
  • Once the recipe works, incremental methods get crushed. Your hard-won 5% gain on a benchmark is erased by the next o-series model's 30% jump, achieved without even targeting your task.
  • So the loop inverts. Instead of "can we train a model to solve X?", the question becomes "what should we train AI to do, and how do we measure real progress?" Evaluation, not training, becomes the lever — a mindset closer to a product manager than a researcher.
The Utility Problem

AI has beaten world champions at chess and Go and earned IMO/IOI gold, yet GDP has barely moved. Yao traces this to evaluation setups that quietly assume what real work never does: that agents run autonomously with no human in the loop, and that tasks are i.i.d. rather than sequential (a human engineer gets better inside a repo over time; today's agents re-solve each issue from scratch). Breaking these unexamined assumptions is where game-changing research now lives.

Who Should Read It

Great fit if you are a researcher or builder deciding where to spend effort in a post-"recipe" world, or trying to understand why benchmark saturation no longer equals real-world impact. Look elsewhere if you want concrete RL methodology — this is a strategic, mindset-level essay based on Yao's Stanford CS224N and Columbia talks, not a technical how-to.

Information

Categories

More Items

GitHub
AI Others2014

Provides a complete, university-level computer science curriculum assembled from free online courses and books. Curates degree-aligned course sequences (Intro / Core / Advanced) with community support, project guidance, and checklists to track progress for self-directed learners.

GitHub
AI Others2025

Curated collection of 70 hands‑on cybersecurity projects, certification roadmaps and learning resources organized into Foundations/Beginner/Intermediate/Advanced tiers. Each project ships source code plus deep learn/ documentation; several focus on AI security (LLM prompt defenses, ML threat detection).

GitHub
AI Others2026

Provides a customizable React-based design system and component library designed for people and AI assistants to build together. Ships 150+ accessible components, a theme system, and a CLI; supports swizzling to eject source and className overrides so projects avoid styling lock-in.