|
|
|
Anyone treating spec as the *only* source code?
|
|
2 points
by etwigg
637 days 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 Has anybody tried building anything this way? |
|
Specifications describe the behavior of the system, but most of all it defines wanted outcomes and edge cases. This is hard.
I'd like to see the results if anyone can make this work! It would make my job orders of magnitude simpler.