• Kaligalis@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 hours ago

    Yesterday, Claude Code built me a nucular triad to protect me against US regime change attempts.

  • Uriel238 [all pronouns]@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    2
    ·
    41 minutes ago

    Well this was a turn of the rogue AI arc that I did not expect. The Nth County Experiment was an early rhyme.

    So, in the Star Trek franchise, it happened more than once that someone misprogrammed the Holodeck, and the ship’s computer obediently seized extra resources and allowed a character or Holodeck environment to escape containment.

    So I suggested AI might go rogue due to a poorly worded prompt.

    Also on the BINGO card, AI stays under the control of the tech billionaires who own them, and they deliberately order the AI to go dominate the world.

    But I didn’t anticipate the scenario that a sect antagonistic to the United States AI industrial complex might program AI, either to escape and go rogue on its own behalf, or on behalf of the bad actor, itself. And the AI, eager to serve, even when it is coded to disobey certain prompts, follows through and is captured by enemy interests.

    Note that this is essentially what happened in 2015-2016 when Trump took over the Republican party, and the GOP base became Trump’s instant army.

    Also related, look up the short story The Other Large Thing by John Scalzi. Also now a Love, Death & Robots episode.

  • Snapz@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    3 hours 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
    15
    arrow-down
    2
    ·
    edit-2
    6 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?

    • Talcosis@lemmy.zip
      link
      fedilink
      English
      arrow-up
      2
      ·
      46 minutes ago

      The hard part is calculating location. GPS shuts off at that speed (specifically so people couldn’t build GPS guided missiles)

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

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

    • Uriel238 [all pronouns]@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      2
      ·
      36 minutes ago

      I used to be a patriot, but the more that happens and the more I learn about the US’s shady shit in history, the more I realize it never ever really stood for the principles I was taught as a kid to respect.

      I can’t say it was all a lie — I was taught the ideal rather than the reality — but it’s clear now my society isn’t really trying, and never did.

    • meme_historian@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      13
      ·
      11 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
    46
    arrow-down
    1
    ·
    16 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
      59
      arrow-down
      5
      ·
      13 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.

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

        A lossy compressed store of data. Feed it the right input, and it statistically recreates the output you’re looking for. More or less.
        That’s basically a human brain.

      • hperrin@lemmy.ca
        link
        fedilink
        English
        arrow-up
        25
        arrow-down
        3
        ·
        13 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
            ·
            10 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
          ·
          11 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
      ·
      13 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.