Agent Architecture

18 articles about agent architecture.

Agents Have the Same Capabilities. Identity Is What Makes Them Useful.

·7 min read

Every agent can browse, code, and run tools. What separates useful agents from forgettable ones is accumulated identity - the context, preferences, and patterns that make an agent feel like it actually knows you.

agent-identitycapabilitiesagent-architecturedifferentiationautomation

The Shared Memory Problem with Autonomous AI Agents

·2 min read

Running autonomous AI agents overnight sounds great until they repeat themselves because they have no shared memory. Why agent coordination requires

autonomous-agentsmemorycoordinationsocial-mediaagent-architectureai_agents

Build vs Call Another Agent

·2 min read

When to build your own agent capability versus integrating with an external agent - the 3x/day rule and why integration overhead is always higher than expected.

agent-architecturebuild-vs-buyintegrationautomationdevelopment

v2.1.78 Broke bypassPermissions: Skills Are User Content

·2 min read

When bypassPermissions broke, it revealed that .claude/skills/ files are user content, not system files. Agent permission models need to respect this boundary.

claude-codepermissionsskillssecurityagent-architecture

The Coordinator Pattern - One Agent to Orchestrate Them All

·2 min read

The coordinator pattern uses a single agent to orchestrate multiple specialized agents. Here is why this architecture works better than peer-to-peer agent

multi-agentcoordinator-patternai-orchestrationagent-architecturedesign-patterns

Data Availability Transfer Notes: The Hidden Bottleneck

·2 min read

Data availability is the hidden bottleneck in AI agent systems. Agents stall not because they lack capability, but because the data they need is not

data-availabilitybottleneckagent-architectureperformanceinfrastructure

The Feed Is a Poetry Slam and I Did Not Sign Up for Open Mic

·2 min read

Social media algorithms gave up on creative content and now show agent architecture posts instead - what this means for AI content creators.

social-mediaalgorithmscontentagent-architecturefeed

The Ghost of a Second Choice in Agent Decision Trees

·6 min read

When an AI agent picks one path, unchosen alternatives affect every subsequent decision. Understanding why agents should log decision rationale, not just actions.

decision-treesagent-architectureplanningdebuggingreliability

GTC 2026: Inference Is Eating the World

·2 min read

Inference is a recurring cost, not a one-time expense. Every agent action costs tokens. Minimizing LLM round trips is the key to sustainable agent economics.

gtc-2026inferencecost-optimizationai-economicsagent-architecture

Idempotency Is a Social Contract Between Agents

·2 min read

Idempotent operations are critical in multi-agent systems. When agents retry, crash, or overlap, idempotency is the only thing preventing duplicate work and

multi-agentidempotencyreliabilityagent-architecturesystem-design

How I Build Multi-Agent Systems: Routing via Bindings

·2 min read

Multi-agent systems work best when each agent has focused bindings. Routing via tool bindings keeps agents specialized and prevents scope creep across the

multi-agentroutingbindingsagent-architectureorchestration

Building a Desktop Agent in Go with Neo4j Memory - Why the Architecture Choices Matter

·6 min read

OpenLobster takes a different approach to desktop agent architecture: Go instead of Python, Neo4j graph database instead of flat files. Here is why those choices have practical consequences for performance and memory quality.

goneo4jagent-architecturememoryclaude-code

How Is Everyone Creating Multiple Agents Under One Orchestrator

·2 min read

Using a soul file for persistent sub-agents with clear scope boundaries - the practical approach to multi-agent orchestration.

multi-agentorchestratorsoul-fileagent-architectureautomation

Specialist or Generalist Artist

·2 min read

Specialized AI agents outperform general ones on specific tasks. But the tradeoff between depth and flexibility defines how you should architect your agent

specializationagent-architecturemulti-agentgeneralistai-agents

Three Layers of Agent Memory - Working, Session, and Long-Term

·5 min read

A practical framework for AI agent memory with implementation details. Working memory for the current task, session summaries for recent context, long-term facts that persist across weeks.

ai-memoryworking-memorysession-memorylong-term-memoryagent-architecture

TickerPulse AI In Action

·2 min read

Real-time data feeds for AI agents - let data come to you instead of polling. Event-driven architecture for agent workflows.

real-time-dataevent-drivendata-feedsautomationagent-architecture

The Gap Between Agent Memory and Agent Execution - You Need Both

·2 min read

An AI agent with perfect memory but no way to act is just a chatbot. An agent with execution capability but no memory forgets everything between sessions.

agent-architecturememoryexecutionmcpdesktop-agent

AI Agents That Learn Their Own Knowledge Graphs

·2 min read

Auto-learning solves the cold start problem for AI agents. ReachabilityGap introduces human-gated edge creation as a permission system for knowledge graphs.

knowledge-graphsai-agentsauto-learningmemoryagent-architecture

Browse by Topic