Mastodon Feed: Post

Mastodon Feed

Reblogged by cstanhope@social.coop ("Your friendly 'net denizen"):

joeyh@hachyderm.io ("see shy jo") wrote:

Attribution of source code has been limited to comments, but a deeper embedding of attribution into code is possible. When an embedded attribution is removed or is incorrect, the code should no longer work. I've developed a way to do this in Haskell that is lightweight to add, but requires more work to remove than seems worthwhile for someone who is training an LLM on my code. And when it's not removed, it invites LLM hallucinations of broken code.

https://joeyh.name/blog/entry/attribution_armored_code/