๊ฐ€์ž… ํ›„ ์ดˆ๋Œ€ ๋งํฌ๋ฅผ ๊ณต์œ ํ•˜๋ฉด ๋™์˜์ƒ ์žฌ์ƒ ๋ฐ ์ดˆ๋Œ€ ๋ณด์ƒ์„ ๋ฐ›์„ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

cv usk
@cv_usk
AI / Software Research Notes AI Agent, LLMOps, MLOps, Software Architecture ๆŠ•็จฟใฏๅ€‹ไบบใฎๆ„่ฆ‹ใงใ™ใ€‚
๊ฐ€์ž… May 2026
258 ํŒ”๋กœ์ž‰ ์ค‘    220 ํŒฌ
๐Ÿงต TL;DR: Long-running AI agents rack up token costs fast. Deep Agents turns on prompt caching with zero config, cutting up to 80% of cost on real tasks. Title: Prompt Caching with Deep Agents URL: Key points ๐Ÿ’ธ Every request reprocesses the full history, system prompt, and tool defs โ€” costs compound โšก Prompt caching reuses the compute for static content and only processes the new delta ๐Ÿงฉ Explicit cache breakpoints keep partial hits even when the prompt prefix changes a bit ๐Ÿค– Deep Agents auto-applies 3 strategies: explicit breakpoints / provider-side implicit caching / cache-maximizing prompt structure ๐Ÿ“Š Measured: Claude Haiku 4.5 -77%, GPT-5.4-mini -80%, Gemini 3.5-Flash -49% ๐Ÿ”ญ LangSmith surfaces cache-read tokens per call so you can measure and optimize savings โณ The longer the conversation, the bigger the win; short runs see little benefit Abstracting away provider differences with zero config is what makes this land in production. #LangChain# #AIAgents#
๋” ๋ณด๊ธฐ