I am building Promptster - an AI fluency platform that helps level up engineering organizations. Engineering managers invite their teammates and Promptster analyzes the engineers work with ai coding tools (claude code, codex, cursor, copilot). The manager receives a team-aggregate dashboard where they can roll-out certain practices / skill to their whole team. Each IC receives their own dashboard where they can see their fluency statistics, skill usage, context management, and a DORA dashboard.
We have an open-source rubric that tries to answer, what are best practices for Claude Code (and AI coding agents in-general), would love to hear thoughts and feedback on it. The question is a bit abstract, but I tried my best to figure out practices that I use myself and the top minds agree on.
https://github.com/promptster-ai/rubric
adamzwasserman•2h ago
2. Deep questioning. Constantly probing the assistant: what does it think it is trying to achieve, why did it just make decision X, is there a better way, what does it think the current constraint is?
3. Fighting drift. Knowing that the model will always try to regress to the mean of the training corpus, and constantly being on guard against that drift.
4. Keeping state in your head, because the model cannot. It is up to the programmer to remeber what connects to what else in what way and why.
Paarthmj•2h ago
PaulHoule•2h ago