this post was submitted on 10 Sep 2026
250 points (90.6% liked)

Technology

87980 readers
3321 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
 

GrapheneOS is currently defending its use of AI coding tools on Mastodon against complaints by various accounts claiming to be users.

We do not understand where you're coming from or why you're so incredibly angry with us. It's not justified and does not make sense.

you are viewing a single comment's thread
view the rest of the comments
[–] SuspiciousCarrot78@aussie.zone 5 points 20 hours ago* (last edited 20 hours ago) (1 children)

Ssshh…Most of those having a knee-jerk "AI BAD! YOU BAD!" reaction don't have any clue WTF an IDE is, how code completion works, nor the fact that by most metrics 95%+ of code now has "AI" in the chain…and has had that for YEARS.

https://github.blog/news-insights/research/survey-ai-wave-grows/

https://survey.stackoverflow.co/2025/ai

OMGWTFBBQ!

Here's a crazy idea…how about instead of "AI BAD! ME HATE AI" how about some nuance? Assume ALL software in 2026 has had AI assistance, and review it on its merits.

As for the devs at GrapheneOS directly…why were you (the general you) trusting them before? Humans can be plenty dicey in ways that affect code all on their own.

https://www.reddit.com/r/PrivacyGuides/comments/13s7mv3/why_i_deleted_grapheneos_louis_rossmann/

https://factually.co/fact-checks/technology/louis-grossman-grapheneos-drama-c1f2ae

Supposedly wonderful "human artisanal code" has plenty of fuckery.

https://en.wikipedia.org/wiki/XZ_Utils_backdoor

https://thehackernews.com/2024/03/urgent-secret-backdoor-found-in-xz.html

https://simonwillison.net/2026/Mar/31/supply-chain-attack-on-axios/

https://www.hivepro.com/threat-advisory/axios-npm-supply-chain-attack-what-you-need-to-know/

[–] HaraldvonBlauzahn@feddit.org 8 points 19 hours ago (1 children)

Supposedly wonderful “human artisanal code” has plenty of fuckery.

These are supply chain attacks and in the case of xz utils, the attacker had gone to extreme lenghts to hide the attack from a well-meaning, good-hearthed but overworked and burnt out solo maintainer.

To compare this to bugs that people unwittingly introduce in normal human-written code is not sincere.

[–] SuspiciousCarrot78@aussie.zone 4 points 19 hours ago* (last edited 19 hours ago) (1 children)

Very well. Here -

https://www.debian.org/security/2008/dsa-1571

https://www.finnie.org/2024/05/13/i-discovered-the-debian-openssl-bug/

That's the thing about "pure human slop": it doesn't need to be malicious to be catastrophic.

The second link is particularly salient - kills the "supply chain attacks are special" argument because it is precisely about "unwitting bugs in normal human-written code just happen"

[–] AVincentInSpace@pawb.social 3 points 17 hours ago (2 children)

Okay, but they still happen with orders of magnitude less frequency than bugs in AI code. Consider that the time between when rsync first adopted LLM-generated code and users en masse reporting rsync internal protocol errors during a backup was on the order of months.

[–] raspberriesareyummy@lemmy.world 1 points 2 hours ago

I froze my rsync package the day that was announced. fuck the dev :(

[–] SuspiciousCarrot78@aussie.zone 3 points 16 hours ago* (last edited 16 hours ago)

I don't recall that one...but in fairness...AI generates a metric shit ton more code than humans. We'd have to normalize the results. Interestingly, looking it up now, someone DID normalize for that very case. Bug rate per commit for the AI-assisted versions landed within normal historical range. A pre-AI release had more regressions. The 3.4.3 regressions were primarily from the CVE security patches, not the AI work. Zero CVEs from the Claude-assisted commits.

EDIT: Correct URL https://alexispurslane.github.io/rsync-analysis/