Live data from Hacker News

Show HN: Arcaide – Explore code with multi-level call graphs

arcaide.foo

11–16 of 16 posts

Re: Show HN: Arcaide – Explore code with multi-level call graphs

#12

It's a bit like a (simplified) version of Ilograph[0]. Are these editable, or strictly LLM-generated? [0] https://www.ilograph.com

They're generated from source code using a combination of static analysis + llm analysis. They're not editable per se, but you can update them when you edit your code.

Re: Show HN: Arcaide – Explore code with multi-level call graphs

#15
post #12

It's a bit like a (simplified) version of Ilograph[0]. Are these editable, or strictly LLM-generated? [0] https://www.ilograph.com

They're generated from source code using a combination of static analysis + llm analysis. They're not editable per se, but you can update them when you edit your code.

I think you found a very good prompt/technique to extract mostly the high level stuff without making the diagrams too complicated. And then elk.js seems to do the layout.

Deepwiki.com also has some usable autogenerated architecture diagrams worth a look.

Post reply on HN