- Claude code source "leaks" in a mapfile - people immediately use the code laundering machines to code launder the code laundering frontend - now many dubious open source-ish knockoffs in python and rust being derived directly from the source What's anthropic going to do, sue them? Insist in court that LLM recreating copyrighted code is a violation of copyright???
@hynek @osmosisch I get your point, even if much production code looks like that, tech debt will always bite you.
But what I noticed with AI code is that the choice between 100% beautiful hand-written code that takes t time and good machine-written code that takes t/2 time I tend to lean for the later, unexpectedly (I‘m the kind of person who writes their HTML by hand because I can‘t bear the shitty HTML that web site generators create). LLMs write - in my opinion - „good enough“ code…
@Mastokarl @hynek Personally, I find if the code does what it's supposed to, then it's good enough.
As long as you have enough tests then you don't really need to look at the implementation. Hynek is too precious. We're past that now.
@judy2k @Mastokarl this hinges on the tests being of any value which is a problem because people are famously bad at writing tests and LLMs are trained on them and it shows.
It's hilarious how many lines of test code it can write without actually testing anything of value.
I wonder if there's a future of fine-tuned models trained on good tests that don't fire up a mock fest. But the q is whether there's enough training material. :P