{"id":3490148,"date":"2026-06-22T20:53:11","date_gmt":"2026-06-22T20:53:11","guid":{"rendered":"https:\/\/techingeek.com\/index.php\/2026\/06\/22\/the-ai-realm-is-becoming-looped\/"},"modified":"2026-06-22T20:53:11","modified_gmt":"2026-06-22T20:53:11","slug":"the-ai-realm-is-becoming-looped","status":"publish","type":"post","link":"https:\/\/techingeek.com\/index.php\/2026\/06\/22\/the-ai-realm-is-becoming-looped\/","title":{"rendered":"The AI realm is becoming \u2018looped\u2019"},"content":{"rendered":"<div><img decoding=\"async\" src=\"https:\/\/techingeek.com\/wp-content\/uploads\/2026\/06\/the-ai-realm-is-becoming-looped.jpg\" class=\"ff-og-image-inserted\"><\/div>\n<div>\n<p id=\"speakable-summary\" class=\"wp-block-paragraph\">On Friday, Boris Cherny, creator of Claude Code, participated in Meta\u2019s @Scale conference, and unexpectedly, the first inquiry from the audience revolved around loops.<\/p>\n<p class=\"wp-block-paragraph\">\u201cAre loops just another hype cycle,\u201d the attendee queried, \u201cor is there substance to them?\u201d<\/p>\n<p class=\"wp-block-paragraph\">Cherny confidently replied, \u201cYes, they\u2019re substantial.\u201d<\/p>\n<p class=\"wp-block-paragraph\">\u201cTwo years back, we manually wrote source code. We began shifting towards having agents generate the code. Now, we&#8217;re progressing to a stage where agents are prompting other agents who then produce the code,\u201d he elaborated. \u201cThe transition from source code to agents was significant, and loops represent an equally crucial advancement.\u201d<\/p>\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\">\n<p>\n[embedded content]\n<\/p>\n<\/figure>\n<p class=\"wp-block-paragraph\">Later in the discussion (around the 32:00 mark in the YouTube video above), Cherny detailed the loops he consistently implements in his work. One agent is on a continuous quest to enhance the code architecture, while another seeks to identify and unify duplicated abstractions. They submit pull requests just like any other programmer, and given the code&#8217;s constant evolution, their work never ceases.<\/p>\n<p class=\"wp-block-paragraph\">This concept is powerful, especially with someone as influential as Cherny supporting it. With the evolution towards agentic AI, most users have concentrated on effectively managing their agents: setting clear objectives, monitoring distinct progress units, and preventing them from straying too far from the prompt. The loop amplifies this by enabling a multitude of agents to work incessantly in the background. It demands a significant amount of trust in AI \u2014 yet with models improving rapidly, it may be the next phase in making AI capable of undertaking real tasks.<\/p>\n<p class=\"wp-block-paragraph\">It is essential to note that this idea isn&#8217;t entirely novel. Recursive loops \u2014 functions that invoke themselves to repeat actions, alongside a condition to terminate the loop \u2014 are foundational in introductory computer science classes. These loops follow a non-deterministic logic \u2014 meaning a subagent decides when to terminate the loop rather than a straightforward condition \u2014 but the fundamental approach remains the same. As soon as developers began employing AI to execute tasks, a variation of the recursive loop, with AI managing AI, was inevitable.<\/p>\n<p class=\"wp-block-paragraph\">In contrast to traditional computing, agentic loops can be frustratingly simplistic. One of the most recognized methods is the Ralph Loop (named after Ralph Wiggum), which essentially sums up all the actions the model has executed and queries whether it has achieved its goal. This technique addresses the issue of AI models losing track of their objectives during prolonged operation \u2014 essentially oscillating the model back and forth until completion.<\/p>\n<p class=\"wp-block-paragraph\">Another perspective on loops is their role in the broader movement towards increased test-time computation. As OpenAI researcher Noam Brown noted earlier this month, modern models can resolve nearly any issue with sufficient computational resources. Therefore, one method to guarantee a problem is addressed is to continuously apply computational power until resolved. This is particularly relevant for hill-climbing issues, such as optimizing a codebase, where the model can incrementally enhance until it meets a specific benchmark. Or, as in Cherny\u2019s instance, it can persist with incremental adjustments as long as computational resources are available.<\/p>\n<p class=\"wp-block-paragraph\">If this sounds costly, it certainly is. Much like agentic AI, AI loops consume tokens significantly faster than basic Q&amp;A chatbots \u2014 and because the goal is to keep the loop operational perpetually, there is no limit to expenditure. This works well for Anthropic, which fundamentally operates in the token-selling sphere, but for others, it might prove to be an expensive method of operation.<\/p>\n<p class=\"wp-block-paragraph\">Nevertheless, depending on the challenges the agentic loop aims to tackle and the appropriate framework permitting oversight on token utilization, deviation, and other traditional AI complications, the potential benefits could outweigh the costs substantially.<\/p>\n<\/div>\n<p><em>When you buy through links in our articles, we may earn a small commission. This doesn\u2019t influence our editorial independence.<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<div><img decoding=\"async\" src=\"https:\/\/techingeek.com\/wp-content\/uploads\/2026\/06\/the-ai-realm-is-becoming-looped.jpg\" class=\"ff-og-image-inserted\"><\/div>\n<div>\n<p id=\"speakable-summary\" class=\"wp-block-paragraph\">On Friday, Boris Cherny, creator of Claude Code, participated in Meta\u2019s @Scale conference, and unexpectedly, the first inquiry from the audience revolved around loops.<\/p>\n<p class=\"wp-block-paragraph\">\u201cAre loops just another hype cycle,\u201d the attendee queried, \u201cor is there substance to them?\u201d<\/p>\n<p class=\"wp-block-paragraph\">Cherny confidently replied, \u201cYes, they\u2019re substantial.\u201d<\/p>\n<p class=\"wp-block-paragraph\">\u201cTwo years back, we manually wrote source code. We began shifting towards having agents generate the code. Now, we&#8217;re progressing to a stage where agents are prompting other agents who then produce the code,\u201d he elaborated. \u201cThe transition from source code to agents was significant, and loops represent an equally crucial advancement.\u201d<\/p>\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\">\n<p>\n[embedded content]\n<\/p>\n<\/figure>\n<p class=\"wp-block-paragraph\">Later in the discussion (around the 32:00 mark in the YouTube video above), Cherny detailed the loops he consistently implements in his work. One agent is on a continuous quest to enhance the code architecture, while another seeks to identify and unify duplicated abstractions. They submit pull requests just like any other programmer, and given the code&#8217;s constant evolution, their work never ceases.<\/p>\n<p class=\"wp-block-paragraph\">This concept is powerful, especially with someone as influential as Cherny supporting it. With the evolution towards agentic AI, most users have concentrated on effectively managing their agents: setting clear objectives, monitoring distinct progress units, and preventing them from straying too far from the prompt. The loop amplifies this by enabling a multitude of agents to work incessantly in the background. It demands a significant amount of trust in AI \u2014 yet with models improving rapidly, it may be the next phase in making AI capable of undertaking real tasks.<\/p>\n<p class=\"wp-block-paragraph\">It is essential to note that this idea isn&#8217;t entirely novel. Recursive loops \u2014 functions that invoke themselves to repeat actions, alongside a condition to terminate the loop \u2014 are foundational in introductory computer science classes. These loops follow a non-deterministic logic \u2014 meaning a subagent decides when to terminate the loop rather than a straightforward condition \u2014 but the fundamental approach remains the same. As soon as developers began employing AI to execute tasks, a variation of the recursive loop, with AI managing AI, was inevitable.<\/p>\n<p class=\"wp-block-paragraph\">In contrast to traditional computing, agentic loops can be frustratingly simplistic. One of the most recognized methods is the Ralph Loop (named after Ralph Wiggum), which essentially sums up all the actions the model has executed and queries whether it has achieved its goal. This technique addresses the issue of AI models losing track of their objectives during prolonged operation \u2014 essentially oscillating the model back and forth until completion.<\/p>\n<p class=\"wp-block-paragraph\">Another perspective on loops is their role in the broader movement towards increased test-time computation. As OpenAI researcher Noam Brown noted earlier this month, modern models can resolve nearly any issue with sufficient computational resources. Therefore, one method to guarantee a problem is addressed is to continuously apply computational power until resolved. This is particularly relevant for hill-climbing issues, such as optimizing a codebase, where the model can incrementally enhance until it meets a specific benchmark. Or, as in Cherny\u2019s instance, it can persist with incremental adjustments as long as computational resources are available.<\/p>\n<p class=\"wp-block-paragraph\">If this sounds costly, it certainly is. Much like agentic AI, AI loops consume tokens significantly faster than basic Q&amp;A chatbots \u2014 and because the goal is to keep the loop operational perpetually, there is no limit to expenditure. This works well for Anthropic, which fundamentally operates in the token-selling sphere, but for others, it might prove to be an expensive method of operation.<\/p>\n<p class=\"wp-block-paragraph\">Nevertheless, depending on the challenges the agentic loop aims to tackle and the appropriate framework permitting oversight on token utilization, deviation, and other traditional AI complications, the potential benefits could outweigh the costs substantially.<\/p>\n<\/div>\n<p><em>When you buy through links in our articles, we may earn a small commission. This doesn\u2019t influence our editorial independence.<\/em><\/p>\n","protected":false},"author":2,"featured_media":3490149,"comment_status":"open","ping_status":"closed","sticky":false,"template":"Default","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3490148","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/techingeek.com\/index.php\/wp-json\/wp\/v2\/posts\/3490148"}],"collection":[{"href":"https:\/\/techingeek.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/techingeek.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/techingeek.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/techingeek.com\/index.php\/wp-json\/wp\/v2\/comments?post=3490148"}],"version-history":[{"count":0,"href":"https:\/\/techingeek.com\/index.php\/wp-json\/wp\/v2\/posts\/3490148\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/techingeek.com\/index.php\/wp-json\/wp\/v2\/media\/3490149"}],"wp:attachment":[{"href":"https:\/\/techingeek.com\/index.php\/wp-json\/wp\/v2\/media?parent=3490148"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/techingeek.com\/index.php\/wp-json\/wp\/v2\/categories?post=3490148"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/techingeek.com\/index.php\/wp-json\/wp\/v2\/tags?post=3490148"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}