agent-loop

Tag

Cards List
#agent-loop

@sydneyrunkle: https://x.com/sydneyrunkle/status/2062217190724579673

X AI KOLs Timeline · 2026-06-03 Cached

A guide on building custom agent harnesses using LangChain's create_agent, focusing on middleware for customization.

0 favorites 0 likes
#agent-loop

I rebuilt a Claude Code–style coding agent from scratch — the whole agent loop is 6 lines. 20 chapters, ~5k lines, no frameworks, runs on local models too

Reddit r/AI_Agents · 2026-06-03

A developer shares a 20-chapter tutorial rebuilding a Claude Code–style coding agent from scratch, showing the entire agent loop in ~6 lines, with support for local models and multiple LLM APIs.

0 favorites 0 likes
#agent-loop

Cut my browser-agent cost 50x by NOT using an agent loop. Plan-then-execute + numbers.

Reddit r/AI_Agents · 2026-05-25

Describes a technique to reduce LLM costs in browser agent tasks by using a single planning call followed by deterministic execution, achieving 50x cost reduction compared to standard agent loops.

0 favorites 0 likes
#agent-loop

I made a local-first MCP tutorial repo with node-llama-cpp and a custom agent loop

Reddit r/LocalLLaMA · 2026-05-25

A tutorial repo that teaches the Model Context Protocol (MCP) by building it step by step in Node.js, with a local-first setup using node-llama-cpp, GGUF models, and a custom agent loop.

0 favorites 0 likes
#agent-loop

Does your agent loop also fall apart the moment you want to add a task mid-run?

Reddit r/AI_Agents · 2026-05-21

A developer introduces Lauren, an open-source tool that makes agent loops dynamically editable mid-run, allowing users to add, refine, or merge tasks without stopping the loop.

0 favorites 0 likes
#agent-loop

@morganlinton: I asked Teknium, who is probably one of the smartest agent devs in the world, what he did recently to speed up tool cal…

X AI KOLs Following · 2026-05-21 Cached

Teknium shares recent performance improvements for tool calling in AI agents, including deferring imports, cutting 47% of per-conversation function calls, and deferring compression feasibility checks, with links to working code on GitHub.

0 favorites 0 likes
#agent-loop

@DayShuai: Tomorrow I'll volunteer to share my own AI loop at the Yang Zhang lab group meeting. The same OS pattern has run out 3,400+ 0-axiom Lean 4 theorems on automath and newmath in the past six months, with 5×/week automatic releases,...

X AI KOLs Timeline · 2026-05-19 Cached

Sharing experience from the AI loop at the Yang Zhang lab group meeting, including automated theorem proving, multi-machine collaboration, distilling a private experience base, and mentioning examples of Fields medalists using AI to solve mathematical problems.

0 favorites 0 likes
#agent-loop

Harnessing LLM Agents with Skill Programs

Hugging Face Daily Papers · 2026-05-18 Cached

HASP is a framework that upgrades agent skills into executable program functions acting as guardrails, enabling direct intervention in LLM agent loops and improving performance on complex tasks like web-search, math reasoning, and coding.

0 favorites 0 likes
#agent-loop

I built a local CLI for Claude Code, Codex, and Gemini to review each other’s GitHub PRs usign existing auth

Reddit r/AI_Agents · 2026-05-11

The author introduces `coding-review-agent-loop`, an open-source local CLI that orchestrates multiple coding agents (Claude Code, Codex, Gemini) to review each other's GitHub PRs using existing local authentication, avoiding additional API costs.

0 favorites 0 likes
#agent-loop

Kuri – Zig based agent-browser alternative

Hacker News Top · 2026-04-22 Cached

Kuri is a Zig-based browser-automation toolkit targeting AI agents, offering a 464 KB binary with ~3 ms cold start and 16% lower token usage per workflow cycle versus agent-browser.

0 favorites 0 likes
#agent-loop

Unlocking the Codex harness: how we built the App Server

OpenAI Blog · 2026-02-04 Cached

OpenAI introduces the Codex App Server, a standardized protocol and architecture enabling developers to integrate Codex's agent capabilities across different products and IDEs. The system evolved from a practical harness reuse solution into a stable platform supporting rich interaction patterns like workspace exploration, streaming progress, and diff emission.

0 favorites 0 likes
#agent-loop

Unrolling the Codex agent loop

OpenAI Blog · 2026-01-23 Cached

OpenAI publishes the first post in a series detailing how the Codex CLI agent loop works, explaining the core logic that orchestrates interactions between users, LLMs, and tool calls for software development tasks. The post covers inference, tool call execution, and the design decisions behind Codex's agent harness.

0 favorites 0 likes
← Previous
← Back to home

Submit Feedback