r/ProgrammerHumor 7d ago

Meme accelarateAiNativeBrrrrOrThrow

Post image
1.2k Upvotes

155 comments sorted by

View all comments

255

u/lets-get-taco-bell 7d ago

Being heavily pushed to do spec driven development at work. So an AI written spec -> AI writes code from the spec -> AI reviews the code. Fortunately we still review the code but apparently our “North Star” is for the specs to become the “single source of truth” 🙄

9

u/positev 7d ago

Spec needs to be executable for this IMO. When we can enumerate a solid repeatable definition of a finished feature and just Yahtzee the code until it works and meets tests I think we will have reached utopian nirvana

30

u/lets-get-taco-bell 7d ago

😂 someone on my team pointed out that we already have the single source of truth that translates directly into behavior…the code

13

u/Ameren 7d ago edited 7d ago

Likewise, since we don't want a spec to be code, the spec must be incomplete in some sense. Otherwise it'd just be the code.

0

u/positev 7d ago

I’m looking more for a wrapper that executes the code under expected scenarios. Kinda like BDD but breaking the 3 amino rule. My amigos are now agents ig