Comment by sqemo

14 hours ago

DeepSeek is great for tasks and software I already know well. Even if it gets something wrong, I can usually verify it myself. But when I'm working with a programming language I'm not familiar with, I prefer using Codex or Claude.

Yeah, it needs quite some hand holding.

I didn't do much agent coding and had a mix experience.

1. It would build something that was in the spirit of what I wanted, but unusable in practice.

2. It would build something quite useful, but only the public APIs were nice, the deeper code layers would get more and more convoluted.

3. It would built what I wanted and it would have okay-ish code.

However, for 3. I also had to add a custom AGENTS.md, many more code example, extra repos as subtrees, and review any code that had new concepts.

Much more work, but still much less than typing it all by hand.