Remix.run Logo
Avicebron an hour ago

Do you have specifics? It would be interesting to see what kind of improvements are possible.

stavros an hour ago | parent [-]

I just see in my usage that I can release tens of features a day, whereas I'd be able to release one or two a day usually. I don't know if it's 100x, but it's definitely more than 10x.

I've written up my process here:

https://www.stavros.io/posts/how-i-write-software-with-llms/

The biggest thing to get right is to let the LLMs do what they're great at (code implementation from very detailed specs, and code review), and you do what humans are great (architecture and making sure the high level of the implementation is sane). That way, you get the best of both worlds, and a lot of speed at high quality.