|
|
|
|
|
by qwertylicious
210 days ago
|
|
I mean, yeah? That's why in my workflow I don't write single monster specs. Rather, I work with the LLM to iterate on small, individual, highly constrained specs that provide useful context for what/why/how -- stories, if you will -- that include a small set of critical requirements and related context -- the criteria by which you might "accept" the work -- and then I build up a queue of those "stories" that form a, you might say, backlog of work that I then iterate with the LLM to implement. I then organize that backlog so that I can front-load uncovering unknowns while delivering high-value features first. This isn't rocket science. By far the biggest challenge I experience is compounding error during those iterative cycles creating brittleness, code duplication, and generally bad architecture/design. Finding ways to incorporate key context or other hints in those individual work items is something I'm still sorting out. (and yes, I use en-dashes, and no I'm not an AI) |
|