I made this while making another utility as an experiment.
tl;dr: browse all the choices/logical flows an LLM made. Come back from compaction better. Ask questions about the why of some code and get better insights to work with and around it. Also: really great PR review cycles enabled by having the graph around.
The site goes a bit into the how and why.
If you want to see the live graph of how deciduous made choices while building itself, check out this link
rhgraysonii•2h ago
tl;dr: browse all the choices/logical flows an LLM made. Come back from compaction better. Ask questions about the why of some code and get better insights to work with and around it. Also: really great PR review cycles enabled by having the graph around.
The site goes a bit into the how and why.
If you want to see the live graph of how deciduous made choices while building itself, check out this link
https://notactuallytreyanastasio.github.io/deciduous/demo/
For examples of some code and PRs deciduous wrote up, check out
https://github.com/notactuallytreyanastasio/deciduous/pulls?...
Feedback has been good has quality of work solid using it with my coworkers so far. Would love to hear more thoughts.
I've been working on this maybe 3 days. There are/will be more bugs.