
Most people still use AI like a 2015 search box. You type, you read, you type again. A newer pattern replaces that manual back-and-forth with a loop. This guide explains loop engineering using two verified artifacts. The sources are Andrej Karpathy’s autoresearch repository and the Bilevel Autoresearch paper. The framing follows a write-up by @0xCodila. What is Loop Engineering? To start, compare two modes. A prompt is one instruction, after which you decide the next step. A loop, b
Loop engineering enables AI agents to autonomously conduct research and optimization by repeatedly proposing changes, evaluating results, and deciding whether to keep or discard modifications until a goal is met. A functional loop requires three components: a verifier that grades each attempt using an objective metric, state that records what was tried and what remains, and a stop condition that prevents excessive costs. The pattern matters because humans typically exhaust after roughly a dozen experiments, while loops can run continuously, and early implementations have demonstrated concrete improvements such as reducing model training time by double-digit percentages. More advanced "bilevel" loops add an outer loop that watches and modifies the inner loop's search strategy itself, achieving significantly larger gains by breaking the patterns that cause searches to stall.

OpenAI's first device is set to be a smart speaker that lets you talk with ChatGPT, according to a report from Bloomberg. The device apparently won't have a screen, but will use a camera and additional sensors to "understand" your environment. The report comes just days after Apple filed a lawsuit against OpenAI that accused the AI company of stealing hardware secrets. OpenAI, in a new statement on Tuesday, said that it is "not aware of any evidence that this complaint has meri

The device is weirdly described as involving "mechanical elements that can move on their own" and the Bloomberg report includes the detail that the device is designed to "feel like a companion and become a physical manifestation of OpenAI’s ChatGPT."

If you’ve been waiting to try Apple’s revamped Siri without installing a developer beta, you now can. The company on Tuesday released the iOS 27 public beta, giving iPhone owners early access to its AI-powered assistant and other new features before the software’s official launch this fall.
Want to go deeper than the news? Explore live, cohort-based AI courses taught by practitioners.
Browse AI courses on Maven