← Back to context

Comment by pgt

8 days ago

I am getting disproportionately good results with the models by following a process: spec -> plan -> critique -> improve plan -> implement plan.

If I may "yes, and" this: spec → plan → critique → improve plan → implement plan → code review

It may sound absurd to review an implementation with the same model you used to write it, but it works extremely well. You can optionally crank the "effort" knob (if your model has one) to "max" for the code review.

  • A blanket follow-up "are you sure this is the best way to do it?"

    Frequently returns, "Oh, you are absolutely correct, let me redo this part better."

    • You should start a new session for the code review to make sure the context window is not polluted with the work on implementation itself.

      At the end of the day it’s an autocomplete. So if you ask “are you sure?” then “oh, actually” is a statistically likely completion.

      2 replies →

Can you give a little more detail how you execute these steps? Is there a specific tool you use, or is it simply different kinds of prompts?