agent-loop

Tag

Cards List
#agent-loop

@rohanpaul_ai: The next step for 3D models is probably fewer prompts and more API calls. Lux3D points in that direction. Instead of ge…

X AI KOLs Timeline · 2026-08-27 Cached

Lux3D is Manycore Tech's new 3D generative model that enables API-based batch creation of 3D assets with PBR properties, integrating into agent workflows for efficient production.

0 favorites 0 likes
#agent-loop

A verification step in my agent loop ran zero tests and exited 0 for weeks

Reddit r/AI_Agents · 2026-08-24

The author describes a scenario where an AI agent loop's verification step silently failed to run tests, leading to false positives, and offers guidance on improving development harnesses to prevent similar issues.

0 favorites 0 likes
#agent-loop

@Tao100086: Codex's core Agent Harness has been made public under the Apache-2.0 license. Official GitHub address: OpenAI Codex official repository: https://github.com/openai/codex Rust version…

X AI KOLs Timeline · 2026-08-21 Cached

OpenAI has open-sourced Codex's core Agent Harness with the Apache-2.0 license, providing a Rust implementation and making it available on GitHub.

0 favorites 0 likes
#agent-loop

Wiring an ai content generator into an agent loop taught me volume was never the constraint

Reddit r/AI_Agents · 2026-08-12

A developer reflects on building an AI content generation agent loop, discovering that throughput isn't the real constraint—quality control and relevance are, leading to a human-in-the-loop approach that produces fewer but better pieces.

0 favorites 0 likes
#agent-loop

@indie_maker_fox: Recommending a very worthwhile Pi Agent eBook https://dgzhuya.com/modules/ch01-overview… As everyone knows, I really like Pi agent, with its minimalist design and rich extensions. I also really like Craft agent…

X AI KOLs Timeline · 2026-08-09 Cached

The author recommends the Pi Agent eBook and the Learn Claude Code tutorial, analyzing Pi Agent's minimalist design, four-layer architecture, and core principles, and mentions MkAgent, which they developed based on it.

0 favorites 0 likes
#agent-loop

I built ARGO, an open-source Agent Loop for traceable AI coding delivery

Reddit r/AI_Agents · 2026-08-04

The author introduces ARGO, an open-source Agent Loop framework for Cursor, GitHub Copilot, and OpenCode that combines an ArchiMate-structured intent graph with GraphRAG retrieval to make AI coding delivery traceable. It separates intent, architecture, and implementation responsibilities, with two-level acceptance tests to avoid treating every failure as a code bug.

0 favorites 0 likes
#agent-loop

Self-healing agents are just a loop you forgot to build [blog]

Reddit r/AI_Agents · 2026-08-02

A blog post about a simple pattern for self-healing agents: using lifecycle hooks to read and write lessons, with guardrails to prevent false beliefs from entrenching.

0 favorites 0 likes
#agent-loop

@kentcdodds: Stop wasting your time! Have you thought about... letting your agent hit the merge button? Close the agent loop and the…

X AI KOLs Timeline · 2026-07-30 Cached

Encourages developers to close the agent loop by allowing AI agents to automatically merge code, saving time.

0 favorites 0 likes
#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 · 2026-07-15

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
Next →
← Back to home

Submit Feedback