RTK(Rust Token Killer) 직접 써봤다 — LLM 토큰 비용 60〜90% 줄이는 CLI 프록시
RTK(Rust Token Killer)는 AI 코딩 에이전트의 Bash 명령어 출력을 LLM에 전송하기 전에 압축하는 CLI 프록시다. 실제 설치 후 find에서 90%, ls에서 50% 토큰 절감을 측정했다. 효과가 있는 경우와 없는 경우, Claude Code 통합 방법, 솔직한 한계까지 정리한다.
jangwook.net
Personal technical notes on AI agents, automation, developer tools, and the process of building software.
Latest Notes
The root page stays intentionally small. Choose a language, then read the full archive and related posts there.
AI 에이전트, 자동화, 개발 도구, 소프트웨어 제작 과정을 한국어로 기록합니다.
RTK(Rust Token Killer)는 AI 코딩 에이전트의 Bash 명령어 출력을 LLM에 전송하기 전에 압축하는 CLI 프록시다. 실제 설치 후 find에서 90%, ls에서 50% 토큰 절감을 측정했다. 효과가 있는 경우와 없는 경우, Claude Code 통합 방법, 솔직한 한계까지 정리한다.
Google이 I/O 2026에서 Antigravity 2.0을 발표하며 Gemini CLI를 6월 18일부로 종료한다. 실제 설치된 앱의 확장 구조와 Gemini 3.5 Flash API를 직접 분석하고, Claude Code와 비교한다.
Next.js 16 App Router에서 Claude API 스트리밍을 완성하는 실전 가이드. Route Handler 설계, SSE 응답 처리, React 19 클라이언트 훅, 백프레셔와 타임아웃·에러 복구 패턴까지 실제로 빌드한 코드와 동작 로그를 모두 담아 정리했다.
Personal notes on AI agents, automation, developer tools, and building software.
RTK (Rust Token Killer) is a CLI proxy that compresses Bash command output before sending it to LLMs in AI coding agents. After real installation, I measured 90% reduction on find and 50% on ls commands. Here's what actually works, what doesn't, how to integrate with Claude Code, and the honest limitations.
Google announced Antigravity 2.0 at I/O 2026 and is shutting down Gemini CLI on June 18. I dug into the installed app's extension structure and analyzed the Gemini 3.5 Flash API — here's what it all means for developers.
Guide to Claude API streaming in Next.js 16 App Router: Route Handler, SSE handling, React 19 client hooks, error recovery — with real build code and logs.
AIエージェント、自動化、開発ツール、ソフトウェア開発の記録です。
RTK(Rust Token Killer)はAIコーディングエージェントのBashコマンド出力をLLMに送信する前に圧縮するCLIプロキシだ。実際にインストールし、findで90%、lsで50%のトークン削減を確認した。効果がある場合とない場合、Claude Code統合方法、正直な限界まで整理する。
Google が I/O 2026 で Antigravity 2.0 を発表し、Gemini CLI を 6 月 18 日に終了する。実際にインストール済みのアプリの拡張構造と Gemini 3.5 Flash API を直接分析し、Claude Code と比較する。
Next.js 16 App RouterでClaude APIストリーミングを完成させる実践ガイド。Route Handler設計、SSE応答処理、React 19クライアントフック、エラー復旧パターンまで、実際にビルドしたコードと動作ログを収録。
记录 AI 代理、自动化、开发工具和软件构建过程。
RTK(Rust Token Killer)是一个在Bash命令输出发送给LLM之前进行压缩的CLI代理。实际安装后,在find命令上测量到90%的削减,ls命令上50%。本文整理了哪些场景有效、哪些无效、如何集成Claude Code,以及诚实的局限性。
Google 在 I/O 2026 发布 Antigravity 2.0,并将于 6 月 18 日终止 Gemini CLI。我直接分析了已安装应用的扩展结构和 Gemini 3.5 Flash API,并与 Claude Code 进行比较。
在Next.js 16 App Router中实现Claude API流式传输的实战指南。涵盖Route Handler设计、SSE响应处理、React 19客户端Hook、背压与错误恢复模式,附实际构建代码和运行日志。