agent-design

Tag

Cards List
#agent-design

Filesystem-Based Memory for LLM Agents: Organization, Evolution, and Sustainability

arXiv cs.CL · yesterday Cached

This paper presents the first systematic exploration of filesystem-based memory for LLM agents, formalizing roles of management, search, and execution agents around a shared memory store. It finds that organization primarily reduces retrieval cost but does not yet improve answer quality, and that tooling choices affect store shape as much as model selection.

0 favorites 0 likes
#agent-design

Separating planning from execution fixed most of my agent context bloat

Reddit r/AI_Agents · 3d ago

This article discusses a technique for reducing context bloat in AI agents by decoupling the planning phase from execution, improving agent efficiency and accuracy.

0 favorites 0 likes
#agent-design

@0xJeyx: Andrew Ng (founder of Google Brain) stopped asking whether something is an agent. He asks how much autonomy you gave it…

X AI KOLs Timeline · 5d ago Cached

Andrew Ng shifts the focus from whether a system is an agent to how much autonomy it has, recommending building agentic workflows with deliberate autonomy levels per task rather than full autonomy.

0 favorites 0 likes
#agent-design

@TeachTheMachine: Stateful vs. Stateless Agent Design: Tradeoffs for Scalable Agentic Systems

X AI KOLs Timeline · 6d ago Cached

This article explores the tradeoffs between stateful and stateless agent design for scalable AI systems, providing implementation examples using Groq API and Llama 3.1 8B Instant model.

0 favorites 0 likes
#agent-design

You're probably building a three-dimensional agent in a thirty-dimensional space.

Reddit r/AI_Agents · 2026-07-20

The article suggests that AI agents are often built with an implicit assumption of low-dimensional behavior, but the actual space they operate in is much higher-dimensional, leading to unexpected complexities.

0 favorites 0 likes
#agent-design

@swyx: explain this

X AI KOLs Following · 2026-07-16 Cached

This article explains the Model Context Protocol (MCP) for building pluggable AI agent architectures, detailing lessons from building an MCP server at Sentry, including OAuth 2.1 integration, designing agent-friendly tool interfaces, and current ecosystem limitations.

0 favorites 0 likes
#agent-design

Towards a Harness That Can Do Anything

Hacker News Top · 2026-07-15 Cached

The article discusses principles for designing LLM harnesses that are intuitive, transparent, and lean, drawing inspiration from Unix philosophy to reduce cognitive load and improve reliability.

0 favorites 0 likes
#agent-design

@grapeot: Why Have We Been Giving AI Agents the Wrong Interface? Nearly all AI coding and agent tools default to chat windows (e.g., Cursor, Claude Code). But from an efficiency standpoint, this WeChat/Slack-inspired interaction is severely limiting AI...

X AI KOLs Timeline · 2026-07-11 Cached

The article criticizes the prevalent use of chat windows as the interface for AI programming tools, arguing that this design restricts the autonomous working ability of AI from both the user and developer ends, and proposes a shift to an asynchronous, task-driven collaboration model.

0 favorites 0 likes
#agent-design

@jasonzhou1993: https://x.com/jasonzhou1993/status/2075179471951614381

X AI KOLs Timeline · 2026-07-09 Cached

The author shares practical learnings from running AI agent loops for a month, emphasizing the importance of loop contracts, state, and logs to make agents autonomous and reliable.

0 favorites 0 likes
#agent-design

Automating the Design of Embodied Agent Architectures

Hugging Face Daily Papers · 2026-07-03 Cached

This paper introduces AgentCanvas, a typed-graph runtime for embodied agents, and KDLoop, a coding-agent search procedure, to automate the design of embodied agent architectures, evaluating across multiple embodied tasks and revealing challenges like rollout noise and local edit basins.

0 favorites 0 likes
#agent-design

AI agents don’t just need memory. They need weighted memory.

Reddit r/AI_Agents · 2026-07-01

Discusses the concept that AI agents require weighted memory rather than just simple memory, implying a more nuanced approach to agent architecture.

0 favorites 0 likes
#agent-design

Does making the writer agent and the reviewer a separate instance actually beat one-agent self-critique?

Reddit r/AI_Agents · 2026-06-30

The author questions whether separating writer and reviewer agents in a multi-agent setup provides advantages over a single agent with a self-critique step, sharing experiences from building a doc-to-wiki system.

0 favorites 0 likes
#agent-design

@yibie: Recommend this article. The author argues that most AI memory systems are designed the wrong way—designing memory architecture from the top down, rather than letting good memory systems emerge naturally from evaluation. Memory is not a first-class ability, but a second-order effect that evolves under pressure. Memory systems should be evolved, not designed. People...

X AI KOLs Timeline · 2026-06-29 Cached

This article discusses the design approach for AI memory systems, advocating for letting good memory systems emerge naturally from evaluation rather than designing memory architecture from the top down. The author argues that memory is a second-order effect evolved under pressure and proposes a longitudinal evaluation framework.

0 favorites 0 likes
#agent-design

Has anyone else found that context matters more than model size for AI agents?

Reddit r/artificial · 2026-06-29

The author shares their experience building AI agents, finding that providing clear context and guidance (defining job, rules, tools) matters more than model size for reducing mistakes and improving performance.

0 favorites 0 likes
#agent-design

The most reliable data agent I've shipped is ~90% deterministic code. The LLM just parses intent and talks. Change my mind.

Reddit r/AI_Agents · 2026-06-23

The author argues that the reliability of AI agents comes from deterministic code, not the LLM, and shares five key practices for building trustworthy agents on messy real-world data.

0 favorites 0 likes
#agent-design

@DailyDoseOfDS_: Claude Code fully dissected! Researchers from UCL reverse-engineered the leaked Claude source. What they found changes …

X AI KOLs Timeline · 2026-06-13

Researchers from UCL reverse-engineered Claude Code, finding that only 1.6% of the codebase is AI decision logic while 98.4% is operational infrastructure, revealing a design philosophy that prioritizes a rich deterministic harness over model-driven routing.

0 favorites 0 likes
#agent-design

@dongxi_nlp: https://x.com/dongxi_nlp/status/2065200644802101633

X AI KOLs Timeline · 2026-06-11 Cached

The article proposes that in a Coding Agent, tool invocations should be treated as contracts rather than simple functions, emphasizing the Harness's adjudication role in verification, permissions, lifecycle management, and others, and discusses in detail the composition and lifecycle of tool contracts.

0 favorites 0 likes
#agent-design

@BrainsAndTennis: https://x.com/BrainsAndTennis/status/2065190286519906657

X AI KOLs Timeline · 2026-06-11 Cached

A technical Twitter thread sharing principles for building high-performance vertical AI agents, using the Shortcut spreadsheet agent as an example. Key insight: treat context as a layered cache (L1/L2/L3) to minimize cost per task across the distribution.

0 favorites 0 likes
#agent-design

@ishaansehgal: https://x.com/ishaansehgal/status/2065129901427130678

X AI KOLs Timeline · 2026-06-11 Cached

The article argues that an AI agent is defined by its durable event log, not the runtime or model, enabling fault-tolerant resumption and simplified reasoning about agent state.

0 favorites 0 likes
#agent-design

We cut our agent's context window in half, and it got better. kinda didnt expect that

Reddit r/AI_Agents · 2026-06-05

A developer shares that reducing an agent's context window by half unexpectedly improved its performance in lead qualification and CRM automation, suggesting that too much context can hide bad architecture and lead to indecision.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback