Y
Hacker News
new
|
ask
|
show
|
jobs
by
exploringBytes
843 days ago
More complex instructions should be split into multiple prompts, solving the challenge step by step
2 comments
visarga
843 days ago
Yes, but sometimes the two parts are also correlated so it's better if they are done at the same time.
link
quickgist
843 days ago
Done this way, you also re-incur any input token costs for every additional step. If you're using a large context, this can be significant.
link