▲ | Disposal8433 6 days ago | ||||||||||||||||||||||||||||||||||
You can't disagree with facts. Every time I try to give a chance to all those LLMs, they always use old APIs, APIs that don't exist, or mix things up. I'll still try that once a month to see how it evolves, but I have never been amazed by the capabilities of those things. > with popular languages Don't know, don't care. I write C++ code and that's all I need. JS and React can die a painful death for all I care as they have injected the worst practices across all the CS field. As for Python, I don't need help with that thanks to uv, but that's another story. | |||||||||||||||||||||||||||||||||||
▲ | dingnuts 6 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||
If you want them to not make shit up, you have to load up the context with exactly the docs and code references that the request needs. This is not a trivial process and ime it can take just as long as doing stuff manually a lot of the time, but tools are improving to aid this process and if the immediate context contains everything the model needs it won't hallucinate any worse than I do when I manually enter code (but when I do it, I call it a typo) there is a learning curve, it reminds me of learning to use Google a long time ago | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
▲ | verdverm 6 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||
> You can't disagree with facts. Every time I... Anecdotes are not facts, they are personal experiences, which we know are not equal and often come with biases | |||||||||||||||||||||||||||||||||||
▲ | tomjen3 5 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||
Add "Look up version 4 of the library, make sure to use that version". My Python work has to be told we are using uv, and sometimes that I am on a mac. This is not that different to what you would have to tell another programmer, not familiar with you tools. |