- 7 Posts
- 118 Comments
diz@awful.systemsto TechTakes@awful.systems•Microsoft lays off the staff who make the money to fund AI that doesn’tEnglish1·11 days agoI’m kind of dubious its effective in any term whatsoever, unless the term is “nothing works but we got a lot of it”.
diz@awful.systemsto TechTakes@awful.systems•AI coders think they’re 20% faster — but they’re actually 19% slowerEnglish6·11 days agoI think if people are citing in another 3 months time, they’ll be making a mistake
In 3 months they’ll think they’re 40% faster while being 38% slower. And sometime in 2026 they will be exactly 100% slower - the moment referred to as “technological singularity”.
diz@awful.systemsto TechTakes@awful.systems•AI coders think they’re 20% faster — but they’re actually 19% slowerEnglish3·11 days agoYeah, the glorious future where every half-as-good-as-expert developer is now only 25% as good as an expert (a level of performance also known as being “completely shit at it”), but he’s writing 10x the amount of unusable shitcode.
diz@awful.systemsto TechTakes@awful.systems•AI coders think they’re 20% faster — but they’re actually 19% slowerEnglish8·11 days agoI think more low tier output would be a disaster.
Even pre AI I had to deal with a project where they shoved testing and compliance at juniors for a long time. What a fucking mess it was. I had to go through every commit mentioning Coverity because they had a junior fixing coverity flagged “issues”. I spent at least 2 days debugging a memory corruption crash caused by such “fix”, and then I had to spend who knows how long reviewing every such “fix”.
And don’t get me started on tests. 200+ tests, of them none caught several regressions in handling of parameters that are shown early in the frigging how-to. Not some obscure corner case, the stuff you immediately run into if you just follow the documentation.
With AI all the numbers would be much larger - more commits “fixing coverity issues” (and worse yet fixing “issues” that LLM sees in code), more so called “tests” that don’t actually flag any real regressions, etc.
diz@awful.systemsto TechTakes@awful.systems•AI coders think they’re 20% faster — but they’re actually 19% slowerEnglish6·11 days agoI suspect that the kind of people who would “know how to use it” don’t use it right now since it has not yet reached “useful if you know how to use it” status.
Software work is dominated by the fat tail distribution of time it takes to figure out and fix a bug. Not by typing code. LLMs, much like any other form of cutting and pasting code without having any clue what it does, gives that distribution a longer, fatter tail, hence its detrimental effect on productivity.
diz@awful.systemsto TechTakes@awful.systems•AI coders think they’re 20% faster — but they’re actually 19% slowerEnglish9·12 days agoAnd the other “nuanced” take, common on my linkedin feed, is that people who learn how to use (useless) AI are gonna replace everyone with their much increased productive output.
Even if AI becomes not so useless, the only people whose productivity will actually improve are the people who aren’t using it now (because they correctly notice that its a waste of time).
diz@awful.systemsto TechTakes@awful.systems•Microsoft lays off the staff who make the money to fund AI that doesn’tEnglish5·18 days agoThat philosophy always ends in stepping into dogshit to try to boost stock prices.
diz@awful.systemsto TechTakes@awful.systems•How to pass an AI coding benchmark: train on the questionsEnglish7·20 days agoWhen they tested on bugs not in SWE-Bench, the success rate dropped to 57‑71% on random items, and 50‑68% on fresh issues created after the benchmark snapshot. I’m surprised they did that well.
After the benchmark snapshot. Could still be before LLM training data cut off, or available via RAG.
edit: For a fair test you have to use git issues that had not been resolved yet by a human.
This is how these fuckers talk, all of the time. Also see Sam Altman’s not-quite-denials of training on Scarlett Johansson’s voice: they just asserted that they had hired a voice actor, but didn’t deny training on actual Scarlett Johansson’s voice. edit: because anyone with half a brain knows that not only did they train on her actual voice, they probably gave it and their other pirated movie soundtracks massively higher weighting, just as they did for books and NYT articles.
Anyhow, I fully expect that by now they just use everything they can to cheat benchmarks, up to and including RAG from solutions past the training dataset cut off date. With two of the paper authors being from Microsoft itself, expect that their “fresh issues” are gamed too.
diz@awful.systemsto TechTakes@awful.systems•How to pass an AI coding benchmark: train on the questionsEnglish7·20 days agoYeah I’m thinking that people who think their brains work like LLM may be somewhat correct. Still wrong in some ways as even their brains learn from several orders of magnitude less data than LLMs do, but close enough.
diz@awful.systemsto TechTakes@awful.systems•Google Veo 3 fails, week 2: fail harder — Shokunin Studio spins the gachaEnglish6·22 days agoYou can film with an actual camera then use video to video to make it look very AI. If you’re just grifting, that would be the way to go I think.
diz@awful.systemsto TechTakes@awful.systems•‘AI is no longer optional’ — Microsoft admits AI doesn’t help at workEnglish7·23 days agoThey’re also very gleeful about finally having one upped the experts with one weird trick.
Up until AI they were the people who were inept and late at adopting new technology, and now they get to feel that they’re ahead (because this time the new half-assed technology was pushed onto them and they didn’t figure out they needed to opt out).
diz@awful.systemsto TechTakes@awful.systems•‘AI is no longer optional’ — Microsoft admits AI doesn’t help at workEnglish17·23 days agoI was writing some math code, and not being an idiot I’m using an open source math library for doing something called “QR decomposition”, and its efficient, and it supports sparse matrices (matrices where many numbers are 0), etc.
Just out of curiosity I checked where some idiot vibecoder would end up. AI simply plagiarizes from some shit sample snippets which exist purely to teach people what QR decomposition is. It’s actually unusable, due to being numerically unstable.
Who in the fuck even needs this shit to be plagiarized, anyway?
It can’t plagiarize a production quality implementation, because you can count those on the fingers of one hand, they’re complex as fuck and you can’t just blend a few together to try to pretend you didn’t plagiarize.
The answer is, people who are peddling the AI. They are the ones who ordered plagiarism with extra plagiarism on top. These are not coding tools, these are demos to convince the investors to buy the actual product, which is company’s stock. There’s a little bit of tool functionality (you can ask them to refactor the code), but it’s just you misusing a demo to try to get some value out of it.
And to that end, the demos take every opportunity to plagiarize something, and to talk about how the “AI” wrote the code from scratch based on its supposed understanding of fairly advanced math.
And in coding, it is counter productive to plagiarize. Many of the open source libraries can be used in commercial projects. You get upstream fixes for free. You don’t end up with some bugs or worse yet security exploits that may have been fixed since the training cut-off date.
No fucking one in the right mind would willingly want their product to contain copy pasted snippets from stale open source libraries, passed through some sort of variable-renaming copyright laundering machine.
Except of course the business idiots who are in charge of software at major companies, who don’t understand software. Who just failed upwards.
They look at plagiarized lines and count them as improved productivity.
diz@awful.systemsto TechTakes@awful.systems•‘AI is no longer optional’ — Microsoft admits AI doesn’t help at workEnglish6·23 days agoIndistinguishable from a business idiot.
diz@awful.systemsto Fuck AI@lemmy.world•Study: Meta AI Model Can Reproduce Almost Half of Harry Potter BookEnglish2·24 days agoIts also interesting that this is the most conservative, pro “its not just memorizing” estimation possible : they multiplied the probabilities of consequent tokens. Basically it means if it starts shitting out a quote it will not be able to stop quoting until their anti copy the whole book finetuning kicks in after 50 words or so.
It can probably output far more under a realistic test (always picking the top token, temperature =0)
diz@awful.systemsto TechTakes@awful.systems•People Are Being Involuntarily Committed, Jailed After Spiraling Into "ChatGPT Psychosis"English7·24 days agoIf it was a basement dweller with a chatbot that could be mistaken for a criminal co-conspirator, he would’ve gotten arrested and his computer seized as evidence, and then it would be a crapshoot if he would even be able to convince a jury that it was an accident. Especially if he was getting paid for his chatbot. Now, I’m not saying that this is right, just stating how it is for normal human beings.
It may not be explicitly illegal for a computer to do something, but you are liable for what your shit does. You can’t just make a robot lawnmower and run over a neighbor’s kid. If you are using random numbers to steer your lawnmower… yeah.
But because it’s OpenAI with 300 billion dollar “valuation”, absolutely nothing can happen whatsoever.
diz@awful.systemsto TechTakes@awful.systems•People Are Being Involuntarily Committed, Jailed After Spiraling Into "ChatGPT Psychosis"English8·24 days agoIn theory, at least, criminal justice’s purpose is prevention of crimes. And if it would serve that purpose to arrest a person, it would serve that same purpose to court-order a shutdown of a chatbot.
There’s no 1st amendment right to enter into criminal conspiracies to kill people. Not even if “people” is Sam Altman.
diz@awful.systemsto TechTakes@awful.systems•People Are Being Involuntarily Committed, Jailed After Spiraling Into "ChatGPT Psychosis"English20·24 days agoIt’s curious how if ChatGPT was a person - saying exactly the same words - he would’ve gotten charged with a criminal conspiracy, or even shot, as its human co-conspirator in Florida did.
And had it been a foreign human in the middle east, radicalizing random people, he would’ve gotten a drone strike.
“AI” - and the companies building them - enjoy the kind of universal legal immunity that is never granted to humans. That needs to end.
diz@awful.systemsto TechTakes@awful.systems•Rolling the ladder up behind us - Xe Iaso on the LLM bubbleEnglish11·25 days agoI appreciate the sentiment but I also hate the whole “AI is a power loom for coding”.
The power loom for coding is called “git clone”.
What “AI” (LLM) tools provide is just English as a programming language with plagiarized sum total of all open source as the standard library. English is a shit programming language. LLMs are shit at compiling it. Open source is awesome. Plagiarized open source is “meh” - you can not apply upstream patches.
diz@awful.systemsto TechTakes@awful.systems•Meta beats Kadrey, AI training was fair use — what this meansEnglish4·26 days agoSo, the judge says:
In cases involving uses like Meta’s, it seems like the plaintiffs will often win, at least where those cases have better-developed records on the market effects of the defendant’s use.
And what is that supposed to ever look like? Do authors need a better developed record of effects of movies on book sales, to get paid for movie adaptations, too?
Oh wow it is precisely the problem I “predicted” before: there are surprisingly few production grade implementations to plagiarize from.
Even for seemingly simple stuff. You might think parsing floating point numbers from strings would have a gazillion examples. But it is quite tricky to do it correctly (a correct implementation allows you to convert a floating point number to a string with enough digits, and back, and always obtain precisely the same number that you started with). So even for such omnipresent example, which has probably been implemented well over 10 000 times by various students, if you start pestering your bot with requests to make it better, if you have the bots write the tests and pass them, you could end up plagiarizing something identifiable.
edit: and even suppose there were 2, or 3, or 5 exfat implementations. They would be too different to “blur” together. The deniable plagiarism that they are trying to sell - “it learns the answer in general from many implementations, then writes original code” - is bullshit.