Tagged articles
40 articles
Page 1 of 1
AI Engineering
AI Engineering
May 31, 2026 · Artificial Intelligence

Anthropic’s New Claude Code Plugin Automatically Configures Automations for Your Project

Anthropic quietly released the official claude-code-setup plugin, which scans a repository and recommends suitable MCP servers, skills, hooks, subagents, and slash commands for Claude Code, offering a read‑only analysis that lowers the entry barrier while noting potential noise in large projects and CLI state‑loss issues.

AI assistantAnthropicClaude Code
0 likes · 3 min read
Anthropic’s New Claude Code Plugin Automatically Configures Automations for Your Project
Code Mala Tang
Code Mala Tang
May 31, 2026 · Artificial Intelligence

Can Four Sub‑Agents Ship a Feature Overnight? A Deep Dive into the 4‑Agent Pipeline vs Superpowers

The article compares zodchiii's minimalist four‑sub‑agent pipeline with the Superpowers skill‑driven approach, examining context isolation, handoff files, model allocation, testing discipline, review rules, learning curve, and suitability, and concludes with a hybrid recommendation for reliable feature delivery.

AI AgentsClaude CodeSuperpowers
0 likes · 14 min read
Can Four Sub‑Agents Ship a Feature Overnight? A Deep Dive into the 4‑Agent Pipeline vs Superpowers
AI Architecture Hub
AI Architecture Hub
May 31, 2026 · Artificial Intelligence

Claude Code Agent Teams: Task Splitting, Permission Control, and Evidence Retention

The article explains how Claude Code’s Agent Teams, together with Subagents, Agent View, and Worktrees, enable parallelized software development by defining clear task boundaries, precise permission controls, and systematic evidence collection, and provides step‑by‑step guidelines, configuration tips, and a staged rollout checklist to avoid conflicts and ensure reliable outcomes.

AI AgentsAgent TeamsAgent View
0 likes · 12 min read
Claude Code Agent Teams: Task Splitting, Permission Control, and Evidence Retention
Old Zhang's AI Learning
Old Zhang's AI Learning
May 29, 2026 · Artificial Intelligence

Run Your Own AI‑Powered Company with 170+ Ready‑to‑Work Agents

The article reviews the open‑source “The Agency” repository, which bundles over 170 AI‑agent subagents across 17 departments—from engineering and design to marketing and sales—providing role‑based prompts, SOPs, and deliverables for Claude Code and other tools, and shares installation steps, usage examples, and practical tips.

AI AgentsClaude CodeOpen Source
0 likes · 10 min read
Run Your Own AI‑Powered Company with 170+ Ready‑to‑Work Agents
Java Companion
Java Companion
May 28, 2026 · Artificial Intelligence

A 7.7k‑Star GitHub Project Turns Your Terminal into an AI‑Powered IDE—Have You Tried It?

After disappointing experiences with many AI coding assistants, the author evaluates the open‑source oh‑my‑pi (omp), highlighting its hash‑based edit anchors, deep DAP/LLDB debugging, sub‑agent task splitting, LSP‑driven refactoring, built‑in web search, and a detailed comparison with Claude Code and Cursor, while also covering installation, real‑world use cases, and current limitations.

AI coding assistantDAPLSP
0 likes · 11 min read
A 7.7k‑Star GitHub Project Turns Your Terminal into an AI‑Powered IDE—Have You Tried It?
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
May 27, 2026 · Artificial Intelligence

How to Split Tasks, Control Permissions, and Collect Evidence with Claude Code Agent Teams

The article analyses Claude Code's Subagents, Agent View, and Agent Teams, explaining when to use each, how to partition engineering work, enforce permission and budget limits, and gather verifiable evidence so that multiple AI agents can collaborate safely and efficiently in real projects.

AI codingAgent TeamsAgent View
0 likes · 23 min read
How to Split Tasks, Control Permissions, and Collect Evidence with Claude Code Agent Teams
DeWu Technology
DeWu Technology
May 20, 2026 · Artificial Intelligence

Claude Code Harness: Turning Data‑Warehouse AI Coding from Ad‑hoc Queries to Rule‑Driven Automation

The article analyzes the shortcomings of current AI‑assisted data‑warehouse development—context forgetting, unstable rule enforcement, and token‑heavy operations—and presents a five‑layer Harness architecture (persistent CLAUDE.md, Auto Memory, deterministic hooks, subagents, and SKILL refactoring) that systematically resolves these issues, boosts reliability, and embeds AI into the development pipeline.

AI codingClaudeContext Management
0 likes · 27 min read
Claude Code Harness: Turning Data‑Warehouse AI Coding from Ad‑hoc Queries to Rule‑Driven Automation
AI Waka
AI Waka
May 11, 2026 · Artificial Intelligence

Six Mechanisms, Three Dimensions, One Decision Tree: Deep Dive into Claude Code

This article provides an in‑depth technical analysis of Claude Code’s six extension mechanisms—Hooks, Skills, Slash Commands, MCP, Subagents, and Plugins—organized by three orthogonal dimensions (Trigger, Context, Domain), and shows how a three‑question decision tree and token‑cost considerations guide optimal usage and anti‑patterns.

AI extensionsClaude CodeMCP
0 likes · 40 min read
Six Mechanisms, Three Dimensions, One Decision Tree: Deep Dive into Claude Code
Architect
Architect
May 10, 2026 · Artificial Intelligence

Long‑Running Agents: From Ralph Loop to Hand‑over‑Ready Harness

The article analyzes the challenges of long‑running AI agents, showing that persistence alone is insufficient and that reliable hand‑over requires explicit specifications, external state files, drift mitigation, sub‑agents, and a verifiable evidence chain to keep the work understandable for the next model or human.

AI AgentsContext EngineeringHarness
0 likes · 25 min read
Long‑Running Agents: From Ralph Loop to Hand‑over‑Ready Harness
Architect
Architect
May 8, 2026 · Artificial Intelligence

From Code Retrieval to Context Operations: The Next Architecture Shift in AI Programming

The article argues that AI programming is moving from asking whether models can write code to whether agents can autonomously locate, read, modify, execute, and verify context within real engineering environments, emphasizing the migration of context control from pre‑processing pipelines to agentic loops and the need for a robust harness.

AI codingClaude CodeContext Engineering
0 likes · 22 min read
From Code Retrieval to Context Operations: The Next Architecture Shift in AI Programming
AI Step-by-Step
AI Step-by-Step
May 7, 2026 · Artificial Intelligence

How Claude Code’s Coordinator‑Worker Architecture Enables Native Concurrency

Claude Code tackles the bottleneck of overloaded main sessions in complex code tasks by splitting work into a Coordinator that keeps the overall goal and independent Workers that handle research, implementation, testing, and review in isolated contexts, returning only essential evidence for synthesis.

AI concurrencyAgent ArchitectureClaude Code
0 likes · 13 min read
How Claude Code’s Coordinator‑Worker Architecture Enables Native Concurrency
IT Services Circle
IT Services Circle
May 3, 2026 · Artificial Intelligence

Master Claude Code with the /powerup Command: A Complete Interactive Tutorial

This article walks you through Claude Code’s new /powerup command introduced in version v2.1.90, showing how to verify your version, launch the interactive ten‑lesson tutorial, use file references with @, switch between four operation modes, undo changes, run background tasks, configure CLAUDE.md, extend functionality with MCP, install Skills and Hooks, create Subagents, sync sessions across devices, and adjust model and effort settings for optimal performance.

AI codingCLI tutorialClaude Code
0 likes · 34 min read
Master Claude Code with the /powerup Command: A Complete Interactive Tutorial
Architect
Architect
Apr 29, 2026 · Artificial Intelligence

How Claude Code Subagents Keep Context Clean by Isolating Exploration

Long Claude Code sessions get polluted when exploratory commands, logs, and temporary files share the main window, so Subagents run those steps in independent workspaces, returning only concise results and preserving the main context for decision‑making.

AI AgentsAgent HarnessClaude Code
0 likes · 26 min read
How Claude Code Subagents Keep Context Clean by Isolating Exploration
AI Architecture Hub
AI Architecture Hub
Apr 29, 2026 · Artificial Intelligence

How Subagents Keep Claude Code Context Clean

Long Claude Code sessions quickly become cluttered with every grep, find, and ls command lingering in the context, but using subagents—independent assistants that run tasks in separate windows and return only final results—keeps the context tidy; this article explains what subagents are, how to create them, built‑in options, and context‑forking techniques.

AI assistantsClaude CodeContext Management
0 likes · 8 min read
How Subagents Keep Claude Code Context Clean
AI Programming Lab
AI Programming Lab
Apr 27, 2026 · Artificial Intelligence

Mastering Parallel Tasks with Claude Code Agent Teams: Best Practices

This guide explains the differences between Subagents and Agent Teams in Claude Code, when to enable parallel agent teams, how to configure and control teammates, display modes, practical examples, and proven best‑practice tips for efficient multi‑agent workflows.

AI multi‑agentAgent TeamsBest Practices
0 likes · 15 min read
Mastering Parallel Tasks with Claude Code Agent Teams: Best Practices
AI Programming Lab
AI Programming Lab
Apr 21, 2026 · Artificial Intelligence

Mastering Claude Code’s 1M Context: Anthropic’s Five Essential Management Strategies

The article breaks down Anthropic’s official guidance on handling Claude Code’s expanded 1‑million‑token context window, explaining the concept of context rot and detailing five concrete actions—Continue, Rewind, Clear, Compact, and Subagents—along with when and how to apply each to keep the model focused and cost‑effective.

AI coding assistantAnthropicClaude Code
0 likes · 11 min read
Mastering Claude Code’s 1M Context: Anthropic’s Five Essential Management Strategies
Old Zhang's AI Learning
Old Zhang's AI Learning
Apr 17, 2026 · Artificial Intelligence

Google Strikes Back: Gemini’s New Features Take on Claude Code

The article reviews Google Gemini’s three‑pronged rollout— a Mac desktop app with global shortcuts and window‑sharing, a Gemini CLI enhanced with Subagents that keep context clean and enable parallel expert tasks, and the Gemini 3.1 Flash TTS model with Audio Tags—comparing each to competitors and highlighting practical use cases and limitations.

AI codingArtificial IntelligenceGemini CLI
0 likes · 12 min read
Google Strikes Back: Gemini’s New Features Take on Claude Code
JD Tech
JD Tech
Apr 15, 2026 · Artificial Intelligence

How OpenClaw Powers Multi‑Channel AI Agents with Skills and Sub‑Agents

The article provides an in‑depth analysis of OpenClaw’s architecture, explaining why it was created, its layered design, the core ReAct loop, the Skill system, sub‑agent creation and management, fault‑tolerance mechanisms, tool policies, and how it extends the pi‑mono engine to support robust, multi‑channel AI agents.

AI AgentsOpenClawReAct loop
0 likes · 20 min read
How OpenClaw Powers Multi‑Channel AI Agents with Skills and Sub‑Agents
Architect
Architect
Apr 6, 2026 · Artificial Intelligence

Why Coding Agents Feel Like Real Colleagues: The Hidden Harness Layer Explained

The article breaks down how a Coding Agent’s performance depends not just on the underlying LLM but on the surrounding Harness system that adds context, tool orchestration, memory management, and execution safeguards, turning raw models into collaborative software engineers.

Agent ArchitectureCoding AgentContext Management
0 likes · 18 min read
Why Coding Agents Feel Like Real Colleagues: The Hidden Harness Layer Explained
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Apr 1, 2026 · Artificial Intelligence

Build an AI Agent Harness from Scratch: Deep Dive into Claude Code Architecture

This article walks developers through the learn-claude-code project, teaching them how to construct a Claude‑style AI Agent Harness by covering twelve progressive lessons, core concepts such as agents, harnesses, sub‑agents, context compression, task management, and providing runnable Python examples and architectural diagrams.

AI agentAgent HarnessClaude Code
0 likes · 13 min read
Build an AI Agent Harness from Scratch: Deep Dive into Claude Code Architecture
DevOps Coach
DevOps Coach
Mar 31, 2026 · Artificial Intelligence

Unlocking Claude Code Agent Skills 2.0: A Deep Dive into Subagents, Context Injection, and Built‑in Commands

Claude Code’s new Agent Skills 2.0 transforms simple markdown commands into a full‑featured programmable agent platform, introducing unified commands, sub‑agent execution, dynamic context injection, fine‑grained permission controls, structured skill files, built‑in slash commands, testing frameworks, and an open standard for portable AI‑driven automation.

AI Development ToolsAgentic SkillsClaude Code
0 likes · 24 min read
Unlocking Claude Code Agent Skills 2.0: A Deep Dive into Subagents, Context Injection, and Built‑in Commands
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Mar 29, 2026 · Artificial Intelligence

Claude Code Visual Tutorial: 10 Modules, Mermaid Diagrams, and Ready‑to‑Use Templates

This guide walks you through the open‑source Claude HowTo project, showing how to clone the repository, install slash commands, memory files, skills, sub‑agents, MCP, hooks, plugins and other modules, and explains each feature with concrete examples, usage commands and estimated learning times.

AI automationCLI CommandsClaude Code
0 likes · 17 min read
Claude Code Visual Tutorial: 10 Modules, Mermaid Diagrams, and Ready‑to‑Use Templates
Shuge Unlimited
Shuge Unlimited
Mar 17, 2026 · Operations

Exploring OpenClaw for K8s AIOps: Four Practical Scenarios from Concept to Deployment

This article analyzes how OpenClaw’s Skills, Subagent, and Cron capabilities can be leveraged to build Kubernetes AIOps solutions, presenting four detailed scenarios—fault diagnosis, resource optimization, security audit, and continuous health checks—while evaluating technical feasibility, security, reliability, cost, and a phased rollout plan.

Cloud NativeKubernetesOpenClaw
0 likes · 19 min read
Exploring OpenClaw for K8s AIOps: Four Practical Scenarios from Concept to Deployment
Shuge Unlimited
Shuge Unlimited
Feb 26, 2026 · Artificial Intelligence

Agent Teams vs Subagents: How Claude Code Evolves from Solo to Team Collaboration

Claude Agent Teams replaces the single‑agent Subagents model with direct peer‑to‑peer messaging, shared task lists, and self‑coordination, enabling parallel execution and collaborative problem solving while incurring higher token costs; the article explains the architecture, use cases, setup, best practices, and current limitations.

AIAgent TeamsClaude
0 likes · 19 min read
Agent Teams vs Subagents: How Claude Code Evolves from Solo to Team Collaboration
AI Cyberspace
AI Cyberspace
Feb 24, 2026 · Artificial Intelligence

Master Claude Code: Full Guide to AI-Powered Programming, Permissions & Agent Teams

This comprehensive guide explains Claude Code’s AI-driven programming capabilities, project initialization, permission modes, session management, version control, hooks, MCP integration, subagents, plugins, and the multi‑agent Team architecture, providing practical commands and best‑practice tips for developers.

AgentTeamsClaude Codehooks
0 likes · 16 min read
Master Claude Code: Full Guide to AI-Powered Programming, Permissions & Agent Teams
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Feb 22, 2026 · Artificial Intelligence

OpenClaw’s Rapid Evolution: 10+ Updates in 20 Days, Adding Gemini 3.1 & Apple Watch

In just 20 days OpenClaw released over ten updates that introduced Gemini 3.1 Pro preview, Apple Watch support, a nested sub‑agent architecture, richer Discord interactions, a broadened model lineup, and extensive security hardening, while the community and industry leaders reacted with both excitement and concern.

AI AgentsApple WatchDiscord integration
0 likes · 12 min read
OpenClaw’s Rapid Evolution: 10+ Updates in 20 Days, Adding Gemini 3.1 & Apple Watch
Node.js Tech Stack
Node.js Tech Stack
Feb 22, 2026 · Operations

How Claude Code’s Native Git Worktree Support Enables Fully Parallel Multi‑Agent Workflows

Claude Code’s new CLI integration of Git Worktree lets multiple AI agents operate in isolated workspaces within the same repository, eliminating branch conflicts, enabling parallel code refactoring, large‑scale migrations, and even side‑by‑side model comparisons such as the “cyber cricket” test by Vue creator Yuxi Yu.

AI AgentsCLIClaude Code
0 likes · 9 min read
How Claude Code’s Native Git Worktree Support Enables Fully Parallel Multi‑Agent Workflows
AI Large Model Application Practice
AI Large Model Application Practice
Feb 10, 2026 · Artificial Intelligence

How OpenClaw Secures Production‑Grade AI Agents with Zero‑Trust Tool Policies

This article dissects OpenClaw’s engineering techniques for building robust, production‑level AI agents, covering zero‑trust tool policies for security, markdown‑based memory management, cost‑aware reasoning levels, and controlled sub‑agent collaboration to ensure safety, efficiency, and reliability.

AI AgentsMemory Managementcost optimization
0 likes · 12 min read
How OpenClaw Secures Production‑Grade AI Agents with Zero‑Trust Tool Policies
AI Code to Success
AI Code to Success
Feb 4, 2026 · Artificial Intelligence

10 Claude Code Hacks to Turbocharge Your Development Workflow

The article shares ten practical Claude Code techniques—including parallel sessions, Plan Mode, CLAUDE.md, custom Skills, Subagents, terminal tweaks, and AI‑assisted debugging—illustrated with step‑by‑step commands and examples, helping developers boost efficiency and tailor the tool to their own workflows.

AI coding assistantClaude CodePlan Mode
0 likes · 19 min read
10 Claude Code Hacks to Turbocharge Your Development Workflow
AI Software Product Manager
AI Software Product Manager
Jan 31, 2026 · Artificial Intelligence

Mastering Claude Code: Optimize Context and Subagents for High‑Value AI Output

This article explains how to maximize the efficiency of Claude Code by understanding context windows, selecting optimal tokens, using commands like /upgrade, /model, and /init, and leveraging subagents, MCP servers, and skills to reduce token consumption while maintaining high‑quality AI responses.

AI workflowClaude CodeLLM context
0 likes · 11 min read
Mastering Claude Code: Optimize Context and Subagents for High‑Value AI Output
Old Zhang's AI Learning
Old Zhang's AI Learning
Jan 30, 2026 · Artificial Intelligence

Mastering Skills, Tools, MCP, and Subagents in Anthropic’s Agent Course

This article breaks down the core concepts from the free Anthropic short course—Tools, Skills, the Model Context Protocol (MCP), and Subagents—explaining their roles, differences, and how they combine to build reliable, parallelizable AI agents, illustrated with a customer‑insight case study.

AI AgentsAgent ArchitectureAnthropic
0 likes · 8 min read
Mastering Skills, Tools, MCP, and Subagents in Anthropic’s Agent Course
Frontend AI Walk
Frontend AI Walk
Jan 29, 2026 · Artificial Intelligence

AI Programming Concepts: Rules, Commands, Subagents, MCP, Skills, Modes, Hooks

The article systematically defines and compares the seven key AI programming abstractions—Rules, Commands, Subagents, MCP, Skills, Modes, and Hooks—detailing their core characteristics, typical use cases, implementation patterns, and best‑practice guidelines while highlighting common misunderstand‑ings and design trade‑offs.

AI programmingAgent DesignModes
0 likes · 18 min read
AI Programming Concepts: Rules, Commands, Subagents, MCP, Skills, Modes, Hooks
Wuming AI
Wuming AI
Jan 27, 2026 · Artificial Intelligence

Master Claude Code: Build Efficient AI‑Powered Development Workflows

This guide explains how to treat Claude Code as a long‑term partner by configuring lightweight fine‑tuning, organizing reusable skills and slash commands, leveraging event‑driven hooks, deploying focused subagents, managing Model Context Protocol (MCP) and plugins, and applying productivity tips to maximize AI‑assisted coding efficiency.

AIClaudeMCP
0 likes · 12 min read
Master Claude Code: Build Efficient AI‑Powered Development Workflows
AI Insight Log
AI Insight Log
Jan 22, 2026 · Artificial Intelligence

Cursor 2.4 Adds Subagents—AI Becomes a Project Manager and Generates UI Mockups Instantly

Cursor 2.4 launches with Subagents that enable parallel, specialized AI assistants, improving context handling and speed, plus a Google‑powered image generator for UI mockups, an AI‑enhanced blame feature for code attribution, proactive clarification questions, and numerous performance upgrades such as a ten‑fold faster built‑in browser and 40× faster hooks.

AICode AttributionCursor
0 likes · 8 min read
Cursor 2.4 Adds Subagents—AI Becomes a Project Manager and Generates UI Mockups Instantly
AI Insight Log
AI Insight Log
Jan 6, 2026 · Artificial Intelligence

31 Hardcore Claude Code Tricks from Anthropic’s Ado Kukic – Save Them All

In December, Anthropic’s developer‑relations lead Ado Kukic launched the “Advent of Claude” series, sharing 31 daily Claude Code tips that reveal hidden capabilities such as project initialization, memory updates, fast context mentions, powerful shortcuts, session management, security modes, automation, CI/CD integration, browser control, sub‑agents, and an extensible SDK, turning Claude Code into a deeply customizable, programmable development environment.

AI programmingCLIClaude Code
0 likes · 14 min read
31 Hardcore Claude Code Tricks from Anthropic’s Ado Kukic – Save Them All
AI Insight Log
AI Insight Log
Jan 3, 2026 · Artificial Intelligence

13 Proven Tricks to Double Your AI‑Assisted Coding Efficiency (From Claude Code’s Founder)

Boris Cherny, the founder of Claude Code, reveals a detailed 13‑step workflow that combines aggressive parallelism, Opus 4.5 with Thinking mode, a shared CLAUDE.md knowledge base, custom slash commands, sub‑agents, automated formatting hooks, permission presets, deep tool integrations, and a strict verification loop to dramatically boost AI‑driven development productivity.

AI-assisted developmentClaude CodeMCP integration
0 likes · 9 min read
13 Proven Tricks to Double Your AI‑Assisted Coding Efficiency (From Claude Code’s Founder)
AI Large Model Application Practice
AI Large Model Application Practice
Nov 17, 2025 · Artificial Intelligence

Unlock Complex AI Agents with DeepAgents: A Hands‑On Guide

DeepAgents, the new open‑source agent framework from LangChain, extends LangChain and LangGraph with built‑in task planning, virtual file systems, long‑term memory and sub‑agent support, and this article walks through its architecture, core capabilities, detailed code examples, and future roadmap.

AI AgentsDeepAgentsLangChain
0 likes · 15 min read
Unlock Complex AI Agents with DeepAgents: A Hands‑On Guide