• by talldayo on 1/26/2025, 5:30:15 PM

    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.

  • by ericalexander0 on 1/26/2025, 5:41:23 PM

    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.