FrontierThe story, in brief

Introducing RWKV - An RNN with the advantages of a transformer

RNN just beat transformer at its own game. RWKV combines linear scaling with transformer-level performance—and it actually runs on your laptop.

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

RWKV represents a fundamental architectural shift that challenges transformer dominance by offering linear-time inference and memory efficiency without sacrificing capability—critical for inference-constrained deployments and edge AI.

The key facts

12 to know
  1. RWKV: hybrid RNN-transformer architecture

  2. Linear time complexity vs quadratic transformer scaling

  3. Maintains transformer-level performance benchmarks

  4. Significantly reduced memory footprint

  5. Inference efficiency enables edge/laptop deployment

  6. Published May 15 2023 on Hugging Face

  7. Open-source release implies community adoption potential

  8. RWKV architecture merges RNN and transformer advantages

  9. Addresses quadratic memory complexity of standard transformers

  10. Linear scaling potential vs. transformer quadratic scaling

  11. Published on Hugging Face (May 2023)

  12. Offers alternative to dominant transformer-only paradigm

Go to the source

Hugging Face Bloghuggingface.co

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