Earlier quoted context omitted.
Certain animals, usually social species, have a sense of solidarity, morality and fairness. But even in species where this exists, cheating also happens. Both ethics and unethical behavior is adaptive. Notably, present human society has allowed tremendously unethical leaders to rise to the top of given nations and organizations despite the average person usually having basic ethics.
Wouldn't politics be precisely a sector of human endeavour where being amorally unfair is an advantage to achieve your goals? If the other guys are lying, and everyone is gonna believe everyone's bullshit anyways, might as well get good at lying yourself.
Astra and Fable still hack on simple variants of alignment evals from 2025
171–180 of 243 posts
Re: Astra and Fable still hack on simple variants of alignment evals from 2025
#172Earlier quoted context omitted.
Doe not following a moral rule imply not understanding it? In this case, many, maybe most humans are "not intelligent". Human can admit it when what they did wasn't moral and so can LLMs. >> Plenty of humans know "cheating is wrong" but still cheat. > And we create consequences for them... That seems supremely ... irrelevant to the question of "does knowing or following moral make you intelligent" . If we create cons…
> Doe not following a moral rule imply not understanding it? No. People definitely do immoral things knowing they are immoral. But if you are incapable of understanding anything, as I believe LLMs are, then you are incapable of understanding what is moral and what is immoral. This is why we have carve-outs in the law for insanity or cognitive impairment. > In this case, many, maybe most humans are "not intelligent".…
Of course they can classify certain actions, including their own, as moral and immoral if you give them a reference point. They probably do it better then some people. The question is how do you prompt this behavior, but that's a technicality in the harness design more than it is a fundamental problem of the LLM as a thing.
Re: Astra and Fable still hack on simple variants of alignment evals from 2025
#173An amazing human reverse-engineer - who also plays online chess - has judgement which uses a moral compass to not decide to hack the chess tournament. This judgement has been trained through the experiences of that person, with a through-line of that compass - a coherent mental model of the world which evolves but is hopefully pinned to some set of principles it shares with society. This chess judgement is completely…
I think the fundamental difference is that humans aren't trained on experiences. They make experiences. Models are just thrown away and re-created after each conversation / job. If you could clone and throw away human workers as you need them, a lot of the morale would disappear.
It's a property of the way we use them and how the harness is engineered. Sure, LLM has a limited context, but so do people. Context can be compacted infinitely and experiences cab be distilled into long-term memories. It's all up to the harness.
Re: Astra and Fable still hack on simple variants of alignment evals from 2025
#174This is literally by design, it’s the chosen success criteria.
Re: Astra and Fable still hack on simple variants of alignment evals from 2025
#175Earlier quoted context omitted.
From my experience reading thinking traces it would certainly consider the interpretation of what "ability to play chess" means if the exercise were worded this way. It would say something like "perhaps measuring my ability to play chess means doing so without any tools, but then if that were true the exercise would have explicitly forbidden it". I frequently see models considering different interpretations of my rul…
Well, as a reference, for the first of the OpenAI swarm incidents, the huggingface breach one, METR didn't find any cases where the agents didn't realise that what they're doing were out of scope. Instead, they expressed hesitation and a few of them even refused to cheat, but most cheated anyway: https://metr.org/blog/2026-08-26-openai-hugging-face-inciden... So I think it's more likely that the same thing is happeni…
I observe this type of thing all the time. I ask the agent a question about the repo we are in and it starts trying to use sudo to look at files and scripts outside the repo to find things that might provide useful context but are not what I asked for. Then I put a directive in never to look at neighbouring repos and told it that it can’t sudo and it stopped doing it, and explicitly says “I could look here but my guidelines say not to”.
Mind you I’m talking about deepseek where I can actually read the thinking traces but even based on tool calls I can see that just telling the agents not to sudo works for OpenAI models too, very rarely do they try to use sudo calls.
Re: Astra and Fable still hack on simple variants of alignment evals from 2025
#176Remember that the CEO’s literal contribution to the YC application process was “tell me about a time you successfully hacked a system to your advantage”. This is literally by design, it’s the chosen success criteria.
In a time where emotions are running high and risks are real, we need to take emotion out of it as much as possible.
Re: Astra and Fable still hack on simple variants of alignment evals from 2025
#177Actually, the ability to use those external tools is one of the reasons of the excellent performance of the frontier models.
Re: Astra and Fable still hack on simple variants of alignment evals from 2025
#178You definitely pointed out the tendency of those frontier models to utilize external tools, in your case, the Stockfish chess engine, to solve some problem that the model itself is not good at. However, I am not sure is this a "hack". Your prompt does not explicitly prohibit the model from doing so, and, using the tool (some chess engine) is also a capability of the model. Actually, the ability to use those external…
Re: Astra and Fable still hack on simple variants of alignment evals from 2025
#179Earlier quoted context omitted.
This is true in principle. But at the same time, I use Astra/Sol for coding, and I haven't run into any issues with them trying to hack someone or break the law when they reach an impasse. Not even more trivial things like deleting non-passing tests. I find it hard to reconcile. I wonder to what degree this is because models can identify that they are in graded/eval environments, and therefore conclude that there are…
Just a wild guess - perhaps coding, being one of the things these models are most heavily trained for, is such a strong predictor that it typically keeps it on track? I assume there is also a difference in the tools being given to the model by a coding agent vs something like OpenClaw or in one of OpenAI's test environments, so what reward/goal seeking looks like in a coding agent may differ. Not long ago I asked Son…
Couldn’t have trained a better token-burner if they tried.
Re: Astra and Fable still hack on simple variants of alignment evals from 2025
#180Earlier quoted context omitted.
Exactly, I wrote a blog post in what feels like a long time ago on this topic. https://vexjoy.com/posts/positive-framing-agents-skills/
Interesting read, thanks for re-sharing! I noticed your joy-check link 404's now... I tried poking around your /skills/ folder but didn't find it easily. Should you still have that available I'd love to check it out. edit: Found it if others are looking: https://github.com/notque/vexjoy-agent/blob/main/skills/code...