Comment by DrillShopper
1 day ago
Your use case is one that I have been gently leaning into for small projects at work and personal projects - the LLM is used to give me an initial ideal and code. In a sense, the LLM writes "the one I throw away", and by exploring the limitations of what it produces I both get a better idea of the problem domain and more confidence in actually implementing something useful.
It helps provide a launching point or springboard.
We know, going in, this isn't the final product but enough to get boilerplate and momentum.