Remix.run Logo
mathattack 4 days ago

Interesting. From a writing point of view this suggests that it's better to have the LLM "critique my draft" rather than "write the first draft." (Both for writing text and code) Also implies that we want to manually check all of the LLM's suggestions. This makes it sound more like a co-worker (agent) than all-powerful SuperIntelligence. I guess this is a symptom of the hallucinations.

https://open.substack.com/pub/therosen/p/should-llms-write-y...

kkaske 4 days ago | parent [-]

Maybe. I also think that the implications of code can be harder to decipher on first pass than writing text which leads me to believe that maybe that mental model (Red Team, Blue Team) might not fit here.

mathattack 4 days ago | parent [-]

Good point. I can quickly intuitively tell if the suggestions for my writing is correct. Harder to tell on code.

Perhaps the analogy is better for "Writing code" versus "Writing Test Cases"?