←back to thread

504 points Terretta | 1 comments | | HN request time: 0s | source
Show context
JeremyHerrman ◴[] No.45067791[source]
fast but not smart. Fine for non-critical "I need this query" or "summarize this" but it's pretty much worthless for real coding work (compared to gpt-5 thinking or sonnet 4)
replies(1): >>45067922 #
bpavuk ◴[] No.45067922[source]
I'd argue that even GPT-5 and Sonnet 4 at their highest reasoning budgets are not enough for "real coding work" because you still have to think about how an LLM should do it instead of what, and put it into a prompt. some harnesses, such as JetBrains Junie or Gemini CLI, make a good job of letting me drift into declarative prompts, but that's still not enough.
replies(1): >>45068005 #
1. JeremyHerrman ◴[] No.45068005[source]
totally agree - they all need a human in the loop at this point. I'm constantly stopping gpt-5/sonnet 4 and steering. Unfortunately with grok it completely misses the plot constantly