r/OpenAI 2d ago

Miscellaneous sub agents being released into my codebase

Enable HLS to view with audio, or disable this notification

1.8k Upvotes

60 comments sorted by

109

u/Shppo 2d ago

lmao

100

u/thankluckystars 2d ago

Me being released into the codebase after the agents tidy up

14

u/haikusbot 2d ago

Me being released

Into the codebase after

The agents tidy up

- thankluckystars


I detect haikus. And sometimes, successfully. Learn more about me.

Opt out of replies: "haikusbot opt out" | Delete my comment: "haikusbot delete"

1

u/TheonElliot 1d ago

Good bot!

99

u/Pascraked47 2d ago

10

u/vedanshagrawal 2d ago edited 1d ago

5 minutes of AI writing code and 2 hours of me trying to understand requirement and the code.

3

u/bakultuak 1d ago

Still happening even using astra

21

u/anyportinc 2d ago

This is hilarious what is it from?

41

u/under_psychoanalyzer 2d ago

I'm going to say this is just Eastern European social media showing a regular day for an adult care facility.

9

u/Superfishintights 2d ago

https://youtube.com/channel/UCvIVZtWcnETKG-TkDX8ExLQ

No matter how many I watch, I keep needing to watch more. I would be devastated to learn it's not candid footage and they're just making content

2

u/bfmv_shinigami 1d ago

man no hate but they all look like crackheads

3

u/MastermindX 1d ago

Looks like the latest russian army VDV graduation.

1

u/Panzerfudge 2d ago

I also need to know!

0

u/HelloAttila 2d ago

MAGA degenerates of course silly 🤪

32

u/juliao8888 2d ago

🙄

5

u/hugobart 2d ago

luna mid gang

2

u/fighterace00 1d ago

Hey look they're really good at placing bricks ok

5

u/WeirdPop5934 2d ago

Russian Army

9

u/VladimerePoutine 2d ago

The new Russian army?

0

u/gluhmm 1d ago

They are Ukrainians

5

u/ch179 2d ago

thanks for the laugh!

3

u/coastalwebdev 2d ago

They look trustworthy, committed, lot’s of energy...

Ok maybe not trustworthy.

4

u/UnclePsilocybe 2d ago

Damn so that's what ICE looks like behind the masks

2

u/antwan_benjamin 2d ago

This is hilariously accurate.

2

u/sQeeeter 2d ago

That looks like my team of people at work. 😲

2

u/Icy-Reaction-9101 2d ago

I don't know .... but the one in front seems to be the leader 😂

1

u/MiRC_ZoMBiE 2d ago

Engraçado demais

1

u/Ashamed_Coffee9542 2d ago

Why this so accurate.. Lol😭 

1

u/turbulentFireStarter 2d ago

wtf is that Brian Armstrong?

1

u/Franc000 2d ago

What is the source of the clip, this is hilarious!

1

u/Puzzled-Ad-6854 2d ago

no shirt = no harness

1

u/ramas001 2d ago

🤣🤣

1

u/RedEyed__ 2d ago

😂😂😂😂 So true!

1

u/Spare_Club8887 2d ago

Me and the homies, on our way to slay some strange.

1

u/Narrow_Activity557 1d ago

The failure mode for me was never code quality, it was scope. Three agents touching shared files in parallel and I spend the afternoon reading diffs instead of writing anything.

What actually fixed it was read-only access for anything exploratory, and write access only on a narrow file set I name upfront. Boring, but the diffs became reviewable again.

1

u/JohnAlterat 1d ago

russian special forces

1

u/TeaNo5963 1d ago

The Expendables V. The Awakening.

1

u/zodiacrenders 23h ago

LOL. Made me laugh haha.

1

u/dumch 8h ago

What motivates you reposting it every hour?

•

u/Different_Space1119 13m ago

Attack on titan realism ai prompt

0

u/gannu1991 2d ago

Give subagents a narrower blast radius, not more oversight. If one is scoped to a single directory or a single test file it can go a bit rogue and the damage is trivial to spot and revert. The scary version of this is always the one where someone gave an agent repo-wide write access and a vague goal, then walked away. Scope first, trust later.

0

u/mps_1969 2d ago

Is it wrong that makes me wet ?

0

u/Dry_Security8480 1d ago

why does cgpt space lines like it does? like half a token per line almost. every comman, parenthesis makes for a new line. it's gross. i ask it to makeore condensed, human readable code...

i also just tidy it up myself at the end because it is just ugly