this post was submitted on 12 Sep 2026
124 points (100.0% liked)

Programming

28491 readers
183 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] hperrin@lemmy.ca 25 points 4 days ago (2 children)

It sounds like their policy is basically the same as Human Contribution Policy 2-TR. That’s awesome.

[–] anzo@programming.dev 5 points 3 days ago (1 children)

I just skimmed over the text. That's just a lot of words for saying "no ai".

Personally, I like debian's approach more. They put some granularity of levels as to when and how much ai assistance can you take.

But I can totally see that void, being the profile of users and devs they got, would prefer to be way more radical.

[–] hperrin@lemmy.ca 4 points 3 days ago

A lot of it is very explicit definitions so there’s no ambiguity, and reasoning to explain why. None of the reasoning is quality of the code, which is what most people assume is the reason.

[–] atzanteol@sh.itjust.works -3 points 2 days ago (1 children)

The SciActive Human Contribution Policy is a free, general contribution policy meant to safeguard projects from the inherent legal and security risks of AI generated contributions.

Boy it's amazing how people ignore the security track record of human authored code over the last 30 years. One need only look at the recent explosion of discovered vulnerabilities by AI.

This license is fud.

[–] hperrin@lemmy.ca 3 points 2 days ago (1 children)

Nobody is ignoring anything.

It’s not a license, it’s a policy.

AI tends to “discover” previously discovered vulnerabilities, or obvious vulnerabilities. It also tends to hallucinate vulnerabilities. I’m not saying it’s useless at discovering vulnerabilities, just that a human audit is better.

The policy also doesn’t say you can’t use AI to audit a code base, or even a single diff, so that point is moot.

[–] atzanteol@sh.itjust.works 1 points 1 day ago (1 children)

AI tends to “discover” previously discovered vulnerabilities,

Friend - your information is very out-of-date. It's accelerating the discovery of vulnerabilities like crazy. I'm not saying we've hit singularity (or even that we will) but to brush it all off as "it only finds things we already knew about" is copium at this point.

[–] hperrin@lemmy.ca 0 points 1 day ago* (last edited 1 day ago)

Well it’s a good thing I didn’t say that then. xD

I think you’re also missing the bigger point that the policy does not prevent you from auditing your code base with AI. That is completely, 100% allowed under this policy.

Reading comprehension is important.