Viewing profile — LiamPrevelige
LiamPrevelige
HN member- Joined
- Wed, Sep 29, 2021, 3:19 PM UTC
- HN karma
- 109
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About LiamPrevelige
Recent public activity
-
story
Show HN: CodeViz – A diagram editor that understands your code (YC S24)
Hey HN, we’re Will and Liam, founders of CodeViz (YC S24). We’re building a VS Code extension that reads your code and generates editable architecture diagrams (C4, UML). It’s most…
-
comment
Comment #41883809
For me it’s usually some context-specific, low-level DAG of functions/data flow. Maybe a higher level of C4 model depending on the scope of my work. I’ve been studying this to buil…
-
comment
Comment #41451246
There seems to be a bug or comment depth limit, I can't reply to your comment below. I just published an update to extension description explaining that code moves through our serv…
-
comment
Comment #41405367
Agreed this is a poor experience, we're making pricing very transparent now. Hope you give CodeViz another chance. Were you able to generate the top level architecture or interact …
-
comment
Comment #41403500
Thanks for the report, following up now. We'll make some updates to our website asap. Preview of the call graph can be seen in our video demo: https://www.youtube.com/watch?v=fgfDX…
-
comment
Comment #41403462
To generate second layer of architecture diagram, $19/mo subscription with a 7 day free trial. The call graph and top layer of the architecture diagram are free. We'll update our w…
-
comment
Comment #41403402
> The only way I found out was installing it, create a call graph, and the first click took me to a payment page Yes, we need to be much more clear. It's not intentionally hard to …
-
comment
Comment #41403256
Thanks for providing context on the LLM approval process! User provided API keys will be completed by the end of the week: https://github.com/EdisonLabs-Inc/CodeViz-Public/issues/3…
-
comment
Comment #41402979
Should we let users choose which folders they want analyzed and leave all selected by default?
-
comment
Comment #41397494
On it! Tracked here: https://github.com/EdisonLabs-Inc/CodeViz-Public/issues/2
-
comment
Comment #41397298
Appreciate the honest feedback! We're working hard to improve CodeViz, please let me know if there are any features you'd love to see. I cloned pulumi and exported both layers of t…
-
comment
Comment #41397140
Glad you like it! Let us know if you have any suggestions
-
comment
Comment #41397128
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 ca…
-
comment
Comment #41397033
Sure thing - we'll plainly state this in the extension's description, the extension itself, and our website
-
comment
Comment #41396740
I get where you're coming from - Copilot is very cheap and useful! We want the free version of CodeViz to be as useful as possible for you. Some features, like the second architect…
-
comment
Comment #41396608
Got it, how about a manual trigger for diagram creation and an explicit description of LLM/server usage on the page with the trigger?
-
comment
Comment #41396489
Some text on our website's homepage ( https://codeviz.ai )
-
comment
Comment #41396475
Yes, we'd like to introduce more standard rules and visual notations as provided by UML. Did you get a chance to try the call graph? It contains functions and classes in one view. …
-
comment
Comment #41395334
Just added an option to choose between Google and Apple calendar
-
comment
Comment #41394779
The name association is a genuine concern of ours :)
-
comment
Comment #41394762
That's correct, our server just routes calls directly to Anthropic. Some users requested an option to input their own API key and talk to Anthropic directly. I'll add this by the e…
-
comment
Comment #41394602
Thanks! Inspired by my bad memory and half of our website visitors being on mobile
-
comment
Comment #41394543
Yes, some code is sent to Anthropic. We're hoping to: find initial users that are comfortable with software copilots (github copilot, cursor, etc) -> iterate on their feedback to m…
-
comment
Comment #41394279
We'd love to use local models and have played around with them a bit. Exactly right about the labeling - we didn't stick with local models because 3.5 sonnet is exceptionally good …
-
story
Launch HN: CodeViz (YC S24) – Visual maps of your codebase in VS Code
Hey HN — we’re Liam and Will from CodeViz ( https://codeviz.ai ). We're building a VS Code extension that generates interactive diagrams of codebases, from system architecture down…