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

Yes, but sometimes the two parts are also correlated so it's better if they are done at the same time.
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.