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. Free software people: A major goal of free software is for individuals to be able to cause software to behave in the way they want it toLLMs: (enable that)Free software people: Oh no not like that

Free software people: A major goal of free software is for individuals to be able to cause software to behave in the way they want it toLLMs: (enable that)Free software people: Oh no not like that

Planlagt Fastgjort Låst Flyttet Ikke-kategoriseret
317 Indlæg 120 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.
  • mjg59@nondeterministic.computerM mjg59@nondeterministic.computer

    Clearly my most unpopular thread ever, so let me add a clarification: submitting LLM generated code you don't understand to an upstream project is absolute bullshit and you should never do that. Having an LLM turn an existing codebase into something that meets your local needs? Do it. The code may be awful, it may break stuff you don't care about, and that's what all my early patches to free software looked like. It's ok to solve your problem locally.

    petko@social.petko.meP This user is from outside of this forum
    petko@social.petko.meP This user is from outside of this forum
    petko@social.petko.me
    wrote sidst redigeret af
    #91

    @mjg59 you might be missing a few of people's issues with LLMs. Our programmer standpoint is quite niche.

    What happens to people with jobs that are affected by LLMs? They either start using LLMs to match the competition's performance, or get obsoleted... What if they can't actually afford using LLMs to stay competitive?...

    And then there's art.

    On top of all of that LLMs are energy and resource-hungry, ruining the environment and making everything more expensive...

    petko@social.petko.meP mjg59@nondeterministic.computerM 3 Replies Last reply
    0
    • david_chisnall@infosec.exchangeD david_chisnall@infosec.exchange

      @mnl @mjg59 @ignaloidas

      Not even close. Humans build mental models of things and, if correct in one area, are likely to be correct in adjacent ones. And, in most cases, are able to say ‘I don’t know” when they don’t know the answer. Books (at least, those from reputable publishers) are reviewed by technical reviewers who spot factual errors, and have finite contents and so will simply not contain an answer if it is not something the author thought to write.

      LLMs will interpolate over an n-dimensional latent space to provide a convincing answer. That answer may, if those bits of the latent space were well populated by things in the training set, be correct. But there is no difference from an LLM’s perspective between a correct and incorrect answer, only a likely and unlikely one.

      mnl@hachyderm.ioM This user is from outside of this forum
      mnl@hachyderm.ioM This user is from outside of this forum
      mnl@hachyderm.io
      wrote sidst redigeret af
      #92

      @david_chisnall @mjg59 @ignaloidas I have encountered plenty of people and books that were wrong, so I still have to engage my brain and double check, though.

      newhinton@troet.cafeN 1 Reply Last reply
      0
      • mjg59@nondeterministic.computerM mjg59@nondeterministic.computer

        When I write code I am turning a creative idea into a mechanical embodiment of that idea. I am not creating beauty. Every line of code I write is a copy of another line of code I've read somewhere before, lightly modified to meet my needs. My code is not intended to evoke emotion. It does not change people think about the world. The idea→code pipeline in my head is not obviously distinguishable from the prompt->code process in an LLM

        ichthyx@piaille.frI This user is from outside of this forum
        ichthyx@piaille.frI This user is from outside of this forum
        ichthyx@piaille.fr
        wrote sidst redigeret af
        #93

        @mjg59 Funny one, but you forgot the most important of code. It's a tool for human understanding. Statistics can *probably* find some common pattern, but it have nothing to do with "understanding".

        1 Reply Last reply
        0
        • chris_evelyn@fedi.chris-evelyn.deC chris_evelyn@fedi.chris-evelyn.de

          @mjg59 Yeah, as soon as there‘s an ethically sourced and trained free LLM that‘s not controlled by very shitty companies I‘m totally on board with you.

          Until then we shouldn’t let that shit near our projects.

          troed@swecyb.comT This user is from outside of this forum
          troed@swecyb.comT This user is from outside of this forum
          troed@swecyb.com
          wrote sidst redigeret af
          #94

          @chris_evelyn

          It's my belief that Mistral's models fit that bill.

          @mjg59

          chris_evelyn@fedi.chris-evelyn.deC zacchiro@mastodon.xyzZ 2 Replies Last reply
          0
          • mjg59@nondeterministic.computerM mjg59@nondeterministic.computer

            Free software people: A major goal of free software is for individuals to be able to cause software to behave in the way they want it to
            LLMs: (enable that)
            Free software people: Oh no not like that

            strm@fedi.inclementaviary.ukS This user is from outside of this forum
            strm@fedi.inclementaviary.ukS This user is from outside of this forum
            strm@fedi.inclementaviary.uk
            wrote sidst redigeret af
            #95
            @mjg59
            I can't help but feel this leads to short-term decision making.

            On the one hand I get it, people have shit to do and don't want to fight with upstream projects to get their needs met. Software dev culture can be a warzone.

            On the other, I see this as creating a bunch of fragile siloed work, everyone solving their own immediate needs in the short term rather than working together to build a more robust long-term solution for most needs. No assumptions challenged in their approach or potential improvements to their workflow, just a "yes boss" and something that may work in the now.

            It feels like the seeds of an increasingly insular world, "got mine jack" culture.
            mjg59@nondeterministic.computerM 1 Reply Last reply
            0
            • mjg59@nondeterministic.computerM mjg59@nondeterministic.computer

              When I write code I am turning a creative idea into a mechanical embodiment of that idea. I am not creating beauty. Every line of code I write is a copy of another line of code I've read somewhere before, lightly modified to meet my needs. My code is not intended to evoke emotion. It does not change people think about the world. The idea→code pipeline in my head is not obviously distinguishable from the prompt->code process in an LLM

              mid_kid@fosstodon.orgM This user is from outside of this forum
              mid_kid@fosstodon.orgM This user is from outside of this forum
              mid_kid@fosstodon.org
              wrote sidst redigeret af
              #96

              @mjg59 I somewhat agree, but I would like to extend this idea even further: current copyright laws cover software. copyright was meant to protect creative pursuits, which code (as you put it) is not. Many other technical fields don't have a copyright either. Let's abolish the software copyrights that so much of big tech profits from.

              Until then, I think it's fair for people to want to avoid having their code be copied without attribution.

              1 Reply Last reply
              0
              • liskin@genserver.socialL liskin@genserver.social
                @mjg59 @barnoid Yeah I think many of us need the back and forth with the compiler to fully flesh out an idea - it's certainly something that I've heard other people say as well.

                And not just coding. Even emails or just plain old speech. Explaining an idea to someone else often results in me realising it wasn't fully formed after all, and the process of communicating it to someone else forces me to make it better.
                barnoid@mastodon.me.ukB This user is from outside of this forum
                barnoid@mastodon.me.ukB This user is from outside of this forum
                barnoid@mastodon.me.uk
                wrote sidst redigeret af
                #97

                @liskin @mjg59 To me it's like seeing the shape of the code form as I write it and discovering that it could be better, more elegant. I know what the algorithm needs to achieve, but maybe I've not thought of the optimal order of things before I see it, realised every shortcut, etc.

                1 Reply Last reply
                0
                • mjg59@nondeterministic.computerM mjg59@nondeterministic.computer
                  This post did not contain any content.
                  woo@fosstodon.orgW This user is from outside of this forum
                  woo@fosstodon.orgW This user is from outside of this forum
                  woo@fosstodon.org
                  wrote sidst redigeret af
                  #98

                  @mjg59 That's an unrealistic example. My piano playing is MUCH worse than the code I used to write.

                  1 Reply Last reply
                  0
                  • mjg59@nondeterministic.computerM mjg59@nondeterministic.computer

                    @dngrs sure! Define smaller blocks, examine them, modify if the output isn't what you need

                    dngrs@chaos.socialD This user is from outside of this forum
                    dngrs@chaos.socialD This user is from outside of this forum
                    dngrs@chaos.social
                    wrote sidst redigeret af
                    #99

                    @mjg59 "sure" as in you're agreeing or disagreeing with me?

                    mjg59@nondeterministic.computerM 1 Reply Last reply
                    0
                    • C ck@chaos.social

                      @promovicz
                      That completely oversimplifies what's being discussed here. Every math book you ever studied is copyright, that does not mean you cannot use what you learned to solve math problems.

                      @mjg59

                      promovicz@chaos.socialP This user is from outside of this forum
                      promovicz@chaos.socialP This user is from outside of this forum
                      promovicz@chaos.social
                      wrote sidst redigeret af
                      #100

                      @ck @mjg59 Science works for the public domain. What you describe is explicitly exempt from copyright. If you look at proprietary source code and use its methods, that's a legally distinct situation. Landmark case: "IBM BIOS reverse-engineering".

                      1 Reply Last reply
                      0
                      • troed@swecyb.comT troed@swecyb.com

                        @chris_evelyn

                        It's my belief that Mistral's models fit that bill.

                        @mjg59

                        chris_evelyn@fedi.chris-evelyn.deC This user is from outside of this forum
                        chris_evelyn@fedi.chris-evelyn.deC This user is from outside of this forum
                        chris_evelyn@fedi.chris-evelyn.de
                        wrote sidst redigeret af
                        #101

                        @troed Shitty company, non-transparent model sourcing

                        @mjg59

                        troed@swecyb.comT 1 Reply Last reply
                        0
                        • mjg59@nondeterministic.computerM mjg59@nondeterministic.computer

                          @Nfoonf Back in the day I had software that didn't do what I wanted, and I didn't know C yet. I patched stuff in many awful ways that met my needs and which taught me nothing in the moment and could never be upstreamed. How would having a machine help me achieve that make free software worse?

                          nfoonf@chaos.socialN This user is from outside of this forum
                          nfoonf@chaos.socialN This user is from outside of this forum
                          nfoonf@chaos.social
                          wrote sidst redigeret af
                          #102

                          @mjg59 but you are paying the owner of the machine a recurring rent, aren't you? does this not bother you? what this machine does for you will never be yours, you will pay them again and again. you do not own the tools of your trade anymore. If the rent seeking owner denies you access or you can not afford it anymore this is all gone.

                          nfoonf@chaos.socialN bananarama@mstdn.socialB mjg59@nondeterministic.computerM 3 Replies Last reply
                          0
                          • mjg59@nondeterministic.computerM mjg59@nondeterministic.computer

                            @bluca (The original version of this is pretty anti-semitic and the author is a fucking nazi)

                            bluca@fosstodon.orgB This user is from outside of this forum
                            bluca@fosstodon.orgB This user is from outside of this forum
                            bluca@fosstodon.org
                            wrote sidst redigeret af
                            #103

                            @mjg59 yeah sorry I had no idea, already deleted earlier as someone else told me

                            1 Reply Last reply
                            0
                            • chris_evelyn@fedi.chris-evelyn.deC chris_evelyn@fedi.chris-evelyn.de

                              @troed Shitty company, non-transparent model sourcing

                              @mjg59

                              troed@swecyb.comT This user is from outside of this forum
                              troed@swecyb.comT This user is from outside of this forum
                              troed@swecyb.com
                              wrote sidst redigeret af
                              #104

                              @chris_evelyn

                              What an interesting claim. Has it got anything to do with reality?

                              @mjg59

                              chris_evelyn@fedi.chris-evelyn.deC 1 Reply Last reply
                              0
                              • petko@social.petko.meP petko@social.petko.me

                                @mjg59 you might be missing a few of people's issues with LLMs. Our programmer standpoint is quite niche.

                                What happens to people with jobs that are affected by LLMs? They either start using LLMs to match the competition's performance, or get obsoleted... What if they can't actually afford using LLMs to stay competitive?...

                                And then there's art.

                                On top of all of that LLMs are energy and resource-hungry, ruining the environment and making everything more expensive...

                                petko@social.petko.meP This user is from outside of this forum
                                petko@social.petko.meP This user is from outside of this forum
                                petko@social.petko.me
                                wrote sidst redigeret af
                                #105

                                @mjg59 but wait, there's more

                                What if you're not renowned security expert and open-source celebrity @mjg59 (that currently works at nvidia btw, profiting from the LLM boom, sorry) but just some guy trying to make ends meet doing some coding?...

                                Now you get an LLM mandate from your company that comes with the implication that 'either you boost your productivity with 80% or we fire you and contract a cheap prompter in your place'...

                                lasombra_br@mas.toL S hopeless@mas.toH 3 Replies Last reply
                                0
                                • mjg59@nondeterministic.computerM mjg59@nondeterministic.computer

                                  @promovicz I think a set of instructions to a machine should not be copyrightable and the rest flows from there.

                                  promovicz@chaos.socialP This user is from outside of this forum
                                  promovicz@chaos.socialP This user is from outside of this forum
                                  promovicz@chaos.social
                                  wrote sidst redigeret af
                                  #106

                                  @mjg59 Since you don't want to talk about the human/social side, you can only miss it.

                                  1 Reply Last reply
                                  0
                                  • troed@swecyb.comT troed@swecyb.com

                                    @chris_evelyn

                                    It's my belief that Mistral's models fit that bill.

                                    @mjg59

                                    zacchiro@mastodon.xyzZ This user is from outside of this forum
                                    zacchiro@mastodon.xyzZ This user is from outside of this forum
                                    zacchiro@mastodon.xyz
                                    wrote sidst redigeret af
                                    #107

                                    @troed @chris_evelyn @mjg59 last time I checked, Mistral models were merely open weight, with no training dataset available nor training pipeline released as FOSS. Has that changed?

                                    troed@swecyb.comT 1 Reply Last reply
                                    0
                                    • nfoonf@chaos.socialN nfoonf@chaos.social

                                      @mjg59 but you are paying the owner of the machine a recurring rent, aren't you? does this not bother you? what this machine does for you will never be yours, you will pay them again and again. you do not own the tools of your trade anymore. If the rent seeking owner denies you access or you can not afford it anymore this is all gone.

                                      nfoonf@chaos.socialN This user is from outside of this forum
                                      nfoonf@chaos.socialN This user is from outside of this forum
                                      nfoonf@chaos.social
                                      wrote sidst redigeret af
                                      #108

                                      @mjg59 before all this computer stuff I learned a manual craft, I still own the skills, I can use them when I need them, no one has to be paid. I can gift these skills to people, that need but can not afford them otherwise. Is this not, what all is about?

                                      1 Reply Last reply
                                      0
                                      • mjg59@nondeterministic.computerM mjg59@nondeterministic.computer

                                        Free software people: A major goal of free software is for individuals to be able to cause software to behave in the way they want it to
                                        LLMs: (enable that)
                                        Free software people: Oh no not like that

                                        bananarama@mstdn.socialB This user is from outside of this forum
                                        bananarama@mstdn.socialB This user is from outside of this forum
                                        bananarama@mstdn.social
                                        wrote sidst redigeret af
                                        #109

                                        @mjg59 heh, poked the bear with this one.

                                        unfortunately most computer users are also not set up in a way where a subtle piece of malware injected into a python script or something could ruin their day.

                                        tao uses them for generating proofs, which seems to work, and I have had some use to similar ends. they're quite bad if you have any delay in your feedback loop though

                                        1 Reply Last reply
                                        0
                                        • mnl@hachyderm.ioM mnl@hachyderm.io

                                          @david_chisnall @mjg59 @ignaloidas I have encountered plenty of people and books that were wrong, so I still have to engage my brain and double check, though.

                                          newhinton@troet.cafeN This user is from outside of this forum
                                          newhinton@troet.cafeN This user is from outside of this forum
                                          newhinton@troet.cafe
                                          wrote sidst redigeret af
                                          #110

                                          @mnl @david_chisnall @mjg59 @ignaloidas

                                          Yes, but that is also not the argument.

                                          If you read a book to extract information, you already have a mental model of the failure modes (or can build one, like students do)
                                          - Is the author known to be proficient in the space
                                          - Is the publisher reputable
                                          - Is the book 'new'

                                          Depending on the answers to those questions, you either take the content as absolutely correct, likely correct, plausible, or problematic. You can know those things before

                                          1/2

                                          newhinton@troet.cafeN 1 Reply Last reply
                                          0
                                          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