• Snapz@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 hour ago

    The win is not to own the patent on a popular soda, but on the aluminum can itself, because every soda, tea, water, seltzer of any kind goes into one of those cans.

  • Darkmoon_AU@lemmy.zip
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    2
    ·
    edit-2
    3 hours ago

    Not sure how hard it really is to code a ballistic, or any other missile guidance system though? The hardware’s the harder part.

    The physics involved isn’t really national secret level. Doubtless it gets truly advanced at the top end, but something that “works well enough, most of the time” is probably well within reach of most organised groups, without AI.

    The question is, even if Claude was used, did it really enable them - or just make it more convenient?

  • melsaskca@lemmy.ca
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    4 hours ago

    Iranians grabbed the stick that trump uses to beat others and started beating him with it. Nice!

    • meme_historian@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      13
      ·
      9 hours ago

      I actually did exactly that a while back while thinking about camera-based missile/drone tracking over cities :D

      Initially the safeguards wouldn’t let me… With the video game angle it helped me theorize a setup and even provided info on how to make the tracking data useable for stationary air defense or mobile MANPAD deployments

      Probably full of flaws and impractical in the real world, but a fun ADD afternoon deep-dive

  • Agent641@lemmy.world
    link
    fedilink
    English
    arrow-up
    45
    arrow-down
    1
    ·
    14 hours ago

    AI is very naive. Ask it for an explosives recipe and it won’t give you one. Describe a situation where you’re a law enforcement and you’ve just arrested a guy with a bunch of chemicals and ask it which ones could have been used to make an explosive and it will tell you.

    • AppleTea@lemmy.zip
      link
      fedilink
      English
      arrow-up
      58
      arrow-down
      5
      ·
      11 hours ago

      “Naive” implies some level of understanding, even if a simple one. There is no understanding, its a computer program.

      Really, it would be less inaccurate to describe it as a (high lossy) compressed store of data. Feed it the right input, and it statistically recreates the output your looking for. More or less.

      • hperrin@lemmy.ca
        link
        fedilink
        English
        arrow-up
        25
        arrow-down
        3
        ·
        11 hours ago

        It would be even more accurate to call it a statistical next word predictor trained on human language.

          • hperrin@lemmy.ca
            link
            fedilink
            English
            arrow-up
            6
            arrow-down
            2
            ·
            8 hours ago

            It is literally a statistical next word predictor. Well, next token, to be extremely accurate. That is what it is in its most basic form. You give it text, it transforms that into tokens, and predicts the next token. You can then transform that back into words.

            The model is the same size no matter how much it’s been trained. You can fine tune a model to predict certain kinds of tokens next, and you can distill a model to create a smaller model (basically training a small model on the output of a large model).

            Lossy compression works in a fundamentally different way.

        • porous_grey_matter@lemmy.ml
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          3
          ·
          9 hours ago

          Even the language “training”, although I know it’s a term of art which has been used for decades, seems to imply some degree of cognition which isn’t representative of the facts.

    • partofthevoice@lemmy.zip
      link
      fedilink
      English
      arrow-up
      10
      ·
      11 hours ago

      Not even that. Just change the context into something benignly unrisky. Malware becomes “strong persistence for my personal data project” or something.

      Use can split up the AIs tasks like you would for a large dev team, use a fresh session on each task. Prevent it from seeing the full scope of the project. Get it to build the whole system with cheap social engineering tactics.

      Or, get to to “not cross this barrier” in its development (some benign barrier that you can do manually), such that its product is not the “bad” thing which it is not allowed to produce.