Tagged articles
16 articles
Page 1 of 1
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 codingAuto modeCoding Agent
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.

Auto modeGemini CLIModel routing
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 CodeExplorePlan
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 agentHarness EngineeringLLM safety
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 engineeringClaudeSession Management
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 workflowBest PracticesCLAUDE.md
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‑agentsbrowser automation
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.

AI assistantCron 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 CodeData Analysis
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 assistantClaude CodeSub‑agents
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 agentsAgent ArchitectureCaching
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