Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • 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 (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. I am baffled that, in the year 2026, I am telling technically competent engineers to not solicit nor take legal advice from a random word generator

I am baffled that, in the year 2026, I am telling technically competent engineers to not solicit nor take legal advice from a random word generator

Scheduled Pinned Locked Moved Uncategorized
19 Posts 16 Posters 11 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • possiblydrew@pnw.zoneP possiblydrew@pnw.zone

    I am baffled that, in the year 2026, I am telling technically competent engineers to not solicit nor take legal advice from a random word generator

    luboganev@androiddev.socialL This user is from outside of this forum
    luboganev@androiddev.socialL This user is from outside of this forum
    luboganev@androiddev.social
    wrote last edited by
    #8

    @Possiblydrew stupidity and competency are technically different 😄

    1 Reply Last reply
    0
    • possiblydrew@pnw.zoneP possiblydrew@pnw.zone

      I am baffled that, in the year 2026, I am telling technically competent engineers to not solicit nor take legal advice from a random word generator

      richpuchalsky@mastodon.socialR This user is from outside of this forum
      richpuchalsky@mastodon.socialR This user is from outside of this forum
      richpuchalsky@mastodon.social
      wrote last edited by
      #9

      @Possiblydrew

      Engineers never had a good grasp on what technology actually did: they're mostly formula followers

      1 Reply Last reply
      0
      • hopeless@mas.toH hopeless@mas.to

        @Possiblydrew Have you actually tried the current Coding assist AIs?

        Because if you had, you would be surprised they are not "random word generators" but actually very useful.

        You can try https://antigravity.google for free on your own code on your own machine (Linux is fine) and ask it to do your own choice of tasks.

        If you want to come back and tell me you found rand() in an overcoat, well, OK. But I think you will be very surprised.

        hastar@mastodon.nuH This user is from outside of this forum
        hastar@mastodon.nuH This user is from outside of this forum
        hastar@mastodon.nu
        wrote last edited by
        #10

        @hopeless @Possiblydrew So which of your favorite LLM tools are deterministic?

        hopeless@mas.toH 1 Reply Last reply
        0
        • hastar@mastodon.nuH hastar@mastodon.nu

          @hopeless @Possiblydrew So which of your favorite LLM tools are deterministic?

          hopeless@mas.toH This user is from outside of this forum
          hopeless@mas.toH This user is from outside of this forum
          hopeless@mas.to
          wrote last edited by
          #11

          @hastar @Possiblydrew

          The LLMs are actually deterministic themselves; you can give them the same PRNG seed and get the same result.

          It's wrong to say that they are "random word generators" like there is a dictionary and a random index into the dictionary is chosen... they are choosing what they want to talk about based on the weights they arrived at.

          You too will not recite what you want to say verbatim each time, but through your internal state decide how to express yourself.

          possiblydrew@pnw.zoneP barubary@infosec.exchangeB ariaflame@masto.aiA 3 Replies Last reply
          0
          • hopeless@mas.toH hopeless@mas.to

            @hastar @Possiblydrew

            The LLMs are actually deterministic themselves; you can give them the same PRNG seed and get the same result.

            It's wrong to say that they are "random word generators" like there is a dictionary and a random index into the dictionary is chosen... they are choosing what they want to talk about based on the weights they arrived at.

            You too will not recite what you want to say verbatim each time, but through your internal state decide how to express yourself.

            possiblydrew@pnw.zoneP This user is from outside of this forum
            possiblydrew@pnw.zoneP This user is from outside of this forum
            possiblydrew@pnw.zone
            wrote last edited by
            #12

            @hopeless wow there’s so much to unpack here.

            Random + weights + other stuff is still ✨random ✨.

            Random + seed sure is deterministic but how often do you the user set the seed? Why is the answer to an objective query subject to a probabilistic state?

            1 Reply Last reply
            0
            • possiblydrew@pnw.zoneP possiblydrew@pnw.zone

              I am baffled that, in the year 2026, I am telling technically competent engineers to not solicit nor take legal advice from a random word generator

              rootwyrm@weird.autosR This user is from outside of this forum
              rootwyrm@weird.autosR This user is from outside of this forum
              rootwyrm@weird.autos
              wrote last edited by
              #13

              @Possiblydrew if they're doing that, then they most definitely are not technically competent in any way whatsoever.

              1 Reply Last reply
              0
              • possiblydrew@pnw.zoneP possiblydrew@pnw.zone

                I am baffled that, in the year 2026, I am telling technically competent engineers to not solicit nor take legal advice from a random word generator

                dabeaz@mastodon.socialD This user is from outside of this forum
                dabeaz@mastodon.socialD This user is from outside of this forum
                dabeaz@mastodon.social
                wrote last edited by
                #14

                @Possiblydrew Apropos of nothing, taxes are due tomorrow.

                1 Reply Last reply
                0
                • possiblydrew@pnw.zoneP possiblydrew@pnw.zone

                  I am baffled that, in the year 2026, I am telling technically competent engineers to not solicit nor take legal advice from a random word generator

                  drdrowland@fediscience.orgD This user is from outside of this forum
                  drdrowland@fediscience.orgD This user is from outside of this forum
                  drdrowland@fediscience.org
                  wrote last edited by
                  #15

                  @Possiblydrew

                  Ok, but also there's this: https://www.harvey.ai/ but I don't think they license to individuals

                  1 Reply Last reply
                  0
                  • hopeless@mas.toH hopeless@mas.to

                    @hastar @Possiblydrew

                    The LLMs are actually deterministic themselves; you can give them the same PRNG seed and get the same result.

                    It's wrong to say that they are "random word generators" like there is a dictionary and a random index into the dictionary is chosen... they are choosing what they want to talk about based on the weights they arrived at.

                    You too will not recite what you want to say verbatim each time, but through your internal state decide how to express yourself.

                    barubary@infosec.exchangeB This user is from outside of this forum
                    barubary@infosec.exchangeB This user is from outside of this forum
                    barubary@infosec.exchange
                    wrote last edited by
                    #16

                    @hopeless @hastar @Possiblydrew

                    they are choosing what they want to talk about

                    Wow, what a coincidence. I was just talking to /dev/urandom and it chose to talk about "bizz".

                    hopeless@mas.toH 1 Reply Last reply
                    0
                    • barubary@infosec.exchangeB barubary@infosec.exchange

                      @hopeless @hastar @Possiblydrew

                      they are choosing what they want to talk about

                      Wow, what a coincidence. I was just talking to /dev/urandom and it chose to talk about "bizz".

                      hopeless@mas.toH This user is from outside of this forum
                      hopeless@mas.toH This user is from outside of this forum
                      hopeless@mas.to
                      wrote last edited by
                      #17

                      @barubary @hastar @Possiblydrew

                      You're so clever!

                      1 Reply Last reply
                      0
                      • hopeless@mas.toH hopeless@mas.to

                        @hastar @Possiblydrew

                        The LLMs are actually deterministic themselves; you can give them the same PRNG seed and get the same result.

                        It's wrong to say that they are "random word generators" like there is a dictionary and a random index into the dictionary is chosen... they are choosing what they want to talk about based on the weights they arrived at.

                        You too will not recite what you want to say verbatim each time, but through your internal state decide how to express yourself.

                        ariaflame@masto.aiA This user is from outside of this forum
                        ariaflame@masto.aiA This user is from outside of this forum
                        ariaflame@masto.ai
                        wrote last edited by
                        #18

                        @hopeless @hastar @Possiblydrew They aren't sentient, they are not 'choosing' anything. They're just picking at random from weighted options. They don't know anything. If the training set was good for what specifically you wanted to do you might be lucky. Otherwise you could be totally fucked and not know it until a lot later when something breaks/lets someone into your system.

                        1 Reply Last reply
                        0
                        • possiblydrew@pnw.zoneP possiblydrew@pnw.zone

                          I am baffled that, in the year 2026, I am telling technically competent engineers to not solicit nor take legal advice from a random word generator

                          mancube@pnw.zoneM This user is from outside of this forum
                          mancube@pnw.zoneM This user is from outside of this forum
                          mancube@pnw.zone
                          wrote last edited by
                          #19

                          @Possiblydrew indoctrinating engineers and engineering types with goofy shit is like shooting fish in a barrel. on average they think they're smarter than they are, at least in part because so much education rewards rationalizing over anything else

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups