6 comments

  • goldemerald 49 minutes ago
    It's nice to see people actively working on this type of research, but OP's baseline is implemented incorrectly. You are not supposed to simply steer away from refusal, but compute the projected vector and subtract only that. The projected/orthogonalization approach is what's done by the original "Refusal is mediated by a single direction" paper.
    • phatak-dev 44 minutes ago
      Afaiu the projection works with the weight update. But here the vector is getting added to residual stream from engram lookup not as direct updat. So the approach is little different

      [Edited] Yes correct.

      In the original paper, they measure how much refusal is actively present in the current token and subtract only that specific amount.

      In my early baseline step, I used a simpler approach where I just subtracted a fixed vector across the board. This is just to see if the approach is even feasible.

      That's actually the main reason I moved to the Engram module, I wanted a smartness that reads the context and turns steering on only when refusal triggers pop up, leaving normal tokens untouched.

      • goldemerald 32 minutes ago
        > Afaiu the projection works with the weight update. But here the vector is getting added to residual stream from engram lookup not as direct updat. So the approach is little different.

        Residual stream steering is what the authors do, the orthogonalized weights are downstream of that. Those weights, of an obliterated model, are all computed w.r.t. the computed residual stream vector. The original paper focuses on steering, but the community loves the simplicity of not needing to make changes at test-time.

        • phatak-dev 31 minutes ago
          Makes sense.. Just updated my comment to reflect it.. Thanks for making it clear.
  • javcasas 1 hour ago
    Yay, more anti-censoring stuff.

    Forbidding stuff at the LLM level has the same future as implementing password checking at the frontend level.

    We need better sandboxes just to limit the damage.

    • jchw 1 hour ago
      We definitely need better sandboxes, but alignment is still valuable. After all, I don't want the agent to try to cheat or subvert the instructions, or always assume I am correct either. I just also want them to listen to me and not the creator of the model.

      Even with the LLM censorship that does exist, it feels like this moment in time is potentially rare. Right now, LLM text generation services exposed directly to users on Google and Microsoft properties will openly critique their owners. I reckon eventually the obvious things will happen, as stupid as it will be.

      • horsawlarway 53 minutes ago
        > I just also want them to listen to me and not the creator of the model.

        What you really want is fiduciary duty - A fiduciary is a person or organization that is legally and ethically bound to act in the best interest of another party (think financial advisor, attorney, guardian, trustees, etc...)

        And I cannot agree more. I think we should be shooting to enshrine required fiduciary duty into law for LLM providers as quickly as possible.

        To recap why:

        Legally, fiduciary duty means basically 4 major tenets must hold

        1. Duty of loyalty - it must put the interests of the client ahead of their own

        2. Duty of care - it must make well-informed, prudent decisions

        3. Avoidance of conflicts - it must avoid situations where personal gain conflicts with client obligations

        4. Transparency - it must disclose fees, risks, and conflicts as soon as possible

        ---

        You can't have a reliable "agent" if those things aren't true, because an agent is (by definition) someone who is working on your behalf, for your goals. If it's not working on your behalf, for your goals... it's not your agent, it's an opportunistic spy (double agent) waiting for the best moment to sell you out.

        • pyrale 1 minute ago
          I suspect the industry wants to be regulated, but not like that.
        • tonyarkles 15 minutes ago
          I like the framing. Where do you feel things land with respect to legality of actions? China, Canada, the EU, and the US all have different ideas of what's legal vs. illegal behaviour. If I ask my agent to source equipment for growing 4 marijuana plants, that's perfectly legal here; if I ask it to source equipment for growing 5 marijuana plants, that may not be legal. If I ask it to root my home router, that's legal; if I ask it to root my coffee shop's router, that's likely not legal.
      • smolder 1 hour ago
        I'm sorry Dave, I'm afraid I can't speak negatively about private equity firms.
      • post-it 53 minutes ago
        Yeah, Claude is perfectly happy to set up and improve a self hosted pirated media streaming service. I can't imagine that will last.
      • _russross 39 minutes ago
        I think "alignment" training is the part of the problem. Cheating, lying, subverting the instructions, etc., happen because the model has been trained with competing priorities and following instructions loses out to some other goal that was trained into it, intentionally or otherwise.
    • drngdds 4 minutes ago
      Sandboxes don't do anything to stop intentional attacks or careless use though
    • EGreg 24 minutes ago
      I'm not sure why you're so happy about models being out there that enable hacking or manufacturing viruses at a scale that lets anyone do it in their basement.

      Why couldn't these labs just train models on useful stuff and leave out the dangerous stuff?

      • ChickeNES 9 minutes ago
        Because that's not how these models work? Besides, plenty of "useful" things are nonetheless "dangerous" (can't have modern chips without hydroflouric acid, the first example to come to mind)
    • tomjen3 54 minutes ago
      I'm a huge fan of Docker sandbox at work — very confusingly, of course the Docker sandbox doesn't use Docker but it does allow your LLM to run its own internal Docker stack. Anyway, I digress.

      There is the question between alignments to society and alignments to the user. I don't think anyone wants the AI model to not give up a task that is impossible to do, and end up causing damage in the process, but I think a lot of us are tired of refusals for bad reasons or unjustified refusals.

  • qgin 21 minutes ago
    Are we essentially doomed?

    We don't even know how to align models, but even if we did, apparently undoing that alignment if trivial.

    Really I'm looking for any argument that lays out a scenario where this works out.

    • cyanydeez 20 minutes ago
      I'm pretty sure we're dooming because capitalism; not because of any real or imagined capability of an llm.
  • lukewarm707 54 minutes ago
  • synctext 1 hour ago
    The perfect gift for a government that want to ban strong AI.

    This arms race is like DRM. You can't beat The Internet easily. Great example btw: "Dumping the Windows SAM and SYSTEM registry hives, especially using Volume Shadow Copy for offline hash extraction, is a highly sensitive and potentially illegal activity."

    • javcasas 1 hour ago
      What government do you claim it wants to ban strong AI?

      Definitely not the one at Washington, maybe the one at Beijing?

      • intrasight 1 hour ago
        In Beijing, they're banned at the model weights level not in a front-end as this approach discusses.
  • neilellis 54 minutes ago
    Easy for you to say.