@ThirdConsul@lemmy.zip
member since 3 Jan 2026 23:27
comments
- on Engineer says Claude Code has made his job "soul-sucking" as workers spend 12-hour days pressing enter in c/technology@lemmy.world · 15h ago
-
on Over 85% of Japanese game developers use generative AI in game development, 2026 CESA survey shows. An increase from last year’s 51% in c/games@lemmy.world · 6d ago
Hold your horses, making by hand another 1000 cheap ugly stock waifu gacha images is not art. It is and was slop.
Most j-games that have ads that reach me were slop since forever. Same story, same looking girls, same gameplay.
-
on AI Didn't Steal the Mathematician's Work, Sam Altman Did in c/technology@lemmy.world · 12 Sep 2026
No, my point is there is no rand call at all, check the source code here blog.adafruit.com/…/the-code-for-eliza-the-origin…
Edit: there is a line ELIZA MAD (which is just language module, but still I love it lol)
-
on AI Didn't Steal the Mathematician's Work, Sam Altman Did in c/technology@lemmy.world · 12 Sep 2026
to solve the problem
Just a reminder that the NS problem is composed from 4 statements, AB making core, CD being variant that a lot mathematicians did not really care about; CD are the variants that OpenAi stole the potential solution to (as it is not verified yet).
-
on AI Didn't Steal the Mathematician's Work, Sam Altman Did in c/technology@lemmy.world · 12 Sep 2026
At first I thought that maybe the “no match” responses, like “Please go on” were randomly selected from a list, but even there there was a pointer and iterator. Truly no randomness at all!
(If there was any randomness I was going to cheekily argue that it was a “probabilistic model” :-) )
-
on Peer reviewing is torture now in c/programmer_humor@programming.dev · 12 Sep 2026
That cost could be 5x-10x less just by
My point was that it was cost of model rewrite by agents + 3 months worth of coding by lots of people.
5k open PRs atm + 3.5k open issues. I have no idea what is the state of Bun right now, but I am not confident in it.
-
on Peer reviewing is torture now in c/programmer_humor@programming.dev · 12 Sep 2026
I get the blame and I have not lined a new remote job yet. So there.
-
on Peer reviewing is torture now in c/programmer_humor@programming.dev · 12 Sep 2026
Actually I think it’s doing well? The language to language rewrite is actually a strong suit of LLMs, as long as there is extensive years worth of tests to check rewrite behaviours.
I don’t have practical use cases for that strong suit though.
Oh, and bun seems to be dead now with 2.5k open PRs.
And merge to main takes over an hour.
And the total rewrite cost was significantly higher than the headline (multiple Prs by Anthropic employees, rough count 20% of total LoC of rewrite)
And there is still no release in sight on Github - but Claude is shipping with rust bun afaik.
-
on Peer reviewing is torture now in c/programmer_humor@programming.dev · 12 Sep 2026
This is literally how corpo I work for wants us to work. They call it… Outcome baded review. But no bugs on prod lol.
-
on Peer reviewing is torture now in c/programmer_humor@programming.dev · 12 Sep 2026
> 1k lines in internal tool = idc, do what you want.
> 1k lines in critical path = lol no.
-
on Google Has Removed Manifest V2 Extensions From the Chrome Web Store, Including uBlock Origin in c/technology@lemmy.world · 1 Sep 2026
Pointing out the architectural reality of how these APIs actually execute isn’t trolling
Cool. Except that you didn’t do that before. You’re doing that now, after the fact.
-
on Google Has Removed Manifest V2 Extensions From the Chrome Web Store, Including uBlock Origin in c/technology@lemmy.world · 1 Sep 2026
Prove it then… 99% of people like you never actually want to have a real technical discussion, because you spread your opinions based on feelings and not facts.
This is extremely funny that you’re trying to insult me, based on your feelings and not facts.
My only participation in this thread was that UBO Lite creator disagrees with you, which he publicly stated, but you felt… Offended? (No idea) - and decided to insult me rather than to deal with facts.
There is a word for people like you.
Troll.
-
on Google Has Removed Manifest V2 Extensions From the Chrome Web Store, Including uBlock Origin in c/technology@lemmy.world · 1 Sep 2026
Literally, the creator of UBO Lite disagrees with you.
Why are you like this?
-
on NVIDIA reportedly buys HuggingFace for 13 billion in c/technology@lemmy.world · 29 Aug 2026
when it can do something that is not just automating a simple task, but it’s capable of doing things that humans are no
No, credit when credit’s due, LLMs have arrived (by themselves) or helped to arrive at some mathematical conclusions, didn’t they?
A few of Erdős, some others.
Yes, it’s, a very small subset (duh), out of god knows how many they tried, and achieving the solution is made via technique called “infinite monkeys typing out Hamlet”, but credit when credit’s due (unlike LLMs that don’t properly attribute parts of the proofs).
-
on Why your local LLM feels dumber than it is in c/technology@lemmy.world · 24 Aug 2026
Them
LLMs do not change
You
Not with agents and chain of thought. Agents can run for hours continuously
Those are not the same concepts. The model of LLM remain unchanged. Agents running for hours just modify the prompt they input into an LLM model.
I do not care about the rest of discussion, just swoop in to clarify that distinction.
-
on 80% of developers find AI coding more addictive than helpful in c/technology@lemmy.world · 22 Aug 2026
I hate AI too
? Never said that.
-
on 80% of developers find AI coding more addictive than helpful in c/technology@lemmy.world · 22 Aug 2026
Anthropic claims that Mythos has low low low hallucination rate of just 40% in its System Card.
LLMs outputting code solving this exact task is a compound function of luck, with non determined a priori chance of success and unknown a priori cost.
This is my main disappointment with agentic coding. Prompting is fine, quality assurance is there from the start. Greenfield, couldn’t care less. Established enterprise code? This is a minefield.
If the tokens were 10 to 100 times cheaper, then it would be a maybe.
I also hate how it makes half of my senior engineers dumber.
Yes, and most engineers effect on the product can be graded on [-1, 1] scale. And I find that the -1s accelerates faster.
I had one of those. My seniors are getting dumber though, and we have twice as many prod bugs as a year ago. I had an outage because someone didn’t properly trim an input for fucks sake recently.