Tagged articles

Subagent

23 articles · Page 1 of 1
Open Source Tech Hub
Open Source Tech Hub
Aug 15, 2026 · Artificial Intelligence

7 Golden SubAgent Orchestration Rules to Let Expensive Models Only Talk and Cut Costs in Half

The article explains why using a flagship LLM for end‑to‑end coding tasks is slow and costly, then presents a SubAgent orchestration framework that assigns planning to the expensive model and execution to cheaper models, detailing seven universal rules, three concrete model combos, a full test workflow, and common pitfalls to halve token bills.

AI workflowLLM cost optimizationPrompt Engineering
0 likes · 17 min read
7 Golden SubAgent Orchestration Rules to Let Expensive Models Only Talk and Cut Costs in Half
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Jul 28, 2026 · Artificial Intelligence

Why Splitting a Task into 5 Subagents Can Be Slower Than a Single Agent

The article explains that parallelizing a task across five Claude Code subagents often yields no speedup—or even slowdown—because true parallel gains depend on independent task parts, while four overheads (re‑learning context, dependency chains, shared file conflicts, and single‑point aggregation) can dominate the runtime.

Amdahl's LawClaude CodeParallelism
0 likes · 16 min read
Why Splitting a Task into 5 Subagents Can Be Slower Than a Single Agent
AI Architecture Hub
AI Architecture Hub
Jul 10, 2026 · Artificial Intelligence

Why Claude Code Rules Fail and How to Build a Layered CLAUDE.md Governance

The article analyzes why Claude Code often ignores constraints in CLAUDE.md, identifies four root causes—including incomplete rule loading, vague descriptions, context overload, and lack of hard enforcement—and proposes a five‑layer governance architecture with concrete migration and troubleshooting steps.

Claude CodeLLMPrompt Engineering
0 likes · 15 min read
Why Claude Code Rules Fail and How to Build a Layered CLAUDE.md Governance
JavaGuide
JavaGuide
Jul 7, 2026 · Artificial Intelligence

How Does Claude Code Detect the Skills You’ve Been Using for Months?

The article explains the technical differences between CLAUDE.md and Skill files, when to use each, their loading strategies, file structures, front‑matter fields, dynamic context, security considerations, and how Skills interact with Subagents, Plugins and Agent Teams in Claude Code.

AI SkillsClaude CodeDynamic Context
0 likes · 19 min read
How Does Claude Code Detect the Skills You’ve Been Using for Months?
AI Digital Ideal
AI Digital Ideal
Jul 5, 2026 · Artificial Intelligence

How Subagents and Task Tools Enable Isolated Workflows in Harness

This lesson explains how Harness uses Subagents—isolated execution units created via the Task tool—to offload heavy, multi‑step operations into separate context windows, custom prompts, and limited toolsets, and how to configure built‑in and custom Subagents with the Claude Code SDK.

Claude CodePython SDKSubagent
0 likes · 22 min read
How Subagents and Task Tools Enable Isolated Workflows in Harness
Programmer DD
Programmer DD
Jun 24, 2026 · Artificial Intelligence

Building a Content Creation Agent Team with Vercel Eve Subagents and Skills

This tutorial shows how to transform the previously built Vercel Eve agents into a full‑featured content creation team by defining reusable skills for topic planning, article writing, and review, and by splitting responsibilities into dedicated subagents for researcher, writer, and reviewer, with detailed code examples and workflow guidance.

AI AgentContent automationNode.js
0 likes · 17 min read
Building a Content Creation Agent Team with Vercel Eve Subagents and Skills
Tech Ocean
Tech Ocean
Jun 21, 2026 · Artificial Intelligence

Why Jack‑of‑All Agents Fail – Router Delegation and Subagents in AgentScope Java

The article explains AgentScope 2.0’s “agent‑as‑tool” philosophy, showing how a Router agent can dynamically delegate tasks to specialist ReActAgents via @Tool methods, and how HarnessAgent’s Subagent feature enables long‑running, user‑direct interactions, with concrete Java code illustrating both patterns.

AgentScopeJavaReActAgent
0 likes · 7 min read
Why Jack‑of‑All Agents Fail – Router Delegation and Subagents in AgentScope Java
Java Tech Enthusiast
Java Tech Enthusiast
Jun 10, 2026 · Artificial Intelligence

How to Keep Claude Code Honest: 4 Essential Configurations

Claude Code often hallucinates by inventing functions, imports, or test results, which wastes time; this article explains a four‑layer engineering setup—honesty rules, pre‑write verification, post‑write hooks, and a dedicated fact‑checking sub‑agent—to force the model to provide evidence before claiming code works.

AI coding assistantClaude CodeSubagent
0 likes · 14 min read
How to Keep Claude Code Honest: 4 Essential Configurations
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
Senior Brother's Insights
Senior Brother's Insights
May 14, 2026 · Artificial Intelligence

7 Practical Tips to Slash Claude Code Token Usage by 80%

This article analyzes why token waste in Claude Code stems mainly from bloated context rather than verbose prompts and presents seven concrete techniques—including model selection, CLAUDE.md management, Subagent usage, precise file targeting, early compacting, context diagnostics, and restrained tool integration—to reduce token consumption by up to 80% while preserving workflow efficiency.

AI coding assistantClaude CodeCompact command
0 likes · 14 min read
7 Practical Tips to Slash Claude Code Token Usage by 80%
Tech Ocean
Tech Ocean
May 5, 2026 · Artificial Intelligence

How the Deep Agents ‘task’ Tool Delegates Complex Work to Sub‑Agents

The article explains how Deep Agents’ task tool splits complex responsibilities into a main agent that schedules and sub‑agents that execute specialized roles, detailing the tool’s placement, SubAgent definition, predefined versus dynamic agents, context isolation, AsyncSubAgent use cases, and practical criteria for when to decompose tasks.

AsyncSubAgentDeepAgentsSubagent
0 likes · 11 min read
How the Deep Agents ‘task’ Tool Delegates Complex Work to Sub‑Agents
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 22, 2026 · Artificial Intelligence

Spring AI Agent Demo: Architecture, RAG, Tools & Sub‑Agents Explained

An in‑depth walkthrough of a Spring AI‑based AI Agent demo showcases its core modules—including AgentCore orchestration, multi‑layer conversation memory compression, function‑calling tool registration, RAG retrieval pipelines, markdown‑driven Commands and Skills, Sub‑Agent isolation, and MCP integration—complete with code snippets, design rationale, and runtime configuration details.

AIAgentFunctionCalling
0 likes · 27 min read
Spring AI Agent Demo: Architecture, RAG, Tools & Sub‑Agents Explained
Architect
Architect
Apr 16, 2026 · Artificial Intelligence

Mastering Claude Code: Session Management Strategies for 1M Context Windows

This article analyzes Anthropic's Claude Code session‑management features, explaining how context rot limits effective token usage, what the 1 M‑token window actually stores, and when to use the five built‑in actions—Continue, /rewind, /clear, Compact and Subagent—to keep long‑running AI tasks reliable and efficient.

AI agentsClaude CodePrompt Engineering
0 likes · 18 min read
Mastering Claude Code: Session Management Strategies for 1M Context Windows
Tech Ocean
Tech Ocean
Apr 13, 2026 · Artificial Intelligence

7 Practical Tips to Master Claude Code and Skip Two Years of Mistakes

Drawing from 18 months of hands‑on experience, this guide presents seven concrete practices—ranging from precise task framing and lean CLAUDE.md files to reusable skills, memory repositories, reliable hooks, a structured Design‑Plan‑Build workflow, and Subagents—that help developers use Claude Code efficiently and avoid costly rework.

AI coding assistantClaude CodePrompt Engineering
0 likes · 9 min read
7 Practical Tips to Master Claude Code and Skip Two Years of Mistakes
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Apr 8, 2026 · Artificial Intelligence

Understanding OpenClaw: Inside the AI Agent Framework Explained by Prof. Li Hongyi

In this detailed lecture, Prof. Li Hongyi of National Taiwan University dissects the OpenClaw AI Agent, explaining its system prompts, tool usage, memory handling, sub‑agents, security risks like prompt injection, and practical safeguards for deploying autonomous agents on personal computers.

AI AgentContext EngineeringOpenClaw
0 likes · 35 min read
Understanding OpenClaw: Inside the AI Agent Framework Explained by Prof. Li Hongyi
Fun with Large Models
Fun with Large Models
Apr 3, 2026 · Artificial Intelligence

Fast Guide to LangChain DeepAgents: How SubAgents Work

This article explains DeepAgents SubAgent mechanisms, showing how context isolation and task division improve complex agent workflows, details two creation methods (dictionary‑based and compiled), demonstrates a search‑and‑report demo, and outlines suitable and unsuitable scenarios with practical code examples.

AI agentsContext IsolationDeepAgents
0 likes · 15 min read
Fast Guide to LangChain DeepAgents: How SubAgents Work
Advanced AI Application Practice
Advanced AI Application Practice
Mar 26, 2026 · Artificial Intelligence

Why OpenClaw Agents Don’t Become Cheap Labor – A Practical Case Study

The article walks through a new OpenClaw scenario where users attempt to create a sub‑agent as cheap labor, explains the required /spawn parameters (runtime, agentId, task, label), shows a concrete example command, and discusses why the resulting agent fails to act as intended, offering guidance for non‑IT users.

AI AgentNon‑IT UsersOpenClaw
0 likes · 4 min read
Why OpenClaw Agents Don’t Become Cheap Labor – A Practical Case Study
AI Tech Publishing
AI Tech Publishing
Mar 18, 2026 · Artificial Intelligence

How Context Engineering Turns AI Agents from ‘Usable’ to ‘Highly Effective’

The article explains how organizing the prompt, tool schemas, dialogue history, and retrieved documents—collectively the context window—affects an AI agent’s decisions, introduces the concepts of Lost‑in‑the‑Middle, Thinking Tokens, tool‑response caching, compaction versus SubAgent strategies, and shows a step‑by‑step evolution that raised accuracy from 60 % to over 95 %.

AI agentsContext EngineeringLLM
0 likes · 9 min read
How Context Engineering Turns AI Agents from ‘Usable’ to ‘Highly Effective’
Architect
Architect
Mar 15, 2026 · Artificial Intelligence

Mastering Claude Code: A Proven Workflow to Keep AI Agents Stable

This article outlines a practical, step‑by‑step workflow for Claude Code that starts with defining acceptance criteria, correctly layering context, selecting the right execution channel, enforcing system‑level constraints, and actively managing long sessions, turning experimental AI agents into reliable engineering tools.

AI agentsClaude CodeContext Management
0 likes · 27 min read
Mastering Claude Code: A Proven Workflow to Keep AI Agents Stable