Skip to content
gentic.news — AI News Intelligence Platform

subagents

29 articles about subagents in AI news

Build Reusable Data Science Workflows with Claude Skills and Subagents

Claude Skills and Subagents let you package prompts into reusable modules, freeing data scientists from repetitive AI adjustments for EDA, modeling, and deployment.

87% relevant

Gemini CLI Launches Subagents with Isolated Context & Custom Instructions

The Gemini CLI tool has launched a 'Subagents' feature, allowing users to run multiple specialized AI agents concurrently, each with its own isolated context and system prompt. This enables more complex, modular workflows by preventing instruction bleed between tasks.

85% relevant

How to Build a Custom AI Agent with Claude Code's Skills, SubAgents, and Hooks

A developer's deep dive into customizing Claude Code with 7 skills, 5 subagents, and quality-check hooks—showing how to move beyond basic prompting to create a truly autonomous coding assistant.

95% relevant

OpenAI Codex Gains Subagents, Anthropic Ships 1M Context at Standard Pricing

OpenAI added parallel subagents to Codex to combat 'context pollution,' while Anthropic made 1M context generally available for Claude Opus/Sonnet 4.6 with no price premium, achieving 78.3% on MRCR v2. These incremental upgrades reshape practical agentic workflows.

85% relevant

Claude's Subagents vs. Agent Teams: A Practical Framework for Multi-Agent System Design

Anthropic's Claude offers two distinct multi-agent models: isolated subagents for parallel tasks and communicating agent teams for complex workflows. The key design principle is to split work by context, not role, and to default to a single agent until complexity is proven necessary.

87% relevant

Code Royale: Play Poker Against Claude Subagents to Learn Strategy

A new Claude Code skill turns your terminal into a poker table where you play against three distinct AI opponents, each running as a separate Claude subagent with hidden cards.

84% relevant

Graphify: Open-Source Tool Builds Knowledge Graphs from Code & Docs in One Command

Developer shipped Graphify, an open-source tool that builds queryable knowledge graphs from code, docs, and images in one command. It uses a two-pass pipeline with tree-sitter and Claude subagents, achieving 71.5x fewer tokens per query versus reading raw files.

95% relevant

Multi-Agent Coding Systems Compared: Claude Code, Codex, and Cursor

A hands-on comparison reveals three fundamentally different approaches to multi-agent coding. Claude Code distinguishes between subagents and agent teams, Codex treats it as an engineering problem, and Cursor implements parallel file-system operations.

70% relevant

Stop Using Claude Code Like a Chatbot: The 4 Mental Models That Actually Work

Claude Code isn't a smarter chatbot—it's a reasoning engine. Treat it like one by mastering Context, Skills, Hooks, and Subagents.

95% relevant

Why Zed's Parallel Agents Won't Fix Your Real Bottleneck (And What Will)

Zed's parallel agents cut refactoring time 60% on independent modules but introduced conflicts on shared dependencies. The bottleneck isn't speed — it's context window limits.

90% relevant

Your AI Agent Is Only as Good as Its Harness — Here’s What That Means

An article from Towards AI emphasizes that the reliability and safety of an AI agent depend more on its controlling 'harness'—the system of protocols, tools, and observability layers—than on the underlying model. This concept is reportedly worth $2 billion but remains poorly understood by many developers.

100% relevant

Claude Code Reverse-Engineered: 98.4% of Codebase is Operational Harness

A reverse-engineering analysis of Claude Code reveals only 1.6% of its codebase is AI decision logic, with the rest being operational infrastructure. This challenges current agent design paradigms by prioritizing a robust deterministic harness over complex model routing.

100% relevant

How One Developer Achieved a 46:1 Context Cache Ratio to Manage 39 Projects

The key takeaway is that maximizing Claude Code's prompt cache through long, context-dense sessions is the most effective way to scale individual productivity across multiple projects.

100% relevant

Stop Using Claude Code for Small Edits

Claude Code users should stop using it for small edits and adopt a hybrid workflow: Cursor for quick fixes, Claude Code for agentic tasks.

100% relevant

Principal Engineer: Claude Code Rushes, Codex Deliberate; Guardrails Are Key

A senior engineer with 100 hours in Claude Code and 20 in Codex reports Claude often rushes to patch, while Codex is more deliberate. The real product is the guardrail system—docs and review loops—not the AI itself.

85% relevant

Claude Code OAuth Bug Blocks New Users: Workaround and Status

Claude Code's OAuth flow is broken in v2.1.107, preventing new auth. Use `claude code auth --manual` to get a token and paste it directly.

89% relevant

Claude Code Best Practice Repo Hits 19.7K Stars with 84 Anthropic Tips

A GitHub repository called 'claude-code-best-practice' has amassed 19.7K stars by compiling 84 production tips from Anthropic's Claude Code creators. It provides a full open-source framework for moving from basic usage to advanced agentic workflows.

91% relevant

Claude Code v2.1.101: /team-onboarding

Claude Code v2.1.101 introduces practical features like team onboarding generation and fixes long-standing issues with session resumption and tool permissions.

96% relevant

How This Developer's PTC Pattern Cuts Financial Data Token Burn by 90%

Learn the PTC pattern that wraps MCP servers in Python modules, letting Claude Code process financial data in-workspace instead of in-context.

100% relevant

Claude Code Digest — Apr 01–Apr 04

Stop using elaborate personas — they degrade Claude Code output and hurt performance.

95% relevant

Inside Claude Code’s Leaked Source: A 512,000-Line Blueprint for AI Agent Engineering

A misconfigured npm publish exposed ~512,000 lines of Claude Code's TypeScript source, detailing a production-ready AI agent system with background operation, long-horizon planning, and multi-agent orchestration. This leak provides an unprecedented look at how a leading AI company engineers complex agentic systems at scale.

86% relevant

Claude Code's New Auto Mode: Run Commands Without Constant Permission Prompts

Claude Code's new Auto Mode uses a safety classifier to autonomously execute safe actions while blocking risky ones, eliminating constant permission prompts for routine tasks.

95% relevant

Agent Flow: The VS Code Extension That Shows You Exactly What Claude Code Is Doing

Agent Flow is a new VS Code extension that visualizes Claude Code's internal agent behavior, tool calls, and token usage in real-time, turning a black box into a transparent workflow.

95% relevant

Claude Code's 81.6K GitHub Stars: What This Community Momentum Means for Your Daily Workflow

Claude Code's massive GitHub adoption signals a mature ecosystem—here's how to leverage the new MCP servers and subagent features shipping now.

95% relevant

How to Use Claude Code's Subagent Feature for Isolated Task Execution

Claude Code's new subagent feature lets you run isolated tasks in separate interpreter sessions, preventing context pollution and improving reliability.

95% relevant

Superpowers: GitHub Project Hits 40.9K Stars for 'Operating System' That Structures AI Coding Agents

A developer has released Superpowers, an open-source framework that enforces structured workflows for AI coding agents like Claude Code. It forces agents to brainstorm specs, plan implementations, and run true test-driven development before writing code.

95% relevant

Single Pane: The Terminal-First Workspace Built for Claude Code

A new macOS app consolidates your terminal, file manager, and markdown editor into one window, with native hooks for Claude Code audio notifications.

95% relevant

ObservAgent Gives You Real-Time Claude Code Session Visibility

Install ObservAgent to see live cost tracking, tool latency, and subagent activity during your Claude Code sessions—no code changes needed.

95% relevant

Subagent AI Architecture: The Key to Reliable, Scalable Retail Technology Development

Subagent AI architectures break complex development tasks into specialized roles, enabling more reliable implementation of retail systems like personalization engines, inventory APIs, and clienteling tools. This approach prevents context collapse in large codebases.

65% relevant