this post was submitted on 28 Jun 2026
1 points (54.5% liked)

Programming

27916 readers
291 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] hdsrob@lemmy.world 10 points 1 month ago (1 children)

Another article trying to solve the problems of using AI in development with better specs or better prompts instead of just writing the fucking code.

[–] codeinabox@programming.dev 1 points 1 month ago* (last edited 1 month ago) (1 children)

This article is not advocating AI driven development. It's arguing a human understanding the problem, and how best to solve it, is the most important work.

I’m not anti-spec. Far from it. I think rigorous, well-structured specs are about to be the single most important artifact in software. Read the book. Adopt the format. Use the tools. The mechanics matter and I’m not waving them away.

But the spec is a vessel. The recipe is not the cooking. If we pour mediocre understanding into a perfectly-formatted spec, we get perfectly-formatted slop, faster and at scale. The format is necessary. It is nowhere near sufficient.

The real work - the part no tool will do for you - is the human work of digging in. Of actually understanding the problem and the person you’re solving it for, deeply enough to have an opinion about what right feels like. Of capturing not just the requirements but the taste. The why. The elegance. The exact sweet spot of how it should work.

[–] Feyd@programming.dev 5 points 1 month ago

Followed by:

I’ve been deep in the new spec-driven literature. There’s a book - Agentic Spec-Driven Development: A Practical Method for Using AI to Build Complete Specifications