Futures
Access hundreds of perpetual contracts
CFD
Gold
One platform for global traditional assets
Options
Hot
Trade European-style vanilla options
Unified Account
Maximize your capital efficiency
Demo Trading
Introduction to Futures Trading
Learn the basics of futures trading
Futures Events
Join events to earn rewards
Demo Trading
Use virtual funds to practice risk-free trading
Launch
CandyDrop
Collect candies to earn airdrops
Launchpool
Quick staking, earn potential new tokens
HODLer Airdrop
Hold GT and get massive airdrops for free
Pre-IPOs
Unlock full access to global stock IPOs
Alpha Points
Trade on-chain assets and earn airdrops
Futures Points
Earn futures points and claim airdrop rewards
Promotions
AI
Gate AI
Your all-in-one conversational AI partner
Gate AI Bot
Use Gate AI directly in your social App
GateClaw
Gate Blue Lobster, ready to go
Gate for AI Agent
AI infrastructure, Gate MCP, Skills, and CLI
Gate Skills Hub
10K+ Skills
From office tasks to trading, the all-in-one skill hub makes AI even more useful.
GateRouter
Smartly choose from 40+ AI models, with 0% extra fees
Gemini CLI launches sub-agents, allowing you to create a dedicated AI programming expert team using just Markdown files
ME News update: On April 16 (UTC+8), according to Dongcha Beating monitoring, Google has officially rolled out the subagents feature for its open-source command-line programming tool, Gemini CLI. Each subagent has its own independent context window, system instructions, and toolset. When the main agent handles complex tasks, it automatically delegates sub-tasks to the most suitable subagent; the execution results are compressed into summaries for return, without polluting the main session context.
Gemini CLI includes three built-in subagents: generalist (generalist agent, suitable for high tool-call volume tasks such as bulk refactoring), cli_help (an expert on Gemini CLI usage guides), and codebase_investigator (codebase exploration, architecture mapping, and bug tracing). Users can also explicitly specify which subagent should take over via the @agent syntax—e.g., @codebase_investigator for mapping the authentication workflow. The bar for creating custom subagents is very low: simply place a Markdown file with YAML front-matter in the .gemini/agents/ directory. In the file, define the role description, available tools, and system instructions. Files placed under ~/.gemini/agents take effect globally, while placing them in a project directory lets them be shared with the team alongside the code repository. Subagents can also be packaged into Gemini CLI extension distributions.
Subagents support parallel execution, and multiple subagents can simultaneously handle different sub-tasks. However, Google notes that parallel tasks involving code editing may create write conflicts, so caution is advised.
The day before, Anthropic also released a redesigned desktop version of Claude Code, whose core likewise centers on multi-agent parallelism. AI programming tools are collectively moving from a “single-agent conversation” model to an architecture of “main agent orchestration + expert agent execution,” driven primarily by context window management: as programming tasks become more complex, stuffing all intermediate steps into one context leads to performance degradation and higher costs—splitting them into multiple isolated agents is the current engineering consensus.
(Source: BlockBeats)