I’ve had the same experience with locally running DeepSeek. It works pretty well as fancy auto complete, saves some time on repetitive code. But it also takes quite a while to spin up at times, and its suggestions are often either: nonsense, literally something I typed elsewhere on the page, or subtly wrong (missing something, adding extraneous variables, hallucinating functions, etc).
Asking it to write new code or build out an algorithm has been a mixed bag. Sometimes it knows enough to sketch out the barebones for me, but other times it gets hung up on some detail or the concept is “too large” and it just runs around in circles.
I find it quite funny how it will suggest the most inane comments though, it really is like having a troublesome junior dev around. Like if you left the cursor over a basic function like get-first-name(id) then it’ll suggest comments like “// Gets the first name of the customer by ID from the database.” Which… maybe it does that, I probably would have guessed that from the signature but its funny that it also would assume that. It makes my point for me that most comments are linter-appeasing trash.
I’ve had the same experience with locally running DeepSeek. It works pretty well as fancy auto complete, saves some time on repetitive code. But it also takes quite a while to spin up at times, and its suggestions are often either: nonsense, literally something I typed elsewhere on the page, or subtly wrong (missing something, adding extraneous variables, hallucinating functions, etc).
Asking it to write new code or build out an algorithm has been a mixed bag. Sometimes it knows enough to sketch out the barebones for me, but other times it gets hung up on some detail or the concept is “too large” and it just runs around in circles.
I find it quite funny how it will suggest the most inane comments though, it really is like having a troublesome junior dev around. Like if you left the cursor over a basic function like
get-first-name(id)
then it’ll suggest comments like “// Gets the first name of the customer by ID from the database.” Which… maybe it does that, I probably would have guessed that from the signature but its funny that it also would assume that. It makes my point for me that most comments are linter-appeasing trash.