X
@Hesamation · 2026-08-15
DeepSeek Harness is now the fastest growing GitHub repo, passing 100K stars in under 48 hours, even faster than OpenClaw.
very positive community reaction:
> unusually well designed architecture with tools, session log, agent loop, subagents, all being replaceable plugins
> UI
DeepSeek Harness가 현재 GitHub에서 가장 빠르게 성장하는 저장소예요. 48시간도 안 돼 star 10만을 넘겼고, OpenClaw보다도 빨라요. 커뮤니티 반응은 매우 긍정적이에요. > 도구, 세션 로그, agent 루프, 하위 agent까지 전부 교체 가능한 플러그인이라는, 보기 드물게 잘 설계된 아키텍처 > UI… (본문이 여기서 잘림)
X
@eliebakouch · 2026-08-13
amazing release. it's a web UI with multiple harnesses inside it, you can spawn claude code and codex agent through their SDK
"deepseek harness" supports different "modes" by default (which are harnesses): code mode with programmatic tool calling (in typescript), bash+edit
굉장한 릴리스예요. 여러 harness를 품은 Web UI로, SDK를 통해 claude code와 codex agent를 스폰할 수 있어요. 'deepseek harness'는 기본적으로 여러 '모드'(사실상 각각이 harness죠)를 지원해요. 프로그래매틱 도구 호출(TypeScript)을 쓰는 code mode, bash+edit… (본문이 여기서 잘림)
X
@jenzhuscott · 2026-08-13
DeepSeek Harness v0.1's Cordis-powered design is probably one of the cleanest expressions of agent architecture I've seen: every capability - model adapters, tool registries, session logs, sandboxes, orchestration loops, and even the UI a is a 1st class plugin w typed services,
DeepSeek Harness v0.1의 Cordis 기반 설계는 제가 본 agent 아키텍처 중 가장 깔끔한 표현일 거예요. 모델 어댑터, 도구 레지스트리, 세션 로그, 샌드박스, 오케스트레이션 루프, 심지어 UI까지 — 모든 기능이 타입화된 서비스(typed services)를 갖춘 일급 플러그인이에요… (본문이 여기서 잘림)
Reddit
u/stealthispost · 2026-08-15
**Anchored Standard** (xiaobright/dsh-anchored-standard) does a clever hybrid: 1. First model request: presents V4 Pro with essentially the same environment as Minimal... 2. As soon as it makes its first real tool call/reply, it unlocks the full Standard toolset... The author found that the tool schema on that first request appears to be the decisive variable.
Anchored Standard(xiaobright/dsh-anchored-standard)는 영리한 하이브리드를 구현했어요. 1. 첫 모델 요청에서 V4 Pro에게 Minimal과 사실상 동일한 환경을 보여주고… 2. 첫 실제 도구 호출/응답이 발생하는 순간 완전한 Standard 도구 세트를 해제해요… 작성자는 첫 요청에 담긴 도구 schema가 결정적 변수로 보인다는 사실을 발견했어요.
Reddit
u/for4f · 2026-08-15
the anchored standard result is the one that got me. 98/99 with the full toolset handed back after the first call kills the 'fewer tools = fewer mistakes' explanation, which was the obvious alternative. so it really does come down to what the model sees at init. kinda fits the RL story though. train a model inside one specific scaffold and it'll behave best inside that scaffold, first message included.
저를 제대로 사로잡은 건 anchored standard 결과예요. 첫 호출 이후 전체 도구 세트를 돌려주고도 98/99라니, 가장 그럴듯한 대안 설명이던 '도구가 적을수록 실수도 적다'를 완전히 무너뜨리죠. 결국 핵심은 초기화 시점에 모델이 무엇을 보느냐예요. RL 스토리와도 맞아떨어져요. 특정 스캐폴드 안에서 학습된 모델은 그 스캐폴드 안에서 가장 잘 작동하고, 첫 메시지도 예외가 아니니까요.
Reddit
u/somerussianbear · 2026-08-16
I saw the dsh-anchored-standard plugin yesterday, the popularity of this thing and what it promised, and decided to give it a try on porting the approach to a Pi extension, cause I really like that harness and wouldn't like to have a harness just for DeepSeek. It works, I managed to replicate the whole thing. All thinking uses "We ...", as flagged by xiaobright as being the trace of a superior version of DeepSeek v4 Pro.
어제 dsh-anchored-standard 플러그인을 봤는데, 인기와 약속한 효과를 보고 이 접근을 Pi 확장으로 이식해 보기로 했어요. 그 harness를 정말 좋아해서 DeepSeek 전용 harness를 따로 두고 싶지 않았거든요. 실제로 작동했고, 전체를 재현하는 데 성공했어요. 모든 사고가 'We ...'로 시작하는데, xiaobright가 표시한 대로 이건 더 강력한 버전의 DeepSeek V4 Pro가 남긴 흔적이에요.