• Not_mikey@slrpnk.net
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 day ago

    Haven’t used cursor but I assume it’s like other harnesses where the special sauce is in how it manages context, schedules sub agents, feeds them context, enforces standards, uses tools and skills etc. that make it better then just directly prompting the model.

    For example you prompt opus directly with “refactor the auth flow” and it’s going to try and “one shot” it and produce the code from that prompt. Whereas a harness has instructions to say

    1. Research the current implementation
    2. Search the web for standards
    3. Ask the user questions on how they want to do it …

    Which produces way better results

    • corbs132@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      5 hours ago

      Claude code’s harness isn’t the best, but it’s still better than just promoting the model directly. One thing cursor has going for it is the vector embeddings of your codebase to make the harness more token efficient, but I still switched from cursor to managing parallel Claudes in cmux a few months ago and have had little reason to go back.