▲ | JumpCrisscross 2 days ago | ||||||||||||||||
> it makes sense for languages, stacks and interfaces to become more amenable to interfacing with AI The theoretical advance we're waiting for in LLMs is auditable determinism. Basically, the ability to take a set of prompts and have a model recreate what it did before. At that point, the utility of human-readable computer languages sort of goes out the door. The AI prompts become the human-readable code, the model becomes the interpreter and it eventually, ideally, speaks directly to the CPUs' control units. This is still years--possibly decades--away. But I agree that we'll see computer languages evolving towards auditability by non-programmers and reliabibility in parsing by AI. | |||||||||||||||||
▲ | SkiFire13 2 days ago | parent | next [-] | ||||||||||||||||
> The theoretical advance we're waiting for in LLMs is auditable determinism. Non-determinism in LLMs is currently a feature and introduced consciously. Even if it wasn't, you would have to lock yourself on a specific model, since any future update would necessarily be a possibly breaking change. > At that point, the utility of human-readable computer languages sort of goes out the door. Its utility is having a non-ambiguous language to describe your solution in and that you can audit for correctness. You'll never get this with an LLM because its very premise is using natural language, which is ambiguous. | |||||||||||||||||
| |||||||||||||||||
▲ | bigbones 2 days ago | parent | prev [-] | ||||||||||||||||
> The theoretical advance we're waiting for in LLMs is auditable determinism I think this is a manifestation of machine thinking - the majority of buyers and users of software rarely ask for or need this level of perfection. Noise is everywhere in the natural environment, and I expect it to be everywhere in the future of computing too. | |||||||||||||||||
|