← Back to context

Comment by rubslopes

9 hours ago

> RL it to oblivion.

What would that mean in this context?

Tuning the model so far in the direction of being aggressively useful that it will quickly go off the rails in the name of helpfulness.

I swear I spend more time telling Claude not to do things than telling it what to do.

  • I guess the agentic coding benchmarks don't have many rewards for stopping and clarifying what the user wants?

    • They do not, as they're aiming for full replacement rather than augmentation of human users.

      Personally, I think this is a bad idea, but someone's gotta build the Machine God I guess.

  • > aggressively useful ... in the name of helpfulness

    But is that because of training, or can that be (also? mostly?) an effect of the "system prompt"?

    • It’s absolutely down to their post-training RL, yeah. It’s where most of its strongest behaviour comes from, with regards to this kind of agentic behaviour

Others have given examples, but here's the theory: https://www.lesswrong.com/posts/fuSaKr6t6Zuh6GKaQ/when-is-go...

Reinforcement Learning (in LLMs) trains via gradient descent on a reward signal that's an imperfect proxy for the actual goal of the engineers doing the training. So, under mild optimization pressure, you get increasingly more of what you want, because that's the easiest way to increase the metric.

But as the optimization pressure increases, so do the ways to increase the metric by doing increasingly weird things. If the full action space grows sufficiently faster than the "things you actually want" subset, the amount of "things you actually want" goes to 0 under sufficient RL.

In this context, benchmaxing, if you will, so hard towards agentic coding benchmarks that everything else suffers.

  • I think we are starting be on that territory that regular software development is suffering, current models are great for benchmarks and one-shots but in daily development models are too eager and try to force patterns like excessive tests in every turn.