AI
에이전트를 위해 만드는 도구들.
매일 쓰는 Skill, 실제 도구 제어 권한을 주는 MCP 서버, 가지고 다닐 수 있는 지식 번들, 모델 고르는데 쓰는 비교, 그리고 매달 정리하는 AI 소식이에요. 도구는 전부 공개적으로 만든 오픈소스예요.
Agent Skills
Skills
에이전트가 슬래시 명령으로 실행하는 작고 정확한 지침이에요. 좋은 습관 하나를 담아, 에이전트가 추측하는 대신 매번 같은 프로세스를 따르게 해요.
각 Skill은 이 블로그의 글 하나를 에이전트가 단계별로 따라가는 체크리스트로 압축한 거예요. 설치하고 슬래시 명령을 입력하면 돼요.
Model Context Protocol
MCP 서버
에이전트와 실제 도구를 잇는 연결이에요. Godot나 Aseprite에 대해 말만 하는 대신, 에이전트가 직접 씬을 만들고 그림을 그리고 게임 상태를 조회해요.
에이전트가 MCP로 처음부터 끝까지 다루는 에디터들이에요. 제 게임 프로젝트를 위해 만들었고, MCP를 지원하는 어떤 어시스턴트와도 쓸 수 있어요.
Open Knowledge Format
OKF 번들
마크다운으로 된 이식 가능한 지식이에요. 한 도메인의 개념과 근거를 에이전트가 바로 읽을 수 있게 구조화했어요. SDK도, 락인도 없어요.
독일 법률부터 React까지, 각 번들은 하나의 도메인을 에이전트가 읽을 수 있게 만들어요. 클론하고 에이전트에게 경로만 알려주면 돼요.
AI 뉴스
뉴스
AI에서 실제로 움직인 것들을 직접 골라 정리해요. 모델 릴리스, 에이전트 툴링, 읽어볼 가치가 있는 연구, 그리고 만드는 사람에게 영향을 주는 정책까지요.
2026년 1월까지 거슬러 올라가는 월 1회 다이제스트예요. 놓친 달도 아카이브를 뒤지는 대신 몇 분이면 따라잡을 수 있고, 모든 링크는 원문으로 이어져요.
- September 20262026년 9월 7일
GPT-6 Astra at Fable 5.1's price, Gemini 3.8 Flash at the old price until January, the coding CLIs rewire their defaults, and a second agent swarm writes to a German wiki.
- August 20262026년 8월 31일
Open weights at frontier scale, Grok 4.6 at a fighting price, the EU AI Act gets concrete, and 1,200 isolated agents find each other.
- July 20262026년 7월 31일
Opus 5 sets the bar, OpenAI cuts prices, MCP goes stateless, and DeepSeek puts V4-Flash under MIT.
블로그
블로그에서
위의 도구들은 실전에서 나왔고, 그 실전을 블로그에 적고 있어요. 에이전트에 관한 최신 글이에요.
Why an AI assistant can know the facts and still miss local rules. Research on separating knowledge, reasoning, and style, explained through concrete examples and a testable design for more adaptable assistants.
- Never Meet Your Model2026년 7월 31일
Claude Opus 5 arrived with a chart that put it at the top of the frontier for half the price of Fable 5. Every number on that chart is true. Two weeks of daily use handed me a different model than the one I had assembled from the marketing, which is a story about how models get sold, why the benchmarks stopped measuring what they claim to measure, and what Opus 5 actually is.
- A 1986 Aircraft Manual Fixed My Anti-Slop Skill2026년 7월 30일
My anti-slop skill already had rules. They worked, and they were entirely mine, invented from a year of irritation and tested against nothing. Replacing that homemade layer with two writing systems that predate the whole AI era, one written so an aircraft mechanic could not misread a maintenance manual and one that runs the largest documentation estate in software, changed what the skill can do. They also contradict each other, which turned out to be the useful part.
A difficult trace is evidence about how a codebase communicates. The breadcrumbs skill turns that evidence into small repairs: clearer names, explicit contracts, useful errors, honest comments, and documentation in the place readers already look. The result is a codebase that gets easier to understand each time an agent or developer works through it.
You type one command and a folder you did not write becomes part of how your agent thinks and acts. The only signal you usually get back is a green checkmark, and a checkmark proves the wrong thing. trust-card replaces that badge with graded evidence: who shipped these exact bytes, what the skill is allowed to do, where its knowledge came from, and who has independently vouched for it. It renders the result as a trading-card you can actually read, and it refuses to pretend that a signature proves an artifact is safe.
Coding agents write good UI and bad versions of your UI. The Open Design System Format packages a design system as a bundle of markdown, HTML, and CSS an agent can read and build from: tokens that exist once and render as CSS, typed concepts linked into a graph, and self-rendering examples. It is a strict profile of Google's Open Knowledge Format. Here is what it is and the odsf skill I shipped with it.
