|
|
|
|
|
by dkarapetyan
3358 days ago
|
|
I think this is because the kinds of problems that arise in system design are logical and symbolic in nature and the current crop of "AI" has no symbolic reasoning capabilities. All the current hype is about pattern matching. Very good pattern matching but just pattern matching nonetheless. Whereas when constructing a compiler or a JIT it's more like what mathematicians do by setting down some axioms and exploring the resulting theoretical landscape. None of the current hype is about theorem proving or the kinds of inductive constructions that crop up in the process of proving theorems or designing compilers and JITs. For an example of the kind of logical problem optimizers solve you can take a look at: https://github.com/google/souper. So I don't see how you can take the current neural nets and get them to design a more efficient CPU architecture or a better JIT. |
|
We just need better simulation tools or more resources.