Tagged articles

progressive disclosure

31 articles · Page 1 of 1
Design Hub
Design Hub
Sep 6, 2026 · Artificial Intelligence

Prune Your Agent Skills: Astra's Official Guide to Cutting Instruction Debt

The article explains why accumulating too many skills for coding agents like GPT-6 Astra backfires, showing how vague descriptions dilute routing signals, and provides a framework for pruning skills, rewriting descriptions as precise routing rules, using progressive disclosure, and defining clear decision boundaries and completion conditions.

AGENTS.mdAI AgentsContext Management
0 likes · 22 min read
Prune Your Agent Skills: Astra's Official Guide to Cutting Instruction Debt
DaTaobao Tech
DaTaobao Tech
Aug 21, 2026 · Artificial Intelligence

Best Practices for Developing AI Skills: A Case Study of the Baibu Detail Assistant

This article analyzes the end‑to‑end development of an AI Skill for the Baibu detail assistant, covering industry best practices, architecture with a bridge decoupling local and remote components, workflow design patterns, development efficiency tricks, and runtime optimizations that together illustrate how to build maintainable, high‑performance Skills.

AI Skill DevelopmentAgent ArchitectureControl Tuning
0 likes · 21 min read
Best Practices for Developing AI Skills: A Case Study of the Baibu Detail Assistant
IT Services Circle
IT Services Circle
Aug 9, 2026 · Artificial Intelligence

Why Anthropic Cut 80% of Claude Code System Prompts Without Dropping Performance

Anthropic removed more than 80% of the system prompts for Claude Code (Claude 5), yet benchmark scores stayed stable, prompting a deep dive into why overly strict rules hurt the model, how progressive disclosure and context‑engineered prompts improve efficiency, and what this means for prompt design and skill usage.

AI Model OptimizationClaudeContext Management
0 likes · 16 min read
Why Anthropic Cut 80% of Claude Code System Prompts Without Dropping Performance
Java Tech Enthusiast
Java Tech Enthusiast
Aug 8, 2026 · Artificial Intelligence

Cutting 80% of Claude’s System Prompts Still Yields Strong Performance

Anthropic removed more than 80% of Claude Opus 5’s system prompts, yet coding benchmarks stayed strong; the article explains the concepts of attention budget and marginal diminishing returns, details the concrete prompt reductions, and shows a side‑by‑side test where short prompts outperform long ones in code generation and functionality.

AI codingAnthropicAttention Budget
0 likes · 15 min read
Cutting 80% of Claude’s System Prompts Still Yields Strong Performance
Big Data and Microservices
Big Data and Microservices
Jul 17, 2026 · Artificial Intelligence

How Standardized Agent Skills Are Shaping AI’s Digital Asset Landscape

The article analyzes how Anthropic’s open Agent Skills format, progressive disclosure token compression, a rapidly growing open‑source ecosystem, emerging marketplaces, vertical skill libraries, multi‑agent coordination, and integration with embodied AI together turn reusable skill files into a new class of digital assets and market opportunities.

AI ecosystemAgent SkillsMarket Analysis
0 likes · 16 min read
How Standardized Agent Skills Are Shaping AI’s Digital Asset Landscape
Linyb Geek Road
Linyb Geek Road
Jul 4, 2026 · Artificial Intelligence

Iterative Development of Agent Skills: A Hands‑On Guide

This article explains the concept of Agent Skill as a modular, file‑system‑based knowledge asset for AI agents, outlines its three‑layer progressive disclosure architecture, details suitable and unsuitable scenarios, and provides concrete iterative development practices—including decision‑tree design, dual verification, and tool‑supported workflows—to turn expert expertise into reusable, zero‑dependency SOPs.

AI WorkflowAgent SkillEvaluation
0 likes · 16 min read
Iterative Development of Agent Skills: A Hands‑On Guide
Java Tech Enthusiast
Java Tech Enthusiast
Jun 30, 2026 · Artificial Intelligence

Why Your Claude Code Skills Fail: Beyond Simple Markdown Steps

The article explains that Claude Code skills are full‑folder toolkits, not just markdown files, and that their description, progressive disclosure, categorisation, and usage limits determine whether Claude will ever trigger them, offering concrete best‑practice guidance.

AI toolingClaude CodeSkills
0 likes · 20 min read
Why Your Claude Code Skills Fail: Beyond Simple Markdown Steps
IT Services Circle
IT Services Circle
Jun 28, 2026 · Artificial Intelligence

Interviewer's Skepticism: After Six Months with Claude Code, Do You Really Understand Skills?

The article demystifies Claude Code’s “skills”, showing they are full‑featured folders—not just markdown files—explaining their structure, the progressive‑disclosure mechanism, the critical role of concise descriptions, nine functional categories, advanced features like memory and hooks, and best practices for team‑wide adoption and usage monitoring.

AI SkillsClaude CodeSkill Design
0 likes · 22 min read
Interviewer's Skepticism: After Six Months with Claude Code, Do You Really Understand Skills?
DaTaobao Tech
DaTaobao Tech
Jun 12, 2026 · Artificial Intelligence

Iterative Agent Skill Development: Turning Expert Knowledge into Zero‑Dependency SOPs

This article defines Agent Skill as a modular, file‑system‑driven knowledge asset, explains its three‑layer progressive‑disclosure architecture, outlines core features such as decision‑tree logic and dual verification, details suitable scenarios, and provides a step‑by‑step iterative workflow with concrete code snippets and tooling.

AI agentAgent SkillSelf‑Verification
0 likes · 14 min read
Iterative Agent Skill Development: Turning Expert Knowledge into Zero‑Dependency SOPs
Frontend AI Walk
Frontend AI Walk
Jun 10, 2026 · Artificial Intelligence

Skill vs SOP: Engineering AI Agent Skills with a Vulnerability‑Matching Framework

The article explains how to engineer AI Agent Skills by matching instruction precision to task vulnerability, distinguishing when to apply strict SOP controls versus flexible Skill logic, and provides a decision tree, progressive disclosure, context budgeting, Gotchas, and best‑practice examples for robust, reusable assets.

AI agentGotchasSOP
0 likes · 21 min read
Skill vs SOP: Engineering AI Agent Skills with a Vulnerability‑Matching Framework
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
May 26, 2026 · Artificial Intelligence

Why Anthropic Caps SKILL.md at Under 5K Tokens and How to Structure Yours

The article explains Anthropic's official 5K‑token limit for SKILL.md files, breaks down the three‑level loading architecture, demonstrates progressive disclosure with concrete token calculations, and provides a step‑by‑step refactoring guide that reduces token usage while improving skill accuracy.

AI engineeringAnthropicClaude
0 likes · 16 min read
Why Anthropic Caps SKILL.md at Under 5K Tokens and How to Structure Yours
Youzan Coder
Youzan Coder
Apr 7, 2026 · Industry Insights

How a Structured Knowledge Wiki Supercharges AI Coding Efficiency

This article analyzes why building a layered knowledge wiki tied to workspace and Git submodules dramatically reduces context entropy for AI coding, outlines the five knowledge categories, progressive disclosure design, multi‑agent initialization workflow, and the measurable productivity gains and governance benefits achieved in practice.

AI codingKnowledge ManagementWiki
0 likes · 24 min read
How a Structured Knowledge Wiki Supercharges AI Coding Efficiency
SuanNi
SuanNi
Apr 3, 2026 · Artificial Intelligence

How Progressive Disclosure Cuts AI Agent Token Bloat by 90% and Enables Self‑Generated Skills

Google's Agent Development Kit introduces a Progressive Disclosure architecture that splits skill knowledge into three lazy‑loaded layers, dramatically reducing token consumption and improving response quality while also supporting four skill‑building modes, including a meta‑skill that lets agents generate new skills on the fly.

AI agentAgent Development KitMeta Skill
0 likes · 17 min read
How Progressive Disclosure Cuts AI Agent Token Bloat by 90% and Enables Self‑Generated Skills
AI Algorithm Path
AI Algorithm Path
Mar 28, 2026 · Artificial Intelligence

A Practical Guide to Building Agent Skills for Large Language Models

This guide explains the concept of LLM "Skills", shows how to organize skill directories for Claude and Copilot, walks through creating a "prepare‑pr" skill with a SKILL.md file, integrates Bash scripts for git checks, and demonstrates testing and extending the skill with additional checks and templates.

Agent SkillsBash scriptClaude
0 likes · 12 min read
A Practical Guide to Building Agent Skills for Large Language Models
AI Waka
AI Waka
Mar 26, 2026 · Cloud Computing

Unlock Faster, Smarter Cloud SQL Management with Gemini CLI’s Agent Skills

The article explains how Gemini CLI’s shift from traditional Tools to progressive Agent Skills streamlines Cloud SQL for PostgreSQL extensions, reducing context overload, enabling on‑demand skill loading, zero‑manual installation, and cross‑platform execution, and provides step‑by‑step commands for exploring and using these new capabilities.

Agent SkillsCLI extensionsCloud SQL
0 likes · 7 min read
Unlock Faster, Smarter Cloud SQL Management with Gemini CLI’s Agent Skills
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Mar 17, 2026 · Artificial Intelligence

Andrew Ng’s Agent Skills: From Basics to Must‑Know Essentials

This article breaks down Andrew Ng and Anthropic’s Agent Skills course, explaining how organized skill folders give general AI agents domain expertise, repeatable workflows, and new capabilities, while using portable, composable design and progressive disclosure to make agents reliable, scalable, and industrial‑grade.

AI agentAgent SkillsArtificial Intelligence
0 likes · 9 min read
Andrew Ng’s Agent Skills: From Basics to Must‑Know Essentials
ShiZhen AI
ShiZhen AI
Mar 2, 2026 · Artificial Intelligence

What We Learned After a Year of Building Claude Code: Thinking Like an Agent

The article shares Claude Code core developer Thariq's design philosophy for AI agent tools, explaining how tool selection must match model capabilities, the iterative failures that shaped the AskUserQuestion tool, and why progressive disclosure and continual tool evolution are essential as models improve.

AI AgentsAskUserQuestionClaude Code
0 likes · 10 min read
What We Learned After a Year of Building Claude Code: Thinking Like an Agent
Alibaba Cloud Developer
Alibaba Cloud Developer
Feb 4, 2026 · Artificial Intelligence

Progressive Disclosure: Making Multi‑Skill LLM Agents Efficient and Scalable

This article examines the core challenge of giving large‑language‑model agents many abilities while keeping context size limited, compares three common loading strategies, introduces a progressive‑disclosure skill mechanism with three loading layers, and details its implementation, benefits, limitations, and suitable use cases in AgentScope‑Java.

AgentContext ManagementJava
0 likes · 17 min read
Progressive Disclosure: Making Multi‑Skill LLM Agents Efficient and Scalable
AI Tech Publishing
AI Tech Publishing
Jan 27, 2026 · Artificial Intelligence

Step‑by‑Step: Adding Skill Capabilities to Your Agent System

This article walks through the design patterns, three‑level loading mechanism, and practical implementation steps for integrating reusable, domain‑specific Skills into an existing Agent system, covering both local and distributed deployments with Redis‑based versioning and sandboxed execution.

AgentLLMMeta-Tool Pattern
0 likes · 14 min read
Step‑by‑Step: Adding Skill Capabilities to Your Agent System
Architect
Architect
Jan 24, 2026 · Artificial Intelligence

Turn Prompt Engineering into Reusable Skills: A Practical Claude Code Guide

This article explains how to convert ad‑hoc Claude prompts into versioned, on‑demand Skill modules, covering the concept of procedural knowledge, progressive disclosure, directory layout, SKILL.md metadata, team adoption, common pitfalls, security considerations, and a step‑by‑step 30‑minute rollout plan.

AI SkillsClaudeprogressive disclosure
0 likes · 16 min read
Turn Prompt Engineering into Reusable Skills: A Practical Claude Code Guide
Architecture and Beyond
Architecture and Beyond
Jan 17, 2026 · Artificial Intelligence

Progressive Disclosure & Dynamic Context: Making LLM Agents Reliable Execution Systems

This article explains how progressive disclosure and dynamic context management address the three core bottlenecks of complex LLM agents—context explosion, tool overload, and uncontrolled execution—by structuring context, tools, and SOPs into layered, token‑efficient, and verifiable workflows.

AI engineeringDynamic ContextLLM Agents
0 likes · 15 min read
Progressive Disclosure & Dynamic Context: Making LLM Agents Reliable Execution Systems
AI Engineering
AI Engineering
Jan 15, 2026 · Artificial Intelligence

Why Anthropic Introduced Agent Skills and How They Could Transform AI Agents

The article analyzes Anthropic's new Agent Skills concept, explaining how it addresses the token‑bloat and positioning gaps of MCP, outlines its progressive‑disclosure design, shows a file‑system structure, and discusses practical usage and early platforms for skill sharing.

AI AgentsAgent SkillsAnthropic
0 likes · 12 min read
Why Anthropic Introduced Agent Skills and How They Could Transform AI Agents
Fighter's World
Fighter's World
Dec 16, 2025 · Artificial Intelligence

Boosting Large Language Model Domain Expertise with Claude Skills

The article analyzes why generic LLMs struggle with domain‑specific reasoning, critiques fine‑tuning, RAG and prompt engineering, and presents Claude Skills—using progressive disclosure, Pydantic validation, and state‑machine control—to encode expert constraints as executable rules, illustrated with finance compliance and legal reasoning case studies and backed by Anthropic research.

ClaudeLLMPydantic
0 likes · 20 min read
Boosting Large Language Model Domain Expertise with Claude Skills
Java Tech Enthusiast
Java Tech Enthusiast
Oct 25, 2025 · Artificial Intelligence

How Claude’s New ‘Skills’ Transform AI Agents and Outpace MCP

Anthropic’s recent addition of Skills to Claude introduces a modular, metadata‑driven approach that lets AI agents load specific capabilities on demand, offering a more efficient alternative to MCP’s context‑heavy tool integration and promising scalable, progressive disclosure for specialized workflows.

AI AgentsAnthropicClaude
0 likes · 6 min read
How Claude’s New ‘Skills’ Transform AI Agents and Outpace MCP
Suning Design
Suning Design
May 6, 2014 · Frontend Development

How Progressive Disclosure Simplifies Complex Web Interfaces

This article explains the progressive disclosure pattern—showing detailed information only when needed—by describing its four interaction types, illustrating each with real‑world web examples, and showing how it reduces visual clutter and improves usability for novice users.

UI designUsabilityfrontend
0 likes · 8 min read
How Progressive Disclosure Simplifies Complex Web Interfaces