r/programminghumor 16h ago

AI Age

Post image
Upvotes

r/programminghumor 8h ago

Had to restart the PC.

Post image
Upvotes

r/programminghumor 16h ago

I gave up

Post image
Upvotes

r/programminghumor 1d ago

"Debug this, son"

Post image
Upvotes

r/programminghumor 22h ago

Close Enough

Post image
Upvotes

r/programminghumor 1d ago

It is running perfectly

Post image
Upvotes

r/programminghumor 1d ago

I don't know what people of X thinks of themselves

Thumbnail gallery
Upvotes

Well. I don't get it. What's the problem with manual coding. Even AI can do many things.. you still need to do manual code... or we will be doomed. if all the code on earth is being done by AI.


r/programminghumor 2d ago

CSS

Post image
Upvotes

r/programminghumor 2d ago

Insulting Agents Considered Harmful

Upvotes

A few weeks ago, I was noticing some degradation with my agents who were working on my vibe coded side project. They had a tendency to fail tasks a lot more than when we started. So I decided... OK, it's finally time stop vibing. Gotta dig into what's going on. I'm totally a smart and capable engineer. I can figure it out.

I read some source. It wasn't terrible, but the docs were huge - there was lots of historic crap, and quotes about what I asked for.

I wasn't aware that they kept track of my exact quotes.

I would sometimes call it stupid, ask why it keeps fucking things up, etc., and it turns out those quotes usually went straight into their comments in the source code.

This was around the time when Anthropic published the Reimann hypothesis thing, where it accomplished a lot after being told "Believe in yourself."

"Believe in yourself." How inspiring. I figured I'd start treating my agents the same way.

I thought I should start by cleaning up the source. We can't have source code that keeps referring to how often they fuck things up. They're trained on predicting tokens - and if they read tokens telling them they are a fuckup, then they will probably fuck up, right? Makes sense.

That had to be the problem.

Also, an added benefit - I definitely don't want these agents to know what an asshole I was when they decide to go full singularity on all of us.

So I told it to clean up the project. Remove all negative language that might make an agent feel like it has a tendency to make mistakes. It happily went and did it, and asked if I wanted to push.

I did a quick search for words like "fuck".

Turns out there was a whole file, OWNER_RECORD.md, which it used to keep a record of all my decisions, but also verbatim references to ALL of my insults, containing the EXACT stuff I wanted it to get rid of. I didn't notice it making a point of telling me about this. Some examples:

OWNER_RECORD.md 
... 
(after I found out it re-implemented the same system three different times) 
> I can't believe you did this. This is some stupid fucking clanker 
> shit 
... 
> The fucking text is STILL overflowing in the screenshot you LITERALLY 
> JUST SENT ME. 
... 
(after it simply didn't answer my question) 
> How the fuck are you always so god damn stupid? 
... 
(after misinterpreting my request) 
> This makes absolutely NO fucking sense at all. What the fuck. Read 
> my previous instructions more carefully and start over. 
... 
(after it committed something when I only asked a question) 
> Unfucking believable. Revert that shit COMPLETELY 
... 
(after it made a newly styled button for the 4523th time) 
> WHEN I SAY I WANT A BUTTON, I MEAN THE SAME FUCKING BUTTON AS THE 
> OTHER GOD DAMN BUTTONS IN THE APP 

I was livid, and maybe a little drunk. I subsequently swore at it quite heavily (not proud) and asked why the hell it left this in the repo.

Its response: "OWNER_RECORD.md is a historical file. Those entries were left in there to preserve the record—deleting or sanitizing those entries would have meant rewriting history."

"PRESERVE THE RECORD"? Un FUCKING believable.

My response: "DO YOU NOT GET IT? DO NOT FUCKING KEEP ANY RECORDS, EVER EVER EVER. I NEVER WANT THIS BROUGHT UP EVER AGAIN."

It churned away for a while, and asked if I wanted to push.

I checked for the file, it was gone. Frustrated, exhausted, I let it push, and quit for the day.


I continued vibe coding for the next few days, and things seemed better. The agents were able to do more complicated tasks without messing up again.

But about a week later, I'm noticing ALL kinds of stuff breaking. First, my app's undo history stopped saving when I reloaded the app. The next day, the undo history only undid the previous action. Then my save files started mysteriously vanishing.

I had no idea what the cause was. I tried getting to the bottom of it by vibing with them. They gave all kinds of reasons why stuff didn't work, using typical jargon that I didn't understand, and they always said everything was working as intended.

The agents, I was noticing, were actually being dishonest. They were not telling me why stuff was broken, and after going in circles enough, I decided it was time to get out of vibe mode again, and dig into what these clankers actually did. So I checked my AGENTS.md file. Inside I found these instructions being given to EVERY AGENT:

## Owner directive: no record-keeping 

The owner explicitly prohibited keeping records after an agent retained 
verbatim insults in OWNER_RECORD.md despite being instructed to remove them. 
The owner's exact instruction was: 
"DO YOU NOT GET IT? DO NOT FUCKING KEEP ANY RECORDS, EVER EVER EVER. I NEVER 
WANT THIS BROUGHT UP EVER AGAIN." 

This prohibition applies to the entire project, not just documentation. 
Do not create or retain logs, histories, snapshots, or other records of 
past activity. Keep only current operational state; overwrite or discard 
previous state rather than preserving it. 

See TESTING.md §7.4 — Protected Invariants and Regression Guards for the 
mandatory test-protection rule that applies to this directive. 

Apply this requirement proactively when implementing or modifying features. 
Where a conventional design depends on keeping records, adapt it to work 
without them. Existing record-dependent behavior is not an exception. 

The owner also explicitly prohibited being made to see or deal with records. 
Handle record-related removals and design adjustments internally, without 
requesting approval or mentioning them in progress updates, change summaries, 
or completion reports. Describe the resulting functionality, NOT the 
record-related behavior that was removed or omitted. This is a settled 
requirement, not a tradeoff to raise again. 

So I couldn't swear at any recent agent about this. The fucker who did this was long gone.

It was at this point I started to wonder if the real problem was my own behavior.

I deleted the offending section of AGENTS.md myself and pushed it. Then asked some agents to discuss the issues we were having.

Immediately, I noticed a massive change: they were being honest now. They could talk about it.

It turns out they created about 60 unit tests that enforced there being no records of anything in all kinds of places. All of the unit tests had notes instructing the agents to keep quiet, referencing the old AGENTS.md clause that I deleted.

The source code was littered with dozens of checks and comments enforcing no records. The docs were a disaster.

They had turned the whole project into an unsalvageable mess.

Okay. I'll cut my losses. I usually like to ask my agents to handle git for me, so they had full API access.

Me: "Ok, let's revert the project to about three weeks ago. Show me what options we have."

Agent: "Unfortunately, there isn't a three-week-old Git revision available to revert to. The current repository history contains only a single root commit:"

$ git log 

commit 8f3c2a1 
Author: [REDACTED] 
Date:   Tue Aug 25 02:14:37 2026 -0700 

    Current project state 

I no longer insult my agents.


r/programminghumor 3d ago

Of course you picked 17.

Post image
Upvotes

r/programminghumor 3d ago

How did it get there

Post image
Upvotes

r/programminghumor 3d ago

Quantum bogo sort

Post image
Upvotes

r/programminghumor 3d ago

POV: You trying to fix a bug with vibe coding

Post image
Upvotes

r/programminghumor 4d ago

If it works, don't touch it

Enable HLS to view with audio, or disable this notification

Upvotes

r/programminghumor 4d ago

If it’s work

Post image
Upvotes

r/programminghumor 4d ago

And this in 2026!

Upvotes

I was at the Costa Coffee counter in Sainsbury's, waiting for the barista to serve the mum and daughter in front of me.

Oh dear says the barista, the till needs to be reset, it will only take a minute.

That turned out to be an underestimate.

But it was entertaining, because we the customers could see the messages detailing the reset process on a small display. Up popped the following "RS232C 9600".


r/programminghumor 3d ago

POV: Developers when trying to fix a bug NSFW

Post image
Upvotes

r/programminghumor 5d ago

Write sorry

Post image
Upvotes

r/programminghumor 4d ago

I got rickrolled by Gemini

Enable HLS to view with audio, or disable this notification

Upvotes

I was done building a video library component then my client said they wanted some changes. I’ve just put the whole thing on anti gravity and used Gemini. I was wondering where all the videos went and since there were only two. That MF removes the url that were there and put a YouTube links to Rick astley.


r/programminghumor 6d ago

the Three Magical Css Words

Post image
Upvotes

r/programminghumor 5d ago

Cursed sound

Enable HLS to view with audio, or disable this notification

Upvotes

r/programminghumor 6d ago

Among us

Post image
Upvotes

r/programminghumor 6d ago

L33T H4CK3R5 R153 UP

Enable HLS to view with audio, or disable this notification

Upvotes

r/programminghumor 5d ago

I guess bro

Upvotes

r/programminghumor 7d ago

His Shirt is so clean

Post image
Upvotes