Tagged articles

Sub‑agents

24 articles · Page 1 of 1
Frontend AI Walk
Frontend AI Walk
Jun 29, 2026 · Artificial Intelligence

How to Build a Robust AI Loop: The Six‑Component Toolkit and Common Pitfalls

The article breaks down loop engineering into five stages—discover, handoff, verify, persist, schedule—and shows how the six supporting components (Automations, Worktrees, Skills, Sub‑agents, Connectors, State) work together, highlighting brake‑point design, isolation strategies, skill definitions, checker patterns, and maturity levels to avoid costly failures.

AI loopsAutomationConnectors
0 likes · 13 min read
How to Build a Robust AI Loop: The Six‑Component Toolkit and Common Pitfalls
macrozheng
macrozheng
Jun 28, 2026 · Artificial Intelligence

Why CLAUDE.md, Permissions, and Verification Are Essential When Using Claude Code

Using Claude Code can boost productivity, but without a well‑crafted CLAUDE.md, strict permission controls, sub‑agents, hooks, and a disciplined workflow, the AI may make risky changes, misinterpret rules, or expose sensitive data, so careful setup and ongoing maintenance are crucial.

AI codingCLAUDE.mdClaude Code
0 likes · 32 min read
Why CLAUDE.md, Permissions, and Verification Are Essential When Using Claude Code
AI Architecture Hub
AI Architecture Hub
Jun 28, 2026 · Artificial Intelligence

27 Hidden Claude Code Features and Shortcuts Most Users Miss

This guide reveals 27 practical Claude Code techniques—from initializing a project with /init and monitoring usage with /statusline, to using voice input, context management, planning mode, self‑checking tasks, sub‑agents, custom skills, model selection, and automation hooks—showing how developers can boost productivity up to tenfold by structuring prompts and workflows more intelligently.

AI coding assistantClaude CodeContext Management
0 likes · 19 min read
27 Hidden Claude Code Features and Shortcuts Most Users Miss
Data Party THU
Data Party THU
Jun 24, 2026 · Artificial Intelligence

How to Join the Top 1% of Claude Code Users: The Complete Unshared Playbook

This guide walks developers through every advanced Claude Code technique—from understanding its multi‑layer architecture and crafting a concise CLAUDE.md file to configuring hooks, sub‑agents, MCP servers, and automated CI/CD pipelines—so they can transform Claude from a simple autocomplete tool into a programmable engineering team that delivers production‑grade code with minimal supervision.

AI programmingAutomationCI/CD
0 likes · 30 min read
How to Join the Top 1% of Claude Code Users: The Complete Unshared Playbook
FunTester
FunTester
Jun 17, 2026 · Artificial Intelligence

Why Context Engineering Beats Prompt Engineering for Strong AI Agents

The article argues that in the AI Agent era, success depends less on clever prompts and more on designing high‑quality, just‑in‑time context systems, proper tool interfaces, external memory, and sub‑agent architectures to manage the model's limited attention budget.

AI AgentContext EngineeringJust-in-Time Context
0 likes · 16 min read
Why Context Engineering Beats Prompt Engineering for Strong AI Agents
SuanNi
SuanNi
Jun 13, 2026 · Artificial Intelligence

Why You Should Stop Hand‑Writing Prompts: Loop Engineering Lets AI Run Itself

The article explains Loop Engineering—a three‑layered approach that moves AI from manual prompt writing to autonomous loops, detailing its core components, practical implementations in Codex and Claude Code, and the trade‑offs such as token cost, comprehension debt, and design complexity.

AI AgentsAutomationSub‑agents
0 likes · 12 min read
Why You Should Stop Hand‑Writing Prompts: Loop Engineering Lets AI Run Itself
AI Engineering
AI Engineering
Jun 10, 2026 · Artificial Intelligence

Loop Engineering: Designing Self‑Running Agent Loops

Addy Osmani introduces Loop Engineering, a shift from writing prompts for coding agents to building autonomous loops composed of automations, worktrees, skills, plugins, sub‑agents, and state, while highlighting benefits, trade‑offs, and the new leverage point for engineers.

AI AgentsAutomationSkills
0 likes · 11 min read
Loop Engineering: Designing Self‑Running Agent Loops
IT Services Circle
IT Services Circle
Jun 9, 2026 · Artificial Intelligence

Boost Your Productivity 10× with Claude Code Slash Commands – Complete Guide

This tutorial walks through Claude Code’s built‑in slash commands, explaining each command’s purpose, when to use it, and providing concrete examples and demo prompts so developers can manage sessions, control context, run background tasks, and streamline AI‑assisted coding efficiently.

AI programmingAutomationClaude Code
0 likes · 20 min read
Boost Your Productivity 10× with Claude Code Slash Commands – Complete Guide
java1234
java1234
May 22, 2026 · Artificial Intelligence

DeepSeek‑TUI: The Terminal‑Based Coding Agent That Turned 24K Stars by Turning Multi‑Step Edits into Traceable Actions

DeepSeek‑TUI is an open‑source terminal coding agent that combines DeepSeek model capabilities with a conversational tool‑calling interface, offering multi‑step file edits, shell and git operations, cost‑aware auto mode, and risk‑engineered workflows for engineers who need traceable, multi‑turn AI assistance.

AI codingCoding AgentDeepSeek
0 likes · 9 min read
DeepSeek‑TUI: The Terminal‑Based Coding Agent That Turned 24K Stars by Turning Multi‑Step Edits into Traceable Actions
Ops Development & AI Practice
Ops Development & AI Practice
May 19, 2026 · Artificial Intelligence

Does Locking Gemini CLI to Pro Really Drain Your Quota? A Deep Dive into Model Routing

The article explains how Gemini CLI’s Auto mode intelligently switches between the Pro and Flash models, why manually locking the Pro model does not cause extra quota consumption, presents benchmark comparisons, clarifies the meaning of the quota indicator, and offers practical model‑selection guidance.

Gemini CLIPro modelQuota optimization
0 likes · 6 min read
Does Locking Gemini CLI to Pro Really Drain Your Quota? A Deep Dive into Model Routing
AI Tech Publishing
AI Tech Publishing
May 1, 2026 · Artificial Intelligence

Turning Harness into a Distributed Context Management System for Long‑Task Agents

The article explains why the reliability of long‑task agents now hinges on harness design rather than model strength, and details four harness innovations—programmatic tool calls, sub‑agents as isolation boundaries, context compression, and skill‑search priority—that Glean uses to build a distributed context management system.

Agent HarnessContext CompressionSub‑agents
0 likes · 11 min read
Turning Harness into a Distributed Context Management System for Long‑Task Agents
Code Mala Tang
Code Mala Tang
Apr 28, 2026 · Operations

How Sub‑Agents Keep Claude Code Sessions Clean

Long Claude Code sessions quickly become noisy as every grep, find, and ls call stays in the main context, but using sub‑agents—including the built‑in Explore and Plan agents and the CLAUDE_CODE_FORK_SUBAGENT flag—isolates work, returns only concise summaries, and lets you monitor activity with a context‑timeline hook.

Claude CodeContext IsolationExplore
0 likes · 7 min read
How Sub‑Agents Keep Claude Code Sessions Clean
AI Waka
AI Waka
Apr 26, 2026 · Artificial Intelligence

Unlocking Reliable AI Agents: A Deep Dive into Harness Engineering

The article examines why raw LLM models fail as autonomous coding agents and introduces Harness Engineering—a disciplined scaffold of prompts, tools, context policies, hooks, and sub‑agents—that mitigates context corruption, long‑task collapse, and security risks while cutting token costs by up to 50%.

AI AgentLLM safetySub‑agents
0 likes · 14 min read
Unlocking Reliable AI Agents: A Deep Dive into Harness Engineering
SuanNi
SuanNi
Apr 20, 2026 · Artificial Intelligence

How to Stop Context Rot in Claude Code: Rewind, Compact, and Sub‑Agents

This guide explains why massive token windows can cause context rot in Claude Code, demonstrates how to monitor usage, and walks through the /rewind, /clear, and /compact commands plus sub‑agent techniques to keep the model’s context clean and efficient.

AI Prompt EngineeringClaudeSub‑agents
0 likes · 8 min read
How to Stop Context Rot in Claude Code: Rewind, Compact, and Sub‑Agents
AI Algorithm Path
AI Algorithm Path
Mar 29, 2026 · Artificial Intelligence

Mastering Claude Code Extensions: Skills, MCP, Hooks, Sub‑agents, Agent Teams & Plugins

Claude Code, Anthropic's CLI AI programming assistant, offers six extensible mechanisms—Skills, MCP, Sub‑agents, Agent Teams, Hooks, and Plugins—each explained with purpose, setup steps, concrete examples, and practical guidance on when and how to combine them for robust AI‑driven workflows.

AI extensionsAgent TeamsClaude Code
0 likes · 12 min read
Mastering Claude Code Extensions: Skills, MCP, Hooks, Sub‑agents, Agent Teams & Plugins
Top Architecture Tech Stack
Top Architecture Tech Stack
Mar 24, 2026 · Artificial Intelligence

Unlock Claude Code’s Full Potential: 5 Proven Practices to Cut Errors by 40%

This guide explains why most users only tap into 20% of Claude Code’s capabilities, then details five core practices—including a project‑level CLAUDE.md file, a four‑step Explore‑Plan‑Code‑Commit workflow, the Think tool, sub‑agent architecture, and MCP integration—that together reduce error rates by 40%, cut rework by 60%, and accelerate development by up to 30%.

AI development workflowCLAUDE.mdClaude Code
0 likes · 18 min read
Unlock Claude Code’s Full Potential: 5 Proven Practices to Cut Errors by 40%
AI Step-by-Step
AI Step-by-Step
Mar 12, 2026 · Artificial Intelligence

Stop the hype: 5 practical tasks to try with the Xiaolongxie AI agent

The article explains that the Xiaolongxie AI agent excels at workflow‑type tasks—those with clear steps, ongoing monitoring, defined inputs and outputs, and repeatable labor savings—and lists five concrete scenarios (web‑page inspection, data structuring, chat‑based assistants, scheduled monitoring, and multi‑step task decomposition) while also outlining its three core capabilities (browser automation, heartbeat scheduling, and sub‑agents) and advising a gradual adoption roadmap.

AI AgentSub‑agentsTask orchestration
0 likes · 9 min read
Stop the hype: 5 practical tasks to try with the Xiaolongxie AI agent
Shuge Unlimited
Shuge Unlimited
Mar 3, 2026 · Artificial Intelligence

OpenClaw Advanced Guide: 5 Modules to Turn Your AI Assistant from Basic to Expert

This comprehensive guide walks you through OpenClaw's five advanced modules—identity system, persistent memory, Skills, sub‑agents, and cron jobs—showing how to configure each with concrete file examples, JSON settings, and CLI commands so your AI assistant gains personality, long‑term recall, extensible capabilities, parallel processing, and automated workflows.

ConfigurationCron JobsIdentity System
0 likes · 22 min read
OpenClaw Advanced Guide: 5 Modules to Turn Your AI Assistant from Basic to Expert
ShiZhen AI
ShiZhen AI
Mar 1, 2026 · Artificial Intelligence

10 Ready-to-Use Claude Code Best Practices from the Author

The article presents ten actionable Claude Code techniques—including context‑window management, self‑validation prompts, planning mode, CLAUDE.md rules, parallel sessions, raw‑data bug fixes, sub‑agents, custom skills, prompt tricks, and context clearing—to help developers use the AI coding assistant efficiently and reliably.

AI coding assistantClaude CodeContext Management
0 likes · 16 min read
10 Ready-to-Use Claude Code Best Practices from the Author
Data Party THU
Data Party THU
Feb 12, 2026 · Artificial Intelligence

10 Expert Tips to Boost Your Claude Code Productivity

This guide translates and refines the Claude Code founder’s ten practical usage tips, covering parallel worktree sessions, plan‑mode workflows, CLAUDE.md maintenance, custom skills, automated bug fixing, prompt strategies, terminal setup, sub‑agents, data analysis, and learning techniques to help developers get the most out of the AI coding assistant.

AI coding assistantClaude CodeGit worktree
0 likes · 10 min read
10 Expert Tips to Boost Your Claude Code Productivity
Data Party THU
Data Party THU
Feb 7, 2026 · Artificial Intelligence

Boost Your Coding with Claude Code Sub‑Agents: 10 Ready‑to‑Use Templates

This guide explains why a single generic prompt for Claude Code often fails, introduces the concept of sub‑agents that assign focused roles to the AI, and provides ten practical sub‑agent templates covering refactoring, bug fixing, testing, API review, security, documentation, performance, product thinking, code review, and architecture decisions.

AI coding assistantAutomationClaude Code
0 likes · 7 min read
Boost Your Coding with Claude Code Sub‑Agents: 10 Ready‑to‑Use Templates
AI Tech Publishing
AI Tech Publishing
Feb 2, 2026 · Artificial Intelligence

2025’s Hottest Agent Architecture Patterns: A Deep Technical Summary

The article surveys emerging 2025 agent architecture patterns—including giving agents a computer, multi‑layer action spaces, progressive disclosure, context offloading, caching, sub‑agent isolation, evolving context, and multi‑agent coordination—backed by citations from Meta, Anthropic, and open‑source projects.

AI AgentsCachingContext Management
0 likes · 20 min read
2025’s Hottest Agent Architecture Patterns: A Deep Technical Summary
AI Insight Log
AI Insight Log
Jan 8, 2026 · Artificial Intelligence

Claude Code 2.1.1 Recovers After Changelog Crash with Hot‑Reloaded Skills

After a changelog‑induced bug forced an emergency rollback of Claude Code 2.1.0, Anthropic quickly released version 2.1.1, introducing automatic skill hot‑reload, forked sub‑agent contexts, expanded Vim support, lifecycle hooks, remote‑dev commands, and a suite of bug fixes.

AI coding assistantClaude CodeSub‑agents
0 likes · 7 min read
Claude Code 2.1.1 Recovers After Changelog Crash with Hot‑Reloaded Skills