<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Context Management - Tag - Daily Deep Think</title>
        <link>https://blog.baifan.site/en/tags/context-management/</link>
        <description>Context Management - Tag - Daily Deep Think</description>
        <generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>blog@baifan.site (ByF)</managingEditor>
            <webMaster>blog@baifan.site (ByF)</webMaster><lastBuildDate>Wed, 12 Aug 2026 14:33:59 &#43;0800</lastBuildDate><atom:link href="https://blog.baifan.site/en/tags/context-management/" rel="self" type="application/rss+xml" /><item>
    <title>Multi-Agent Collaboration: Value From Structure, Not Concurrency</title>
    <link>https://blog.baifan.site/en/multi-agent-technical-core/</link>
    <pubDate>Wed, 12 Aug 2026 14:33:59 &#43;0800</pubDate><author>
                    <name>ByF</name>
                </author><guid>https://blog.baifan.site/en/multi-agent-technical-core/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/pictures/posts/multi-agent-technical-core-featured.svg" referrerpolicy="no-referrer">
            </div><p>Conclusion first: the value of multi-agent doesn&rsquo;t come from more models; it comes from the right structure. Multi-agent without structure is just more expensive concurrency — burn 2 to 3 times the tokens to watch a group of models nod at each other. Multi-agent with structure is an execution system that can delegate, parallelize, and verify.</p>
<!-- more -->
<h2 id="why-a-single-agent-fails-at-long-tasks" class="headerLink">
    <a href="#why-a-single-agent-fails-at-long-tasks" class="header-mark"></a>Why a Single Agent Fails at Long Tasks</h2><p>Diagnosis first. A single agent executing complex tasks has five structural defects — blame the execution structure, not the model&rsquo;s intelligence:</p>]]></description>
</item>
<item>
    <title>Context Compaction: Four Ways to Give AI &#39;Infinite Memory&#39;</title>
    <link>https://blog.baifan.site/en/claude-code-context-compression/</link>
    <pubDate>Sat, 23 May 2026 09:00:00 &#43;0800</pubDate><author>
                    <name>ByF</name>
                </author><guid>https://blog.baifan.site/en/claude-code-context-compression/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/pictures/note/claude-code-deconstruction-series.svg" referrerpolicy="no-referrer">
            </div><!-- more -->
<p>The Think-Act-Observe loop has a natural enemy: <strong>the context window is finite.</strong></p>
<p>Every loop iteration burns tokens — the model&rsquo;s thinking, the tool-call requests, the tool results. Reading one large file can cost thousands of tokens; a single test run&rsquo;s output can cost tens of thousands. A dozen rounds in, the context window is stuffed full.</p>
<p>What happens when the window fills? The model says &ldquo;sorry, this conversation exceeds my context limit&rdquo;. For casual chat, who cares — open a new window. For a coding assistant, it means <strong>amnesia</strong> — it forgets the project structure, the changes already made, the user&rsquo;s preferences.</p>]]></description>
</item>
<item>
    <title>Claude Skills Progressive Disclosure via MCP: Skill in Anywhere</title>
    <link>https://blog.baifan.site/en/mcp-claude-skills-progressive-disclosure/</link>
    <pubDate>Fri, 26 Dec 2025 14:00:00 &#43;0800</pubDate><author>
                    <name>ByF</name>
                </author><guid>https://blog.baifan.site/en/mcp-claude-skills-progressive-disclosure/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/pictures/note/claudecodeskills.png" referrerpolicy="no-referrer">
            </div><figure><img src="/pictures/note/claudecodeskills.png"
    alt="Claude Code Skill in Anywhere"><figcaption>
      <p>Claude Code Skill in Anywhere</p>
    </figcaption>
</figure>

<h1 id="implementing-claude-skills-progressive-disclosure-via-mcp-reusing-claude-code-skills-anywhere" class="headerLink">
    <a href="#implementing-claude-skills-progressive-disclosure-via-mcp-reusing-claude-code-skills-anywhere" class="header-mark"></a>Implementing Claude Skills&rsquo; Progressive Disclosure via MCP: Reusing Claude Code Skills Anywhere</h1><h3 id="-a-feasible-approach-to-capability-encapsulation-and-dynamic-context-extension-technical-proposal-and-verification" class="headerLink">
    <a href="#-a-feasible-approach-to-capability-encapsulation-and-dynamic-context-extension-technical-proposal-and-verification" class="header-mark"></a>— A feasible approach to capability encapsulation and dynamic context extension (technical proposal and verification)</h3><h2 id="preface" class="headerLink">
    <a href="#preface" class="header-mark"></a>Preface</h2><p>Claude Skills introduced a remarkably advanced concept:
<strong>encapsulating professional knowledge, process standards, and task methods into &ldquo;skill packages&rdquo; that load dynamically, only when a task actually needs them.</strong></p>
<p>This &ldquo;progressive disclosure&rdquo; mechanism is essentially a <strong>dynamic context extension protocol</strong> — it effectively reduces the model&rsquo;s context burden and markedly improves the quality of complex task handling.</p>]]></description>
</item>
</channel>
</rss>
