6 ms·
Can you give an example? And more curious about what you do with the resulting code afterwards I imagine its gonna be a big chunk then?
by jascha_eng 2mo ago
Can you give an example? And more curious about what you do with the resulting code afterwards I imagine its gonna be a big chunk then?
- madeofpalk 2mo agoAdding a new lint rule that a lot of code violates.
- jascha_eng 2mo agoAnd that doesn't work with a simple prompt?
- mh- 2mo agoIt's just a way of defining what "done" means, and passing off evaluation of whether "it's done" is true to a separate context and/or model. If false, it prompts the original context accordingly.
- hungryhobbit 2mo agoI feel like "do X untill tests are green" is sort of the prototypical /goal case.