TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Anyone treating spec as the *only* source code?

2 pointsby etwigg8 months ago
1. ask LLM to summarize a codebase into its implicit spec 2. ask LLM to generate codebase from the spec 3. starting now, version control the spec, treat the codebase as a compiled artifact<p>Has anybody tried building anything this way?

3 comments

Rotundo8 months ago
I&#x27;m very skeptical that an LLM can derive any meaningful spec from a non-trivial codebase.<p>Specifications describe the behavior of the system, but most of all it defines wanted outcomes and edge cases. This is <i>hard</i>.<p>I&#x27;d like to see the results if anyone can make this work! It would make my job orders of magnitude simpler.
airbreather8 months ago
How about an executable specification?
bee_rider8 months ago
What’s the point of a specification? I thought it was to agree on things. If you have a specification that your LLM made up, why would your boss or your teammates care about it?