The title is funny to me. We should consider a new computation complexity class for LLMs. Let's call the ones that can be solved with a prompt, Promptable. For the problems that we cannot reliably solve with a single prompt yet, let's call them non-deterministic promptable, or NP. Question is, for most of these hard problems, is there a prompt that can solve them? Better yet, is there a prompt good enough that we col…
My opinion is that it cannot, due to the unbounded nature of NP problems[0]. Regarding sudoku specifically, the question is a bit more nuanced (as described here[1]).
As for the NP nature of sudoko in its general form, a short but very informative description can be found here[2].
HTH
0 - https://en.wikipedia.org/wiki/NP_(complexity)
1 - https://stackoverflow.com/questions/50703174/is-sudoku-np-co...
2 - http://www.cs.ox.ac.uk/people/paul.goldberg/FCS/sudoku.html