# Multi Agent Systems

Published articles for Multi Agent Systems.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Agent session chains that can't escalate

DevFeed: [Agent session chains that can't escalate](<https://devfeed.tech/articles/agent-session-chains-that-can-t-escalate-26792.md>)

Original publisher: [Read original article](<https://workos.com/blog/agent-session-chaining>)

Author: WorkOS

Published: 2026-09-15T00:00:00Z

Content type: article

Language: en

Sources: [WorkOS Blog](<https://devfeed.tech/sources/workos-blog.md>)

Topics: [Authorization](<https://devfeed.tech/topics/authorization.md>), [API](<https://devfeed.tech/topics/api.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [api](<https://devfeed.tech/tags/api.md>), [auth](<https://devfeed.tech/tags/auth.md>), [authorization](<https://devfeed.tech/tags/authorization.md>), [backend](<https://devfeed.tech/tags/backend.md>), [multi-agent](<https://devfeed.tech/tags/multi-agent.md>), [multi-agent-systems](<https://devfeed.tech/tags/multi-agent-systems.md>), [permission](<https://devfeed.tech/tags/permission.md>), [server](<https://devfeed.tech/tags/server.md>), [systems](<https://devfeed.tech/tags/systems.md>)

### AI overview

The article explains how Agent Auth session chaining lets an agent create separately scoped child sessions for subtasks. Each child records its parent, uses its own access and single-use refresh tokens, can be revoked independently, and cannot outlive the root session. The supplied text also states that the backend creates the chain server-side using an API key.

### Source excerpt

An agent can open a child session of itself for a sub-task. The chain re-derives authority at every hop and can never outlive its root.

## Build an AI Agent (From Scratch)

DevFeed: [Build an AI Agent (From Scratch)](<https://devfeed.tech/articles/build-an-ai-agent-from-scratch-18918.md>)

Original publisher: [Read original article](<https://blog.frankel.ch/building-ai-agent-from-scratch/>)

Author: Nicolas Fränkel

Published: 2026-09-06T00:00:00Z

Content type: opinion

Language: en

Sources: [Nicolas Fränkel](<https://devfeed.tech/sources/nicolas-frankel.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Model Context Protocol (MCP)](<https://devfeed.tech/topics/model-context-protocol-mcp.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Multi Agent Systems](<https://devfeed.tech/topics/multi-agent-systems.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [book](<https://devfeed.tech/tags/book.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [coding-assistant](<https://devfeed.tech/tags/coding-assistant.md>), [genealogy](<https://devfeed.tech/tags/genealogy.md>), [llm](<https://devfeed.tech/tags/llm.md>), [llms](<https://devfeed.tech/tags/llms.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [multi-agent-systems](<https://devfeed.tech/tags/multi-agent-systems.md>), [rag](<https://devfeed.tech/tags/rag.md>), [review](<https://devfeed.tech/tags/review.md>)

### AI overview

A review of Build an AI Agent (From Scratch) by Jungjun Hur and Younghee Song describes the book's coverage of LLM agents, tool use, ReAct agents, RAG, memory, planning, code execution, multi-agent systems, and agent evaluation. The reviewer considers it a fundamental introduction, while wishing the evaluation chapter were more developed.

### Source excerpt

Facts 10 chapters$29.29 (at the time of this writing)315 pages Chapters Building your first LLM agentWhat is an AI agent?

## The Essential Guide to Multi-Agent Systems

DevFeed: [The Essential Guide to Multi-Agent Systems](<https://devfeed.tech/articles/the-essential-guide-to-multi-agent-systems-18026.md>)

Original publisher: [Read original article](<https://blog.levelupcoding.com/p/essential-guide-to-multi-agent-systems>)

Author: Nikki Siapno

Published: 2026-08-31T11:38:47Z

Content type: tutorial

Language: en

Sources: [Level Up Coding System Design Newsletter](<https://devfeed.tech/sources/level-up-coding-system-design-newsletter.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [distributed-systems](<https://devfeed.tech/topics/distributed-systems.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [consistency](<https://devfeed.tech/tags/consistency.md>), [distributed-systems](<https://devfeed.tech/tags/distributed-systems.md>), [multi-agent-systems](<https://devfeed.tech/tags/multi-agent-systems.md>), [observability](<https://devfeed.tech/tags/observability.md>), [state](<https://devfeed.tech/tags/state.md>)

### AI overview

This guide explains what multi-agent systems are, how they differ from workflow engines and generic distributed systems, and why coordination, communication, shared state, consistency, and observability shape their architecture.

### Source excerpt

Building one AI agent is hard. But what changes when you start adding more?

## A2A Is Now an Open Standard. The Data Layer Underneath It Isn't.

DevFeed: [A2A Is Now an Open Standard. The Data Layer Underneath It Isn't.](<https://devfeed.tech/articles/a2a-is-now-an-open-standard-the-data-layer-underneath-it-isn-t-23729.md>)

Original publisher: [Read original article](<https://cockroachlabs.com/blog/a2a-agent-state-data-layer>)

Author: Quentin Packard

Published: 2026-08-19T00:00:00Z

Content type: opinion

Language: en

Sources: [Cockroach Labs](<https://devfeed.tech/sources/cockroach-labs.md>)

Topics: [agent to agent communication](<https://devfeed.tech/topics/agent-to-agent-communication.md>), [Multi Agent Systems](<https://devfeed.tech/topics/multi-agent-systems.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [Database](<https://devfeed.tech/topics/database.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [a2a](<https://devfeed.tech/tags/a2a.md>), [agent-to-agent-communication](<https://devfeed.tech/tags/agent-to-agent-communication.md>), [agentic](<https://devfeed.tech/tags/agentic.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [database](<https://devfeed.tech/tags/database.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [model-context-protocol](<https://devfeed.tech/tags/model-context-protocol.md>), [multi-agent-systems](<https://devfeed.tech/tags/multi-agent-systems.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [standards](<https://devfeed.tech/tags/standards.md>)

### AI overview

The article argues that A2A standardizes communication between agents but leaves the underlying data and state layer undefined. It contrasts A2A's horizontal agent-to-agent communication with MCP's vertical connection between an agent and external tools or data, and argues that production systems need both alongside a database-centered state architecture. AGENTS.md is presented as another interface standard that leaves durable state outside its scope.

### Source excerpt

In April 2025, Google released a protocol for agent-to-agent communication. Within three months, Google had donated it to the Linux Foundation...

## Multi Agent Systems for Platform Engineering, Patterns and Architecture

DevFeed: [Multi Agent Systems for Platform Engineering, Patterns and Architecture](<https://devfeed.tech/articles/multi-agent-systems-for-platform-engineering-patterns-and-architecture-17487.md>)

Original publisher: [Read original article](<https://kodekloud.com/blog/multi-agent-systems-platform-engineering-patterns/>)

Author: Pramodh Kumar M

Published: 2026-07-26T16:16:42Z

Content type: tutorial

Language: en

Sources: [Kubernetes - KodeKloud Blog | DevOps, Cloud, Kubernetes, AI Tutorials & More](<https://devfeed.tech/sources/kubernetes-kodekloud-blog-devops-cloud-kubernetes-ai-tutorials-more.md>)

Topics: [Platform Engineering](<https://devfeed.tech/topics/platform-engineering.md>), [distributed-systems](<https://devfeed.tech/topics/distributed-systems.md>), [systems](<https://devfeed.tech/topics/systems.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>)

Tags: [a2a-protocol](<https://devfeed.tech/tags/a2a-protocol.md>), [agent](<https://devfeed.tech/tags/agent.md>), [agent-orchestration](<https://devfeed.tech/tags/agent-orchestration.md>), [agent-to-agent-communication](<https://devfeed.tech/tags/agent-to-agent-communication.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [audit-trail](<https://devfeed.tech/tags/audit-trail.md>), [automation](<https://devfeed.tech/tags/automation.md>), [devops](<https://devfeed.tech/tags/devops.md>), [distributed-systems](<https://devfeed.tech/tags/distributed-systems.md>), [hierarchical-agent-systems](<https://devfeed.tech/tags/hierarchical-agent-systems.md>), [internal-developer-platform-automation](<https://devfeed.tech/tags/internal-developer-platform-automation.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [langgraph](<https://devfeed.tech/tags/langgraph.md>), [langgraph-multi-agent](<https://devfeed.tech/tags/langgraph-multi-agent.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-for-platform-engineering](<https://devfeed.tech/tags/mcp-for-platform-engineering.md>), [multi-agent](<https://devfeed.tech/tags/multi-agent.md>), [multi-agent-architecture-patterns](<https://devfeed.tech/tags/multi-agent-architecture-patterns.md>), [multi-agent-systems](<https://devfeed.tech/tags/multi-agent-systems.md>), [multi-agent-systems-for-platform-engineering](<https://devfeed.tech/tags/multi-agent-systems-for-platform-engineering.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [platform-engineering-automation](<https://devfeed.tech/tags/platform-engineering-automation.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [supervisor-agent-pattern](<https://devfeed.tech/tags/supervisor-agent-pattern.md>)

### AI overview

A practical guide to designing multi-agent systems for platform engineering. It compares supervisor, pipeline, fan-out, hierarchical, and swarm patterns; explains how agent contracts, identity boundaries, audit trails, and verification address common failure modes; and distinguishes MCP from A2A.

### Source excerpt

Studies of real agent systems put failure rates between 41 and 86 percent, and almost none of it is the model's fault. Here are the patterns that hold up for platform work, and the discipline that decides whether yours does.

## 19 Hands-On Video Guides for PMs

DevFeed: [19 Hands-On Video Guides for PMs](<https://devfeed.tech/articles/19-hands-on-video-guides-for-pms-39170.md>)

Original publisher: [Read original article](<https://www.productcompass.pm/p/ai-pm-video-guides>)

Author: Paweł Huryn

Published: 2026-07-14T14:51:34Z

Content type: article

Language: en

Sources: [The Product Compass](<https://devfeed.tech/sources/the-product-compass.md>)

Topics: [Learning](<https://devfeed.tech/topics/learning.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [codex](<https://devfeed.tech/topics/codex.md>), [agentic-engineering](<https://devfeed.tech/topics/agentic-engineering.md>), [vs-code](<https://devfeed.tech/topics/vs-code.md>), [Extension](<https://devfeed.tech/topics/extension.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [n8n](<https://devfeed.tech/topics/n8n.md>), [Multi Agent Systems](<https://devfeed.tech/topics/multi-agent-systems.md>)

Tags: [agentic-engineering](<https://devfeed.tech/tags/agentic-engineering.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [cli](<https://devfeed.tech/tags/cli.md>), [codex](<https://devfeed.tech/tags/codex.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [extension](<https://devfeed.tech/tags/extension.md>), [guides](<https://devfeed.tech/tags/guides.md>), [learning](<https://devfeed.tech/tags/learning.md>), [multi-agent-systems](<https://devfeed.tech/tags/multi-agent-systems.md>), [n8n](<https://devfeed.tech/tags/n8n.md>), [video](<https://devfeed.tech/tags/video.md>)

### AI overview

The article announces an Events Archive containing 19 recordings of AI product-management sessions, including demonstrations, question-and-answer segments, timestamps, free templates, and linked resources. It highlights three free sessions on Claude Cowork, Codex App, and Claude Code, and describes upcoming sessions and an AI PM Learning Program. It also reports the author's Grok Build for VS Code extension reaching more than 20,000 installs and about 1,400 daily active users.

### Source excerpt

The Events Archive is live: Claude Code, Cowork, Codex, n8n, Lovable, and more. Start with the 3 free ones.

## Infrastructure Integration, AI-Agent Discovery, and Multi-Agent Systems

DevFeed: [Infrastructure Integration, AI-Agent Discovery, and Multi-Agent Systems](<https://devfeed.tech/articles/worth-reading-061026-10893.md>)

Original publisher: [Read original article](<https://rule11.tech/worth-reading-061026/>)

Author: Russ

Published: 2026-06-11T01:36:55Z

Content type: opinion

Language: en

Sources: [rule 11 reader](<https://devfeed.tech/sources/rule-11-reader.md>)

Topics: [Resilience](<https://devfeed.tech/topics/resilience.md>), [systems](<https://devfeed.tech/topics/systems.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Internet](<https://devfeed.tech/topics/internet.md>), [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [industry](<https://devfeed.tech/tags/industry.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [multi-agent-systems](<https://devfeed.tech/tags/multi-agent-systems.md>), [mythos](<https://devfeed.tech/tags/mythos.md>), [systems](<https://devfeed.tech/tags/systems.md>), [worth-reading](<https://devfeed.tech/tags/worth-reading.md>)

### AI overview

The article discusses infrastructure vertical integration as a resilience and commercial-survival issue, increased merger and acquisition activity, the challenges of building multi-agent systems, and DNS-AID, a proposed DNS-based approach to discovering AI agents. The supplied excerpt does not state the referenced findings in detail.

### Source excerpt

When business volume and market capitalization cross a critical threshold, vertically integrating infrastructure ceases to be merely a cost-cutting financial tactic; it becomes an existential imperative for computational resilience and commercial survival. It looks like industry mergers and acquisition activity is in high gear lately. Building multi-agent systems right now feels painfully identical to the early, chaotic days of the micro services gold rush. The standard is called DNS-AID (Domain Name System for AI Discovery). Its premise is that the internet already solved the problem of finding things at scale forty years ago with DNS -- and that the same infrastructure should handle AI agents. Mythos is real. I know a big chunk of the industry thinks it's a marketing stunt, and I get why. I get it. But I've seen the findings, and they're bad.

## How We Built DigitalOcean Inference Router

DevFeed: [How We Built DigitalOcean Inference Router](<https://devfeed.tech/articles/how-we-built-digitalocean-inference-router-19890.md>)

Original publisher: [Read original article](<https://www.digitalocean.com/blog/inference-router-architecture>)

Author: Adil Hafeez

Published: 2026-05-20T14:57:13Z

Content type: article

Language: en

Sources: [DigitalOcean](<https://devfeed.tech/sources/digitalocean.md>)

Topics: [Model Routing](<https://devfeed.tech/topics/model-routing.md>), [Digital Ocean](<https://devfeed.tech/topics/digital-ocean.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Multi Agent Systems](<https://devfeed.tech/topics/multi-agent-systems.md>)

Tags: [agentic-workflows](<https://devfeed.tech/tags/agentic-workflows.md>), [digitalocean](<https://devfeed.tech/tags/digitalocean.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [inference](<https://devfeed.tech/tags/inference.md>), [llm](<https://devfeed.tech/tags/llm.md>), [multi-agent-systems](<https://devfeed.tech/tags/multi-agent-systems.md>), [product-updates](<https://devfeed.tech/tags/product-updates.md>), [routing](<https://devfeed.tech/tags/routing.md>)

### AI overview

DigitalOcean describes its Inference Router, which uses purpose-built models and live metrics to route LLM requests to appropriate models. The article explains how routing can reduce the cost and maintenance burden of applying one frontier model uniformly across coding, analysis, debugging, and other agentic tasks.

### Source excerpt

Most teams building on LLMs today make a single model decision and apply it uniformly across every request. They reach for a frontier model not because every task demands it, but because building the infrastructure to do anything smarter is hard, time-consuming, and easy to get wrong. When the tooling isn't there, the path of least resistance is to use a single model, even if it means that you end up overpaying for most tasks. Let's take an example. If you're a developer building with Cursor, Claude Code, Open Code or any coding agent today, you've already felt this. In a single session, your agent does deep codebase analysis, writes new functions, fixes bugs from test output, explains methods, searches documentation. These tasks are not equivalent but if you're on a single hardcoded model, you're paying frontier rates for all of them, including the ones that don't need it. The stakes are even higher in agentic workflows and multi-agent systems. When multiple agents are running in parallel each planning, executing, and evaluating across long-horizon tasks the cost of uniform model selection compounds with every step. Furthermore, major AI providers are moving toward token-based billing and tighter rate limits. Inference costs are about to get more expensive. The alternative is for hardcoded routing logic in the application layer with an intent classifier with the help of an LLM which adds to your cost and gets brittle fast. Even if you were to use a smaller model like Haiku to keep costs down, you're now paying for a routing call on top of every inference call. Also, accuracy takes a hit as the model is not purpose built for routing, and as your task types evolve or models change, the logic breaks in ways that are hard to catch. You've introduced double taxation: the cost of the classifier plus the cost of maintaining brittle routing code that needs updating with every change to your stack. You've turned model selection into a feature you own and maintain, which is

## Redleader revamp: How the Agentic Data Plane enables governed multi-agent AI

DevFeed: [Redleader revamp: How the Agentic Data Plane enables governed multi-agent AI](<https://devfeed.tech/articles/redleader-revamp-how-the-agentic-data-plane-enables-governed-multi-agent-ai-12671.md>)

Original publisher: [Read original article](<https://www.redpanda.com/blog/agentic-data-plane-governed-multi-agent-ai-cloud>)

Author: Robert Siwicki

Published: 2026-04-16T00:00:00Z

Content type: article

Language: en

Sources: [Redpanda](<https://devfeed.tech/sources/redpanda.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [systems](<https://devfeed.tech/topics/systems.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [ai](<https://devfeed.tech/tags/ai.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [autonomous](<https://devfeed.tech/tags/autonomous.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [multi-agent-systems](<https://devfeed.tech/tags/multi-agent-systems.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [thought-leadership](<https://devfeed.tech/tags/thought-leadership.md>)

### AI overview

Redleader was revamped from a single prompt-driven agent into a governed, bounded multi-agent system running on Redpanda's Agentic Data Plane. Specialist agents collaborate through structured, durable event streams that support coordination, governance, operational tracking, and continuous improvement.

### Source excerpt

How to build safe, multi-agent systems in Redpanda Cloud.

## DigitalOcean Acquires Katanemo Labs to Support Production AI Agent Infrastructure

DevFeed: [DigitalOcean Acquires Katanemo Labs to Support Production AI Agent Infrastructure](<https://devfeed.tech/articles/the-agentic-era-demands-a-new-class-of-infrastructure-digitalocean-acquires-katanemo-labs-19870.md>)

Original publisher: [Read original article](<https://www.digitalocean.com/blog/digitalocean-acquires-katanemo-labs-inc>)

Author: Vinay Kumar, DigitalOcean Chief Product & Technology Officer

Published: 2026-04-02T12:30:00Z

Content type: release

Language: en

Sources: [DigitalOcean](<https://devfeed.tech/sources/digitalocean.md>)

Topics: [Digital Ocean](<https://devfeed.tech/topics/digital-ocean.md>), [AI Infrastructure](<https://devfeed.tech/topics/ai-infrastructure.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [observability](<https://devfeed.tech/topics/observability.md>), [Multi Agent Systems](<https://devfeed.tech/topics/multi-agent-systems.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-infrastructure](<https://devfeed.tech/tags/ai-infrastructure.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [digitalocean](<https://devfeed.tech/tags/digitalocean.md>), [multi-agent-systems](<https://devfeed.tech/tags/multi-agent-systems.md>), [observability](<https://devfeed.tech/tags/observability.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [product-updates](<https://devfeed.tech/tags/product-updates.md>)

### AI overview

DigitalOcean acquired Katanemo Labs and plans to integrate Katanemo Labs' Plano data plane and observability capabilities. The combined platform is intended to provide built-in orchestration, execution, and monitoring for teams building and running AI agent applications in production.

### Source excerpt

At DigitalOcean, we have been vocal about our strategic shift: we are building the world's premier Agentic Inference Cloud. Our mission is to provide the foundation where AI-native enterprises build and run production inference at scale. Today, I am thrilled to announce a significant step in that journey: we have acquired Katanemo Labs, Inc., a leader in agentic AI infrastructure. By integrating Katanemo Labs, we are extending our platform further into the critical operational layer of agentic systems. Their technology pairs perfectly with DigitalOcean's philosophy of operational simplicity, predictable economics, and scalable performance. We are also proud to welcome Salman Paracha, co-founder and CEO of Katanemo Labs, as our new Senior Vice President of AI. His team's deep expertise in model research and open-source infrastructure development will be instrumental as we accelerate our mission to provide developers with an agentic inference cloud for running AI in production. Bridging the Production Gap In 2025, the center of gravity in AI shifted from experimentation to production. As the industry moves toward real-world deployment, the hardest problems have shifted from model access and accuracy to the challenges of running reliable, safe, and observable systems at scale. 61% of developers view closing the gap between prototype and production as their single greatest challenge, as found in our Currents research report. McKinsey research shows that fewer than 10% of AI use cases ever make it past the pilot stage. That same research identifies observability as a key capability for enabling large-scale, intelligent agent ecosystems to operate safely.** By bringing Katanemo Labs into DigitalOcean, we are directly addressing this "production gap," delivering core AI primitives--building blocks like orchestration, workflow execution, and safety protocols that make multi-agent systems reliable, observable, and fast to ship into reliable business assets. Accelerating the A

## От мозга к мультиагентным системам: как устроены Foundation Agents нового поколения

DevFeed: [От мозга к мультиагентным системам: как устроены Foundation Agents нового поколения](<https://devfeed.tech/articles/foundation-agents-24022.md>)

Original publisher: [Read original article](<https://habr.com/ru/companies/redmadrobot/articles/930916/>)

Author: redmadrobot (red\_mad\_robot)

Published: 2025-07-24T21:44:07Z

Content type: article

Language: ru

Sources: [Redmadrobot EN](<https://devfeed.tech/sources/redmadrobot-en.md>), [Redmadrobot RU](<https://devfeed.tech/sources/redmadrobot-ru.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [alignment](<https://devfeed.tech/tags/alignment.md>), [deep-learning](<https://devfeed.tech/tags/deep-learning.md>), [jailbreak](<https://devfeed.tech/tags/jailbreak.md>), [large-language-models](<https://devfeed.tech/tags/large-language-models.md>), [llm](<https://devfeed.tech/tags/llm.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [multi-agent-systems](<https://devfeed.tech/tags/multi-agent-systems.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [prompt-injection](<https://devfeed.tech/tags/prompt-injection.md>), [rag](<https://devfeed.tech/tags/rag.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [reinforcement-learning](<https://devfeed.tech/tags/reinforcement-learning.md>), [safety](<https://devfeed.tech/tags/safety.md>), [tag-b0a411324cb6](<https://devfeed.tech/tags/tag-b0a411324cb6.md>), [tag-b6914c0b0244](<https://devfeed.tech/tags/tag-b6914c0b0244.md>)

### AI overview

This Russian-language analytical article explains the concept of Foundation Agents based on the research paper "Advances and Challenges in Foundation Agents." It discusses brain-inspired agent architecture, cognition, learning, reasoning, memory, world models, rewards, perception, action, self-improvement, multi-agent collaboration, and agent safety issues including jailbreaks, prompt injection, hallucinations, misalignment, poisoning attacks, and privacy.

### Source excerpt

Аналитический центр red_mad_robot разобрал объёмную научную статью "Advances and Challenges in Foundation Agents" от группы исследователей AI из передовых международных университетов и технологических компаний. Работа предлагает новый взгляд на текущее состояние и развитие "интеллектуальных агентов", которые могут адаптироваться к множеству задач и контекстов. Рассказываем, какие идеи лежат в основе Foundation Agents, с какими проблемами предстоит столкнуться, и что ждёт нас в будущем. Читать далее

## A2A Is For UI

DevFeed: [A2A Is For UI](<https://devfeed.tech/articles/a2a-is-for-ui-33467.md>)

Original publisher: [Read original article](<https://timkellogg.me/blog/2025/06/14/a2a>)

Published: 2025-06-14T00:00:00Z

Content type: opinion

Language: en

Sources: [Tim Kellogg](<https://devfeed.tech/sources/tim-kellogg.md>)

Topics: [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [Multi Agent Systems](<https://devfeed.tech/topics/multi-agent-systems.md>), [ui](<https://devfeed.tech/topics/ui.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [client](<https://devfeed.tech/topics/client.md>), [JSON](<https://devfeed.tech/topics/json.md>), [Remote Procedure Call (RPC)](<https://devfeed.tech/topics/rpc.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [http](<https://devfeed.tech/tags/http.md>), [json](<https://devfeed.tech/tags/json.md>), [json-rpc](<https://devfeed.tech/tags/json-rpc.md>), [multi-agent](<https://devfeed.tech/tags/multi-agent.md>), [multi-agent-systems](<https://devfeed.tech/tags/multi-agent-systems.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [ui](<https://devfeed.tech/tags/ui.md>)

### AI overview

This commentary argues that Google's A2A protocol can be understood as a user interface for interactions between humans and agents, and as a bridge to more complex multi-agent systems. It describes A2A as an HTTP endpoint with JSON-RPC methods, message parts, task state, and optional webhooks.

### Source excerpt

There's a lot of skepticism around A2A, Google's Agent-to-Agent protocol. A lot of that is well earned. I mean, they launched a protocol with zero implementations. But a lot's changed, and it's worth taking a look again.