AI Agents are bad at discovering code patterns, so I built a Semantic graph to improve the outcomes
During my day to day job, I have seen how bad AI agents are when it comes to fixing code bases. AI agents treat majority of the code as raw text and barely try to infer any relation between the different code blocks. This leads to the AI agents coming…