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.
  • 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.

    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
    #111

    @Nfoonf @mjg59 one, you're clearly not a carpenter if you think they don't pay rent, maintenance costs, overhead, professional licensing, etc. two, you don't understand how the industry works. production is a really big deal, even if you're a craftsman.

    craftmanship has always been for the well-to-do. most people get buy with what they can get cheaply, which means sending everything with uncalibrated nailguns, close-enough tolerances and twisted studs here.

    bananarama@mstdn.socialB 1 Reply Last reply
    0
    • bananarama@mstdn.socialB bananarama@mstdn.social

      @Nfoonf @mjg59 one, you're clearly not a carpenter if you think they don't pay rent, maintenance costs, overhead, professional licensing, etc. two, you don't understand how the industry works. production is a really big deal, even if you're a craftsman.

      craftmanship has always been for the well-to-do. most people get buy with what they can get cheaply, which means sending everything with uncalibrated nailguns, close-enough tolerances and twisted studs here.

      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
      #112

      @Nfoonf @mjg59 for most people using LLMs, its a trade-off for things that matter more in their lives

      1 Reply Last reply
      0
      • newhinton@troet.cafeN newhinton@troet.cafe

        @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 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
        #113

        @mnl @david_chisnall @mjg59 @ignaloidas

        even reading the first page.

        Generally, this assessment of the overall book extends to each page, even if it contains pages with errors.

        For llms, there is a probability that each query is resulting in garbage. In the book-analogy, it is as if each page is written by a different author, some experts, some crooks

        Except no page is attributed, and guessing who wrote what page is up to the reader.

        There is no model to be build around that fail-mode
        2/2

        mnl@hachyderm.ioM 1 Reply Last reply
        0
        • david_chisnall@infosec.exchangeD david_chisnall@infosec.exchange

          @mjg59

          I’ve heard this argument before and I disagree with it. My goal for Free Software is to enable users, but that requires users have agency. Users being able to modify code to do what they want? Great! Users being given a black box that will modify their code in a way that might do what they want but will fail in unpredictable ways, without giving them any mechanism to build a mental model of those failure modes? Terrible!

          I am not a carpenter but I have an electric screwdriver. It’s great. It lets me turn screws with much less effort than a manual one. There are a bunch of places where it doesn’t work, but that’s fine, I can understand those and use the harder-to-use tool in places where it won’t work. I can build a mental model of when not to use it and why it doesn’t work and how it will fail. I love building the software equivalent of this, things that let end users change code in ways I didn’t anticipate.

          But LLM coding is not like this. It’s like a nail gun that has a 1% chance of firing backwards. 99% of the time, it’s much easier than using a hammer. 1% of the time you lose an eye. And you have no way of knowing which it will be. The same prompt, given to the same model, two days in a row, may give you a program that does what you want one time and a program that looks like it does what you want but silently corrupts your data the next time.

          That’s not empowering users, that’s removing agency from users. Tools that empower users are ones that make it easy for users to build a (nicely abstracted, ignoring details that are irrelevant to them) mental model of how the system works and therefor the ability to change it in precise ways. Tools that remove agency from users take their ability to reason about how systems work and how to effect precise change.

          I have zero interest in enabling tools that remove agency from users.

          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
          #114

          @david_chisnall @mjg59 I suspect CHERI would make running LLM-generated code more feasible, and probably less risky. I'm not saying this to be an annoying contrarian, but rather that stronger underlying models seems to make playing with garbage LLM code more viable. Terry Tao has been using them to generate quick and dirty proofs, cha bu duo.

          david_chisnall@infosec.exchangeD 1 Reply Last reply
          0
          • zacchiro@mastodon.xyzZ zacchiro@mastodon.xyz

            @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 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
            #115

            @zacchiro I understood the ask I replied to was regarding ethical training. Mistral, as an EU company, has to abide by EU regulations AI companies in the US, China etc don't have to.

            https://artificialintelligenceact.eu/article/53/

            @chris_evelyn @mjg59

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

              @jenesuispasgoth I mean kind of the point of free software is that people get to modify it to their own ends and that doesn't mean it has to be good - when I first started hacking things to meet my needs I was definitely writing stuff that couldn't be upstreamed, but it worked for me, and making it easier for others to do that is a win

              raymaccarthy@mastodon.ieR This user is from outside of this forum
              raymaccarthy@mastodon.ieR This user is from outside of this forum
              raymaccarthy@mastodon.ie
              wrote sidst redigeret af
              #116

              @mjg59 @jenesuispasgoth
              There are people that analyse, design and then implement as code. Those are programmers. LLM can't replace that,
              If you only ever tweak someone else's design, you may not have learned to program, only learned a language, or framework or library APIs. So maybe an LLM might help, because it's a plagiarism machine. It ignores licences and the companies building them (so called "training" = copying) have violated IP, copyright, copyleft/GPL etc on a massive scale. Theft.

              mjg59@nondeterministic.computerM 1 Reply Last reply
              0
              • david_chisnall@infosec.exchangeD david_chisnall@infosec.exchange

                @mjg59

                I’ve heard this argument before and I disagree with it. My goal for Free Software is to enable users, but that requires users have agency. Users being able to modify code to do what they want? Great! Users being given a black box that will modify their code in a way that might do what they want but will fail in unpredictable ways, without giving them any mechanism to build a mental model of those failure modes? Terrible!

                I am not a carpenter but I have an electric screwdriver. It’s great. It lets me turn screws with much less effort than a manual one. There are a bunch of places where it doesn’t work, but that’s fine, I can understand those and use the harder-to-use tool in places where it won’t work. I can build a mental model of when not to use it and why it doesn’t work and how it will fail. I love building the software equivalent of this, things that let end users change code in ways I didn’t anticipate.

                But LLM coding is not like this. It’s like a nail gun that has a 1% chance of firing backwards. 99% of the time, it’s much easier than using a hammer. 1% of the time you lose an eye. And you have no way of knowing which it will be. The same prompt, given to the same model, two days in a row, may give you a program that does what you want one time and a program that looks like it does what you want but silently corrupts your data the next time.

                That’s not empowering users, that’s removing agency from users. Tools that empower users are ones that make it easy for users to build a (nicely abstracted, ignoring details that are irrelevant to them) mental model of how the system works and therefor the ability to change it in precise ways. Tools that remove agency from users take their ability to reason about how systems work and how to effect precise change.

                I have zero interest in enabling tools that remove agency from users.

                moses_izumi@fe.disroot.orgM This user is from outside of this forum
                moses_izumi@fe.disroot.orgM This user is from outside of this forum
                moses_izumi@fe.disroot.org
                wrote sidst redigeret af
                #117
                @david_chisnall @mjg59
                If the LLM industry is an assault on knowledge systems (I agree with @atax1a on this) the same goes for the proliferation of smartphones without physical keyboards.

                Touch keyboards are fairly okay in landscape mode, at the expense of covering half of the screen.
                No wonder people just take pictures of the lectures.
                1 Reply Last reply
                0
                • troed@swecyb.comT troed@swecyb.com

                  @chris_evelyn

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

                  @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
                  #118

                  @troed Venture funded by (among others) Andreessen Horowitz and Salesforce, no truly open models. Bye!

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

                    @p If you're doing something other than

                    var++

                    then you're doing something wrong. Code is instructions to a machine. The description of what that code does may be creative, if the actual implementation is then you are almost certainly in a bad place.

                    raymaccarthy@mastodon.ieR This user is from outside of this forum
                    raymaccarthy@mastodon.ieR This user is from outside of this forum
                    raymaccarthy@mastodon.ie
                    wrote sidst redigeret af
                    #119

                    @mjg59 @p
                    You don't understand IP/Copyright or maybe even actual programming, of which actual coding or editing code should be a minority of the effort.

                    You're simply promoting theft for the sake of convenience. The USA & China companies are simply ignoring the laws in their training.

                    p@fsebugoutzone.orgP mjg59@nondeterministic.computerM 2 Replies Last reply
                    0
                    • chris_evelyn@fedi.chris-evelyn.deC chris_evelyn@fedi.chris-evelyn.de

                      @troed Venture funded by (among others) Andreessen Horowitz and Salesforce, no truly open models. Bye!

                      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
                      #120

                      @chris_evelyn I guess "Moving the goalposts" + "bye" means that most of what you post is disconnected from reality then.

                      https://www.forbes.com/sites/iainmartin/2026/04/16/how-frances-mistral-built-a-14-billion-ai-empire-by-not-being-american/

                      1 Reply Last reply
                      0
                      • dgold@goblin.technologyD dgold@goblin.technology

                        @mjg59 strictly local needs, you do you.

                        If using a giant model like Claude, you might want to consider what remodelling that code will cost the planet in terms of direct carbon output, electricity generation, water pollution, amortised environmental cost of building the Pollution Centres and the ongoing damage to local communities of the Pollution Centres.

                        If you can live with all that? Sure, use your magic auto complete. Just don't expect others to not judge you for it. Not saying I would, btw, but that's the argument .

                        grahamperrin@mastodon.bsd.cafeG This user is from outside of this forum
                        grahamperrin@mastodon.bsd.cafeG This user is from outside of this forum
                        grahamperrin@mastodon.bsd.cafe
                        wrote sidst redigeret af
                        #121

                        Thank you for expressing the argument eloquently, succinctly, and without aggression.

                        I confess, I often tire of reading information that's repetitive. My feelings go way beyond ennui when predictability is coupled with writing that's selfish, sloppy, and divisive. This wrong style of writing has become a norm for some of the people are right to be concerned.

                        I'm amongst the countless people who are, quietly, deeply concerned about the impact on Earth's resources, the environment, and so on.

                        @dgold you're amongst the people who can inspire mutual respect. I wish more people could be like you. It saddens me that you're in a minority―not in what you think, in the way that you choose to write.

                        I'm tired, but not so tired that I can't spend ten minutes of my day thinking about how to thank you for writing nicely. I'm not sure how.

                        1 Reply Last reply
                        0
                        • raymaccarthy@mastodon.ieR This user is from outside of this forum
                          raymaccarthy@mastodon.ieR This user is from outside of this forum
                          raymaccarthy@mastodon.ie
                          wrote sidst redigeret af
                          #122

                          @jenesuispasgoth @mjg59
                          Some people think they can recycle FOSS from one licence to another using LLM, such as GPL2 to MIT or whatever. They are IP thieves.
                          All FOSS code, any so called copyleft licence, is actually copyright. Public domain code is a special case and in reality rare for anything written in the last 50 years. All of AT&T UNIX is still copyright.
                          Even programs or OS where the source has been made public with limitation for use is mostly still some sort of copyright.

                          larsmb@mastodon.onlineL 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.

                            deborahh@cosocial.caD This user is from outside of this forum
                            deborahh@cosocial.caD This user is from outside of this forum
                            deborahh@cosocial.ca
                            wrote sidst redigeret af
                            #123

                            @chris_evelyn @mjg59 … and that doesn't boost global warming and slurp up much needed water in order to train and run ...

                            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

                              lodurel@mastodon.socialL This user is from outside of this forum
                              lodurel@mastodon.socialL This user is from outside of this forum
                              lodurel@mastodon.social
                              wrote sidst redigeret af
                              #124

                              @mjg59 you mean "not by paying monthly $200 to a wanna be megacorp"? Yeah, not like that indeed.

                              13 years old me started coding on an old Windows 3.1 workstation with ~$0 monthly cost. If I were to enter the industry now, when one has to invest in LLMs, which btw also prevent from gaining actual skills and erode existing skills, I would simply have not done that. Must be why genZ hates LLMs

                              I don't see how one can look at the thought-extruding machine and think "surely it will liberate me"

                              mjg59@nondeterministic.computerM 1 Reply Last reply
                              0
                              • 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.

                                alextecplayz@techhub.socialA This user is from outside of this forum
                                alextecplayz@techhub.socialA This user is from outside of this forum
                                alextecplayz@techhub.social
                                wrote sidst redigeret af
                                #125

                                @mjg59 pretty much. I deeply dislike any PRs I see on various projects where the prompt was basically just something like "I want you to implement this major feature into this project", with no real understanding of the underlying code and whatnot.

                                I would rather have coders that know what they're doing and that understand their codebases use LLMs than a random Joe Schmoe like those TikTok vibecoders with like 5 monitor screens, brainrotted on short-form content asking Claude to add E2EE to some project or to refactor the rendering process of a game engine or whatnot.

                                These people are wasting the maintainers' time with a jumbled mess of AI code that assumes a few things and that likely breaks on the first try.

                                ---

                                There's nothing wrong with pulling a git repo and then vibe-coding a quick thing as a test or for your specific use case, but there's everything wrong with upstreaming that as a PR if you have no idea how the project's code even works or how it's architected, and with no tests or checks.

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

                                  Personally I'm not going to literally copy code from a codebase under an incompatible license because that is what the law says, but have I read proprietary code and learned the underlying creative aspect and then written new code that embodies it? Yes! Anyone claiming otherwise is lying!

                                  distrowatch@mastodon.socialD This user is from outside of this forum
                                  distrowatch@mastodon.socialD This user is from outside of this forum
                                  distrowatch@mastodon.social
                                  wrote sidst redigeret af
                                  #126

                                  @mjg59 This might be the dumbest thing you have written. You basically just said anyone who claims not to have committed copyright infringement is lying, which is both obviously false and insulting to developers.

                                  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

                                    distrowatch@mastodon.socialD This user is from outside of this forum
                                    distrowatch@mastodon.socialD This user is from outside of this forum
                                    distrowatch@mastodon.social
                                    wrote sidst redigeret af
                                    #127

                                    @mjg59 " Every line of code I write is a copy of another line of code I've read somewhere before." This cannot possibly be true. Surely you've written some original content, as a developer, which was unique or which created your own function, or did something you hadn't simply read before?

                                    Even if it is somehow true for you, it is not at all how most developers write code.

                                    mjg59@nondeterministic.computerM 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

                                      karolherbst@chaos.socialK This user is from outside of this forum
                                      karolherbst@chaos.socialK This user is from outside of this forum
                                      karolherbst@chaos.social
                                      wrote sidst redigeret af
                                      #128

                                      @mjg59 Most of the discourse just shows why "the Linux community" is considered this elitist toxic cesspit by most non linux people people

                                      And it's wild, because many that consider them the good folks in this regard are also participating in this toxicity

                                      it's like being condescending and shaming others for their poor choices is seen as the normal thing to do

                                      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

                                        flacs@mastodon.socialF This user is from outside of this forum
                                        flacs@mastodon.socialF This user is from outside of this forum
                                        flacs@mastodon.social
                                        wrote sidst redigeret af
                                        #129

                                        @mjg59 this may be true for code I don't care about or need to deliver quickly, everything else definitely contains as much beauty as I am capable of

                                        1 Reply Last reply
                                        0
                                        • newhinton@troet.cafeN newhinton@troet.cafe

                                          @mnl @david_chisnall @mjg59 @ignaloidas

                                          even reading the first page.

                                          Generally, this assessment of the overall book extends to each page, even if it contains pages with errors.

                                          For llms, there is a probability that each query is resulting in garbage. In the book-analogy, it is as if each page is written by a different author, some experts, some crooks

                                          Except no page is attributed, and guessing who wrote what page is up to the reader.

                                          There is no model to be build around that fail-mode
                                          2/2

                                          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
                                          #130

                                          @newhinton @david_chisnall @mjg59 @ignaloidas I’m not really following. using an llm doesn’t erase my brain the minute I use it, nor are is it a random number generator where you are forbidden to check the answers? These all hold for llms.

                                          ignaloidas@not.acu.ltI 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