grindeasy puts a live card on your Discord profile showing which AI coding tool you're actually using - Claude Code, Codex, Cursor, Gemini CLI and more. It never reads your code, only when your session files change. Free, open source, opt-in leaderboard.
love how it watches session file changes instead of reading code itself, that's a really thoughtful way to build something useful without the privacy tradeoff.
Report
Maker
@basogulgon30432 Thank you, that tradeoff was the first thing I got stuck on when building it. Turns out you don't need to read anything to know a tool's working, the file timestamps tell you. Everything else stays on your machine.
love how it watches session file changes instead of reading code itself, that's a really thoughtful way to build something useful without the privacy tradeoff.
@basogulgon30432 Thank you, that tradeoff was the first thing I got stuck on when building it. Turns out you don't need to read anything to know a tool's working, the file timestamps tell you. Everything else stays on your machine.