5 comments

  • goldemerald 8 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 4 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.
  • javcasas 39 minutes 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 36 minutes 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.

      • smolder 21 minutes ago
        I'm sorry Dave, I'm afraid I can't speak negatively about private equity firms.
      • horsawlarway 12 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.

      • post-it 12 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.
    • tomjen3 13 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.

  • lukewarm707 13 minutes ago
  • neilellis 13 minutes ago
    Easy for you to say.
  • synctext 30 minutes 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 25 minutes ago
      What government do you claim it wants to ban strong AI?

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

      • intrasight 22 minutes ago
        In Beijing, they're banned at the model weights level not in a front-end as this approach discusses.