|
|
|
|
|
by alanfranz
36 days ago
|
|
> How good are you at writing assembly? This is a false equivalence. A compiler is a predictable, testable, deterministic piece of software. An LLM is not. Sure, all abstractions leak; so, at some point in time, for some reason, you may need to check its compiled code ( cough cough gcc 2.96 ). But, if today your code compiles properly, it will properly compile tomorrow as well. |
|
But I think, in the analogy compiler ~ LLM, the issue is more of a trust than determinism. It took decades to assembler programmers to trust compilers enough not to write code in assembler. The similar will happen with AI - some will embrace it sooner than others.