Code-Mentor
Built at AIE Code Agents Hackathon · Nov 22, 2025 · New York, NY

Legacy codebases and new codebases are difficult to navigate with. There are some people that are good at this ability (The "Fixer" Archetype SWEs) that can make changes in surgical manner without breaking the existing solution. But for most of the others, having a knowledge graph about the codebase help them update files while knowing which files depend on it and on what files the current file depends upon. So, this helps in working around unfamiliar codebase. This also helps in on-boarding a new codebase Eventually, this idea can be scaled for microservices and we can know how all the microservices interact and we can discover optimizations like redundant calls or better load distribution