| ▲ | mirsadm 3 hours ago |
| I use Claude Code a lot but one thing that really made me concerned was when I asked it about some ideas I have had which I am very familiar with. It's response was to constantly steer me away from what I wanted to do towards something else which was fine but a mediocre way to do things. It made me question how many times I've let it go off and do stuff without checking it thoroughly. |
|
| ▲ | physicsguy 3 hours ago | parent | next [-] |
| I've had quite a bit of the "tell it to do something in a certain way", it does that at first, then a few messages of corrections and pointers, it forgets that constraint. |
| |
| ▲ | embedding-shape 17 minutes ago | parent [-] | | > it does that at first, then a few messages of corrections and pointers, it forgets that constraint. Yup, most models suffer from this. Everyone is raving about million tokens context, but none of the models can actually get past 20% of that and still give as high quality responses as the very first message. My whole workflow right now is basically composing prompts out of the agent, let them run with it and if something is wrong, restart the conversation from 0 with a rewritten prompt. None of that "No, what I meant was ..." but instead rewrite it so the agent essentially solves it without having to do back and forth, just because of this issue that you mention. Seems to happen in Codex, Claude Code, Qwen Coder and Gemini CLI as far as I've tested. |
|
|
| ▲ | ozlikethewizard 3 hours ago | parent | prev | next [-] |
| Call me a conspiracy theorist, and granted much of this could be attributed to the fact that the majority of code in existence is shit, but im convinced that these models are trained and encouraged to produce code that is difficult for humans to work on. Further driving and cementing the usage of then when you inevitably have to come back and fix it. |
| |
| ▲ | exceptione 3 hours ago | parent | next [-] | | I don't think they would be able to have an LLM withouth the flaws. The problem is that an LLM cannot make a distinction between sense and nonsense in the logical way. If you train an LLM on a lot of sensible material, it will try to reproduce it by matching training material context and prompt context. The system does not work on the basis of logical principles, but it can sound intelligent. I think LLM producers can improve their models by quite a margin if customers train the LLM for free, meaning: if people correct the LLM, the companies can use the session context + feedback to as training. This enables more convincing responses for finer nuances of context, but it still does not work on logical principles. LLM interaction with customers might become the real learning phase. This doesn't bode well for players late in the game. | |
| ▲ | trcf23 3 hours ago | parent | prev | next [-] | | Or it takes a lot of time effort and intelligence to produce good code and IA is not there yet… | |
| ▲ | CatMustard 3 hours ago | parent | prev | next [-] | | This could be the case even without an intentional conspiracy. It's harder to give negative feedback to poor quality code that's complicated vs. poor quality code that's simple. Hence the feedback these models get could theoretically funnel them to unnecessarily complicated solutions. No clue has any research been done into this, just a thought OTTOMH. | |
| ▲ | Perz1val 3 hours ago | parent | prev [-] | | It is a mathematical, averaging model after all |
|
|
| ▲ | xgb84j 3 hours ago | parent | prev [-] |
| Mediocre is fine for many tasks. What makes a good software engineer is that he spots the few places in every software where mediocre is not good enough. |