Generative AI and the P=NP problem
lesswrong.com·19h
Flag this post

Published on November 15, 2025 4:03 PM GMT

We’ll first define a complexity class related to generative AI :

Let FO be the class of function over finite strings of symbols which runs in time polynomial of their output length. FO is a class of efficient (polynomial) generators.

This is intended to capture the fact that a short prompt (hundreds of byte) can generate a huge file (like a megabyte picture, or a megabytes movie). Generative AI itself is not really a formal concept, so its pointless to discuss if this is it or not.

The problem of deciding if some data y has been generated by a function f in FO is in the class NP : it can be verified in polynomial time given a witness x (the prompt), and checking if f(x)=y. The proof is straightforward : since f is com…

Similar Posts

Loading similar posts...