Hi I'm one of the authors of DeepSeek Harness. It's just an early developer preview version we're presenting in MIT license currently. Expect lots of rough edges and compatibility-breaking changes. Any feedback and suggestions are more than welcome!
DeepSeek Harness developer preview
141–150 of 346 posts
Re: DeepSeek Harness developer preview
#142Earlier quoted context omitted.
This line of thinking I feel like assumes it's the only program running on your computer. Using less of my CPU and memory means my computer can do more things in parallel, or even run more instances of the harness. My laptop is sweating when I got 5+ claude code sessions running.
Is it actually claude using those CPU cycles though, or the agent running test suites and what not? Honestly I would not be surprised when it actually IS claude using those resources... It is very clearly vibed
Re: DeepSeek Harness developer preview
#143Re: DeepSeek Harness developer preview
#144There is such a clear lack of innovation drive in this field. Every lab just copies what the other does. One of the most baffling things to me is how the once-upon-a-time good developer instinct to make everything reusable, testable, and deterministic is just getting lost into a sea of markdown begging a language model to please act a certain way. For example this repository has a "skill" definition that consists in…
Re: DeepSeek Harness developer preview
#145I consider my own coding agent bloated at just 1mb (yes 1mb) because it uses postgresql package as db tool, and it works wonders.
* edit 1: Upon further scrutiny, 35 dependencies make up for 1.4gb, what they are for? I don't even see postgres in there so I guess that would be another plugin. 1.5gb of basic functionality?
* edit 2: Most of the time I use the terminal but also developed a web ui for my agent [1] and it is only 20mb with postgres, git, web, file tools, etc I definitely want to know why the bloat
Re: DeepSeek Harness developer preview
#146hmm.. what about supply chain security?
Re: DeepSeek Harness developer preview
#147https://github.com/bobleer/deepseek-harness-gui Shit! They are fast!
Re: DeepSeek Harness developer preview
#148There is such a clear lack of innovation drive in this field. Every lab just copies what the other does. One of the most baffling things to me is how the once-upon-a-time good developer instinct to make everything reusable, testable, and deterministic is just getting lost into a sea of markdown begging a language model to please act a certain way. For example this repository has a "skill" definition that consists in…
Re: DeepSeek Harness developer preview
#149Re: DeepSeek Harness developer preview
#150"this, like all other problems in Computer Science, can be solved by one more level of indirection." Roger Needham, circa ~1981