I'm an experienced SWE. I brainstorm the architecture using LLMs. After finalizing my design in Notes I break it down into independent components. Then, I ask an LLM to implement each component one by one in a single thread. Each component should be runnable on its own using unit tests.
Comments
I'm an experienced SWE. I brainstorm the architecture using LLMs. After finalizing my design in Notes I break it down into independent components. Then, I ask an LLM to implement each component one by one in a single thread. Each component should be runnable on its own using unit tests.