Live data from Hacker News

Show HN: Mindwalk – Replay coding-agent sessions on a 3D map of your codebase

github.com

51–60 of 70 posts

Re: Show HN: Mindwalk – Replay coding-agent sessions on a 3D map of your codebase

#54
post #50

I think the chord diagram in the video is not informative. Generally speaking I suggest starting with the problem you are trying to shed light on, and devise the visualization accordingly. For example, if you are shipping a mobile app and want to keep your package small, the treemap in the video would help you understand how the space is allocated. * https://en.wikipedia.org/wiki/Chord_diagram_(information_vis... * h…

Much appreciated. That said, I think we may have different use cases. My goal is to solve the problem of inspecting and evaluating how LLMs and agents perform tasks. This project could draw inspiration from Anthropic's research: https://www.anthropic.com/research/global-workspace. It's just the beginning, and there are lots of things to improve. :)

Re: Show HN: Mindwalk – Replay coding-agent sessions on a 3D map of your codebase

#56

Hey OP, this is absolutely awesome and I am very much on your creative wavelength! I'd love to get in contact with you if you have a moment, as I've built an adjacent 3D visualizer that might complement the rendering portion of your system by providing actual glyph-level rendering of each file instead of block-based representations (glyph3d.dev). I have a similar "trace" feature that shows files pre/post edit from CC…

Glyph3D looks cool! I'll look into it and give it a try as soon as I can.

Re: Show HN: Mindwalk – Replay coding-agent sessions on a 3D map of your codebase

#57

Hey OP, this is absolutely awesome and I am very much on your creative wavelength! I'd love to get in contact with you if you have a moment, as I've built an adjacent 3D visualizer that might complement the rendering portion of your system by providing actual glyph-level rendering of each file instead of block-based representations (glyph3d.dev). I have a similar "trace" feature that shows files pre/post edit from CC…

looks cool but a little rough. If you had another 3d scene how would you integrate this?

Re: Show HN: Mindwalk – Replay coding-agent sessions on a 3D map of your codebase

#60
post #32

Other than being aesthetically pleasing (which it doubtlessly is), what's the use case for this?

As a once-off, not much because the treemap or graph look arbitrary so it's just eye candy. But a small fast treemap in your IDE would quickly become something you depend on, just like minimaps turned out to be really useful to enough people that they become a default in vscode.
Post reply on HN