←back to thread

310 points skarat | 2 comments | | HN request time: 0.436s | source

Things are changing so fast with these vscode forks I m barely able to keep up. Which one are you guys using currently? How does the autocomplete etc, compare between the two?
Show context
dexterlagan ◴[] No.43962306[source]
You need none of these fancy tools if you iterate over specs instead of iterating over code. I explain it all in here: https://www.cleverthinkingsoftware.com/spec-first-developmen...
replies(3): >>43962332 #>>43962530 #>>43984206 #
1. osigurdson ◴[] No.43962332[source]
I think a series of specs as the system instruction could help guide it. You can't just go from spec to app though, at least in my experience.
replies(1): >>43965063 #
2. dexterlagan ◴[] No.43965063[source]
From my experience Claude 3.7 seems to make less mistakes when you provide detailed specs. It saves a lot of back and forth, especially at the beginning, when you're trying to 'de-noise' the idea. I find that the best way is using a hybrid approach: going between iterating over specs to iterating over code, and once I have the MVP I update the specs one last time. I pass these specs to another session and continue working. It solves multiple problems at once: context getting full, LLM getting lost etc.