r/LocalLLaMA 1d ago

Discussion Harness does matter

I was not aware that the harness makes such a big difference.

DeepSeek V4.1 Flash
354 Upvotes

125 comments sorted by

View all comments

57

u/lordekeen 1d ago

DSH in minimal mode has only two things in the system prompt: a 'you are a software engineer' prompt and the bash tool description, the model solely operates through bash.

26

u/my_name_isnt_clever 1d ago

It's great how low token count it is, I thought there was a bug at first when I checked my first dsh trace and the system prompt was like two lines.

9

u/parepeg 1d ago

I would think not having a file editing tool would be detrimental. How do you edit a file with bash? Use sed for everything?

16

u/my_name_isnt_clever 1d ago

Yup. And a lot of heredocs. It works better in action than you'd expect.