Is it risky to build a company on AI-generated code?
It is risky to build on code nobody understands, whoever or whatever wrote it. Generated code makes that easier to end up with by accident, because it arrives faster than review does. The mitigations are ordinary: own the repository, keep an architecture description, and get security-sensitive parts read by a human.
From Staying in control of software you can't read, published 9 August 2026. That article is where the reasoning behind this answer is set out, including what it does not cover.