Understanding Spec-Driven-Development: Kiro, spec-kit, and Tessl (martinfowler.com)
from codeinabox@programming.dev to programming@programming.dev on 15 Oct 2025 13:24
https://programming.dev/post/39109426

#programming

threaded - newest

thingsiplay@beehaw.org on 15 Oct 2025 14:23 next collapse

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.

Dunstabzugshaubitze@feddit.org on 15 Oct 2025 14:28 next collapse

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 on 15 Oct 2025 15:44 collapse

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

They should call it Wish-BASIC ™

bleistift2@sopuli.xyz on 15 Oct 2025 17:30 collapse

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