Urgent.News

What's breaking now, across thousands of outlets.

AI

๐Ÿ”ฎ Unbounded self-improvement and its limits #599

Plus: The deceptive popularity of open-weight models & DIY compute.

๐Ÿ”ฎ Unbounded self-improvement and its limits #599

Good morning! The limits to recursion are vast. The conditions for AI systems to undergo recursive self-improvement (RSI) are exceedingly challenging. One major issue is the generation time: how long it takes for an AI system to complete a single loop of improvement. Toby Ord, a philosopher, argues that while RSI is mathematically possible, the circumstances required are practically unattainable.

The time needed for research, training, and development inherently prevents generation time from reaching zero. Real-life constraints like experiments, training runs, and chip manufacturing all take time. Even if it feels fast, the AI's progress would not accelerate infinitely. Other physical boundaries, such as the speed of light, the Bekenstein bound, and Landauer's principle, also place limits on the system's capabilities.

Unbounded recursive self-improvement is therefore not feasible. You can read Toby Ord's paper for more details. Premium members can access a plain English interactive version.

Written by urgent.news from Exponential View's reporting โ€” not their text. Machine-written โ€” may contain errors; check the original before relying on it.

Read the original at exponentialview.co โ†’

More in AI

Five bugs in my LLM app that never threw an error

I spent two and a half weeks building an agent that reads a project's code review history and remembers what it decided. 86,321 comments from pandas, distilled into 298 conventions, served out ofโ€ฆ

  • Agent refused to act due to boolean condition misunderstanding
  • System discarded responses when maintainer commented without reason
  • 68 path rules stored as non-matching due to wildcard mismatch

LLM Observability: Tracing, Logging, Debugging Agent Runs

Why your LLM app will fail silently, and how to see it before your customers do. Three weeks. That is how long a customer-support agent shipped confidently wrong answers for a logistics client I workโ€ฆ

  • LLMs are nondeterministic, producing different outputs for the same prompt.
  • Hidden state (prompt, retrieved chunks, model versions) influences LLM outcomes.
  • Tracing, logging, and evaluations are recommended for LLM observability.

More from Sunday 30 August โ†’