Hacker News new | ask | show | jobs
Show HN: LLM-primer – pre-warmed Claude Code session pool, zero startup wait (github.com)
1 points by asakin 62 days ago
Claude Code sessions that read a real CLAUDE.md take 30-60 seconds to initialize. Fine once. Friction when you're switching contexts constantly.

llm-primer keeps a pool of warm sessions in the background. When you need one, it's already past the startup protocol.

Happy to answer questions. The main motivation was that I'm running LLM wikis (llm-context-base) and switching context between different agent roles constantly. The startup latency was killing the flow.

1 comments

brew tap asakin/llm-primer && brew install llm-primer primer start primer # attach to a warm session

Built this for my own workflow — I'm running LLM wikis (llm-context-base) and switching context between different agent roles constantly. The startup latency was killing the flow. Happy to answer questions.