Tagged articles
5 articles
Page 1 of 1
Baidu Geek Talk
Baidu Geek Talk
May 20, 2026 · Artificial Intelligence

How We Tamed AI Output with a Three‑Layer Architecture for Android Code Migration to KMP

This article details how we used a three‑layer AI architecture—Skill for stable execution, SubAgent for context‑aware scheduling, and Agent Team for parallel collaboration—to reliably migrate a large Android codebase to a Kotlin Multiplatform project, addressing instability, context inflation, and efficiency challenges.

AIAgent TeamAndroid
0 likes · 15 min read
How We Tamed AI Output with a Three‑Layer Architecture for Android Code Migration to KMP
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
May 14, 2026 · Artificial Intelligence

How a Multi‑Agent Team Built an HTML Page in One Take (No More “Continue” Prompts)

The author used MiniMax’s new Mavis Agent Team to generate a complete, interactive HTML showcase in 28 minutes with a single prompt, illustrating how Leader‑Worker‑Verifier coordination and a Team Engine overcome the laziness, context anxiety, and silent‑agent problems of single‑agent workflows while discussing token costs and referencing the “Cost of Consensus” study.

AI agentsAgent TeamMulti-Agent Systems
0 likes · 14 min read
How a Multi‑Agent Team Built an HTML Page in One Take (No More “Continue” Prompts)
Machine Heart
Machine Heart
Apr 28, 2026 · Artificial Intelligence

How Coordination Engineering Turns Solo AI Agents into Elite Teams

The article introduces Coordination Engineering, a new paradigm that extends Harness Engineering to enable multiple AI agents to collaborate like an elite team, describing the Agent Team engine, Team Skills standard, self‑evolving capabilities, practical examples, and the open‑source ecosystem supporting these advances.

AI agentsAgent TeamCoordination Engineering
0 likes · 18 min read
How Coordination Engineering Turns Solo AI Agents into Elite Teams
Architect
Architect
Apr 27, 2026 · Artificial Intelligence

Sub-Agent vs Agent Team: Designing Multi-Agent Architectures Around Context Boundaries

The article explains how to choose between Sub‑Agent and Agent Team structures for multi‑agent systems by evaluating whether sub‑tasks share context, need isolation, compression, parallelism, or continuous collaboration, and provides practical guidelines, pitfalls, and a decision framework to avoid over‑engineering.

AI ArchitectureAgent TeamContext Boundaries
0 likes · 18 min read
Sub-Agent vs Agent Team: Designing Multi-Agent Architectures Around Context Boundaries
AI Architecture Hub
AI Architecture Hub
Apr 27, 2026 · Artificial Intelligence

Sub-Agent vs Agent Team: Choosing the Right Architecture for Complex AI Tasks

The article analyzes why many AI projects misuse multi‑agent setups, explains the fundamental differences between Sub‑Agent (isolated parallel executors) and Agent Team (collaborative teams with shared state), and provides concrete guidelines, code examples, and design principles to select the appropriate architecture for a given task.

AI agentsAgent TeamMulti-Agent Architecture
0 likes · 10 min read
Sub-Agent vs Agent Team: Choosing the Right Architecture for Complex AI Tasks