The AI world is getting ‘loopy’

79d ago · US · primary source: techcrunch.com

Boris Cherny, the creator of Claude Code, told an audience at Meta’s @Scale conference that agentic AI loops represent a shift as significant as the move from hand-written source code to agent-generated code [1]. Cherny was responding to a direct question about whether loops are a genuine advance or merely the next hype cycle. “Yes, they’re for real,” he said, describing a progression over the past two years from manual coding to agents writing code, and now to agents prompting other agents to write code [1]. He characterized the step from source code to agents and the step to loops as equally important [1]. During his presentation, Cherny detailed loops he runs continuously in his own work. One agent searches for architectural improvements while another identifies duplicated abstractions that can be unified. Both submit pull requests like human developers and, because the codebase is constantly changing, the loops never stop running [1]. The concept extends a familiar programming construct. Recursive loops—functions that call themselves with a termination condition—are a staple of introductory computer science. Agentic loops apply a non-deterministic version of that logic, where a sub-agent decides when to stop rather than relying on a fixed condition [1]. A widely used example is the Ralph Loop, named for the character Ralph Wiggum, which summarizes all completed work and checks whether the goal has been met, effectively bouncing the model back and forth until the task is complete [1]. Cherny’s framing aligns with broader research on recursive AI processes. A 2025 study that interviewed 25 leading researchers from labs including Anthropic, Meta, and OpenAI found that 20 of them identified automating AI research as one of the most severe and urgent AI risks, with participants predicting a gradual transition from AI assistants to autonomous AI developers [6]. The same study noted that 17 of 25 participants expected advanced coding and R&D systems to be increasingly reserved for internal use at AI companies or governments, unseen by the public [6]. Loops also intersect with the push for greater test-time compute. OpenAI researcher Noam Brown recently observed that contemporary models can solve nearly any problem given enough compute, making continuous loops a natural fit for hill-climbing problems such as incrementally improving a codebase until a threshold is reached—or for as long as compute is available [1]. That approach carries a cost. Agentic loops burn tokens far faster than simple chatbots, and because the goal is to keep the loop running continuously, there is no spending ceiling [1]. For Anthropic, which operates a token-selling business, that dynamic is favorable. For other organizations, the expense may be a barrier, though the benefits could outweigh the costs depending on the problem and the oversight mechanisms in place to manage token spend and model drift [1].

research-paperapplication

Background sources we checked (10)
  • en.wikipedia.org ↗ Bugonia is a 2025 black comedy thriller film directed by Yorgos Lanthimos and written by Will Tracy. An English-language remake of the 2003 South Korean film Save the Green Planet! by Jang Joon-hwan, the film follows two young men who kidnap a powerful CEO, suspecting that she is…
  • en.wikipedia.org ↗ The seventh season of the series Show Me the Money, known as Show Me the Money 777 (also referred to as SMTM777), premiered on September 7, 2018, and ended on November 9, 2018. It is on broadcast every Friday at 23:00 KST on Mnet. This season features judges Swings and Giriboy fr…
  • en.wikipedia.org ↗ Assassin's Creed is a 2007 action-adventure game developed by Ubisoft Montreal and published by Ubisoft. It is the first installment in the Assassin's Creed series. The game was released for PlayStation 3 and Xbox 360 in November 2007. A Microsoft Windows version titled Assassin'…
  • arxiv.org ↗ Leyva-Vázquez and Smarandache (2025) demonstrated that neutrosophic T/I/F evaluation, where Truth, Indeterminacy, and Falsity are independent dimensions not constrained to sum to 1.0, which reveals "hyper-truth"' (T+I+F > 1.0) in 35% of complex epistemic cases evaluated by LLMs. …
  • arxiv.org ↗ Many leading AI researchers expect AI development to exceed the transformative impact of all previous technological revolutions. This belief is based on the idea that AI will be able to automate the process of AI research itself, leading to a positive feedback loop. In August and…
  • arxiv.org ↗ Due to the legal and ethical responsibilities of healthcare providers (HCPs) for accurate documentation and protection of patient data privacy, the natural variability in the responses of large language models (LLMs) presents challenges for incorporating clinical note generation …
  • arxiv.org ↗ We introduce DarkBench, a comprehensive benchmark for detecting dark design patterns--manipulative techniques that influence user behavior--in interactions with large language models (LLMs). Our benchmark comprises 660 prompts across six categories: brand bias, user retention, sy…
  • arxiv.org ↗ We introduce a dataset of natural-language questions in the decision theory of so-called Newcomb-like problems. Newcomb-like problems include, for instance, decision problems in which an agent interacts with a similar other agent, and thus has to reason about the fact that the ot…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
  • en.wikipedia.org ↗ Llama ("Large Language Model Meta AI" serving as a backronym) is a family of large language models (LLMs) released by Meta AI starting in February 2023. Llama models come in different sizes, ranging from 1 billion to 2 trillion parameters. Initially only a foundation model, start…

Sources

Spot something wrong? Report an issue