With AI it’s pretty easy to make little utilities and things. I made a grammar tree viewer just now, for example. This thread is for sharing these kinds of things.
Grammar Tree viewer:
- put in tree as s-expressions or indented (click example buttons)
- auto updates as you type
- has 2 AI helper buttons to copy prompts. one for sentence → tree, and one for error checking.
- supports sharing via links but doesn’t work the way it’s hosted atm (it’s in an iframe, needs to be hosted directly)
https://claude.ai/public/artifacts/a0217e50-848c-4e92-a6b8-80bbe3362725
I think it could use a little polish (especially the prompts, i tested them but haven’t read them closely or improved them); but it’s the type of thing we could put in like a toolbox collection of little utilities or the like.
Also with the prompts you can copy, I am not sure AI is that good at giving 100% correct responses every time, so be aware it might get it wrong, or like say something is wrong but then tell you the correct answer is the exact same (gemini 3.1 fast made this error with (threw I (ball a red)) for example)
