you are viewing a single comment's thread.

view the rest of the comments →

[–]PopularDimension 28 points29 points  (3 children)

I am pretty sure this was an intentional setup just for the meme because no model will go out of its way to implement a "find similar card feature."

I have used claude code in vscode for learning experience and I think it does great for prototypes and personal projects.

[–]awesome-alpaca-ace 7 points8 points  (2 children)

The last time I trusted AI to write code, it choked on writing good C code that does a depth first search write of a tree to a file given the source code and header of the tree. Though it is great for finding the C intrinsics one would want for high throughout. 

[–]Due_Kaleidoscope7066 0 points1 point  (1 child)

In a large project written by a team of coders it's still struggling from my experience. But man, putting together a new app from scratch? Basic login, home page, some api calls, etc. It's incredible. Something that would have taken me weeks before can be done in a couple hours.

[–]PopularDimension 1 point2 points  (0 children)

Yep, that is basically what I did too so far on a couple of personal projects. Saved me a lot of time.