this post was submitted on 25 May 2026
871 points (97.5% liked)

Programmer Humor

31603 readers
367 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] VinegarChunks@lemmus.org 11 points 3 days ago (3 children)

Engineers under such incentives should ask AI how to most easily and speedily consume as many credits as possible, I bet it knows a great way

[–] schnurrito@discuss.tchncs.de 4 points 3 days ago

Probably just ask it for the seahorse emoji or something idk

[–] Buddahriffic@lemmy.world 2 points 3 days ago

Only if it's been trained on discussions about it.

[–] Kaligalis@lemmy.world 1 points 3 days ago

In my experience with Claude Code Opus, analyzing or generating files eats the most tokens while thinking is actually surprisingly cheap. I guess, the token-counting is somewhat wrong on purpose to incentivize use of high-effort thinking mode because when you incentivize using lesser models or modes, people get disappointed by the output quality and stop using the service...
So just let it analyze the code base for flaws and bugs in a loop using lots of sub agents for each type of bug or code smell.

The good thing about that method is that it is technically malicious compliance; but it also offers a high degree of plausible deniability and likely yields some actual bug fixes to offer as justification.

Doing it just once every once in a while without fanning out into tons of agents rereading the same files is the non-malicious-compliance way of using AI for bug hunting and usually worth it. Also let it write tests for the found bugs (and properly review those tests using the natural neural network in your head).