🦞🌯 Lobster Roll

Stories by spranab

Show HN: Saga – SQLite project tracker for AI coding agents (github.com)
Show HN: Saga – A Jira-like project tracker MCP server for AI agents (SQLite)
I got tired of my AI coding assistant (Claude, Cursor, etc.) losing track of project state across sessions — creating random markdown files, forgetting what was done, repeating work. So I built Saga.<p>It&#x27;s an MCP server that gives your AI agent a proper project tracker — Projects &gt; Epics &g...
Show HN: Brainstorm-MCP – Let GPT, DeepSeek, and Groq Brainstorm Together (github.com)
Show HN: ContextCache – Cache tool schema KV states, skip 99% of prefill tokens (github.com)
Every tool-calling LLM request resends the full tool schemas through prefill. With 50 tools that&#x27;s ~6,000 tokens reprocessed on every request, for every user, even though the tools never change.<p>ContextCache compiles tool schemas into a KV cache once and reuses it across all requests. Only...
Show HN: Phone a Friend for Claude Code – GPT, Gemini, DeepSeek via MCP
I built an MCP server that gives Claude Code a &quot;phone a friend&quot; lifeline. Instead of relying on one model&#x27;s perspective, Claude can pull in GPT, Gemini, DeepSeek, or any OpenAI-compatible model for a structured multi-round debate — and participate as an active debater itself.<p>How it...
What happens when you put Claude, GPT, Grok, and DeepSeek in the same room? (warpmode.io)
Show HN: SDF Protocol – Pre-compiled semantic JSON for AI agent web consumption (sdfprotocol.org)