seafisher | 4 months ago | on: Codemaps: Understand Code, Before You Vibe It
seafisher's comments
seafisher | 4 months ago | on: Claude outage
seafisher | 1 year ago | on: We need visual programming. No, not like that
I'm taking a slightly different approach than some of the tools mentioned here. Code Charter uses successive LLM calls to distill the key patterns (i.e. business logic) in code, creating a semantic map for call graphs in a codebase. This is useful for understanding the architecture of a project and, during development, for moving between the high level and the implementation code.
It is still in development and will be released soon as an extension for VSCode.
Check it out if you're interested: https://github.com/CRJFisher/code-charter