Firehose

Filtered to Hacker News, tagged “session management” · clear filters

All PeopleCompaniesPapersPodcastsHacker News

Browse by tag

23 JUL 2026 · Hacker News · 106 pts

Claude-thermos is a Python library that keeps the prompt cache warm for Claude Code sessions, reducing the cost of rebuilding the cache when the main agent is idle and a subagent is running, by automatically sending warm requests to the Claude API. These warm requests are cheap cache reads that refresh the full cached prefix, preventing expensive rewrites. The library logs event data and provides a rollup summary of the warming decisions and savings. AI summary