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. hm https://github.com/bluesky-social/social-app/blob/main/CLAUDE.md

hm https://github.com/bluesky-social/social-app/blob/main/CLAUDE.md

Scheduled Pinned Locked Moved Uncategorized
108 Posts 55 Posters 289 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.
  • sitcom_nemesis@tech.lgbtS sitcom_nemesis@tech.lgbt

    @erincandescent @res260 @cwebber I am no fan of tedium for tedium's sake... but why specifically slop machines, which are notoriously unreliable, to solve this problem, aside from all the money that got poured into this technology? Could the same money have been used to develop languages and frameworks with sensible defaults and configurations, thereby eliminating (or vastly reducing) the need for tedium?

    erincandescent@akko.erincandescent.netE This user is from outside of this forum
    erincandescent@akko.erincandescent.netE This user is from outside of this forum
    erincandescent@akko.erincandescent.net
    wrote last edited by
    #80

    @sitcom_nemesis @res260 @cwebber I think there’s a spectrum

    There’s code we keep repeating in broadly the exact same structure, just with different details fileld in. That’s boilerplate.

    There’s code that’s unique and creative and requires thought. That’s “the meat of the problem”.

    But there’s lots of stuff in the middle where it’s not quite creative, doesn’t really require thought, but either because of domain requirements, accidents of history, or just because you’re gluing two libraries together that hadn’t ever seen each other, is too irregular to really code generate but is not actually interesting.

    1 Reply Last reply
    0
    • mkljczk@pl.fediverse.plM mkljczk@pl.fediverse.pl
      @cwebber

      RT: https://pl.fediverse.pl/objects/5174b877-5def-4a70-b561-cefdd62c9fa9
      mkljczk@pl.fediverse.plM This user is from outside of this forum
      mkljczk@pl.fediverse.plM This user is from outside of this forum
      mkljczk@pl.fediverse.pl
      wrote last edited by
      #81
      @cwebber But honestly bsky web UI felt like a one-shoted ‘vibe-coded’ Twitter clone even before it actually became one.
      1 Reply Last reply
      0
      • benjamineskola@hachyderm.ioB benjamineskola@hachyderm.io

        @erincandescent @res260 @cwebber @airtower

        'modulo institutional knowledge' is doing a lot of heavy lifting there since that's half the problem with LLM usage

        and the other half of the problem is the assumption that an LLM will produce identical code

        so I don't think there's a useful discussion to be had if those are your assumptions

        airtower@woem.menA This user is from outside of this forum
        airtower@woem.menA This user is from outside of this forum
        airtower@woem.men
        wrote last edited by
        #82

        @benjamineskola@hachyderm.io @erincandescent@akko.erincandescent.net @res260@infosec.exchange @cwebber@social.coop Yeah, this. If I'm looking at a new tool/library to possibly use (and not do a hard fork on), a key question is: Are there people who understand and care maintaining this thing? Because if there aren't, eventually "hard fork" or "don't use it" will probably be my only choices.

        And using LLMs to generate code points towards "no" (or at least "not much") for both understanding and caring. If someone skilled is actually putting in the effort to edit LLM output until it is no worse than what they would've written themselves (point for care at least), chances are it would've been faster (let alone other effects) to just do that.

        erincandescent@akko.erincandescent.netE 1 Reply Last reply
        0
        • benjamineskola@hachyderm.ioB benjamineskola@hachyderm.io

          @erincandescent @res260 @cwebber @airtower Except there is a huge problem with people actually just not looking at the code being generated. The wave of slop PRs inundating many open-source projects recently, for example.

          People keep saying 'of course there is a human in the loop' but it seems increasingly clear to me that nobody is actually bothering to be the human in the loop themselves.

          (Edit: but also, even when people are well-intentioned, I think the LLM-based process just makes it much harder to ensure quality than actually writing the code oneself.)

          And yes, this is a human problem, it's all a human problem. But that's like saying 'guns don't kill people, people do'. True, but, the tool clearly exacerbates the problem.

          As for your final paragraph I don't remotely see why you think LLMs solve this problem either.

          erincandescent@akko.erincandescent.netE This user is from outside of this forum
          erincandescent@akko.erincandescent.netE This user is from outside of this forum
          erincandescent@akko.erincandescent.net
          wrote last edited by
          #83

          @benjamineskola @res260 @cwebber @airtower

          Except there is a huge problem with people actually just not looking at the code being generated. The wave of slop PRs inundating many open-source projects recently, for example.

          People keep saying ‘of course there is a human in the loop’ but it seems increasingly clear to me that nobody is actually bothering to be the human in the loop themselves.

          I know these are problems, but you’re moving the topic of conversation. There have always been bad developers with bad practices shovling crappy code over the fence. LLMs have made this easier and it sucks but it’s not new.

          And yes, this is a human problem, it’s all a human problem. But that’s like saying ‘guns don’t kill people, people do’. True, but, the tool clearly exacerbates the problem.

          Sure, but lazy/careless people use tool to produce bad results is not a unique problem. It’s very easy with a power drill to make messy holes, but we arent’ forcing everyone to use hand drills.

          Saying using these tools results in necessarily bad output is just not backed up by available evidence.

          I don’t pretend they’re perfect and I don’t pretend there aren’t problems. What I sense is that they’re not going away and are going to become and remain routine parts of toolboxes long into the future.

          benjamineskola@hachyderm.ioB 1 Reply Last reply
          0
          • erincandescent@akko.erincandescent.netE erincandescent@akko.erincandescent.net

            @benjamineskola @res260 @cwebber @airtower

            Except there is a huge problem with people actually just not looking at the code being generated. The wave of slop PRs inundating many open-source projects recently, for example.

            People keep saying ‘of course there is a human in the loop’ but it seems increasingly clear to me that nobody is actually bothering to be the human in the loop themselves.

            I know these are problems, but you’re moving the topic of conversation. There have always been bad developers with bad practices shovling crappy code over the fence. LLMs have made this easier and it sucks but it’s not new.

            And yes, this is a human problem, it’s all a human problem. But that’s like saying ‘guns don’t kill people, people do’. True, but, the tool clearly exacerbates the problem.

            Sure, but lazy/careless people use tool to produce bad results is not a unique problem. It’s very easy with a power drill to make messy holes, but we arent’ forcing everyone to use hand drills.

            Saying using these tools results in necessarily bad output is just not backed up by available evidence.

            I don’t pretend they’re perfect and I don’t pretend there aren’t problems. What I sense is that they’re not going away and are going to become and remain routine parts of toolboxes long into the future.

            benjamineskola@hachyderm.ioB This user is from outside of this forum
            benjamineskola@hachyderm.ioB This user is from outside of this forum
            benjamineskola@hachyderm.io
            wrote last edited by
            #84

            @erincandescent @res260 @cwebber @airtower > LLMs have made this easier and it sucks but it’s not new.

            So why would we want to make it worse?

            > Saying using these tools results in necessarily bad output is just not backed up by available evidence.

            Every output I've seen from these things has been, at best, no better than a human would have done. And that's being generous.

            > What I sense is that they’re not going away and are going to become and remain routine parts of toolboxes long into the future.

            This is a self-fulfilling prophecy. Of course they won't go away if people insist on defending them.

            1 Reply Last reply
            0
            • airtower@woem.menA airtower@woem.men

              @benjamineskola@hachyderm.io @erincandescent@akko.erincandescent.net @res260@infosec.exchange @cwebber@social.coop Yeah, this. If I'm looking at a new tool/library to possibly use (and not do a hard fork on), a key question is: Are there people who understand and care maintaining this thing? Because if there aren't, eventually "hard fork" or "don't use it" will probably be my only choices.

              And using LLMs to generate code points towards "no" (or at least "not much") for both understanding and caring. If someone skilled is actually putting in the effort to edit LLM output until it is no worse than what they would've written themselves (point for care at least), chances are it would've been faster (let alone other effects) to just do that.

              erincandescent@akko.erincandescent.netE This user is from outside of this forum
              erincandescent@akko.erincandescent.netE This user is from outside of this forum
              erincandescent@akko.erincandescent.net
              wrote last edited by
              #85
              @airtower @res260 @benjamineskola @cwebber I still see LLM related artifacts as a negative quality signal. There's lots of crap LLM aided code out there and there's lots of people slopping stuff together. The worst developers are disproportionality interested.

              But I think there's a lot of stuff being written with LLM assistance these days where you'd not be able to tell
              airtower@woem.menA benjamineskola@hachyderm.ioB 2 Replies Last reply
              0
              • erincandescent@akko.erincandescent.netE erincandescent@akko.erincandescent.net
                @airtower @res260 @benjamineskola @cwebber I still see LLM related artifacts as a negative quality signal. There's lots of crap LLM aided code out there and there's lots of people slopping stuff together. The worst developers are disproportionality interested.

                But I think there's a lot of stuff being written with LLM assistance these days where you'd not be able to tell
                airtower@woem.menA This user is from outside of this forum
                airtower@woem.menA This user is from outside of this forum
                airtower@woem.men
                wrote last edited by
                #86

                @erincandescent@akko.erincandescent.net @res260@infosec.exchange @benjamineskola@hachyderm.io @cwebber@social.coop That might be, but as I wrote in that case I doubt there's any benefit (like faster progress) to the developer (even looking at code only, ignoring all the harmful side effects of LLMs).

                1 Reply Last reply
                0
                • erincandescent@akko.erincandescent.netE erincandescent@akko.erincandescent.net
                  @airtower @res260 @benjamineskola @cwebber I still see LLM related artifacts as a negative quality signal. There's lots of crap LLM aided code out there and there's lots of people slopping stuff together. The worst developers are disproportionality interested.

                  But I think there's a lot of stuff being written with LLM assistance these days where you'd not be able to tell
                  benjamineskola@hachyderm.ioB This user is from outside of this forum
                  benjamineskola@hachyderm.ioB This user is from outside of this forum
                  benjamineskola@hachyderm.io
                  wrote last edited by
                  #87

                  @erincandescent @res260 @cwebber @airtower Given that every output of LLMs that I've seen that is identifiable as such has been mediocre at best, why would I assume without any evidence that there's a significant quantity of LLM-generated code that's actually good?

                  "There's no evidence of it but it's definitely there" is unpersuasive.

                  And I've also found that people's evaluations of LLM-generated code quality is wildly out of step with my own evaluations, so I would not automatically assume that because someone says it's good that it's actually good.

                  And then, even if the code was of acceptable quality, the negative effects on the process (increased difficult of reviewing ↔ decreased institutional knowledge, among other things) count against it too.

                  (And all of this is setting aside the ethical issues, which in practice I don't think we should do anyway. Like, even if LLMs produced good output they'd be ethically indefensible, and even if they were ethically acceptable the results are so poor that why would you bother with them?)

                  1 Reply Last reply
                  0
                  • joeyh@sunbeam.cityJ joeyh@sunbeam.city

                    @cwebber I found LLM generated code in vim today

                    gnomon@mastodon.socialG This user is from outside of this forum
                    gnomon@mastodon.socialG This user is from outside of this forum
                    gnomon@mastodon.social
                    wrote last edited by
                    #88

                    @joeyh @cwebber well that is mighty disappointing.

                    benjamineskola@hachyderm.ioB 1 Reply Last reply
                    0
                    • gnomon@mastodon.socialG gnomon@mastodon.social

                      @joeyh @cwebber well that is mighty disappointing.

                      benjamineskola@hachyderm.ioB This user is from outside of this forum
                      benjamineskola@hachyderm.ioB This user is from outside of this forum
                      benjamineskola@hachyderm.io
                      wrote last edited by
                      #89

                      @gnomon @joeyh @cwebber They were advertising some LLM stuff in the most recent release notes but it didn't sound like they were actually using it on Vim itself.

                      On the other hand, anyone who cares enough to advertise LLMs is probably using them too.

                      1 Reply Last reply
                      0
                      • cwebber@social.coopC cwebber@social.coop

                        I have this suspicion that the ATproto stack, at least the stuff from Bluesky, is heading towards "majority-vibecoded" but that's mostly just from seeing a lot of posts from the Bluesky eng team rather than me having spent much time in the codebase

                        Why is def hugely responsible for Bluesky/ATProto's design and if *he's* mostly letting Claude write 99% of his code, the rest of the eng team is likely to be heading in that direction too?

                        cwebber@social.coopC This user is from outside of this forum
                        cwebber@social.coopC This user is from outside of this forum
                        cwebber@social.coop
                        wrote last edited by
                        #90

                        Also https://bsky.app/profile/pfrazee.com/post/3meogr22l3k2d

                        > A year ago, I thought LLMs were kind of neat but not that useful. I saw the code autocomplete and thought, meh.
                        >
                        >Last summer just flipped. I never ever thought I would see automated code generation like we see now.
                        >
                        > I know there’s baggage but you need to know the coders are being real about this

                        cwebber@social.coopC aslakr@mastodon.socialA 2 Replies Last reply
                        0
                        • cwebber@social.coopC cwebber@social.coop

                          Also https://bsky.app/profile/pfrazee.com/post/3meogr22l3k2d

                          > A year ago, I thought LLMs were kind of neat but not that useful. I saw the code autocomplete and thought, meh.
                          >
                          >Last summer just flipped. I never ever thought I would see automated code generation like we see now.
                          >
                          > I know there’s baggage but you need to know the coders are being real about this

                          cwebber@social.coopC This user is from outside of this forum
                          cwebber@social.coopC This user is from outside of this forum
                          cwebber@social.coop
                          wrote last edited by
                          #91

                          Also https://bsky.app/profile/samuel.fm/post/3mbz27d6qnc2v

                          eramdam@social.erambert.meE cwebber@social.coopC 2 Replies Last reply
                          0
                          • cwebber@social.coopC cwebber@social.coop

                            Also https://bsky.app/profile/samuel.fm/post/3mbz27d6qnc2v

                            eramdam@social.erambert.meE This user is from outside of this forum
                            eramdam@social.erambert.meE This user is from outside of this forum
                            eramdam@social.erambert.me
                            wrote last edited by
                            #92

                            @cwebber yeah, least surprising Bluesky thing to do

                            1 Reply Last reply
                            0
                            • erincandescent@akko.erincandescent.netE erincandescent@akko.erincandescent.net
                              @res260 @cwebber even a craftsman is sometimes just doing rote tasks
                              fay@lingo.lolF This user is from outside of this forum
                              fay@lingo.lolF This user is from outside of this forum
                              fay@lingo.lol
                              wrote last edited by
                              #93

                              @erincandescent
                              @res260 @cwebber we have tools for that tho? templates and libraries and bootstrapping and automation tools. they don't have to be, as @olivia so said a couple month ago "made from shit and blood"

                              erincandescent@akko.erincandescent.netE 1 Reply Last reply
                              0
                              • fay@lingo.lolF fay@lingo.lol

                                @erincandescent
                                @res260 @cwebber we have tools for that tho? templates and libraries and bootstrapping and automation tools. they don't have to be, as @olivia so said a couple month ago "made from shit and blood"

                                erincandescent@akko.erincandescent.netE This user is from outside of this forum
                                erincandescent@akko.erincandescent.netE This user is from outside of this forum
                                erincandescent@akko.erincandescent.net
                                wrote last edited by
                                #94
                                @fay @res260 @cwebber there's lots of code for which no reusable template could be created that is nonetheless rote
                                erincandescent@akko.erincandescent.netE fay@lingo.lolF 2 Replies Last reply
                                0
                                • erincandescent@akko.erincandescent.netE erincandescent@akko.erincandescent.net
                                  @fay @res260 @cwebber there's lots of code for which no reusable template could be created that is nonetheless rote
                                  erincandescent@akko.erincandescent.netE This user is from outside of this forum
                                  erincandescent@akko.erincandescent.netE This user is from outside of this forum
                                  erincandescent@akko.erincandescent.net
                                  wrote last edited by
                                  #95
                                  @fay @cwebber @res260 is this a failure of ours? Perhaps. But it's the sum product of millions of small failures, not something easily corrected
                                  fay@lingo.lolF 1 Reply Last reply
                                  0
                                  • cwebber@social.coopC cwebber@social.coop

                                    Example: https://bsky.app/profile/why.bsky.team/post/3meomclcfss2w

                                    > Until December of last year I was using LLMs as fancy autocomplete for coding. It was nice for scaffolding out boilerplate, or giving me a gut check on some things, or banging out some boring routine stuff.
                                    >
                                    > In the past two months Claude has written about 99% of my code. Things are changing. Fast

                                    theesm@social.tchncs.deT This user is from outside of this forum
                                    theesm@social.tchncs.deT This user is from outside of this forum
                                    theesm@social.tchncs.de
                                    wrote last edited by
                                    #96

                                    @cwebber oof, always wonder what review processes are in place at places where a large portion of changes have been vibecoded. I tend to discuss why a certain implementation has been picked, what pitfalls have been considered, if a solution is adequate to a problem etc. when reviewing major changes with engineers whose code I review, "claude did that" wouldn't really stand as an answer in my book. Makes me wonder if that kind of discussion just isn't common anymore? this whole agent stuff just seems like a big footgun to me that will inevitably lead to hard to comprehend and more difficult to navigate/to maintain codebases

                                    1 Reply Last reply
                                    0
                                    • erincandescent@akko.erincandescent.netE erincandescent@akko.erincandescent.net
                                      @fay @res260 @cwebber there's lots of code for which no reusable template could be created that is nonetheless rote
                                      fay@lingo.lolF This user is from outside of this forum
                                      fay@lingo.lolF This user is from outside of this forum
                                      fay@lingo.lol
                                      wrote last edited by
                                      #97

                                      @erincandescent @res260 @cwebber respectfully, that's not my experience 🙂 If the task is specific enough to require human intervention, then it shouldn't be left to a stochastic code generator either

                                      1 Reply Last reply
                                      0
                                      • erincandescent@akko.erincandescent.netE erincandescent@akko.erincandescent.net
                                        @fay @cwebber @res260 is this a failure of ours? Perhaps. But it's the sum product of millions of small failures, not something easily corrected
                                        fay@lingo.lolF This user is from outside of this forum
                                        fay@lingo.lolF This user is from outside of this forum
                                        fay@lingo.lol
                                        wrote last edited by
                                        #98

                                        @erincandescent @res260 @cwebber with the hundreds of billions of dollars burned to make stochastic code generators that only sort of work (and at horrific ethical costs), i dare say that we could have developed adequate tooling instead, and we still can

                                        erincandescent@akko.erincandescent.netE 1 Reply Last reply
                                        0
                                        • fay@lingo.lolF fay@lingo.lol

                                          @erincandescent @res260 @cwebber with the hundreds of billions of dollars burned to make stochastic code generators that only sort of work (and at horrific ethical costs), i dare say that we could have developed adequate tooling instead, and we still can

                                          erincandescent@akko.erincandescent.netE This user is from outside of this forum
                                          erincandescent@akko.erincandescent.netE This user is from outside of this forum
                                          erincandescent@akko.erincandescent.net
                                          wrote last edited by
                                          #99
                                          @fay @res260 @cwebber it's a coordination problem, not an effort problem. If everyone agreed to use the one serialisation format with the one schema language, with the one runtime environment, ...
                                          fay@lingo.lolF 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