this post was submitted on 15 Oct 2025
-2 points (42.9% liked)

Programming

23281 readers
404 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] Dunstabzugshaubitze@feddit.org 9 points 1 week ago (1 children)

that just seems like putting the same work into 'spec' i now put into code, but having to hope the ai produces something usable, and not like something that would save actual effort.

my boss is going to love that though...

[–] Corngood@lemmy.ml 5 points 1 week ago

It's like another attempt at programming with natural language, except using a non-deterministic black box.

They should call it Wish-BASIC (TM)

[–] thingsiplay@beehaw.org 5 points 1 week ago

I’ve been trying to understand one of the latest AI coding buzzword: Spec-driven development (SDD).

writing a “spec” before writing code with AI

The spec becomes the source of truth for the human and the AI.

In other words, the specs are vibe coded and then this vibe coded spec is used to vibe code a program. How exciting.

[–] bleistift2@sopuli.xyz 3 points 1 week ago

Imagine thinking about what you’re going to code beforehand. What a world we live in!