← Back to context

Comment by losvedir

2 days ago

Surely this is a bug in the harness and not in the model (where it's called "alignment"), right?

I mean, an LLM is just a pile of weights. All this happened because OpenAI had a little program running which called the model in a loop, and had tools that let it do all kinds of stuff. If your agentic harness isn't monitoring network calls and so on, and you just let the thing run without oversight, you're bound to run into issues eventually.