• znsh@lemmygrad.ml
    link
    fedilink
    English
    arrow-up
    5
    ·
    20 hours ago

    Does anyone use deepseek for programming, what does your workflow look like?

    • ☆ Yσɠƚԋσʂ ☆@lemmygrad.mlOP
      link
      fedilink
      arrow-up
      8
      ·
      17 hours ago

      The easiest way it to use opencode, you get an API key from DeepSeek and put it in your shell environment. Then fire up opencode in the project folder and ask the model to give you a phased plan for the feature you want it to implement, review it, then tell it to build it one deliverable at a time, on a branch, review the work at each step, and go to the next. Doing things in phased fashion is the easiest way to make sure things stay on track and you understand what the code is actually doing.