agent-loop

Tag

Cards List
#agent-loop

Built an agent loop where the LLM writes Python code to generate articulated 3D CAD models. You can pin a part to edit it

Reddit r/AI_Agents · 5d ago

Built an agent loop where an LLM writes Python code to generate articulated 3D CAD models, with the ability to pin a part for editing.

0 favorites 0 likes
#agent-loop

I wrote a practical, no-framework walkthrough of building a first AI agent (just the loop, no LangChain/CrewAI)

Reddit r/AI_Agents · 2026-07-13

A no-framework walkthrough for building a simple AI agent by hand, focusing on the core loop of goal, tool call, observe, and decide, with practical tips on prompt design, tool exposure, step limits, and logging.

0 favorites 0 likes
#agent-loop

@yibie: Recommend this article that gave me chills. A developer recalls a professor 25 years ago saying "Lisp is the language of AI," and then he wrote a complete agent in 100 lines of Common Lisp—8 lines of recursive agent loop, one tool being e…

X AI KOLs Timeline · 2026-07-13 Cached

A developer built an AI agent in 100 lines of Common Lisp, with the only tool being eval. The model executes code through a recursive agent loop and restores skills via a persisted transcript, showcasing Lisp's unique advantage as an AI language.

0 favorites 0 likes
#agent-loop

An agent in 100 lines of Lisp

Hacker News Top · 2026-07-07 Cached

The author reflects on learning Lisp for symbolic AI 25 years ago and demonstrates how a modern AI agent loop can be implemented in just 100 lines of Common Lisp, emphasizing the elegance of recursion.

0 favorites 0 likes
#agent-loop

@jerryjliu0: There is a massive demand for processing files *in the agent loop*. The number of users submitting agent queries with f…

X AI KOLs Following · 2026-07-05 Cached

Jerry Liu announces LiteParse, a fast and accurate file parser for agent loops, now integrated with Vercel's Eve framework.

0 favorites 0 likes
#agent-loop

I open-sourced Aletheia - an agent loop for investigating questions without a clear verifier.

Reddit r/AI_Agents · 2026-07-05

Aletheia is an open-source agent loop designed for investigating questions where answers cannot be easily verified, such as vendor credibility or financial health. It maintains an explicit belief state, chooses searches to maximize information gain, and can stop without forcing a conclusion when evidence is insufficient.

0 favorites 0 likes
#agent-loop

@jerryjliu0: Fully solving document parsing includes covering every point on the Pareto curve of accuracy, cost, and latency: High-a…

X AI KOLs Timeline · 2026-06-30 Cached

Jerry Liu presents a framework for document parsing across accuracy, cost, and latency tradeoffs, introducing LiteParse as an open-source, low-latency parsing tool for AI agent loops, along with LlamaParse for high-accuracy modes.

0 favorites 0 likes
#agent-loop

@Easycompany333: Google's 8-minute hands-on guide to building a minimal Agent loop, possibly the fastest way to understand loops. Actually, whether in my personal writing or practical use, from a comprehension perspective, it's not complicated—like understanding Skills, what's needed is management of documents and their content, rather than just managing prompts…

X AI KOLs Timeline · 2026-06-28 Cached

Google released an 8-minute tutorial that walks you through building a minimal Agent loop, emphasizing understanding concepts through practice rather than just managing prompts.

0 favorites 0 likes
#agent-loop

@zachlloydtweets: https://x.com/zachlloydtweets/status/2069428152338665622

X AI KOLs Timeline · 2026-06-23 Cached

This post explains how to create an automated feedback loop for AI agents to iteratively improve their skills, using computer use and an observer skill to evaluate and update the skill code.

0 favorites 0 likes
#agent-loop

@zodchiii: https://x.com/zodchiii/status/2069366611371241944

X AI KOLs Timeline · 2026-06-23 Cached

A guide on building a reusable Claude Code Agent loop that can be pointed at different tasks like bug fixing, speed optimization, or cost reduction by swapping check scripts.

0 favorites 0 likes
#agent-loop

@SunNeverSetsX: Sharing my curated 4 infrastructures that make Agent Loop run faster and better—you must let your agents use them! 1. http://agent-browser.dev Let agents click and verify UI changes in a real browser for true self-closing test loops...

X AI KOLs Timeline · 2026-06-22 Cached

agent-browser is a CLI tool for browser automation designed for AI agents, using compact text output and ref-based element selection to minimize token usage. The post also highlights three other tools—portless, emulate, and ai-cli—for improving agent loop efficiency.

0 favorites 0 likes
#agent-loop

The agent loop is just ReAct, and your tool-use API already implements it

Reddit r/AI_Agents · 2026-06-20

The article argues that the agent loop is fundamentally the ReAct pattern, and that current tool-use APIs already implement this mechanism.

0 favorites 0 likes
#agent-loop

@yibie: 360 PRs in 30 Days, Can't Code, Doesn't Read Plans: How Matt Van Horn Designed His Agent Loop. Last month, a person named Matt Van Horn caught my attention. • No CS degree • Can't code • Doesn't read …

X AI KOLs Timeline · 2026-06-18 Cached

The article introduces how Matt Van Horn achieved 360 PRs in 30 days by designing an agent loop rather than writing prompts, and details his three tools and eight LAW rules, emphasizing the shift from prompt writer to loop designer.

0 favorites 0 likes
#agent-loop

@servasyy_ai: https://x.com/servasyy_ai/status/2067382844410966078

X AI KOLs Timeline · 2026-06-17 Cached

This article proposes a 14-step roadmap from single agent to self-evolving system, emphasizing that base engineering (models, tools, permissions, context) is the key to determining the quality of loop output, and details practical methods for building an efficient base such as CLAUDE.md, sub-agents, skills, hooks, and state files.

0 favorites 0 likes
#agent-loop

@chenchengpro: Everyone's talking about the agent's "loop" lately, but few explain what it actually is. Warp CEO Zach Lloyd gave a practical version: a two-loop mechanism where Skills self-evolve from feedback, using GitHub issue triage as an example. Inner loop: each new…

X AI KOLs Timeline · 2026-06-17 Cached

Warp CEO Zach Lloyd proposed a two-loop method for an AI Agent's Skill to self-evolve from user feedback, using GitHub issue auto-triage as an example. The inner loop processes new issues, while the outer loop collects signals and distills rules. The framework oz-for-oss has been open-sourced.

0 favorites 0 likes
#agent-loop

@cxjwin: Found a very practical website collecting various ready-made Agent Loop templates. Core idea: stop manually prompting all the time; design the loop so the agent runs the task on its own. It includes Test Until Green, Fix CI Until G…

X AI KOLs Timeline · 2026-06-14

Shared a practical website that collects ready-made Agent Loop templates. The core idea is to let the AI agent automatically complete tasks. It includes common loops like Test Until Green, and is suitable for use with Claude Code and Cursor.

0 favorites 0 likes
#agent-loop

Running agents all day, I keep noticing the bottleneck is me defining "good", not the model

Reddit r/AI_Agents · 2026-06-10

The author reflects that the primary bottleneck in running AI agents is not the model's capability but the human's ability to precisely define what 'good' or 'done' means, drawing parallels to managing people.

0 favorites 0 likes
#agent-loop

@seclink: Developers are shifting from "one-shot prompts" to "agentic loops"—where AI like Anthropic's Claude sets its own goals, uses tools to execute actions, observes results, and iterates until the task succeeds. Boris Chern, developer of Claude Code...

X AI KOLs Following · 2026-06-10 Cached

Developers are moving from one-shot prompts to an 'agentic loop' model, letting AI autonomously set goals and iteratively execute tasks using tools. Claude Code developer Boris Cherny has abandoned traditional IDEs entirely, now running hundreds of agents to monitor issues and merge PRs—even doing so from his phone.

0 favorites 0 likes
#agent-loop

@sydneyrunkle: we just shipped support for rubrics in deepagents give your agent a clear definition of what "done" looks like, and for…

X AI KOLs Following · 2026-06-08 Cached

Sydney Runkle announced support for rubrics in deepagents, allowing agents to define a clear definition of done and loop until the goal is complete.

0 favorites 0 likes
#agent-loop

@rohanpaul_ai: Kocoro daemon — the macOS agent loop → http://github.com/Kocoro-lab/Kocoro… Shannon — the backend AI runtime engine → h…

X AI KOLs Following · 2026-06-08 Cached

Kocoro is an open-source macOS agent loop and AI runtime engine with local computer access, MCP support, and named agents. It can be used via CLI, daemon, or Kocoro Desktop GUI.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback