I'm Dan and I staarted building grith AI earlier this year after getting annoyed with constant permission prompts from Claude Code and Codex.
I had previously built an email security service which relied on a pipeline of multiple filters, each one building up a score of an incoming message - allowing the system to auto approve or deny an message in almost all cases and if it was unsure it would add it to an email digest/report letting the user choose to allow or block.
This process is the basis for grith - we currently have 18 filters and 1617 patterns which build a score for every action a agent takes - everything <= 3.0 is automaticialy approved, everything > 8.0 is automatically blocked... the ones inbetween we prompt the user.
What this means in practice is that the user sees very little prompts - in a records 120 claude code session a user only ever had to respond to 0.27% of prompts... not 40 or so an hour you'd see in normal use and not the dangerously blind approval --dangerously-skip-permissions or auto mode would give you!
Grith is free with no account needed, no phone-home and open source. Paid tiers bring teams, online dashboards, centralised policies, verificable analytics and more.
Linux first with Windows and Mac launching soon.