# Looskis

- **Event:** [AIE Code Agents Hackathon](https://cerebralvalley.ai/e/aie-code-agents-nyc)
- **When:** Nov 22 at 9:00 AM – Nov 23 at 5:00 PM (EST)
- **Where:** The Malin Flatiron, New York, NY
- **Team:** [Kevin Loo](https://cerebralvalley.ai/u/lookevink)
- **GitHub:** https://github.com/lookevink/hugging-tree
- **Demo video:** https://www.loom.com/share/32d10916b9464df9a5d4d22ed268b0f6
- **Gallery:** https://cerebralvalley.ai/e/aie-code-agents-nyc/hackathon/gallery
- **Page:** https://cerebralvalley.ai/e/aie-code-agents-nyc/hackathon/gallery/19

Probelm
Large codebases are hard for both developers and AI tools to understand. Keyword search misses meaning, relationships between files are scattered, and navigating imports, calls, and dependencies is slow and error-prone. LLMs lack the structural and semantic context needed to give accurate suggestions. Full rescans don’t scale as repositories grow. Probabilistic heuristics rather than deterministic parsing can lead to subtle bugs and missed references

Solution
Hugging Tree builds a semantic knowledge graph of your codebase by combining graph traversal like follow imports, calls, and dependencies with vector search. It scans incrementally using git, and provides rich “context trees” that give LLMs deep awareness of structure, semantics, and relationships—resulting in precise code understanding, navigation, analysis, and planning.

---

Markdown version of https://cerebralvalley.ai/e/aie-code-agents-nyc/hackathon/gallery/19. Site index for agents: https://cerebralvalley.ai/llms.txt · full text: https://cerebralvalley.ai/llms-full.txt
