Ah you beat me to it, this is really cool news :D
Programming
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
Hopefully they can apply AI to the other challenging problems in programming like cache invalidation and naming things! π
I wonder if we will soon be able to apply these techniques to general compiler optimizations, would love to see which crazy optimizations we are leaving on the table there.
I work quite close to these topics and the computational complexity of compiler optimization is harder than sorting algorithms. And while Iβve seen ML develop heuristics for combinatorial logic, pushdown automata and Turning machines are still too complex. Though weβre approaching pushdown automata already. I think ML driven compiler optimizations are at least 10 years away. Likely more.