Earlier quoted context omitted.
Got it, how about a manual trigger for diagram creation and an explicit description of LLM/server usage on the page with the trigger?
Maybe just the truth in plain text, up front?
Launch HN: CodeViz (YC S24) – Visual maps of your codebase in VS Code
41–50 of 90 posts
Re: Launch HN: CodeViz (YC S24) – Visual maps of your codebase in VS Code
#42Tried it on the github.com/pulumi/pulumi codebase and I get 5 blocks and that's it. Seems nice but I'm not going to pay 20 bucks a month to view one layer deeper.
Re: Launch HN: CodeViz (YC S24) – Visual maps of your codebase in VS Code
#43I'd love to try this against my spaghetti, but I can't send my company's IP to you or anthropic or anyone else. I'll have to try against open source projects we rely heavily on first.
Re: Launch HN: CodeViz (YC S24) – Visual maps of your codebase in VS Code
#44Codeviz is such a cool project. Love having it in VSCode.
Re: Launch HN: CodeViz (YC S24) – Visual maps of your codebase in VS Code
#45This is cool but it is way to expensive and the free version is not that useful. Tried it on the github.com/pulumi/pulumi codebase and I get 5 blocks and that's it. Seems nice but I'm not going to pay 20 bucks a month to view one layer deeper.
I cloned pulumi and exported both layers of the CodeViz diagrams into mermaid format: https://github.com/EdisonLabs-Inc/Pulumi-Diagrams/tree/main. I'm not familiar with the repo so let me know if anything looks off. Hope you find these useful!
Re: Launch HN: CodeViz (YC S24) – Visual maps of your codebase in VS Code
#46I'd love to try this against my spaghetti, but I can't send my company's IP to you or anthropic or anyone else. I'll have to try against open source projects we rely heavily on first.
We'd love to have CodeViz run with local LLMs so you can untangle the spaghetti. The call graph is generated without LLMs or servers - any interest in a 'local only' mode so you can still use CodeViz while keeping your code on-device?
Re: Launch HN: CodeViz (YC S24) – Visual maps of your codebase in VS Code
#47Earlier quoted context omitted.
We'd love to have CodeViz run with local LLMs so you can untangle the spaghetti. The call graph is generated without LLMs or servers - any interest in a 'local only' mode so you can still use CodeViz while keeping your code on-device?
Not the person you asked, but YES, it's a deal-breaker for me to even consider using at work.
Re: Launch HN: CodeViz (YC S24) – Visual maps of your codebase in VS Code
#48Re: Launch HN: CodeViz (YC S24) – Visual maps of your codebase in VS Code
#49It was fun to look at various sites front end architecture.
I started to do complexity analysis as well, because, why not. But I got busy with actual work.
I wonder if I can dig it back from somewhere.