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

help-circle

  • TBH this article looks like half AI slop to me. What’s “GPT researcher”? (edit: for some reason I missed the sentence explaining what it is, my had. My view doesn’t change anyway. )

    Also, by their logic, a terminal can run “rm -rf /”, is this terminal vulnerable? Even more irony, in their report, they said GitHub is not vulnerable. Doesn’t this exactly mean it’s not the responsibility of MCP?

    MCP is basically a protocol for payloads, it’s just like protobuf/JSON but for AI. Can we say MCP is vulnerable simply because it can carry malicious payloads?



  • 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.