Comment by cmrdporcupine
1 day ago
that stuff in particular -- AI generated with heavy heavy prompting and up front design work and post-implementation testing
I have CUDA work here somewhere too but I have the repository private right now
1 day ago
that stuff in particular -- AI generated with heavy heavy prompting and up front design work and post-implementation testing
I have CUDA work here somewhere too but I have the repository private right now
Very cool. Thanks for sharing.
Here's what is key: never rely fully on the "intelligence" of the model. Build a workflow and/or tooling that allows for empirical improvement. e.g. for performance tuning I have a benchmarking framework and a container/server that contains the differential results available via MCP for the agent to observe as it works. Using /goal and a clear destination you want to get to, it will literally grind for hours and use that help. Doesn't help with architectural stuff, but it does help with producing efficient code.