Hacker News new | ask | show | jobs
by 0mbre 2275 days ago
Working on applying machine learning to source code to increase code maintainability. It started with a semantic search engine for Javascript codebases: https://codecue.com/ and now working on the accompanying code analysis tool that would guarantee efficient searchability of the code
1 comments

Interesting! How are you doing this? I'm guessing you're generating an embedding vector from the search query and then doing some sort of similarity comparison with pre-generated embeddings from the codebase.