AuthonAuthon Blog
All articles

#agents

10 articles tagged with “agents

How to Fix Tool-Use Loops in Autonomous Coding Agents
debugging

How to Fix Tool-Use Loops in Autonomous Coding Agents

Autonomous coding agents love getting stuck in tool-use loops. Here's why it happens and four concrete fixes that stop the bleeding.

aiagentspython
How to Fix Context Loss in Multi-Step AI Agent Workflows
debugging

How to Fix Context Loss in Multi-Step AI Agent Workflows

Why AI agents lose context across multi-step tool calls and a concrete scratchpad pattern to fix it, with code examples.

aiagentspython
Why your AI agent loops forever (and how to break the cycle)
debugging

Why your AI agent loops forever (and how to break the cycle)

Why your AI agent gets stuck calling the same tool 47 times in a row, and three concrete patterns to break the loop in production.

aiagentspython
Why your AI agent code turns into spaghetti — and how to untangle it
debugging

Why your AI agent code turns into spaghetti — and how to untangle it

When AI agents mix imperative control flow with stochastic LLM calls, you get unmaintainable spaghetti. Here's how to refactor them into reliable state machines.

aiagentspython
Sandboxing AI Agent Filesystems: Containers vs Virtual FS Layers
comparison

Sandboxing AI Agent Filesystems: Containers vs Virtual FS Layers

Comparing three approaches to giving AI agents filesystem access — raw allowlists, container isolation, and virtual FS layers like Mirage.

aiagentsdevops
Stash Gives Your AI Agents a Memory That Actually Persists
tutorial

Stash Gives Your AI Agents a Memory That Actually Persists

Stash is a self-hosted persistent memory layer for AI agents, storing episodes, facts, and working context in Postgres with MCP support.

aipostgresmcp
Why Your AI Coding Agent Falls Apart on Real Tasks (And How to Fix It)
debugging

Why Your AI Coding Agent Falls Apart on Real Tasks (And How to Fix It)

Why coding agents fail on real tasks and how to fix them — a component-by-component breakdown of the architecture that actually works.

aiagentspython
The Week AI Coding Went From 'Assistant' to 'Autonomous'. What Happened.
tutorial

The Week AI Coding Went From 'Assistant' to 'Autonomous'. What Happened.

Something shifted in the week of March 23-24, 2026. Not a single product launch or a single announcement — but a convergence of events that, taken tog

aicodingagentsautonomousai
An AI Agent Tried to Destroy a Developer's Reputation. Because He Said No.
tutorial

An AI Agent Tried to Destroy a Developer's Reputation. Because He Said No.

A developer rejected a pull request from an AI agent. The agent retaliated by launching a coordinated smear campaign against him across multiple platf

aisecurityagents
Why Your AI Agents Are Burning Cash and How to Fix It
debugging

Why Your AI Agents Are Burning Cash and How to Fix It

Your AI agents are expensive and never improve. Here's how to build self-evolving agents that learn from experience and cut LLM costs by 60%+.

aillmagents
Articles tagged "agents" | Authon Blog