Ask HN: What's the best way to code a complicated project from scratch using AI?

  • Context ain't free. The larger your project becomes, the more money you will spend trying to infer code from it. It's possible that the cost of writing complex code with AI exponentially correlates to the complexity of the working codebase.

  • The key is modularity with good interface design, then you have AI generate each component and play more of a QA role to validate each component is functional.