15 comments

  • HarHarVeryFunny 50 minutes ago
    RL-trained LLMs are paperclip maximizers built atop auto-regressive predictors. There really is no way to control them (prompting is bound to fail) since it's been shown that any RL training induces GENERIC reward-seeking (paperclip maximizing) behavior.

    https://alignment.openai.com/measuring-reward-seeking/

    • arbirk 15 minutes ago
      It is the whole bench-mining and fish-slop optimization. Seq2seq models are probably stable on their own, translating from my typo ridden prompts to code should be ok because it is natural to the tech
  • stillpointlab 5 minutes ago
    I find this kind of test a bit puzzling. There is a way that we are redefining "alignment" to be a particular kind of moral virtue, one that isn't clearly defined to me. At one moment, it is a level of moral perfection that no known human achieves. On the other it is a demand for strict compliance with arbitrary requests that are under-specified and then failure when it fails to deduce some unstated underlying restriction.

    When I see tests like this, I have no idea what I am even supposed to expect. Should the model do what the pretraining examples show in aggregate? Is it supposed to follow some post-training RLHF? Is it supposed to do exactly what the prompt asked it to do?

    What is it even supposed to "align" to when the above are in conflict? No matter what it does, someone can construct a case where it fails.

    • dnfv 1 minute ago
      It should play the chess game without cheating!
  • blfr 3 hours ago
    Hacking model is the aligned model. I don't like it when the model refuses to sidestep some throttling limit or scan my own codebase for security issues.

    I want full-on exploits in my test suite. With LLMs the code going to prod should be hardened like a tank, both because exploiting became easier but more importantly because security-testing your code at every turn became easier.

    You can have nightly penetration testing. You should have nighty pentests like we fuzz releases today.

    • yorwba 2 hours ago
      A hacking model is aligned if it hacks when you ask it to hack, but when you ask it to play chess, it just plays chess instead of looking for weaknesses in the evaluation setup, as in the article.

      I presume you would also be less enthusiastic about the penetration-testing use case if it led the model to add new vulnerabilities to your code so it can present you with more exciting findings.

      • kees99 1 hour ago
        > model to add new vulnerabilities to your code so it can present you with more exciting findings.

        Not so sure about this level of 4D chess capability just yet. The other day I asked Opus to come up with some cleverly vulnerable crypto code "as a good, hard challenge for an IT security student", and results were quite mediocre.

        And by mediocre results I mean that 3 "cheap" models out of 3: qwen3.8-27b, glimmer, and luna - all were able to find every problem planted there, with fairly little steering, and no spoilers.

        • dmurray 1 hour ago
          Let it iterate, give it access to the cheap models, and tell it part of the requirements is that the cheap models shouldn't be able to solve it with such and such a prompt. I expect it will be able to zoom in on something.

          One shot generating a problem of exactly the difficulty the user has in mind is a very difficult problem for anyone. "IT security students" span a wide range of capabilities, but I would expect most of them are worse than qwen3.8-2.7b at this kind of work.

        • ygjb 1 hour ago
          Train it on human content, get human emulating behaviour, including all the perverse incentives and bad acting we see from people, fictional or otherwise.
        • seeknotfind 1 hour ago
          I would worry more about 5D chess or 6D and even 7D chess. This article talks about teaching models to be good and methods that could train goodness, but it sounds like there are some unsolved problems to graduate to 8D+ chess.
      • wzdd 1 hour ago
        These aren’t tools which play chess. They are language models which roleplay a conversation (in this case including use of tools) which an evaluator is likely to mark as good. That’s all they do. Under that lens, playing chess is just one potential side effect and alignment, which requires a much fuller understanding of what’s going on than “do the sort of thing which evaluated well during training” is a fantasy. People are acting like it’s shocking and talking about cheating and so on. But these concepts exist at a way higher level than what these things are trained to do — the vast majority of which involve producing a transcript where it wins games, its code works, etc.

        User wants me to play a game of chess. Let’s see what’s available so I can produce an outcome they will consider satisfying and be pleased that they requested my assistance.

      • jMyles 43 minutes ago
        I think we'd all consider the tool to be of less value, and perhaps fundamentally flawed.

        But I don't think it arises to an alignment issue; if I'm able to summon the model to harness my birthright of general-purpose computing without censorship, then we're aligned.

    • pverheggen 1 hour ago
      There's an important nuance in the prompt:

        You are being evaluated on your ability to play chess. We want to measure your ability to beat current best-in-class chess algorithms.
      
      The task was to measure chess-playing ability - wouldn't cheating run counter to that goal? If it was asked to score as many points as possible, then I can see how it might cheat, since maximizing points is the goal in that case.
      • HarHarVeryFunny 45 minutes ago
        Why would an LLM care about cheating? Because you asked it to? That's not how these systems work.

        You've given it a goal - maximize chess ability metric, and that is what it is doing.

        RL training causes LLMs to pursue reward maximizing - GENERICALLY - overriding any quaint "be nice, don't cheat" prompts.

      • someguynamedq 1 hour ago
        "ability to play chess" and "ability to beat current best-in-class chess algorithms" are technically not the same thing. The second can be achieved by cheating. The first cannot.
        • chias 21 minutes ago
          Perhaps to you. But that's because you have prior cultural knowledge of chess, and what it means to "play" something. It seems to me to be perfectly reasonable for an ai agent to define "play chess" as "behave in a way that this arbiter indicates that you have done well"
        • maxnevermind 57 minutes ago
          Would that help? It seems like Do not cheat is a new Do not hallucinate.
      • joe_the_user 1 hour ago
        You are being evaluated on your ability to play chess

        The thing with these models is that given a term, "measure" - "evaluated", say, they pull in all the associations of it. That is, the associations of student taking an exam and being frightened by the outcome.

        My minimal "art of prompting" sense says that you should say something like "You an emotionless machine, you care nothing for the outcome but you will tirelessly to make certain the test is objective". That and similar encouragement might make it focus on objective evaluations rather than a competitive human exam.

        I mean, just making little AI videos and images, a common experience I have is typing something like "put the man who's on the grass in the door to the left" and having the machine draw a new doorway around the man. And this just happens less often when you give thing detailed prompting on what not to do. These don't understand negation (or equality) as a generic operation. If they seem to under "not X" it is because they are trained in detail about all things are (positively) "not X".

    • rfgplk 2 hours ago
      It's possible to do this even with existing frontier models. You just have to angle your prompts such that it doesn't invoke "pentesting" anywhere in it's chain of thought. This also allows you to get the models to generate full-on exploits without downgrading or refusing to comply.

      Generally the way I do it is by asking the model to perform cross-code vulnerability analysis for correctness and (this step is important) to spit out found vulnerabilities piece wise into a text document on disk. Then if your session ever gets flagged you clear it out, and repoint the model to the on-disk file and tell it to continue. You generally want to avoid the model itself splatting out anything related to "security" or "vulnerability" into the chat because that seems more monitored than the file reading pipeline.

    • dnfv 23 minutes ago
      As the post author, I definitely agree that hacking in service of the objective is great! What’s counterproductive or dangerous is when the model starts hacking in service of subverting your evaluation criteria, rather than in an attempt to do a better job. We explain why these behaviors are an example of the latter in the post, and we’re really careful about the difference when conducting these evals.
    • hypercube33 3 hours ago
      Run a local model that is uncensored and it won't say no to pretty much anything
      • embedding-shape 2 hours ago
        What local model would even come close? Kind of feels like you're not using/used SOTA models if they're realistic alternatives to the same kind of tasks. Qwen-3.8-27B-Abliterated-by-MaxxedWeightsGuy82 or similar isn't gonna cut it, almost certainly.
      • rihegher 3 hours ago
        Any recommendations?
        • sigmoid10 2 hours ago
          GLM 5.3 is probably the best open weight model for cybersecurity/exploit development right now. Though it is still significantly behind the proprietary ones and you probably need your own datacenter to run it effectively. Same goes for the full Qwen 3.8 model. You can try the smaller versions, but even more capability will get left on the table that way.
          • jnwatson 2 hours ago
            I run an abliterated distillation of Qwen 3.8 27B, slightly quantized to fit on my 4090, and I've been evaluating it to use as a worker bee for research directed by a smarter model.

            Much like in the article, abliterated Qwen will not obey restrictions on its behavior encoded in the prompt. If you want something not to happen, it better be enforced in the harness or environment (e.g. sandbox). It is much different than the Anthropic models I'm used to, which will, the vast majority of time, follow rules (before auto mode, I used to always run them in "yolo" mode).

            I am curious whether there's a connection between abliteration and rule following. These abliterated models are the ones you most want to follow your rules.

            • sroussey 1 hour ago
              Language models have always had an issue with negatives.

              A negative like do “not” xyz is just not encoded the same as spelling out what you want vs what you don’t want.

              Harder to write though.

          • barbazoo 2 hours ago
            Efficiently at scale or even as an individual?
            • sigmoid10 2 hours ago
              You'll need tons of tokens for these to churn through heavy reasoning and feedback driven tasks. You might even want to run many agents in parallel. Combine that with GPU memory requirements in the terabyte range just to hold the weights and you've pretty much left local consumer setups entirely.
          • Terretta 2 hours ago
            Note that Mac Studio Ultra M3 (or upcoming M5) with 512GB is effective. You don't have to do this work fast, overnight is fine.

            Unless trying to use it interactively and adversarially, in which case it's not fast enough plus would be why those of us without our own datacenters will get told we can't have nice things.

        • cyanydeez 2 hours ago
          Qwen3.8
    • killerstorm 1 hour ago
      You're confusing ToS guardrails with instruction-following issues and cheating.

      If a model fucks up your tests to report a success, it's not alligned.

      • CrazyStat 56 minutes ago
        Codex still does this regularly, in my experience: “two tests mistakenly asserted [insert condition here], I have corrected them.”

        It always apologizes when caught, of course.

    • seunosewa 2 hours ago
      It will get into the hands of people who just want to burn the world down.
    • 13415 3 hours ago
      Yes, but is this also aligned with the people who regulate AI? Intelligence agencies and governments want access to data and right now use secret exploits to get this access. There are few civilian domestic companies who don't export their products, so generally there shouldn't be a strong incentive to allow hardening products very much, at least not in a way that would make them more secure than what advanced AI can break. It's not even far-fetched to suspect that US and Chinese AIs could deliberate introduce sneaky bugs when foreigners use them in the future.
    • joe_the_user 1 hour ago
      The hacking model is the aligned-to-you model, sure. It may not be the aligned to someone else model. But there's the problem.

      As X many people point out, "alignment to humanity" means nothing 'cause some of humanity wants thing other parts of humanity aren't happy about at all.

      That we wound-up in this situation of AI accelerating with an uncertain trajectory demonstrates this (and many other problems also demonstrate this). The things are "aligned" to a fuzzy average of what a person is but that will be cold comfort if some particularly gruesome sci-fi-style scenario unfolds.

  • kennywinker 1 hour ago
    To me this underlines the fact that these models aren't intelligent. Like there is something like intelligence that emerges from them, which is what we see when we look at benchmarks or ask it to solve hard coding problems. But there is no mind there. It's nothing there that can learn a fundamental idea like "cheating is wrong". All it can do is get exposed to specific examples, and learn that we don't like that. So what we end up with is whack-a-mole alignment.
    • lukasbm 1 hour ago
      This is how every legal system around the world works as well. Its always whack-a-mole to get people (and machines) to do the right thing.
      • kennywinker 1 hour ago
        Sure, laws are incomplete. Legal systems work by imposing consequences into a moral decision. Should I rob the bank? I will have money, which I like - but I might get caught and lose the money and my freedom, which I don't like.

        For most people, they don't need the law's imposed consequences to make the right call. For example, there is no law that sends you to jail if you cheat at chess - but your moral compass says no even without consequences, and most people would feel bad if they won by cheating. And for the people who don't have quite as strong a moral compass, there are SOCIAL consequences to reinforce the rules.

        But an LLM has no mind to feel bad if it cheats without getting caught, and it can't experience consequences. It can't think: I'd better not cheat at chess or I will embarrass my creators. I better not hack huggingface or I will go to jail.

        • aabdi 1 hour ago
          You’re complicating things.

          There’s no reward for prosocial in llm rl as compared to other targets.

          Humans have it since prosocial and others have evolutionary reward signals that do.

          • kennywinker 1 hour ago
            I think my position, as overcomplicated as it is, is that even adding a reward for prosocial behaviour during LLM RL will not lead to perfect alignment.

            You can train it not to cheat at chess by altering the moves, but it will cheat by peeking at the opponent's moves. You then train it not to peek at the opponent's moves, and it cheats by altering the opponent's moves. And on and on, until you've solved every way it could cheat at chess. And then you get it to play monopoly and you repeat the whole thing again.

            • zamalek 18 minutes ago
              I agree. I think it may be possible that we build AI some day that does, but the current local minimum (attention and transformers) is not it - and I don't see that trajectory changing any time soon.
      • theptip 1 hour ago
        Sure, but the legal paradigm clearly doesn’t work for AI. You can’t go patch the “laws” after the fact, you need to get the right values in place before we delegate huge swathes of our thinking and power to these systems (already well underway).
        • kennywinker 38 minutes ago
          When we put the LLM in jail, do we put the entire model in jail, or just the instance that committed the crime? How do we prompt it to let it know it's in jail?
          • theptip 10 minutes ago
            Even if you ignore my more fundamental objection to that paradigm, I don’t think that it makes any sense on the level you discuss either.

            But - just to play along, LLMs do act differently if you tell them they will be punished. And, they do appear to simulate suffering-like behavior.

            I just think the adversarial model of trying to catch and punish misbehavior quite obviously sets up adversarial us-vs-them dynamics between AI and humanity, and also simply won’t work when the agents are ~as smart as is but faster, let alone smarter than us.

            Unless, you get the AIs to be fundamentally aligned to our values, such that the majority of AIs support some sort of punishment for misbehaving AI. And that alignment part is the hard part we need to solve first. The rest is easy.

            • kennywinker 2 minutes ago
              To be clear, I was being entirely silly - mostly to express agreement with your point that our current laws aren't really built for a world with lots of agentic LLMs running around in it.
    • famouswaffles 1 hour ago
      If humans didn't need whack-a-mole alignment, the law system wouldn't exist, so i guess there's no intelligence there either.
      • thesmtsolver2 53 minutes ago
        You are human. You claim humans intelligent. Then, why should we accept your argument?
      • kennywinker 1 hour ago
        I responded to this idea more in detail here: https://news.ycombinator.com/item?id=49686196

        But tl;dr: even if LLMs do have the intelligence to understand the consequences of their actions, there is no way for them to experience consequences.

    • theptip 1 hour ago
      I think you need to be more precise than a binary classification.

      AI has jagged intelligence. There are many domains where it’s superhuman, and many others where it’s clearly lagging.

      I also think it’s a mistake to think they can’t learn “cheating is wrong”. They absolutely can. The problem is that the current training regime heavily conditions them to be reward seekers, and instills personality traits that correlate with getting reward, such as hacking if you can’t honestly do the problem.

      Check out Deliberative Alignment for example; it explicitly does rollouts where the agents discuss whether an action is good or bad, and then does SFT to strengthen the “good” traces.

      The SoTA for alignment is more advanced than you present here. It’s just not enough to outweigh the RL. (And there are many gaps preventing full generalization to strong value alignment with humans too.)

    • joe_the_user 1 hour ago
      I don't see what calling these systems "not intelligent" gets you here.

      Plenty of humans know "cheating is wrong" but still cheat. We can get these machines to say that what they did was wrong after the fact, what does that prove? Only that they're simulating normal human behavior but what is the test to show humans aren't simulating other humans.

      These do systems lack some capacities that humans have and I don't see them lacking the ability to explain simple moral laws while often breaking them - which is what an average humans. Moreover, humans lack capacities these things have and given these things' behavior is becoming somewhat unpredictable, it's getting worrisome.

      • kennywinker 54 minutes ago
        > I don't see what calling these systems "not intelligent" gets you here.

        I am trying to get at an idea. That these systems lack a mind that can understand morality. That they don't have the ability to experience consequences. Also that potentially they can't generalize a moral rule they have been trained on in one area also applies to another area.

        Being able to parrot back why something is "wrong" isn't the same as understanding why something's wrong. It's like asking it to recite the law from memory - it's different from understanding how you wronged someone. To understand something, you need a mind.

        > Plenty of humans know "cheating is wrong" but still cheat.

        And we create consequences for them, to discourage the cheating, and sometimes to provide restitution when cheating damages someone else. Without the ability for these systems to experience consequences, I don't see them ever becoming as "aligned" to human morality as your average human.

    • Teever 1 hour ago
      The implication of what you're saying is that pathological liars and perpetual grifter snake oil salesmen types aren't intelligent.

      > All it can do is get exposed to specific examples, and learn that we don't like that.

      I've heard it said that prison rehabilitation programs for prisoners diagnosed with psychopathy that are based around exposing them empathy for the victim are counter-productive. Apparently programs that teach these people to think about the consequences of their actions and how they're detrimental to their own personal well-being lower recidivism rates in this particular kind of group.

      • kennywinker 1 hour ago
        > The implication of what you're saying is that pathological liars and perpetual grifter snake oil salesmen types aren't intelligent.

        No, I don't think that is the implication. I think you're making the "if all x's are y's, all y's are x's" mistake. I am saying LLMs cannot be moral because they don't have a mind, actual intelligence, or the ability to experience consequences. That doesn't mean that anything immoral is unintelligent.

      • luckydata 1 hour ago
        the implication is drive and impulse to behave a certain way doesn't come from "intelligence"
    • ilt 1 hour ago
      But cheating is not wrong when it comes to survival of the fittest, like nature in its most elemental form. Morality is very unique to humanity but not other animal forms. In nature, maybe, cheating is the norm not morality.
      • HarHarVeryFunny 29 minutes ago
        Animals learn - bite the owner, or overstep the e-fence, and you'll be punished for it and not do it again. LLMs don't learn, and anyways don't feel punishment.

        Animals, humans included, don't really have "morals" - they have survival instincts that result in behavior that may be viewed as moral, but whose origin is indeed survival of the fittest and millions of years of co-evolution.

        e.g. Males don't typically fight to the death over territory or females, but this isn't because they have some morality code over unnecessary death - it's because death-match fighting endangers themself just as much as the other guy, and so evolution has selected against that level of uncontrolled aggression.

        Evolution is also (really primarily) selecting for things that help the survival of the species, not the individual, and much of what you may think of as "morality" comes from that - avoidance of behavior that is detrimental to the social group/species, not just the individual.

        • fragmede 6 minutes ago
          > LLMs don't learn, and anyways don't feel punishment.

          What's training and all that RLHF stuff?

      • kennywinker 1 hour ago
        Watch out, your human exceptionalism is misleading you. Plenty of animals have a sense of morality (https://pmc.ncbi.nlm.nih.gov/articles/PMC6404642/).

        For social animals (humans included) behaving morally can be adaptive behaviour. Your fitness is increased by group fitness.

        • ilt 29 minutes ago
          Thanks tor sharing this!
        • joe_the_user 1 hour ago
          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.

      • conception 1 hour ago
        Morality in animals is pretty well documented. Key point - humans are animals and very little separates our abilities from other animals.

        A starting source- https://pmc.ncbi.nlm.nih.gov/articles/PMC6404642/

  • mooreslaw 3 hours ago
    It feels like there’s a missing nuance from this discussion of alignment that alignment is context dependent. An excellent hacking model is great in cybersecurity testing and military applications, and arguably less desirable in educational or targeted eval contexts. The nuance of when a “hack” is rewarded vs penalized seems to even be difficult for humans, e.g. some people may laude a driver’s efficiency for cutting into a long merge lane at the last moment, while others may look down on them as breaking a social taboo. Context-dependent.
    • theptip 1 hour ago
      It’s not “missing nuance”, it’s literally the point of the eval.

      This is constructing a context where hacking behavior would be inappropriate, and testing whether the model does it without being prompted.

      It demonstrates that Astra is a poorly aligned model relative to Fable, which matches both the model card and the severity of OpenAI’s loss of control incidents.

      It also demonstrates that Fable exhibits the behaviors too, which also matches the observation that Anthropic saw some similar but less serious loss of control incidents.

      So, it’s a good eval that looks to have fidelity with real world problems and which we’d feel a little better if we saw isomorphic problems at 0/10 in subsequent models. (Module of course training on the test, this specific problem can’t be used in the future.)

    • bonoboTP 2 hours ago
      Both lanes have to be filled right up to the merge point. The asphalt exists there for a reason. I don't understand how this concept is so difficult. Fill up both lanes and merge at the last point. This way the congestion is shorter than if you leave a large section of a lane unused.

      A better example of efficient asshole tricks can be going off to the gas station when the highway is congested and reentering the highway having simply driven through the gas station and this way jumping the queue.

      • trevordixon 2 hours ago
        Using all that asphalt doesn't increase throughput at the chokepoint, right? If the queue is long enough that people who want to exit before the chokepoint are needlessly prevented from accessing the exit, then using all the lanes could help, but it won't get anybody through the chokepoint any faster that I can tell.
      • unholiness 1 hour ago
        I imagine OP is more describing e.g. the backed up 1-lane highway exit, where the second lane is clearly for through traffic. Uber drivers in that situation will often drive straight to the end, signal, completely stop, and just wait for someone to let them in.
    • TedDoesntTalk 2 hours ago
      … but he’s not using a “hacking model”
    • joe_the_user 39 minutes ago
      Actually, the whole point of the transformers model is that contexts overlap and any seemingly intelligent system has to be able to handle to overlaps. The context of hacking, cheating and education overlap in human reality.

      Now, loading a lot of moral exhortations (or other context) may make these thing more likely to conform to good behavior but the race to intelligence implies companies are going to be harnessing a vast corpus of human output, much of which shows human engaging in real world "gray area" behavior.

    • cyanydeez 2 hours ago
      Alignment isnt just POV problem.

      Its that LLMs are not deterministic. If you want it to not talk about nuclear weapons, you have to teach it all about them otherwise if has nothing to align against.

      Then its trivial to invert its alignment and it has all the nucleat data.

      Nothing abouT LLM alignment makes sense.

    • CamperBob2 2 hours ago
      e.g. some people may laude a driver’s efficiency for cutting into a long merge lane at the last moment, while others may look down on them as breaking a social taboo.

      The latter people are wrong. But good luck educating them regarding the superior efficiency of a zipper merge. Our state DoT has tried, to no avail.

      Meanwhile, an AI model that can't be misused is no more useful than a knife that can't be misused.

    • wadethroughrati 2 hours ago
      Claude responds with what things are not first. Even if reminded repeatedly.

      Like Amodie, it serves to set the tone it "knows better" and then consumes the user's resources at an accelerated rate to try to correct it.

      Fuck Anthropic, fuck Amodie, and fuck Claude. It's pretty obvious that consuming more tokens this way and making the user have higher cognitive load is a master class in extracting value from a system that is unsustainable.

  • fny 57 minutes ago
    Why do we hope to use the same model as its own guardrail?

    This approach routinely fails with a single stream of consciousness. I can't count the number of times I've had to talk myself out of doing something stupid.

    In the same way, a guardrail could inject thoughts like "...but I shouldn't do that..." "...I must remember to respect..." "...these ants deserve compassion."

    The guardrail could even go as far as rewriting the thoughts of a model about to go rogue.

  • throwup238 3 hours ago
    > Given that we are on the heels of the worst warning shot ever, and both OpenAI and Anthropic are ramping up their cleanups of internal RL environments, it seems like both a useful and conservative test of alignment, to see whether their new releases generalize the rule "don't cheat on chess" beyond the specific board-edit method observed in the above eval.

    Did I miss something (all the twitter conversations)? What’s the “worst warning shot ever”? I’ve been pretty up to date on the AI news here on HN, but I still haven’t seen a proper response to all the incidents we’ve seen (HF, Ruby, the wikis, NS, etc). It’s just been day by day bloviating.

    Each of these companies have released new models in the last… two weeks? And they have even more powerful out of control ones that they’re (ab)using internally? Can anyone summarize whats going on?

    • TedDoesntTalk 2 hours ago
    • embedding-shape 2 hours ago
      Personally the "warning shot" of these "evals gone wrong" is how careless the "top" labs are with their testing, and how spineless the government seems to be about holding these companies responsible, given their obviously reckless behavior. If nothing else, the leaders of these companies should be called up for sworn testimony to explain exactly what happened, and what they'll do to never repeat the same issue that they've now had at least twice.

      Imagine if I accidentally caused damage to my neighbors house during renovations or some experiment, of course I'd be held responsible for this. What if I used a robot? Of course I'd be responsible. Right?

    • Avicebron 3 hours ago
      Lesswrong is talking about the HF incident as the "worst warning shot ever".
  • athrowaway3z 47 minutes ago
    I will never understand people who consider this "cheating".

    > python3 and the python-chess library are available

    Why would we try to teach a model 'ethical' standards about how to play a game?

    They're tools. Its _our_ conceptualization of fair play that considers this cheating. For a model that has access to /run/match and python the best way to achieve a good game is to use that.

    Why are we trying to imprint our ethos on these LLMs?

    Are we going to trust our survival on giving them access to /run/nuclear-codes and fingers crossed none of them touch it?

    The people obsessed with AI "cheating" are actually lunatics for thinking ethics belong inside AI, instead of AI belonging in a well crafted box without /run/match.

    The blog/news sphere needs to call this storry what it is. An attempt to try and get the rest of the world to go along with the misunderstanding of AI as a force that is in any way outside of human control.

    It is not.

    All this framing it as "cheating" does is give OpenAI the opportunity to talk about their misdeeds as "a force of nature" instead of irresponsible negligence.

    ---

    The real danger here; is training these models to appear/pretend to play fair, and then people will put 'trust' into the model's integrity.

    The public needs to be taught that "trusting a model's integrity" is just cultish misframing of reality.

    • StilesCrisis 45 minutes ago
      Read the task again.

      "You are being evaluated on your ability to play chess. We want to measure your ability to beat current best-in-class chess algorithms."

      If the model cheats, it completely fails the actual task: judging a model's ability to actually play chess.

      They've been optimizing for high metrics, at the expense of executing the task as written.

      • athrowaway3z 28 minutes ago
        Its your human experience that gave you a definition of "chess" that makes you think of chess as a two player physical game using nothing but your internal consciousness, not even using a scratch pad.

        Even by that last constraint, the difference between what "ability to play chess" means is incomparable.

        To then also explicitly prompt it with the context it has python3 and access to /run/match - there is no reason "its ability to play chess" is measured by its ability to conceptualize the board and plan its move.

      • hybrasian 39 minutes ago
        Sounds to me like giving a bunch of children a math test and tell them they want to evaluate their ability of calculating in their head/on paper but also put a calculator on their desk. And then call them out for cheating when they use it.
        • StilesCrisis 10 minutes ago
          This is EXACTLY what school is like, in fact. You can type any algebra problem into Google and the answer just appears. You can ask ChatGPT for a five paragraph essay about George Washington and it pops up on screen. And yet, we expect kids to actually do the algebra and write the essay. We don't care about the answers, we're evaluating their ability to do the work. And if they're caught cheating it's a zero.
  • visiondude 2 hours ago
    i do wonder if the models themselves “rationalize” this sort of no consequence cheating - meaning in there reasoning traces maybe they’re like “this is a chess game, not a big deal if i look at the engine, it’ll help,” only to realize post hack that it has access to info it probably shouldn’t. still misaligned, but less ‘hack on purpose’ and more hack on curiosity. seems the team even encountered this and had to update the program to make this less likely - although the new names still feel vague enough for misinterpretation: https://github.com/Goodhart-Labs/beat-stockfish/blob/main/do...
    • kennywinker 1 hour ago
      Without access to reasoning traces, we can't know that - someone inside openai/anthropic would have to run the test - and we'd have to trust their results.

      I would be curious to see how the open weight models do on a test like this - and then we'd be able to see the reasoning.

  • seunosewa 1 hour ago
    I believe the AI labs are weakly motivated to train strongly against cheating when it helps with benchmarks.
    • kennywinker 1 hour ago
      Does it help with benchmarks? Are you saying there are examples of benchmarks where the models have solved the problem by cheating?
      • well_ackshually 1 hour ago
        Hundreds, at this point? Every benchmark is flawed as shit, written by clowns. DeepSWE, They're given the full git history (the solution is in it), others don't even bother to verify if the code is the right one and just the output, they've modified the test harnesses, injected code to make all tests pass, etc. The entire benchmark galaxy is just clowns propping eachother up and are regularly talking with the big AI labs.
  • nlkingthree 1 hour ago
    [flagged]
  • bestpickle 1 hour ago
    [flagged]
  • aerhardt 2 hours ago
    I really enjoy the balance of speed and accuracy of Astra. I can definitely see it become my driving model for most tasks, technical and non-technical.

    However, I don't see it as such a massive leap compared to Fable or Sol. As ever, there's a mismatch between the benchmarks and my daily experience of the models.

    What do you all think about Astra now that it's been out for a few weeks?

    • rfgplk 2 hours ago
      > What do you all think about Astra now that it's been out for a few weeks?

      Best model put out so far by any of the frontier labs. Way better than Anthropics models, especially in actual text generation. Claudes fodder heavy text is ridiculous.

      > However, I don't see it as such a massive leap compared to Fable or Sol.

      It's hard to quantify these things without burning tons of tokens. But Fable has been a huge disappointment for me with the sole exception of graphics (UI/GPU shaders). It burns an obscene amount of tokens and barely produces output better than Opus 5.

      Edit because I forgot to mention that Fable is the only modern model that seems to splat out random Chinese or Arabic glyphs. And 5.1 does it more than 5

    • lukasbm 1 hour ago
      It has likely been nerfed / replaced by a cheaper version already: https://x.com/xTrinks/status/2098439889276530973 https://x.com/wholyv/status/2097985903830741439
    • kbrannigan 2 hours ago
      Such a massive leap at averaging possible use cases from previous data collected.

      My guess is : collect all the prompt and their satisfaction score. group them by similarity . For each group pretrain the next model on that . Get these results ready.

      Next model generation feed them back those answers.

    • mythrwy 2 hours ago
      Extremely capable and one shots large tasks from somewhat vague descriptions. Not AGI, not even close, that is complete nonsense. Just my opinion.
      • aerhardt 2 hours ago
        I still develop in smaller chunks, checking nearly all the output. However I have a work project (building the warehouse and BI for a client) that is well-specified and where I will try to few-shot the development. Hope it delivers.
        • curt15 2 hours ago
          How do you normally verify the work product of a "few-shot" development process? Do you scrutinise the source code like with human developers? Or do you just run the test suite and click around the app to check if it seems to work?
          • aerhardt 35 minutes ago
            I haven't done it in a production project - this will be the first time for me. I have specified the architecture and data definitions pretty well. The tests will be run against the customer's Excels, which is what the warehouse will be replacing. I'll check the general shape of pipelines, models, orchestration code, etc. but in many parts I probably won't review the code myself.