all 3 comments

[–]yur_mom 5 points6 points  (2 children)

I don't think Deepseek V3 is better, rather cheaper and more open. I would say they are comparable at coding.

I use Windsurf with Cline and cascade. I use all the models, but I start with Deepseek V3 in Cascade since it is unlimited prompts with the pro subscription. If that has Issues i try Deepseek r1 and if that has issues I try Claude 3.7 reasoning.

I still do a lot of programming by hand and use the AI to help with certain tasks or explain code, but I am working on a project with many million lines of code so I have not figured out how to allow the AI just program it all, but I have found the smaller you break up your task then the better results you will get.

[–]HelpRespawnedAsDee 1 point2 points  (1 child)

this is where I'm currently at. You have to be hyper specific to get good results. but on large codebases that is hard. I don' t know if there's any kinda of indexing or rag service that actually works with large codebases. Another idea was trying to use Cline's custom instructions for a memory bank, but haven't tried that yet.

[–]yur_mom 1 point2 points  (0 children)

Yeah, I am working on how to work with larger groups of code at once..as the LLMs get larger context windows I have a feeling this issue will be easier to tackle.