Show HN: Onboard-CLI, a LLM powered and AST-based tool to visualize codebase
1–10 of 17 posts
Re: Show HN: Onboard-CLI, a LLM powered and AST-based tool to visualize codebase
#2Re: Show HN: Onboard-CLI, a LLM powered and AST-based tool to visualize codebase
#3I couldn't find architecture.yaml in the repo.
onboard init --template clean-architecture
Re: Show HN: Onboard-CLI, a LLM powered and AST-based tool to visualize codebase
#4Re: Show HN: Onboard-CLI, a LLM powered and AST-based tool to visualize codebase
#5Re: Show HN: Onboard-CLI, a LLM powered and AST-based tool to visualize codebase
#6Re: Show HN: Onboard-CLI, a LLM powered and AST-based tool to visualize codebase
#7The closest was a "visualization" of a single, unconnected node that can be moved around — all by its lonesome self — on a canvas. For some reason.
Re: Show HN: Onboard-CLI, a LLM powered and AST-based tool to visualize codebase
#8why suddenly this becomes popular?
is there a recent breakthough that leads this trend?
Re: Show HN: Onboard-CLI, a LLM powered and AST-based tool to visualize codebase
#9recently i read many posts on building a graph for codebase. why suddenly this becomes popular? is there a recent breakthough that leads this trend?
Sometimes these strategies are used to provide LLMs with a greater understanding of your codebase to improve code generation results.
Additionally, techniques which allow humans to visualize the shape of code are being explored as engineers become less familiar with the specific implementation.
Re: Show HN: Onboard-CLI, a LLM powered and AST-based tool to visualize codebase
#10I would think an LLM would be useful for explaining behavior, whereas visualizing code references can be done with no AI at all.