Rsync 3.4.3 has hundreds of Claude commits

(mastodon.gamedev.place)

63 points | by fooker 2 hours ago

20 comments

  • himata4113 1 hour ago
    Looks fine? most of the commits are tests, ci, docs and issues that could cause memory corruption / hidden bugs rather than any new feature development. Of course it's unfortunate that it caused this bug to surface and it would be curious to investigate exactly why this happened, maybe the "safe" c operations have different (unexpected) behavior instead of immediately pointing out that "ai bad". I think patching issues that could cause future CVE's is pretty important especially because rsyncing a file -> client compromise could be pretty devestating as it often runs unsandboxed.

    Everyone is still learning how and how much AI should be used and we shouldn't be too harsh on opensource developers. (edit: if someone hears "you are irresponsible if you don't let claude review your code", it would be pretty natural to let AI review your code and fix issues without knowing the full implications of it)

    I suspect this commit: https://github.com/RsyncProject/rsync/commit/4fa7156ccdb2ad3..., appears to be changing behavior and changes like these shouldn't be in a patch version (unless it's an active security exploit).

    • fooker 1 hour ago
      Yeah this is how software development works now, no matter how much anyone wants to disagree with it. The technology is here, you can't put it back in the box. If your tool has AI agents trying to find exploits 24/7, you'll need something comparable.

      It is worth figuring out the new science of software engineering to get it right.

      I suspect we are going to find plenty of new techniques that make this sort of development work better. After all, it took fifty years to arrive at our best known (unit test + reviewable tiny change, get an LGTM) model of software development.

    • nalekberov 1 hour ago
      > Everyone is still learning how and how much AI should be used and we shouldn't be too harsh on opensource developers.

      The main problem with using AI in open source software is that millions of people rely on your code, but you risk exposing them all to something unverified.

      • applfanboysbgon 1 hour ago
        If millions of people are relying on free software, that's their problem, isn't it? The maintainer has zero obligations to them, and they are not entitled to anything. If they want commercial support or SLAs, they could tender an offer, or else they can fork it and maintain it themselves. I think the maintainer here is being a silly goose but it's their right to be as silly as they want in their own repo.
      • Bigpet 1 hour ago
        Well maybe we shouldn't then? Before LLMs some not just clueless but also malicious rando could've send a PR too. And the maintainers might've gotten burned out any and just said f-it and merged stuff randomly. I don't see how AI changed the calculation here much.
      • jasonvorhe 1 hour ago
        You also risk exposing users to any other error you make. That's called a bug.

        Unless someone points to vibe coded/hallucinated code causing the breakage or provides clues that might indicate unreviewed slop code being committed and shipped, I'd hold my horses.

      • megous 1 hour ago
        Yes, you risk reputation and still need to be careful. One way to try to mitigate is to write tests. Which is what rsync project is doing, too. But there's only so much you can catch alone.

        And BTW, you're not distributing to millions of people as an author of the code.

        There are distributions maintainers between you and the world, which can also intervene, and are responsible for what they distribute, build testing on many configurations/architectures/versions - and can decide to revert to protect users, etc. And often do.

        FOSS authors themselves can't be expected to keep around outdated systems from 5 years ago just to test build compatibility, in 8 different architectures that someone may want to build their code with.

        Very few projects have as comprehensive testsuite as say sqlite. You can never cover everyting, so the beauty of FOSS is that someone will come and tell you and send you a fix for their special system, and now everything is again fine for that one special person, or distro maintainer.

  • sph 7 minutes ago
    I reckon we will soon see a growing movement of maintainers forking popular open-source projects to the point before vibecoding was introduced to the development process.

    I can definitely see myself supporting this. Vibecoding promotes the uncontrollable growth of features, and thus bugs, when the vast majority of software benefits from stability. It should be possible to be done with development, barring security patches and bug fixes.

  • Tiberium 1 hour ago
  • eunos 1 hour ago
    It's rather ironic that in profit making enterprises using AI are not only encouraged but also part of KPIs. But in open source it's scourge
    • tactlesscamel 5 minutes ago
      Pride in one'one's journey, the feeling of accomplishment for creating/learning/doing something, and the general art within the act...

      Yes, it's ironic that the stock photo companies offer on-demand image generation when the private galleries only offer photos which required an adventure and effort.

    • sph 3 minutes ago
      Well it is a scourge in both.
    • 3form 1 hour ago
      I don't think using AI as such is the core problem here. It's the type of use. Vibe coding, brain off coding and blind trust are the issue, and an issue everywhere, just enterprises were never really about quality in the first place. But eventually, they too will generate more crap than they can handle.
      • kelnos 1 hour ago
        I mean, we have no idea how tridge is using claude. I would easily give him the benefit of the doubt that he's not vibe-coding, is involved in the change (not just turning on auto-accept), and reviews the output before committing.

        But it seems like everyone's immediate hot take here and on Mastodon is to assume the worst and shit on him.

    • duskdozer 1 hour ago
      Why ironic? It seems to me no different than s/AI/dark patterns/
  • Tiberium 1 hour ago
    Currently there are 130 Claude-coauthored commits, and the maintainer seems to not be engaging with any of the recent issues and just pushing more of the "security in depth" fixes that are breaking real features for people.
    • zero_k 1 hour ago
      Citation needed :) That's a bold claim. May be true, but it's a bold one, so something backing it up would be nice.
  • jasonvorhe 1 hour ago
    So, has anyone actually checked if it's just an issue with 3.4.3? Going to back to 3.4.1 skips 3.4.2 which features many contributions that aren't either by Andrew or Claude.
    • blurbleblurble 1 hour ago
      They have not
    • omgtehlion 1 hour ago
      Seems like 3.4.2 was already vibe-maintained: https://github.com/RsyncProject/rsync/commits/v3.4.2
      • kelnos 1 hour ago
        It's pretty shitty to accuse someone of vibe-coding without having any idea what their LLM-assisted development process is. Let's do better, please.
      • jasonvorhe 1 hour ago
        So? May main point is: Which commits actually broke the functionality? Going from 3.4.3 to 3.4.2 to test should be easy for anyone affected and would have been more helpful than this rant.

        I'm not defending bad slop commits, especially for such a long running project but the tribal Fediverse outrage whenever LLMs are involved is often just lazy and uninformed.

        To quote this PR: https://github.com/RsyncProject/rsync/issues/928

        > NOTE: This also affects backported rsync versions when they're used on the Receiver: > Debian: 3.4.1+ds1-5+deb13u3 / 3.2.7-1+deb12u5 / 3.2.3-4+deb11u3 > Ubuntu: 3.2.7-1ubuntu1.4

        • fooker 1 hour ago
          Figuring out which commit broke what functionality is not something you can expect users to do.
  • My_Name 1 hour ago
    This is a problem of insufficient checking happening in-between a PR being made, and it being committed.

    Imagine you have a low quality coder in your coders, they produce a lot of code, but while some of it is fine, some of it is... dubious. That is no different from an AI and the way you deal with it is the same. You check the PR before committing it.

    To allow PRs from them (or anyone really) to get merged without proper checking for bugs etc is just sloppy repo management. The problem is not "AI bad, human good", it is that a human is allowing PRs through to release without properly checking them.

    • bhaak 48 minutes ago
      The commits were all from the original inventor of rsync.

      Not a low quality newbie coder.

  • jasonvorhe 1 hour ago
    The first actually constructive attempt of figuring out the root cause can be found in this issue: https://github.com/RsyncProject/rsync/issues/897
  • solarkraft 1 hour ago
    So they’re just kind of implying a relationship between the 2 things?

    Maybe there is one, but it doesn’t support the underlying “and that must mean AI bad” hypothesis as much as the author may think.

    Somebody on the Rsync team has a new tool. They may have neglected their traditional responsibilities using it, but that’s not really a fault of the tool.

    • adrian_b 1 hour ago
      I agree that it is not a fault of the tool, but of the human who must have used it improperly.

      However, rsync is one of those applications where correctness has an extreme importance. If it fails completely, that is still not so bad, but any kind of subtle corruption in file data or in file metadata can be catastrophic.

      I expect from an rsync developer a much higher standard for program correctness verification than for most other computer applications, so these events are very worrisome.

      I do not care whether someone uses an AI tool, but I care very much about whether any written code, regardless of its author, is verified very thoroughly, or not.

    • rzmmm 1 hour ago
      My guess is just open source maintainers trying out new genAI tools out of curiosity. Unintentional slopification
    • delusional 1 hour ago
      > Maybe there is one, but it doesn’t support the underlying “and that must mean AI bad” hypothesis as much as the author may think.

      It's a tweet. Do you expect thorough null-hypothesis validation from a tweet?

  • stock_toaster 1 hour ago
    Maybe time to pursue alternative implementations[1].

    [1]: https://michael.stapelberg.ch/posts/2026-05-24-minimal-memor...

  • blurbleblurble 1 hour ago
    Maybe he got notified from the mythos team of a bunch of vulnerabilities and then followed up using claude. Doesn't seem that unlikely.

    What would you do if suddenly there were a dozen exploitable CVEs in your highly used open source project staring you down? Maybe you'd use the tool that found them to patch them as quickly as possible.

    • kelnos 1 hour ago
      I am absolutely willing to give tridge the benefit of the doubt here, but a note on what you said: I don't think you should ever patch a CVE "as quickly as possible". You should do it slowly, be very sure of the change, and test the hell out of it. You can easily introduce a new security vulnerability by rushing something like that.
      • blurbleblurble 41 minutes ago
        Good point. I just can't imagine the urgency and pressure I'd feel.
  • firtoz 1 hour ago
    I see that people are recommending rclone instead
  • vbtechguy 1 hour ago
    What's the difference between experience a human made bug versus an AI made bug in software?
    • bhaak 51 minutes ago
      A human preserves more context and might remember what they did and when pointing out a new bug, they often have an idea what's wrong.
      • sph 2 minutes ago
        A human also learns from their mistakes and grows their skillset.

        I cringe any time I read loaded questions like GP's. Have they ever met a human in their life?

  • mariopt 1 hour ago
    I suspect that many of the new cute CLI tools that people are vibecoding will turn into malware given some time.

    Seeing this happening in trusted CLI tools makes me wonder what will happen to Linux

  • CursedSilicon 1 hour ago
    I saw an exceptionally long and thoughtful post on Mastodon from "Space Hobo" https://teh.entar.net/@spacehobo that definitely deserves reprinting here

    -----

    I actually worked at the same place as Andrew Tridgell, over a quarter-century ago. I got to know a few of the OzLabs folks during their immediate post-IBM years, and always had the highest respect for them in that way where you feel acute impostor syndrome when they're in the room.

    Tridge almost walked backwards into implementing the Windows SMB protocol (he was just debugging some funny NetBIOS extensions IIRC). But his paper on the #rsync algorithm was groundbreaking, and actually writing the tool to implement it was brilliant. It's become one of those tools like #curl that just forms one of the major structural supports of the modern Internet. I still remember the day that the SSH transport became the default, and I remember being able to thank him in person when he came to the San Francisco office (although IIRC by that point he'd handed control of rsync over to mbp).

    I remember at my next job he came to a summit of folks working on print driver/spooler software. When he pointed out that some problems were effectively a cache-consistency algorithm, we all kind of put our fingers to our temples and said "Oh wow, you're SO right!" He was always insightful and sharp, while being gentle and approachable.

    I write in the past tense because I haven't crossed paths with him in two decades, and only know what I see him put out. A friend of mine in Australia noted that he hasn't posted to the Canberra LUG list since 2020, thanking someone for congratulating him on receiving the Medal of the Order of Australia. He's very much alive, but from what little I see I grow concerned for him.

    In 2024 he took over maintenance of rsync once more. The 3.3.0 release was the last one from the previous maintainer, and Tridge is currently working on 3.4.x releases.

    Well... Tridge and #Claude, it seems: https://mastodon.gamedev.place/@JeremiahFieldhaven/116654345...

    The issue tracker for rsync has recently lit up with regressions, showing features that worked reliably for almost 30 years are suddenly coming crashing down in 3.4.2 and 3.4.3. People are scrambling to find ways to pin rsync to known-good versions. The considerate, incisive mind I briefly knew is letting the stochastic parrots do his work for him, and it just seems so astonishingly unlike the person I met back in the day.

    I am still willing to give him the benefit of the doubt. I hope all is well for him, but I will not cast aspersions on his goals or his abilities. No, instead I draw this conclusion:

    If TRIDGE of all people can't handle #LLMs without a slopocalypse, no one can.

    That means you. That means someone you admire who is intelligent and careful and considerate. Not even someone whose opinions on technology you respect a great deal.

    -----

    • bhaak 59 minutes ago
      > If TRIDGE of all people can't handle #LLMs without a slopocalypse, no one can.

      > That means you. That means someone you admire who is intelligent and careful and considerate. Not even someone whose opinions on technology you respect a great deal.

      I disagree. The amount of commits is not from somebody who is carefully reviewing the new code and considering the changes done. It's from somebody who thinks they are in control and think they can guardrail the AI.

      I've seen this at work as well. Maybe it's a small case of the braineater that so many tech bros get when they get older. But they talk about the AI as if it were a being that can be reasoned with and not that it's just a statistical interpolator and autocompleter.

      I know when I'm vibe coding. Just last week I needed 5 colors for a green to read gradient for visualisation some states. I ended up with a script that outputs arbitray color gradients in 5 different colorspaces (including a colorspace for which AFAIK there's no support in Ruby as of now) and additionally also considers different color vision deficiencies.

      Is it useful? Yes. Would I run this code in production? Hell no.

  • einpoklum 1 hour ago
    Oh, no :-(

    I was hoping that at least some solid bedrock of stadalone command-line tools would withstand the deluge of AI slop.

    Will we need to start to label programs with a "written by humans" sticker? :-(

  • Ozzie-D 1 hour ago
    [flagged]
  • zx8080 1 hour ago
    LGTM, ship it.

    /s

    Is there any sign of enough code review this release got?

  • megous 1 hour ago
    Well, there's 1 +claude commit prior Mythos/Glasswing announcement and the rest are after the announcement. Take of it what you will.

    Anyway, seems blown out of proportion. There are a few issues in the tracker, some repeated or obscure. Linux 5.10, really? You want to run frankenkernel from 5 years ago with 30 000+ patches never meant or developed against it applied on top? Good luck. Rsync is least of your worries.

    And I guess if I clone the repo and do a diff against pre-claude and claude assisted state, most of the changes will not be in the actual C code.