pull down to refresh
I haven't read OP but I'd guess the answer is:
- LLMs are nondeterministic (although it might be possible to make them deterministic)
- Code is already a human language (detailed) spec
- Inference of frontier LLMs, ones large enough that they can translate human language into programs as reliably as code can, require above average hardware
- LLMs aren't as hands-free as people talk about them being
reply
the OP itself is worth a read, it's only like two paragraphs, not even a full blog post
reply
To follow along my own thoughts, this line of inquiry could explain why I like python so much. It provides native support for higher level data structures like dicts in a way that feels natural. I think if you wanted to implement a dict in C++ for example, you'd have to do it by hand (iirc)
reply
I'm reading it somewhat like this...
task X.@k00b and @optimism might be interested in this discussion.