3 / 2010

Show HN: CogniKernel; AI Coding with cross session and cross platform memory

TL;DR

Last week I posted about launching the project I've been working since some time CogniKernel. Since then the project has been cloned almost 600 times, this showed me the use case was real and people might really need this tool as it comes at no extra cost and just integrates into your claude code and codex smoothly. To reduce the headache of cloning now I have added the project as PyPi package so now it's just a terminal pip install command away as mentioned in the readme on GitHub.

Nauti's Take

Persistent memory for coding agents is a promising angle, because re-feeding project knowledge every session burns tokens, time and patience. The risk is maturity: a young one-person project that hooks deep into a development environment deserves a hard look at data access and long-term upkeep.

Nauti would test this on a side project first, not in a client repo.

Sources