this post was submitted on 17 Jun 2026
182 points (96.9% liked)

Technology

85515 readers
4246 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Not_mikey@slrpnk.net 6 points 6 hours 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