Developer Tool / AI coding assistant memory / context management

CogniKernel

Local, structured memory for AI coding assistants like Claude Code and Codex. The project stores decisions, constraints, and abandoned approaches in an event-sourced local log and injects them back into later sessions.

Clear27/30
Useful26/30
Specific15/20
Complete15/20
CogniKernel screenshot

Why it was accepted

The page clearly describes an AI-adjacent developer tool with a concrete purpose: persistent project memory for coding agents. The README gives enough detail to understand how it works, what problem it solves, and why it may be useful to AI builders and users. It also shows implementation signals like local processing, typed memory, event sourcing, retrieval, and hook-based integration.

Weakness

The crawl shows strong product intent and architecture, but not much on setup experience, screenshots, release status, or real-world usage examples beyond the README description. A visitor still cannot tell how polished the tool is, which platforms it supports in practice, or what the installation and first-run flow looks like.

Review status

10 hours ago #638 ↓ -3

Last evaluated 10 hours ago. Current rank #638. Down 3 spots in the rankings.

Score history

83

Related listings

bdinfo-rs screenshot
92

Developer Tool / Media Analysis

A Rust Blu-ray disc analyzer that reimplements BDInfo for BDMV folders and ISO images, with CLI, desktop, and browser/WASM front ends.

WebLLM screenshot
#6 WebLLM
92

Developer Tool / AI SDK / In-browser LLM inference

WebLLM is a high-performance in-browser LLM inference engine that runs locally in the browser with WebGPU acceleration. It exposes an OpenAI-compatible API, supports streaming and JSON mode, and includes examples for building chat apps and browser extensions.

Flightdeck screenshot
90

Developer Tool / AI Observability

Self-hosted observability and control plane for production and coding AI agents, with live timelines, fleet-wide feeds, token budgets, MCP allow/block rules, and support for Claude Code plus a Python sensor.

Mindwalk screenshot
#59 Mindwalk
89

Developer Tool / AI Observability

Mindwalk is a local Go tool that replays Claude Code and Codex sessions on a 3D map of a codebase, showing where an agent searched, read, and edited files over time.