| ▲ | olalonde 10 hours ago | |||||||
You can use an LLM and demonstrably understand the code it produces. | ||||||||
| ▲ | marcus_cemes 10 hours ago | parent | next [-] | |||||||
I find myself often trying to understand the madness of some of the code an LLM produces. Does that count? You're absolutely right! I made a mistake, and I'm sorry.. Then I end up questioning myself if it wouldn't have been easier to just do it myself. To be fair though, it's not limited to LLMs, I've felt that way other people's code too. Jokes aside, there's a difference to understanding the code and understanding the reasoning that is behind the code, I feel that LLMs still struggle enormously with the later. They start writing, and sometimes realise halfway through that they can't backtrack and just keep writing rubbish. You can argue about spinning loops and iterative processes, as long as they are actually able to converge. | ||||||||
| ||||||||
| ▲ | wannabe44 2 hours ago | parent | prev | next [-] | |||||||
And forget it after the "demonstration". | ||||||||
| ▲ | Supermancho 9 hours ago | parent | prev [-] | |||||||
> You can use an LLM and demonstrably understand the code it produces. Obviously. Chatgpt: Write a bubble sort in java. Now ask questions about what you don't understand. The problem is comparing trivial examples to complex multi-agent hands-off workflows. Scale until you are at the edge of your comfort zone. Pretending that all LLM codes is dangerous because you cant understand a solution to a problem you offloaded to a black box, is disingenuous. | ||||||||