←back to thread

2127 points bakugo | 2 comments | | HN request time: 0.001s | source
Show context
d_watt ◴[] No.43163587[source]
I'm about 50kloc into a project making a react native app / golang backend for recipes with grocery lists, collaborative editing, household sharing, so a complex data model and runtime. Purely from the experiment of "what's it like to build with AI, no lines of code directly written, just directing the AI."

As I go through features, I'm comparing a matrix of Cursor, Cline, and Roo, with the various models.

While I'm still working on the final product, there's no doubt to me that Sonnet is the only model that works with these tools well enough to be Agentic (rather than single file work).

I'm really excited to now compare this 3.7 release and how good it is at avoiding some of the traps 3.5 can fall into.

replies(2): >>43164858 #>>43168481 #
1. thebigspacefuck ◴[] No.43164858[source]
This has been my experience as well. Why do the others suck so bad?
replies(1): >>43165467 #
2. d_watt ◴[] No.43165467[source]
I wonder how much it's self fulfilling, where the developers of the agents are tuning their prompts / tool calls to sonnet.