<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>MadPlay🚀</title>
    <description>Curiosity and Experience never get old.</description>
    <link>https://madplay.github.io/</link>
    <atom:link href="https://madplay.github.io/feed.xml" rel="self" type="application/rss+xml" />
    <pubDate>Sun, 26 Apr 2026 14:39:43 +0900</pubDate>
    <lastBuildDate>Sun, 26 Apr 2026 14:39:43 +0900</lastBuildDate>
    <generator>Jekyll v3.10.0</generator>
    
      <item>
        <title>When Subagents Aren&apos;t Enough: Claude Code Agent Teams</title>
        <description>Agent Teams, where multiple Claude Code instances divide tasks and exchange messages. Most of the time, subagents suffice, but there are moments when you need a team.</description>
        <pubDate>Sun, 01 Mar 2026 21:06:00 +0900</pubDate>
        <link>https://madplay.github.io/en/post/claude-code-agent-teams</link>
        <guid isPermaLink="true">https://madplay.github.io/en/post/claude-code-agent-teams</guid>
        
        <category>claude-code</category>
        
        <category>agent-teams</category>
        
        <category>multi-agent</category>
        
        <category>collaboration</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>서브에이전트로 부족할 때, Claude Code Agent Teams</title>
        <description>여러 Claude Code 인스턴스가 태스크를 나누고 메시지를 주고받는 Agent Teams. 대부분은 서브에이전트로 충분하지만, 팀이 필요한 순간이 있다.</description>
        <pubDate>Sun, 01 Mar 2026 21:06:00 +0900</pubDate>
        <link>https://madplay.github.io/post/claude-code-agent-teams</link>
        <guid isPermaLink="true">https://madplay.github.io/post/claude-code-agent-teams</guid>
        
        <category>claude-code</category>
        
        <category>agent-teams</category>
        
        <category>multi-agent</category>
        
        <category>collaboration</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>Claude Code Subagents: How Is Work Divided and Processed?</title>
        <description>Why does Claude Code spin up subagents instead of doing everything alone? What are the roles of the three built-in agents, and how do you build custom ones?</description>
        <pubDate>Sun, 22 Feb 2026 08:52:00 +0900</pubDate>
        <link>https://madplay.github.io/en/post/claude-code-subagent-architecture</link>
        <guid isPermaLink="true">https://madplay.github.io/en/post/claude-code-subagent-architecture</guid>
        
        <category>claude-code</category>
        
        <category>subagent</category>
        
        <category>agent-architecture</category>
        
        <category>worktree</category>
        
        <category>parallel</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>Claude Code 서브에이전트, 작업을 어떻게 나눠서 처리할까?</title>
        <description>Claude Code는 왜 혼자 다 하지 않고 서브에이전트를 띄울까? 내장 에이전트 세 종류는 각각 어떤 역할이고, 커스텀 에이전트는 어떻게 만들까?</description>
        <pubDate>Sun, 22 Feb 2026 08:52:00 +0900</pubDate>
        <link>https://madplay.github.io/post/claude-code-subagent-architecture</link>
        <guid isPermaLink="true">https://madplay.github.io/post/claude-code-subagent-architecture</guid>
        
        <category>claude-code</category>
        
        <category>subagent</category>
        
        <category>agent-architecture</category>
        
        <category>worktree</category>
        
        <category>parallel</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>Beyond Prompts and Context: Harness Engineering for AI Agents</title>
        <description>Let&apos;s look at the concept of harness engineering, why it emerged, and how it differs from prompt engineering and context engineering.</description>
        <pubDate>Sun, 15 Feb 2026 21:14:37 +0900</pubDate>
        <link>https://madplay.github.io/en/post/harness-engineering</link>
        <guid isPermaLink="true">https://madplay.github.io/en/post/harness-engineering</guid>
        
        <category>harness-engineering</category>
        
        <category>context-engineering</category>
        
        <category>prompt-engineering</category>
        
        <category>ai-agent</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>프롬프트와 컨텍스트를 넘어, AI 에이전트를 위한 하네스 엔지니어링</title>
        <description>하네스 엔지니어링(Harness Engineering)의 개념과 등장 배경, 그리고 프롬프트 엔지니어링과 컨텍스트 엔지니어링과의 차이를 알아보자!</description>
        <pubDate>Sun, 15 Feb 2026 21:14:37 +0900</pubDate>
        <link>https://madplay.github.io/post/harness-engineering</link>
        <guid isPermaLink="true">https://madplay.github.io/post/harness-engineering</guid>
        
        <category>harness-engineering</category>
        
        <category>context-engineering</category>
        
        <category>prompt-engineering</category>
        
        <category>ai-agent</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>I Only Compressed CLI Output, Yet Tokens Dropped by 80%?</title>
        <description>Just by prepending &apos;rtk&apos; to a command, the agent&apos;s token consumption was reduced by 80%. We explore the operational mechanics of the open-source CLI proxy RTK (Rust Token Killer), how to install it, and where it hits its limits.</description>
        <pubDate>Sun, 08 Feb 2026 22:15:00 +0900</pubDate>
        <link>https://madplay.github.io/en/post/rtk-reduce-ai-coding-agent-token-usage</link>
        <guid isPermaLink="true">https://madplay.github.io/en/post/rtk-reduce-ai-coding-agent-token-usage</guid>
        
        <category>rtk</category>
        
        <category>token-optimization</category>
        
        <category>ai-coding-agent</category>
        
        <category>cli-proxy</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>CLI 출력만 압축했을 뿐인데 토큰이 80% 줄었다고?</title>
        <description>명령어 앞에 rtk 하나 붙였을 뿐인데 에이전트의 토큰 소비가 80% 줄었다. 오픈소스 CLI 프록시 RTK(Rust Token Killer)의 동작 원리와 설치법, 어디서 한계에 부딪히는지까지 함께 살펴본다.</description>
        <pubDate>Sun, 08 Feb 2026 22:15:00 +0900</pubDate>
        <link>https://madplay.github.io/post/rtk-reduce-ai-coding-agent-token-usage</link>
        <guid isPermaLink="true">https://madplay.github.io/post/rtk-reduce-ai-coding-agent-token-usage</guid>
        
        <category>rtk</category>
        
        <category>token-optimization</category>
        
        <category>ai-coding-agent</category>
        
        <category>cli-proxy</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>Why Did OpenClaw Suddenly Become a Hot Topic? (feat. Agent Runtime)</title>
        <description>What is OpenClaw, which has captured the attention of developers in a short period of time?</description>
        <pubDate>Sun, 01 Feb 2026 11:32:18 +0900</pubDate>
        <link>https://madplay.github.io/en/post/openclaw-overview-and-usage</link>
        <guid isPermaLink="true">https://madplay.github.io/en/post/openclaw-overview-and-usage</guid>
        
        <category>openclaw</category>
        
        <category>ai-agent</category>
        
        <category>gateway</category>
        
        <category>llm</category>
        
        <category>self-hosted</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>오픈클로(OpenClaw)는 왜 갑자기 화제가 되었을까? (feat. 에이전트 런타임)</title>
        <description>짧은 시간에 개발자들의 시선을 사로잡은 오픈클로(OpenClaw)는 무엇일까?</description>
        <pubDate>Sun, 01 Feb 2026 11:32:18 +0900</pubDate>
        <link>https://madplay.github.io/post/openclaw-overview-and-usage</link>
        <guid isPermaLink="true">https://madplay.github.io/post/openclaw-overview-and-usage</guid>
        
        <category>openclaw</category>
        
        <category>ai-agent</category>
        
        <category>gateway</category>
        
        <category>llm</category>
        
        <category>self-hosted</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>Five Critical Risks of Powerful AI That Anthropic&apos;s CEO Warns About: Reading 《The Adolescence of Technology》</title>
        <description>How can powerful AI destabilize society? This post reviews the five critical risks Dario Amodei identifies in 《The Adolescence of Technology》.</description>
        <pubDate>Sat, 31 Jan 2026 22:54:03 +0900</pubDate>
        <link>https://madplay.github.io/en/post/dario-amodei-the-adolescence-of-technology</link>
        <guid isPermaLink="true">https://madplay.github.io/en/post/dario-amodei-the-adolescence-of-technology</guid>
        
        <category>ai</category>
        
        <category>anthropic</category>
        
        <category>dario-amodei</category>
        
        <category>llm</category>
        
        <category>agi</category>
        
        <category>governance</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>앤트로픽 CEO가 경고하는 강력한 AI의 5가지 치명적 위험: 《기술의 사춘기》를 읽고</title>
        <description>강력한 AI는 어떻게 사회를 흔들까? 다리오 아모데이(Dario Amodei)의 《기술의 사춘기》에서 꼽은 5가지 치명적 위험.</description>
        <pubDate>Sat, 31 Jan 2026 22:54:03 +0900</pubDate>
        <link>https://madplay.github.io/post/dario-amodei-the-adolescence-of-technology</link>
        <guid isPermaLink="true">https://madplay.github.io/post/dario-amodei-the-adolescence-of-technology</guid>
        
        <category>ai</category>
        
        <category>anthropic</category>
        
        <category>dario-amodei</category>
        
        <category>llm</category>
        
        <category>agi</category>
        
        <category>governance</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>Building Custom AI Agents with the Claude Agent SDK</title>
        <description>We examine the structure and core APIs of the Claude Agent SDK, exploring how to control agents with custom tools and hooks.</description>
        <pubDate>Fri, 09 Jan 2026 20:34:00 +0900</pubDate>
        <link>https://madplay.github.io/en/post/claude-agent-sdk-tutorial</link>
        <guid isPermaLink="true">https://madplay.github.io/en/post/claude-agent-sdk-tutorial</guid>
        
        <category>claude-agent-sdk</category>
        
        <category>ai-agent</category>
        
        <category>mcp</category>
        
        <category>typescript</category>
        
        <category>anthropic</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>Claude Agent SDK로 나만의 AI 에이전트 만들기</title>
        <description>Claude Agent SDK의 구조와 핵심 API를 살펴보고, 커스텀 도구와 훅으로 에이전트를 제어하는 방법을 알아본다.</description>
        <pubDate>Fri, 09 Jan 2026 20:34:00 +0900</pubDate>
        <link>https://madplay.github.io/post/claude-agent-sdk-tutorial</link>
        <guid isPermaLink="true">https://madplay.github.io/post/claude-agent-sdk-tutorial</guid>
        
        <category>claude-agent-sdk</category>
        
        <category>ai-agent</category>
        
        <category>mcp</category>
        
        <category>typescript</category>
        
        <category>anthropic</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>Cursor vs Claude Code: How to Choose the Right AI Coding Tool</title>
        <description>Cursor is an IDE. Claude Code is a terminal agent. Same model, different results. Here is why.</description>
        <pubDate>Tue, 30 Dec 2025 08:14:00 +0900</pubDate>
        <link>https://madplay.github.io/en/post/cursor-vs-claude-code</link>
        <guid isPermaLink="true">https://madplay.github.io/en/post/cursor-vs-claude-code</guid>
        
        <category>cursor</category>
        
        <category>claude-code</category>
        
        <category>ai-coding-tool</category>
        
        <category>comparison</category>
        
        <category>ide</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>Cursor vs Claude Code, 어떤 기준으로 고를까?</title>
        <description>Cursor는 IDE, Claude Code는 터미널 에이전트. 같은 모델인데 결과가 다른 이유를 짚어 본다.</description>
        <pubDate>Tue, 30 Dec 2025 08:14:00 +0900</pubDate>
        <link>https://madplay.github.io/post/cursor-vs-claude-code</link>
        <guid isPermaLink="true">https://madplay.github.io/post/cursor-vs-claude-code</guid>
        
        <category>cursor</category>
        
        <category>claude-code</category>
        
        <category>ai-coding-tool</category>
        
        <category>comparison</category>
        
        <category>ide</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>AI Agent Skills: How to Create and Use Them</title>
        <description>Isolate recurring rules and procedures into reusable skills. Learn the structure and authoring points of Agent Skills.</description>
        <pubDate>Sun, 28 Dec 2025 14:22:07 +0900</pubDate>
        <link>https://madplay.github.io/en/post/ai-agent-skills-and-skill-md</link>
        <guid isPermaLink="true">https://madplay.github.io/en/post/ai-agent-skills-and-skill-md</guid>
        
        <category>agent-skills</category>
        
        <category>skill-md</category>
        
        <category>claude-code</category>
        
        <category>cursor</category>
        
        <category>codex</category>
        
        <category>ai-coding</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>AI Agent Skills, 어떻게 만들고 어떻게 쓸까?</title>
        <description>매번 다시 설명하던 규칙과 절차, 스킬로 분리하면 재사용이 쉬워진다. Agent Skills의 구조와 작성 포인트를 알아보자!</description>
        <pubDate>Sun, 28 Dec 2025 14:22:07 +0900</pubDate>
        <link>https://madplay.github.io/post/ai-agent-skills-and-skill-md</link>
        <guid isPermaLink="true">https://madplay.github.io/post/ai-agent-skills-and-skill-md</guid>
        
        <category>agent-skills</category>
        
        <category>skill-md</category>
        
        <category>claude-code</category>
        
        <category>cursor</category>
        
        <category>codex</category>
        
        <category>ai-coding</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>Claude Code Settings Files: How to Separate Shared Rules from Private Configuration</title>
        <description>From permission blocking to environment variable management, learn how to build safe execution boundaries by separating team security rules from personal local settings.</description>
        <pubDate>Fri, 17 Oct 2025 23:11:00 +0900</pubDate>
        <link>https://madplay.github.io/en/post/claude-code-settings-json</link>
        <guid isPermaLink="true">https://madplay.github.io/en/post/claude-code-settings-json</guid>
        
        <category>claude-code</category>
        
        <category>settings-json</category>
        
        <category>permissions</category>
        
        <category>hooks</category>
        
        <category>security</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>Claude Code 설정 파일, 공유할 규칙과 숨길 설정을 어떻게 나눌까?</title>
        <description>권한 차단부터 환경 변수 관리까지, 팀의 보안 규칙과 개인의 로컬 환경을 분리하여 안전하게 실행 경계를 구축하는 기준을 알아보자!</description>
        <pubDate>Fri, 17 Oct 2025 23:11:00 +0900</pubDate>
        <link>https://madplay.github.io/post/claude-code-settings-json</link>
        <guid isPermaLink="true">https://madplay.github.io/post/claude-code-settings-json</guid>
        
        <category>claude-code</category>
        
        <category>settings-json</category>
        
        <category>permissions</category>
        
        <category>hooks</category>
        
        <category>security</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>Why You Should Run /init First in Claude Code</title>
        <description>Running /init first in Claude Code anchors project context in CLAUDE.md, eliminating repeated explanations and inconsistent first responses across sessions.</description>
        <pubDate>Sat, 04 Oct 2025 21:00:00 +0900</pubDate>
        <link>https://madplay.github.io/en/post/why-init-first-in-claude-code</link>
        <guid isPermaLink="true">https://madplay.github.io/en/post/why-init-first-in-claude-code</guid>
        
        <category>claude-code</category>
        
        <category>init</category>
        
        <category>claude-md</category>
        
        <category>ai-coding</category>
        
        <category>context</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>Claude Code를 시작하면 가장 먼저 /init을 해야 하는 이유</title>
        <description>Claude Code에서 /init을 먼저 실행해야 하는 이유는 프로젝트 문맥을 CLAUDE.md로 고정하기 위해서다. 반복 설명과 흔들리는 첫 응답이 왜 줄어드는지 정리했다.</description>
        <pubDate>Sat, 04 Oct 2025 21:00:00 +0900</pubDate>
        <link>https://madplay.github.io/post/why-init-first-in-claude-code</link>
        <guid isPermaLink="true">https://madplay.github.io/post/why-init-first-in-claude-code</guid>
        
        <category>claude-code</category>
        
        <category>init</category>
        
        <category>claude-md</category>
        
        <category>ai-coding</category>
        
        <category>context</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>JDK 25 LTS Release Notes: Key Changes at a Glance</title>
        <description>Let’s review the key changes in JDK 25, the fifth LTS Java release, based on the official release notes.</description>
        <pubDate>Fri, 19 Sep 2025 21:32:10 +0900</pubDate>
        <link>https://madplay.github.io/en/what-is-new-java-25</link>
        <guid isPermaLink="true">https://madplay.github.io/en/what-is-new-java-25</guid>
        
        <category>java</category>
        
        <category>jdk25</category>
        
        <category>openjdk</category>
        
        
        <category>Java/Kotlin</category>
        
      </item>
    
      <item>
        <title>JDK 25 LTS 릴리즈 노트 정리: 주요 변경사항 한눈에 보기</title>
        <description>다섯 번째 LTS 자바 버전인 JDK 25 버전의 주요 변경사항을 공식 릴리즈 기준으로 살펴보자!</description>
        <pubDate>Fri, 19 Sep 2025 21:32:10 +0900</pubDate>
        <link>https://madplay.github.io/post/what-is-new-java-25</link>
        <guid isPermaLink="true">https://madplay.github.io/post/what-is-new-java-25</guid>
        
        <category>java</category>
        
        <category>jdk25</category>
        
        <category>openjdk</category>
        
        
        <category>Java/Kotlin</category>
        
      </item>
    
      <item>
        <title>How to Manage Claude Code Context and Reduce Token Usage</title>
        <description>Longer sessions slow down due to the context window. Learn how to manage token usage with /compact, /clear, and /cost.</description>
        <pubDate>Mon, 25 Aug 2025 22:09:31 +0900</pubDate>
        <link>https://madplay.github.io/en/post/claude-code-context-and-token-optimization</link>
        <guid isPermaLink="true">https://madplay.github.io/en/post/claude-code-context-and-token-optimization</guid>
        
        <category>claude-code</category>
        
        <category>context</category>
        
        <category>token</category>
        
        <category>compact</category>
        
        <category>session</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>Claude Code 컨텍스트 관리 방법과 토큰 사용량 줄이기</title>
        <description>세션이 길어질수록 느려지는 이유는 컨텍스트 윈도우에 있다. /compact, /clear, /cost로 토큰 사용량을 관리하는 방법을 알아본다.</description>
        <pubDate>Mon, 25 Aug 2025 22:09:31 +0900</pubDate>
        <link>https://madplay.github.io/post/claude-code-context-and-token-optimization</link>
        <guid isPermaLink="true">https://madplay.github.io/post/claude-code-context-and-token-optimization</guid>
        
        <category>claude-code</category>
        
        <category>context</category>
        
        <category>token</category>
        
        <category>compact</category>
        
        <category>session</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>Context Engineering: The Next Step After Prompt Engineering</title>
        <description>Explains context engineering, why it emerged, and how it differs from prompt engineering.</description>
        <pubDate>Tue, 01 Jul 2025 22:39:00 +0900</pubDate>
        <link>https://madplay.github.io/en/post/context-engineering</link>
        <guid isPermaLink="true">https://madplay.github.io/en/post/context-engineering</guid>
        
        <category>context-engineering</category>
        
        <category>prompt-engineering</category>
        
        <category>llm</category>
        
        <category>rag</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>컨텍스트 엔지니어링: 프롬프트 엔지니어링의 다음 단계</title>
        <description>컨텍스트 엔지니어링은 LLM에 무엇을 넣고 무엇을 버릴지 설계하는 작업이다. 등장 배경과 프롬프트 엔지니어링과의 차이를 알아보자.</description>
        <pubDate>Tue, 01 Jul 2025 22:39:00 +0900</pubDate>
        <link>https://madplay.github.io/post/context-engineering</link>
        <guid isPermaLink="true">https://madplay.github.io/post/context-engineering</guid>
        
        <category>context-engineering</category>
        
        <category>prompt-engineering</category>
        
        <category>llm</category>
        
        <category>rag</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>How to Connect MCP Servers to Claude Code and What to Watch For</title>
        <description>With MCP, Claude Code can work with external systems as well. This post explains how to connect an MCP server.</description>
        <pubDate>Sat, 21 Jun 2025 20:41:09 +0900</pubDate>
        <link>https://madplay.github.io/en/post/claude-code-mcp-setup</link>
        <guid isPermaLink="true">https://madplay.github.io/en/post/claude-code-mcp-setup</guid>
        
        <category>claude-code</category>
        
        <category>mcp</category>
        
        <category>anthropic</category>
        
        <category>automation</category>
        
        
        <category>AI</category>
        
      </item>
    
      <item>
        <title>Claude Code에서 MCP 서버를 연동하는 방법과 주의할 점</title>
        <description>MCP를 활용하면 Claude Code가 외부 시스템까지 다룰 수 있다. MCP 서버 연결 방법을 알아보자!</description>
        <pubDate>Sat, 21 Jun 2025 20:41:09 +0900</pubDate>
        <link>https://madplay.github.io/post/claude-code-mcp-setup</link>
        <guid isPermaLink="true">https://madplay.github.io/post/claude-code-mcp-setup</guid>
        
        <category>claude-code</category>
        
        <category>mcp</category>
        
        <category>anthropic</category>
        
        <category>automation</category>
        
        
        <category>AI</category>
        
      </item>
    
  </channel>
</rss>
