• 0 Posts
  • 3 Comments
Joined 2 years ago
cake
Cake day: May 31st, 2024

help-circle
  • I have a feeling this can’t be fixed unless they fork from a pre-slop point, which is highly unlikely.

    The core problem with AI is not being incapable of generating working code, but the ability to maintain by AI or human.

    AI has a larger memory (context size) than human. It can generate codes that are difficult for human to understand, and the complexity can build up fast, especially doing vibe coding without clear instructions (especially architectural).

    On reaching a critical level, AI starts to make significantly more errors. At this point, no one can maintain, the codes are spaghetti. I think this is where Windows is at.