1 Matching Annotations
- Feb 2025
-
arstechnica.com arstechnica.com
-
Programming Language for LLMs.
What would a programming language designto make programming easier for LLMs look like.
Suggested analogy: RISC architecture assembler not feasible for humans to write, so compilers created for them.
RISC architecture for language and libraries (in potential new programming language) be fundamental in way that human cannot keep track of everything, but LLM could write program for it.
Reasons: Validating LLM output is easier/possible. Make things less brittle. Make things more adaptive.
Suggestion: Reduced Intruction set programming language with mall libraires. (no syntactic sugar)
-