Comment by bufferoverflow

2 years ago

I recently tested Claude 2 for a practical programming application. I had to rewrite a bunch of Vue2 code (options API) to Vue3 (composition API). For a programmer it's a pretty straightforward and boring task, so I thought I'd automate it. I pasted one component, around 200 lines of code, and asked it to rewrite.

It started really great, properly converting props, emits, computes, but then it just dropped ... in the middle, and simply didn't finish its job. That was a major disappointment.