Y
Hacker News
new
|
ask
|
show
|
jobs
by
jascha_eng
10 days 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?
2 comments
hungryhobbit
10 days ago
I feel like "do X untill tests are green" is sort of the prototypical /goal case.
link
madeofpalk
10 days ago
Adding a new lint rule that a lot of code violates.
link
jascha_eng
10 days ago
And that doesn't work with a simple prompt?
link
mh-
10 days ago
It'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.
link