This is interesting…
I tried this on my own repo … it said Estimated costs: $ 0.08
I’m impressed how it correctly pulled together the disparate parts of my github project. It correctly tied Rack to Raspberry Pi to Kicad hardware projects.
This is interesting. I tried it on my own repo:
I’m not sure how it comes up with descriptive labels for things like “Plugin Registration”. When I click on that box it takes me to my plugin.cpp where I add all my models…
p->addModel(modelSapphireChaops);
// ...
What’s really wild is how it classifies my modules into buckets like Chaos/Vector Modules, Physics Simulation, Utility Modules, and Audio Processing. There is nothing in my code that explicitly states these names, but they are basically correct. Even if it is parsing #include chains and class inheritance, those terms are nowhere present in my code.
It does this using “AI” (which is why these queries are costing the dev some money)