FrontierThe story, in brief

Cappy: Outperforming and boosting large multi-task language models with a small scorer

360M parameters. That's all Google's new Cappy model needs to outperform language models 500x larger.

Illustration of a transparent lens revealing connected networks across layers of paper.
Exploring the next frontier of AI research.AI illustration by KeyNews
The KeyNews take

Why it matters

Google Research introduced a lightweight scoring model that matches or exceeds the performance of massive multi-task LLMs while requiring dramatically fewer parameters and enabling adaptation without access to proprietary model weights—a significant efficiency breakthrough for enterprise AI deployment.

The key facts

8 to know
  1. Cappy uses only 360 million parameters vs OPT-175B (175B) and OPT-IML-175B

  2. Trained on 160 million instruction-response pairs with correctness annotations

  3. Matches accuracy of T0-11B and OPT-IML-175B on PromptSource benchmarks

  4. Outperforms on BIG-Bench: shows large margin improvements over FLAN-T5 baselines across 45 complex generation tasks

  5. Works with closed-source LLMs via API—no parameter access required

  6. Eliminates backpropagation through LLM parameters, reducing memory requirements

  7. Presented at NeurIPS 2023

  8. Continual pre-training built on RoBERTa using weak supervision (Rouge-L similarity scoring)

Go to the source

Google Research Blogblog.research.google

Publisher excerpt: Posted by Yun Zhu and Lijuan Liu, Software Engineers, Google Research Large language model (LLM) advancements have led to a new paradigm that unifies various natural language processing (NLP) tasks within an instruction-following framework. This paradigm is exemplified by recent multi-task LLMs,…
Read original report
Back to today's editionMore frontier news

The wider picture

View all
Illustration of a transparent lens revealing connected networks across layers of paper.
AI illustration by KeyNews
Frontier01

SpaceXAI Releases Grok 4.7: A Larger Base Model at the Same $2/$6 Price as Grok 4.6

SpaceXAI shipped a meaningfully larger model without increasing cost or latency — a direct challenge to the frontier labs on capability-per-dollar. Practitioners budgeting inference and building agents need to re-evaluate their cost assumptions.

MarkTechPost
Illustration of a transparent lens revealing connected networks across layers of paper.
AI illustration by KeyNews
Frontier02

SpaceX launches Grok 4.7 with long-horizon processing, safety upgrades

A new frontier model release with claimed capability upgrades (long-horizon processing, safety improvements) enters the competitive landscape. Practitioners need to know if Grok 4.7 moves the needle on benchmarks or reasoning capability; enthusiasts track the lab-race drama as Musk's model efforts consolidate inside SpaceX.

SiliconAngle
Illustration of a transparent lens revealing connected networks across layers of paper.
AI illustration by KeyNews
Frontier03

Jev introduces a new shape of LLM - System One, aka Decision Models

A new model architecture category ('System One') claims to handle reasoning and decision-making differently than scaling transformer chains. If validated, this shapes how practitioners think about model selection and training for agentic workloads.

Simon Willison