Show HN: LLM-primer – pre-warmed Claude Code session pool, zero startup wait(github.com)
github.com
Show HN: LLM-primer – pre-warmed Claude Code session pool, zero startup wait
https://github.com/asakin/llm-primer
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.
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.
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.