uv로 AI 개발 환경 세팅하기 — Claude SDK 프로젝트를 0.87초 만에 시작하는 법
Rust로 만들어진 Python 패키지 매니저 uv 0.11로 anthropic, openai 등 AI SDK를 포함한 개발 환경을 설정하는 완전 실전 가이드. pip 대비 100배+ 빠른 설치 속도와 재현 가능한 환경 관리 방법을 실제 로그와 함께 정리했다.
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 에이전트, 자동화, 개발 도구, 소프트웨어 제작 과정을 한국어로 기록합니다.
Rust로 만들어진 Python 패키지 매니저 uv 0.11로 anthropic, openai 등 AI SDK를 포함한 개발 환경을 설정하는 완전 실전 가이드. pip 대비 100배+ 빠른 설치 속도와 재현 가능한 환경 관리 방법을 실제 로그와 함께 정리했다.
Gemini 2.5 Flash API를 직접 실험해서 발견한 비용 최적화 기법 4가지. Thinking 토큰 비활성화, Context Caching, Flash-Lite 선택 기준, Batch API까지 — 실제 측정값으로 설명합니다.
Anthropic Files API로 문서를 한 번 업로드하고 여러 요청에서 재사용하는 방법. Python SDK 코드 예제, 비용 절감 패턴, 실행 가능성 판단까지
Personal notes on AI agents, automation, developer tools, and building software.
A complete hands-on guide to building AI development environments with uv 0.11, the Rust-based Python package manager. Real benchmark data: 16 packages including anthropic installed in 0.874 seconds. Covers project init, Claude SDK setup, Python version management, and CI/CD integration.
Four cost optimization techniques for Gemini 2.5 Flash API, discovered through hands-on experiments. Covers Thinking token control, Context Caching, Flash vs Flash-Lite selection, and Batch API — with real measured data.
How to upload documents once and reuse them across multiple requests with Anthropic Files API. Python SDK examples, cost reduction patterns, and honest executability assessment
AIエージェント、自動化、開発ツール、ソフトウェア開発の記録です。
RustベースのPythonパッケージマネージャーuv 0.11を使って、anthropicやopenaiなどのAI SDKを含む開発環境を構築する完全実践ガイド。pip比100倍以上の速度と再現可能な環境管理を実際のログとともに解説する。
Gemini 2.5 Flash APIを直接実験して発見したコスト最適化テクニック4選。Thinkingトークン無効化、Context Caching、Flash-Lite選択基準、Batch APIまで — 実際の測定値で解説します。
Anthropic Files APIで文書を1回アップロードして複数リクエストで再利用する方法。Python SDKコード例、コスト削減パターン、実行可能性の判断まで解説
记录 AI 代理、自动化、开发工具和软件构建过程。
使用Rust编写的Python包管理器uv 0.11搭建包含anthropic、openai等AI SDK的完整开发环境实战指南。实测pip安装速度的100倍以上,以及可复现环境管理的完整方法,附真实运行日志。
通过亲手实验发现的Gemini 2.5 Flash API成本优化技巧。涵盖Thinking令牌控制、Context Caching、Flash-Lite选择标准和Batch API——附实际测量数据说明。
如何通过Anthropic Files API将文档上传一次并在多个请求中复用。Python SDK代码示例、降本模式,以及坦诚的可执行性评估