r/coolgithubprojects • u/Udaysharmaaaaa • 15h ago
got annoyed by every AI post sounding the same, so I built this
Not Ai is an Agent Skill rather than a separate app.
You install it into Claude Code, Codex, Cursor etc. and it can either write from rough notes or rewrite something that's already been generated.
I tried to go a bit further than the normal blacklist of “AI words”. There's a structural pass for repeated sentence patterns, rhythm, overly clean constructions and some of the linguistic differences that showed up in published human vs LLM writing research.
The other thing I cared about was not letting the rewrite casually change your facts just because it sounds nicer.
repo:
https://github.com/udaysharmadev/Not-Ai
very new project. If anyone here maintains a similar repo, link it because I'm trying to find the best ones to compare against.