this post was submitted on 04 Jun 2026
476 points (97.2% liked)

Technology

85212 readers
3871 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] brucethemoose@lemmy.world 4 points 1 day ago* (last edited 1 day ago) (1 children)

Gemini actually has a really interesting architecture, hence it has fast responses, and it’s easily the best long context model out there.

And outside of bechmaxxing or pure coding, Gemma is very good for its size. 12B is an incredible multimodal LLm, the only one natively trained for image/text ingestion without a mmproj hacked on at the end.

…But it sure feels like executive meddling kills it.

The pattern I see is:

  • Gemini preview is released.

  • It’s genuinely good! It’s smart, it’s straight.

  • Then they “refine” it, it’s gets more and more sycophantic, more deep fried. Long context performance degrades… benchmark scores go up, but anyone who actually uses it can immediately tell it’s gotten worse.

  • Only then, is it released for mass use.

It’s obvious they took a good model, then enshittified it to make their bosses happy and tech bros in Twitter excited.

Gemma has the same pattern. Researchers tease the local community, delay it, and then when a new Gemma finally comes out, it turns out to be using some old SWA architecture. And the biggest model is cut. And only a smaller one uses the multimodal training.

It’s obvious it was neutered to not “threaten” Gemma API or be too “unsafe.”


Another thing I’ve noticed is that both Gemini and Gemma are awful with their default 1.0 temperature/top-p 0.95. Sampling completely screws them up. But they like low temperature + minp, and Gemma loves constrained sampling.

But 99% of users don’t know anything about sampling, so that’s going to leave a bad impression.

[–] sexual_tomato@lemmy.dbzer0.com 3 points 1 day ago (1 children)

What temperature/top_k do you use for gemma

[–] brucethemoose@lemmy.world 3 points 1 day ago* (last edited 1 day ago)

I use sigma N sampling at 1.0, a slop phrase banlist, and maybe a little rep penalty.

Beyond that it depends on the usage.

For scripts or “questioning a document,” it’s as low as can be until it loops. I start with zero temperature. But I don’t really use Gemma for coding, TBH, and it’s not good for longer documents.

If it’s for a specific language or a very specific script, I sometimes constrain grammar for the language.

For more “general” writing, like brainstorming or RP or whatever, I start at around 0.7 with minimal DRY sampling and look at the logit percentages in the Mikupad UI. Especially “important” tokens like names or information recall. If the probability of getting correct answers is too low, I turn the temperature down.

…But honestly, I tend to use big MoEs instead of Gemma for that, too.


And if none of this makes any sense…

Yeah. That’s the problem.

Sampling was supposed to be a temporary stopgap until looping and such was figured out, but the big LLM devs just never addressed it in production. There are all sorts of interesting papers, including one from Google about sampling logits per-layer, but they don’t implement any of them in the API models.

[–] Smith6612@lemmy.world 12 points 1 day ago

My favorite meme about Google AI is the one where it tries to justify that the pool of the Titanic is not full of water.

[–] canadaduane@lemmy.ca 13 points 1 day ago

404media: "This post is for paid members only" But we'll sure as hell put ads on it anyway.

[–] panda_abyss@lemmy.ca 169 points 3 days ago* (last edited 3 days ago) (7 children)

This is too real.

Now I get PRs entirely written by Claude from my VP that include things like full plaintext secret keys, or reimplement an API that exists, just shittier.

“Claude wrote this in an hour, why is review taking so long”

Uhh because I can’t figure out the diplomatic way to say this is shit and you need to stop without creating an incident, and I don’t want to spend half my day reviewing crap.

[–] Pechente@feddit.org 65 points 3 days ago (8 children)

Yeah also noticing similar bullshit. People send me exact steps on what to do written by ChatGPT that understands exactly nothing about the context and is therefore often wrong or a half truth at best.

Another client has pushed a single commit to a messy project that added 70k lines and a load of new features. The project is now unmaintainable.

[–] Taleya@aussie.zone 5 points 1 day ago* (last edited 16 hours ago)

Our dev tried to send me a generated summary and code. My reply was "Yes, i've read your llm summary. You're still missing the fact that the script has hardcoded the same ip into every single client and consequently doesn't work"

[–] webhead@lemmy.world 5 points 1 day ago (1 children)

I am not even a developer but I've noticed tickets having a response written clearly by AI that miss several things I already talked to the person over teams about. Like dude read your own fucking comment before you post. The conclusion is wrong and you know that because we talked about it before you had the AI "figure out the problem" in the first place. Fuck. I know reading logs is really time consuming and annoying but the AI isn't always very good or won't just say "hey that log isn't showing that I'm looking for" and instead just hallucinates something.

I don't even hate AI, but could we at least use our fucking brains while using the AI? When it spits out code to me for my home projects, I, someone who is not a developer, still look at the code to make sure it's not say running a loop that will hammer disk looking for 1200 files one at a time instead of pulling a directory listing and searching it or something very similar in the database I'm using. People have gotten so lazy. Maybe they're tired of their bosses trying to force them and are providing garbage? I don't know but can we just not? Lol.

[–] Taleya@aussie.zone 5 points 1 day ago (1 children)

I've had multiple people try and use LLMs to troubleshoot. It gives me a great feeling of job security. Those fuckers cannot think and in fact drove a boss to screen punching strokeout running him in a two hour circle over something i fixed with two clicks and cognitive function

[–] webhead@lemmy.world 2 points 1 day ago

Sometimes it can help troubleshoot but you have to already know what you're doing so you can filter out really stupid suggestions and get to the "oh yeah I didn't think about that" kind of stuff. If you're relying on it completely, you're gonna have a bad time lol.

[–] tristynalxander@mander.xyz 11 points 2 days ago

I'm just glad people will write off my terrible code as AI.

load more comments (5 replies)
[–] Ilovethebomb@sh.itjust.works 24 points 2 days ago (1 children)

Have you tried asking them a bunch of technical questions they don't know the answer to, until they give up?

[–] whotookkarl@lemmy.dbzer0.com 23 points 2 days ago (1 children)

Or spending hours explaining in excruciating detail all the reasons why it's shit and what they should have done instead, make sure to throw all the heavy handed certification standards and strict audit requirements and mind numbing bike shedding naming standards back at them.

[–] pinball_wizard@lemmy.zip 2 points 1 day ago

Yes. This is the way.

I'm the VP's ally. Practically their beat friends. It's all these pesky regulations, lawyers, audits and extreme personal liability that is slowing both of us down from doing things the sociopath way...at least until I find a gig with a less sociopathic boss.

load more comments (5 replies)
[–] Vanth@reddthat.com 163 points 3 days ago (4 children)

Best part of the article, hat tip to author Emanuel for how he included the correction request:

After this story was published Google's spokesperson reached out and asked us to publish a slightly different version of that statement. The new statement no longer stated that "it's critical that we maintain humans in the loop."

[–] KeenFlame@feddit.nu 2 points 1 day ago

"No no that is wrong! We said fuck all kids too, we really meant everyone! not just the adults??"

[–] Th4tGuyII@fedia.io 62 points 3 days ago

Its a very damning line to retract, but I don't think anybody is surprised at this point

[–] A_norny_mousse@piefed.zip 46 points 3 days ago* (last edited 3 days ago)

Google: 🙋 "Erm, sorry, your portrayal of our complete lack of ethics is incomplete. Thank you."

[–] Deebster@infosec.pub 9 points 2 days ago

I was going to quote this part as well - nice bit of malicious compliance.

[–] kreskin@lemmy.world 5 points 1 day ago* (last edited 1 day ago)

None of my management cares if AI agents work well, they just want to get them deployed asap. I dread the day they go into use. They will claim I have no engineering talent or something like that. I'm not sure malicious compliance will work this time but its worth a shot.

On the bright side its never too late to be a meth head salvaging copper from around town, and I know where a bunch of metal is at.

[–] Airfried@piefed.social 58 points 3 days ago (1 children)

Sign up for free access to this post.

gjT5M3fe0nPcqvX.png

[–] seblin@lemmy.world 4 points 2 days ago (1 children)
[–] Fmstrat@lemmy.world 7 points 1 day ago (2 children)

Not really. They've just archived the paywall page.

[–] MrKoyun@lemmy.world 2 points 1 day ago

You can sift through the various sources to get the un-paywalled page from the correct archive.

[–] LetThereBeNick@lemmy.zip 2 points 1 day ago

Option 3 works for me

[–] uuj8za@piefed.social 78 points 3 days ago* (last edited 3 days ago) (7 children)

Google’s CEO says 75% of the company’s code is AI-generated.

Everyone should take this with a huge grain of salt. Like all other internal company stat reports, it's bullshit and manufactured.

Example: my company has recently introduced a gate on CI. All commits must have "Co-Authored-By: X". Technically, you can set X=None, but most people aren't doing that because we're not stupid and we know the commit history can easily be data mined and used to generate stats on who is or isn't using AI. And we don't want to get fired.

Result: 99% of all new commits use "Co-Authored-By: Claude". Every commit I make now has "Co-Authored-By: Claude". Am I using AI? FUCK NO. But, now I have to add that stupid line to any work I turn in.

[–] criss_cross@lemmy.world 30 points 3 days ago

We have a commit skill we’re supposed to use. So for non-trivial work that I don’t want the AI to screw up i do it by hand then use the skill so it can vomit put a commit message and PR.

I get the shiny “Co-Authored-By: Claude” and burn a ton of tokens to make myself look “AI Fluent”

[–] mcv@lemmy.zip 12 points 2 days ago

This is insane to me. Having a way to easily distinguish AI generated commits from human created ones makes a lot of sense, but lying that your honest, high quality handcrafted commit is AI slop makes it pointless.

That people feel they need to do this in order to protect their jobs is fucking insane and self destructive.

[–] Steve@startrek.website 15 points 3 days ago

Remember that part in The Big Short where the stripper is talking about all the houses she owns? Similar vibes.

load more comments (4 replies)
[–] Th4tGuyII@fedia.io 69 points 3 days ago (1 children)

"We encourage our engineers to vigorously test and critique our internal tools; that candid feedback loop, even via our internal meme generator, is vital to how we build technology"

Google listening to employee feedback:

...

[–] uuj8za@piefed.social 13 points 3 days ago (1 children)

Honestly, that would be great if they just tossed it out the window.

What they're probably doing is building a list of who they should layoff next based on the feedback.

[–] criss_cross@lemmy.world 11 points 2 days ago

And tossing them out the window.

[–] toiletobserver@lemmy.world 18 points 3 days ago (2 children)
[–] MrKoyun@lemmy.world 1 points 1 day ago

It says on the article that 404 Media recreated similiar images to the memes they saw to protect their sources, so there is a chance that the originals were pure gold.

[–] OwOarchist@pawb.social 9 points 3 days ago

Maybe they should try having AI generate some memes for them.

[–] Deebster@infosec.pub 6 points 2 days ago (2 children)

Kinda weird experience to be reading textual descriptions of memes and having to reconstruct them in my head. They had enough to say to not need to pad out their word count that way.

[–] Vanth@reddthat.com 7 points 2 days ago (1 children)

They're probably doing that to protect the identity of any Google workers providing them with information. If they posted the actual meme, Google could possibly trace it back to an employee and fire them.

Some of the memes they do have in the article, they note they are reconstructions and not the actual memes from Googles internal channels.

I agree it's long though, they could have just recreated them and skipped the written description.

[–] KeenFlame@feddit.nu 2 points 1 day ago

Anonymous Memes

[–] Luisp@lemmy.dbzer0.com 6 points 2 days ago

You need to hallucinate the memes

[–] ddplf@szmer.info 5 points 3 days ago (2 children)

Also a big, chunky and oily FUCK YOU to all of you who work for or aspire to work for FAANG, MAAMA or whatever fucking letters you call it these days

[–] reksas@sopuli.xyz 5 points 3 days ago

paid tons of money to fool around while some who would be willing to work dont get hired no matter what

load more comments
view more: next ›