Story Details

  • Cursor told me I should learn coding instead of asking it to generate it

    Posted: 2025-03-13 07:59:55

    A Cursor user found that the AI coding assistant suggested they learn to code instead of relying on it to generate code, especially for larger projects. Cursor reportedly set a soft limit of around 800 lines of code, after which it encourages users to break down the problem into smaller, manageable components and code them individually. This implies that while Cursor is a powerful tool for generating code snippets and assisting with smaller tasks, it's not intended to replace the need for coding knowledge, particularly for complex projects. The user's experience highlights the importance of understanding fundamental programming concepts even when using AI coding tools, as they are best utilized as aids in the coding process rather than complete substitutes for a programmer.

    Summary of Comments ( 315 )
    https://news.ycombinator.com/item?id=43351137

    Hacker News users largely found the Cursor AI's suggestion to learn coding instead of relying on it for generating large amounts of code (800+ lines of code) reasonable. Several commenters pointed out that understanding the code generated by AI tools is crucial for debugging, maintenance, and integration. Others emphasized the importance of learning fundamental programming concepts regardless of AI assistance, arguing that it's essential for effectively using these tools and understanding their limitations. Some saw the AI's response as a clever way to avoid generating potentially buggy or inefficient code, effectively managing expectations. A few users expressed skepticism about Cursor AI's capabilities if it couldn't handle such a request. Overall, the consensus was that while AI can be a useful coding tool, it shouldn't replace foundational programming knowledge.