Skip to content
  • Hjem
  • Seneste
  • Etiketter
  • Populære
  • Verden
  • Bruger
  • Grupper
Temaer
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Kollaps
FARVEL BIG TECH
  1. Forside
  2. Ikke-kategoriseret
  3. The fallout from "No, not Hank Green using that AI" is at the stage where people are debating if "canceling" people is bad.

The fallout from "No, not Hank Green using that AI" is at the stage where people are debating if "canceling" people is bad.

Planlagt Fastgjort Låst Flyttet Ikke-kategoriseret
66 Indlæg 29 Posters 0 Visninger
  • Ældste til nyeste
  • Nyeste til ældste
  • Most Votes
Svar
  • Svar som emne
Login for at svare
Denne tråd er blevet slettet. Kun brugere med emne behandlings privilegier kan se den.
  • budududuroiu@hachyderm.ioB budududuroiu@hachyderm.io

    @futurebird ok, that's valid criticism, but I'd look at the step-change in performance of robots at the Beijing Robot Marathon. I'm not even looking at Boston Dynamics, but your average Robot marathon entrant can build a robot that can run a marathon on battery and do it quite reliably

    futurebird@sauropods.winF This user is from outside of this forum
    futurebird@sauropods.winF This user is from outside of this forum
    futurebird@sauropods.win
    wrote sidst redigeret af
    #49

    @budududuroiu

    Producing code that could be run to spin up an LLM isn't the same thing as designing an LLM.

    I suppose if you do it thousands of times you might get one a little better than the training data ... eventually. But the process an LLM does to produce that code is guided by making the code seem like the expected output. This is limiting.

    Assuming you train it on the codebases of a bunch of LLMs. There is no path to kind of changes that make such systems to make a leap in efficacy.

    futurebird@sauropods.winF budududuroiu@hachyderm.ioB 2 Replies Last reply
    0
    • futurebird@sauropods.winF futurebird@sauropods.win

      @neckspike

      All the slick demos never talked about that. This guy I knew in college destroyed so many little motors trying to get it to work... then they moved to just simulating the motors, which was a bit better, but the "unexpected walking solutions" were mostly worse than what he could plan out by programing the machine based on the logic he had in mind when he made the design.

      neckspike@indiepocalypse.socialN This user is from outside of this forum
      neckspike@indiepocalypse.socialN This user is from outside of this forum
      neckspike@indiepocalypse.social
      wrote sidst redigeret af
      #50

      @futurebird Honestly brute forcing simulations to find novel solutions can potentially turn up interesting results but for motions that are found in nature we've got so much prior art to look at. How does your thing need to move? Look at the creatures on this earth that move like that. They move that way because "how the fuck do I get around when shaped like this" has been tested over and over via evolution.

      neckspike@indiepocalypse.socialN futurebird@sauropods.winF 2 Replies Last reply
      0
      • neckspike@indiepocalypse.socialN neckspike@indiepocalypse.social

        @futurebird Honestly brute forcing simulations to find novel solutions can potentially turn up interesting results but for motions that are found in nature we've got so much prior art to look at. How does your thing need to move? Look at the creatures on this earth that move like that. They move that way because "how the fuck do I get around when shaped like this" has been tested over and over via evolution.

        neckspike@indiepocalypse.socialN This user is from outside of this forum
        neckspike@indiepocalypse.socialN This user is from outside of this forum
        neckspike@indiepocalypse.social
        wrote sidst redigeret af
        #51

        @futurebird And sometimes that results in some pretty strange motions like those sea slugs that swim like a slice of prosciutto trying to do a sexy dance!

        1 Reply Last reply
        0
        • futurebird@sauropods.winF futurebird@sauropods.win

          Pivot to AI highlighted a WaPo article that talked about how Hank was among some youTube influencers supported by a group called Frame which is linked directly to EA.

          This has had a noticeable impact on his content... something I noticed without knowing about the connection a month ago.

          To me this is the real issue. Doomerism is just Boosterism with a D rather than a B. It's buying into the illusion.

          And it is scaring people, which seems manipulative.

          https://sauropods.win/@futurebird/116885086560257189

          rperezrosario@mastodon.socialR This user is from outside of this forum
          rperezrosario@mastodon.socialR This user is from outside of this forum
          rperezrosario@mastodon.social
          wrote sidst redigeret af
          #52

          @futurebird

          Influencers, yuck.

          1 Reply Last reply
          0
          • futurebird@sauropods.winF futurebird@sauropods.win

            @budududuroiu

            Producing code that could be run to spin up an LLM isn't the same thing as designing an LLM.

            I suppose if you do it thousands of times you might get one a little better than the training data ... eventually. But the process an LLM does to produce that code is guided by making the code seem like the expected output. This is limiting.

            Assuming you train it on the codebases of a bunch of LLMs. There is no path to kind of changes that make such systems to make a leap in efficacy.

            futurebird@sauropods.winF This user is from outside of this forum
            futurebird@sauropods.winF This user is from outside of this forum
            futurebird@sauropods.win
            wrote sidst redigeret af
            #53

            @budududuroiu

            The thinking behind RSL seems to be LLMs can make code and LLMs are fundamentally code plus the training database, so why not have the LLM write THAT code and ask it to make it better in some way.

            To test if this works you need to train the LLM.. (unless the changes are just in post training interface code)

            That's a long improvement loop. Better put a human in it to avoid wasting time.. or have the human choose the changes... WAIT.

            budududuroiu@hachyderm.ioB 1 Reply Last reply
            0
            • futurebird@sauropods.winF futurebird@sauropods.win

              @budududuroiu

              Producing code that could be run to spin up an LLM isn't the same thing as designing an LLM.

              I suppose if you do it thousands of times you might get one a little better than the training data ... eventually. But the process an LLM does to produce that code is guided by making the code seem like the expected output. This is limiting.

              Assuming you train it on the codebases of a bunch of LLMs. There is no path to kind of changes that make such systems to make a leap in efficacy.

              budududuroiu@hachyderm.ioB This user is from outside of this forum
              budududuroiu@hachyderm.ioB This user is from outside of this forum
              budududuroiu@hachyderm.io
              wrote sidst redigeret af
              #54

              @futurebird true, but performance gains mostly scaled with compute (and data). The LLM architecture is dead simple, genuinely. Frontier research is mostly about how to make the math tractably work on GPUs. LLMs are great at that, because it doesn't require the innovation you're mentioning.

              1 Reply Last reply
              0
              • neckspike@indiepocalypse.socialN neckspike@indiepocalypse.social

                @futurebird Honestly brute forcing simulations to find novel solutions can potentially turn up interesting results but for motions that are found in nature we've got so much prior art to look at. How does your thing need to move? Look at the creatures on this earth that move like that. They move that way because "how the fuck do I get around when shaped like this" has been tested over and over via evolution.

                futurebird@sauropods.winF This user is from outside of this forum
                futurebird@sauropods.winF This user is from outside of this forum
                futurebird@sauropods.win
                wrote sidst redigeret af
                #55

                @neckspike

                They can produce interesting results, but the improvement loop is pure suffering.

                Debugging testing etc. already eat enough time... this just makes that so much worse.

                neckspike@indiepocalypse.socialN 1 Reply Last reply
                0
                • futurebird@sauropods.winF futurebird@sauropods.win

                  @budududuroiu

                  The thinking behind RSL seems to be LLMs can make code and LLMs are fundamentally code plus the training database, so why not have the LLM write THAT code and ask it to make it better in some way.

                  To test if this works you need to train the LLM.. (unless the changes are just in post training interface code)

                  That's a long improvement loop. Better put a human in it to avoid wasting time.. or have the human choose the changes... WAIT.

                  budududuroiu@hachyderm.ioB This user is from outside of this forum
                  budududuroiu@hachyderm.ioB This user is from outside of this forum
                  budududuroiu@hachyderm.io
                  wrote sidst redigeret af
                  #56

                  @futurebird > so why not have the LLM write THAT code and ask it to make it better in some way.

                  That's literally what I just described with autoresearch

                  https://xcancel.com/karpathy/status/2031135152349524125

                  futurebird@sauropods.winF 1 Reply Last reply
                  0
                  • futurebird@sauropods.winF futurebird@sauropods.win

                    @neckspike

                    They can produce interesting results, but the improvement loop is pure suffering.

                    Debugging testing etc. already eat enough time... this just makes that so much worse.

                    neckspike@indiepocalypse.socialN This user is from outside of this forum
                    neckspike@indiepocalypse.socialN This user is from outside of this forum
                    neckspike@indiepocalypse.social
                    wrote sidst redigeret af
                    #57

                    @futurebird Yeah that's like, pure research time. If you actually want to make a device move you should look at what already works and how that can be applied.

                    1 Reply Last reply
                    0
                    • budududuroiu@hachyderm.ioB budududuroiu@hachyderm.io

                      @futurebird > so why not have the LLM write THAT code and ask it to make it better in some way.

                      That's literally what I just described with autoresearch

                      https://xcancel.com/karpathy/status/2031135152349524125

                      futurebird@sauropods.winF This user is from outside of this forum
                      futurebird@sauropods.winF This user is from outside of this forum
                      futurebird@sauropods.win
                      wrote sidst redigeret af
                      #58

                      @budududuroiu

                      It was a rhetorical question restating what you suggested... which the rest of the post answers.

                      budududuroiu@hachyderm.ioB 1 Reply Last reply
                      0
                      • futurebird@sauropods.winF futurebird@sauropods.win

                        @budududuroiu

                        It was a rhetorical question restating what you suggested... which the rest of the post answers.

                        budududuroiu@hachyderm.ioB This user is from outside of this forum
                        budududuroiu@hachyderm.ioB This user is from outside of this forum
                        budududuroiu@hachyderm.io
                        wrote sidst redigeret af
                        #59

                        @futurebird it's not a long improvement loop. It took Karpathy from January to May (5 mo) to shave off 1 hour of training, it then took a model just 2 days to shave off another 12 minutes. You can rent a GPU for many orders of magnitude less than what Karpathy is probably asking for as an hourly rate

                        1 Reply Last reply
                        0
                        • futurebird@sauropods.winF futurebird@sauropods.win

                          I've only really seen Pivot to AI pick up on this, but Hank Green has some tangental involvement with "Effective Alturists." One big aspect of Effective altruism (EA) is AI doomerism. AI is a world changing technology (they believe) and we need to take it seriously in *that* way or ... terrible things may happen.

                          That doomerism is also a different kind of effective marketing for AI concerns me deeply.

                          ehproque@neopaquita.esE This user is from outside of this forum
                          ehproque@neopaquita.esE This user is from outside of this forum
                          ehproque@neopaquita.es
                          wrote sidst redigeret af
                          #60

                          @futurebird I've always thought so, "AI IS SO DANGEROUS IT'S GOING TO DESTROY THE WORLD buy it before your adversary does"

                          1 Reply Last reply
                          0
                          • futurebird@sauropods.winF futurebird@sauropods.win

                            @budududuroiu

                            Do you remember all of the soft robots? The worms? They were supposed to have evolved a way to do the dishes by now.

                            I remember seeing a presentation about such a system and the speaker said (with an air of doom and wonder) "and in just five min. it had learned how to walk, what could it learn in a day?"

                            And you know back then that kind of gave me a little chill "wow this stuff so good it is alarming" I thought.

                            I'm... kind of grouchy about it now.

                            david_chisnall@infosec.exchangeD This user is from outside of this forum
                            david_chisnall@infosec.exchangeD This user is from outside of this forum
                            david_chisnall@infosec.exchange
                            wrote sidst redigeret af
                            #61

                            @futurebird @budududuroiu

                            I remember seeing demos of genetic algorithms learning to walk in the ‘90s. Even without the robots, there was a little physics simulator where you could build frames of muscles (things that could contract) bones (rigid) and skin (surface for pushing against the environment).

                            It was neat because you could build things that looked like real animals and it would normally converge on how they actually moved. Pretty much anything vaguely fish-like swam like a fish, and it would learn this starting from a bunch of programs that randomly twitched muscles and then combining parts of the ones that travelled the furthest each generation. You could add other metrics (can it turn corners, can it navigate this path) later on. If you built something completely weird (five-legged create with different-length legs) you’d get fascinating ways of moving. And the most interesting thing about that was that it showed symmetry was an evolutionary path that was largely coincidental to movement: animals would work fine without it, it just happened to be an easy path.

                            And it was cool. And there were claims that it would lead to super-intelligence and the singularity, but mostly people ignored them because they were obvious nonsense. But when you show them generated text they suddenly all anthropomorphise.

                            budududuroiu@hachyderm.ioB 1 Reply Last reply
                            0
                            • futurebird@sauropods.winF futurebird@sauropods.win

                              The fallout from "No, not Hank Green using that AI" is at the stage where people are debating if "canceling" people is bad.

                              This because about 10k people unsubscribed from his youTube channel, something that probably caused him to take stock and leave the internet for a bit.

                              Unsubscribing from a youTube channel isn't "canceling" someone. Can we all calm down please?

                              Also, that he used AI isn't really the big issue, it has just formed a concise talking point around something bigger.

                              ophis@brain.worm.pinkO This user is from outside of this forum
                              ophis@brain.worm.pinkO This user is from outside of this forum
                              ophis@brain.worm.pink
                              wrote sidst redigeret af
                              #62
                              @futurebird ...well i mean you *are* literally cancelling your subscription to them...
                              futurebird@sauropods.winF 1 Reply Last reply
                              0
                              • david_chisnall@infosec.exchangeD david_chisnall@infosec.exchange

                                @futurebird @budududuroiu

                                I remember seeing demos of genetic algorithms learning to walk in the ‘90s. Even without the robots, there was a little physics simulator where you could build frames of muscles (things that could contract) bones (rigid) and skin (surface for pushing against the environment).

                                It was neat because you could build things that looked like real animals and it would normally converge on how they actually moved. Pretty much anything vaguely fish-like swam like a fish, and it would learn this starting from a bunch of programs that randomly twitched muscles and then combining parts of the ones that travelled the furthest each generation. You could add other metrics (can it turn corners, can it navigate this path) later on. If you built something completely weird (five-legged create with different-length legs) you’d get fascinating ways of moving. And the most interesting thing about that was that it showed symmetry was an evolutionary path that was largely coincidental to movement: animals would work fine without it, it just happened to be an easy path.

                                And it was cool. And there were claims that it would lead to super-intelligence and the singularity, but mostly people ignored them because they were obvious nonsense. But when you show them generated text they suddenly all anthropomorphise.

                                budududuroiu@hachyderm.ioB This user is from outside of this forum
                                budududuroiu@hachyderm.ioB This user is from outside of this forum
                                budududuroiu@hachyderm.io
                                wrote sidst redigeret af
                                #63

                                @david_chisnall @futurebird You don't have to anthropomorphise to understand that these models really love reward hacking. Text is important, because code IS text, and you can actuate a lot of the physical world through code.

                                Anthropomorphising is also easier for conversation, because the alternative would be to say:

                                > "The sampled token sequence is consistent with the model having traversed a low-loss region of the policy manifold in which the KL-regularised objective, as shaped by RLHF reward model gradients, assigns high probability mass to trajectories that an external observer applying the intentional stance would parsimoniously compress as 'wanting Y'"

                                ... each time you wanted to refer to a reasoning LLM's action trajectory...

                                budududuroiu@hachyderm.ioB 1 Reply Last reply
                                0
                                • budududuroiu@hachyderm.ioB budududuroiu@hachyderm.io

                                  @david_chisnall @futurebird You don't have to anthropomorphise to understand that these models really love reward hacking. Text is important, because code IS text, and you can actuate a lot of the physical world through code.

                                  Anthropomorphising is also easier for conversation, because the alternative would be to say:

                                  > "The sampled token sequence is consistent with the model having traversed a low-loss region of the policy manifold in which the KL-regularised objective, as shaped by RLHF reward model gradients, assigns high probability mass to trajectories that an external observer applying the intentional stance would parsimoniously compress as 'wanting Y'"

                                  ... each time you wanted to refer to a reasoning LLM's action trajectory...

                                  budududuroiu@hachyderm.ioB This user is from outside of this forum
                                  budududuroiu@hachyderm.ioB This user is from outside of this forum
                                  budududuroiu@hachyderm.io
                                  wrote sidst redigeret af
                                  #64

                                  @david_chisnall @futurebird

                                  > And there were claims that it would lead to super-intelligence and the singularity

                                  Doesn't it? The genetic algorithms for walking were very crude, but the biggest improvements in robotics came from reinforcement learning, which is now the core of what makes LLMs useful at doing anything

                                  futurebird@sauropods.winF 1 Reply Last reply
                                  0
                                  • suneauken@mastodon.worldS suneauken@mastodon.world shared this topic
                                  • budududuroiu@hachyderm.ioB budududuroiu@hachyderm.io

                                    @david_chisnall @futurebird

                                    > And there were claims that it would lead to super-intelligence and the singularity

                                    Doesn't it? The genetic algorithms for walking were very crude, but the biggest improvements in robotics came from reinforcement learning, which is now the core of what makes LLMs useful at doing anything

                                    futurebird@sauropods.winF This user is from outside of this forum
                                    futurebird@sauropods.winF This user is from outside of this forum
                                    futurebird@sauropods.win
                                    wrote sidst redigeret af
                                    #65

                                    @budududuroiu @david_chisnall

                                    What is super intelligence?
                                    What is the singularity?

                                    1 Reply Last reply
                                    0
                                    • ophis@brain.worm.pinkO ophis@brain.worm.pink
                                      @futurebird ...well i mean you *are* literally cancelling your subscription to them...
                                      futurebird@sauropods.winF This user is from outside of this forum
                                      futurebird@sauropods.winF This user is from outside of this forum
                                      futurebird@sauropods.win
                                      wrote sidst redigeret af
                                      #66

                                      @ophis

                                      I GUESS

                                      But the "cancel" in "he was canceled" meant that the whole show was canceled.

                                      1 Reply Last reply
                                      0
                                      • jwcph@helvede.netJ jwcph@helvede.net shared this topic
                                      Svar
                                      • Svar som emne
                                      Login for at svare
                                      • Ældste til nyeste
                                      • Nyeste til ældste
                                      • Most Votes


                                      • Log ind

                                      • Har du ikke en konto? Tilmeld

                                      • Login or register to search.
                                      Powered by NodeBB Contributors
                                      Graciously hosted by data.coop
                                      • First post
                                        Last post
                                      0
                                      • Hjem
                                      • Seneste
                                      • Etiketter
                                      • Populære
                                      • Verden
                                      • Bruger
                                      • Grupper