|
|
|
|
|
by ratorx
403 days ago
|
|
I don’t think it’s quite that simple. Taken to the logical extreme, everything above pure machine code is “abstraction”, but I don’t expect AIs to produce good machine code any time soon. Even if you consider trainability (amount of code etc), Python is a higher abstraction than C and I don’t see that going away either. A more nuanced view is that libraries that exist to reduce boilerplate will likely see less use, whereas libraries that exist to simplify a problem domain or similar (automatic memory management language, crypto libraries, parallelisation abstractions) will stay, at least whilst we are relying on humans to review AI generated code. |
|