πΊοΈ Technosystem Map
Click a project to explore it
Loading technosystem...
Architecture Infographic
Documented Ideas
Summary
-
Total Nodes
-
Files Analyzed
-
Code Chunks
-
Final Prompt
Hierarchical Summarization analyzes codebases in a bottom-up approach:
- Chunking: Large files are split into semantic chunks (functions, classes)
- Leaf Summaries: Each chunk is summarized individually by the LLM
- Tree Building: Summaries are combined bottom-up (chunks β files β folders β project)
- Final Analysis: The complete summary tree is used as context for your question
This approach handles large codebases without truncation, preserving important details from every file.