This product was not featured by Product Hunt yet.
It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).

Product Thumbnail

CogniKernel

Give Claude Code and Codex memory that survives sessions

Productivity
Developer Tools
Artificial Intelligence
GitHub
Visit WebsiteSee on Product HuntGithub

Hunted byKanishk Pratap SinghKanishk Pratap Singh

Your AI coding agent forgets every decision when the session ends. CogniKernel captures the decisions, constraints, and dead ends from each session and injects them into the next one — automatically. Runs fully local on small encoder models. No API keys, no tokens billed.

Top comment

Hey Product Hunt 👋 I built CogniKernel because I kept having the same conversation with Claude Code. Session ends, I come back the next day, and it wants to re-litigate a decision we settled last week — or worse, it retries the exact approach we already found doesn't work. I was hand-maintaining CLAUDE.md like a changelog and still losing context. Every memory tool I tried solved this by shipping my session transcripts to an LLM to "summarize what mattered." That means another API key, per-session token cost, and my code leaving my machine. That tradeoff didn't sit right. So CogniKernel does it differently: extraction is *classification, not generation*. Two small fine-tuned encoder models (~130MB ONNX) run locally on CPU in milliseconds — one scores whether a sentence is worth remembering and what type it is, the other detects when a new decision supersedes an old one. No API calls, nothing leaves your machine. The only LLM involved is the coding agent you already run. A few things I'm proud of: - Abandoned approaches go in a graveyard, so the agent doesn't re-try dead ends - A "don't do X" rule surfaces at the moment you're about to do X — not three files later - One store shared between Claude Code and Codex in the same directory - Every hook is fail-open: memory can break without ever breaking your session Benchmarked against flat notes and no-memory across four multi-session projects, it made 2–4× fewer file reads in every single one. It's Apache-2.0 and on PyPI: pip install "cognikernel[embedding]" I'd love feedback from anyone running long-lived projects through Claude Code — especially on what memory *should* be captured that I'm currently missing.

Comment highlights

No comment highlights available yet. Please check back later!

About CogniKernel on Product Hunt

Give Claude Code and Codex memory that survives sessions

CogniKernel was submitted on Product Hunt and earned 0 upvotes and 1 comments, placing #112 on the daily leaderboard. Your AI coding agent forgets every decision when the session ends. CogniKernel captures the decisions, constraints, and dead ends from each session and injects them into the next one — automatically. Runs fully local on small encoder models. No API keys, no tokens billed.

CogniKernel was featured in Productivity (658.2k followers), Developer Tools (517.5k followers), Artificial Intelligence (475.9k followers) and GitHub (41.4k followers) on Product Hunt. Together, these topics include over 371.8k products, making this a competitive space to launch in.

Who hunted CogniKernel?

CogniKernel was hunted by Kanishk Pratap Singh. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.

Want to see how CogniKernel stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.