All activity
Jakeleft a comment
Hi Everyone! I Built PRISM after hitting Claude Code token limits and having no idea where my tokens were going. Turns out the session data is all there in JSONL files, PRISM reads them and surfaces what's wrong. Found 6738% CLAUDE.md re-read cost on my own machine. Runs 100% locally. MIT license. Would love your feedback.

PRISMSession intelligence for Claude Code
PRISM reads Claude Code's session JSONL files and tells you exactly why your tokens are disappearing.
Found on a real machine: 6738% CLAUDE.md re-read cost, rules silently ignored mid-session, migration file edits that violated project rules, retry loops with no diagnosis.
Health scores A-F across 5 dimensions + concrete CLAUDE.md fix recommendations. 100% local — no API key, no telemetry.

PRISMSession intelligence for Claude Code
Jakestarted a discussion
How PRISM works; and what it found on my own machine
Hey Everyone! I Built PRISM after hitting Claude Code token limits with no visibility into why. Turns out Claude Code writes detailed session logs to ~/.claude/projects/, every tool call, every message, every compaction event. PRISM reads those files and surfaces what's actually happening. What it found on my own machine: → 6738% CLAUDE.md re-read cost in one session → Rules being silently...
