Can your AI rewrite your code in assembly?
Posted by signa11 1 day ago
Comments
Comment by fancythat 1 day ago
Comment by Sophira 1 day ago
I get the need to protect yourself from AI bots, but banning all but mainstream browsers from viewing your content isn't the way.
Comment by signa11 1 day ago
Comment by joshka 23 hours ago
Go throw yourself at Stockfish or another chess engine for this. They tend to have good test harness that can give you an idea of whether the speedups are worth the effort.
Comment by Fred27 1 day ago
Comment by signa11 21 hours ago
Comment by Fred27 3 hours ago
The article boils down to "could AI be a good compiler" and I'd say that consistency and repeatability are far more important than a one-off optimisation of a particular section of code. If you've got to the point where a section of code is worth writing some hand-crafted assembly then it's probably worth your time to really understand what's happening with it. Having it "vibe compiled" for you would be a bad idea.