Coral – Visualize .proto file dependencies as an interactive graph
PR comments with proto schema diffs is genuinely useful for gRPC teams.

Dependency graph parsing catches structural patterns that regex and POS taggers miss.
Writers, editors, content creators concerned about AI detection
Grammarly · ProWritingAid · Hemingway Editor
Most text linters rely on simple POS tagging or regex, I've been working on this tool that allows one to use the dependency graph of a sentence and then allow you to run rules over it.
It's not as fast but it allows for pretty sophisticated rule writing since you can refer to the relation between words.
I've made a demo where I did an "AI text lint" to highlight common AI kind of text.
PR comments with proto schema diffs is genuinely useful for gRPC teams.
Dependency graph persists across AI sessions; Claude never rescans the same files twice.
Deterministic cross-file impact analysis that catches breaking changes LLMs and linters miss.
Kubernetes root cause via dependency graphs, but kubectl debug and observability tools already solve this.
Tree-sitter dependency graph saves 5,000-20,000 tokens per agent query vs exploration.
Compressed JSON bundles fit tight context windows better than pasting files.