DSH Wiki DSH Wiki
/ DSH 플러그인 / dsh-anchored-standard

dsh-anchored-standard

미니멀로 시작해, 풀 화력으로.

2단계 preset이에요. 초반엔 미니멀 모드로 노이즈를 줄이고, 중반에 표준 도구 전체 세트로 자동 전환해요. 커뮤니티 대조 실험에서 벤치마크 점수를 91에서 98로 끌어올렸어요. 참고: 작성자는 적극적인 개발을 중단한 상태예요.
3,423 star 설정 / preset GitHub

설치

DeepSeek Harness 0.1.0-rc.5, Node.js 24. 주의: README에 따르면 비용 상승으로 적극적인 개발을 중단하고 유지보수만 한다고 밝힘. 알려진 함정: 도구 호출이 실패해도 세션 「승격」이 발생함(durable tool/call 이벤트가 이미 남아 있기 때문). 승격 시점과 dev_tool_search 해제 이후에는 프리픽스 캐시 연속성이 끊김. preset 권한은 shell 접근과 동일. bootstrap 도구가 없으면 전체 도구 목록으로 폴백하고 경고만 표시.
프리셋: preset 폴더를 dsh 프리셋 디렉터리에 복사하고 dsh를 완전히 재시작한 뒤 세션에서 선택합니다.
Linux/macOS(저장소 루트에서 실행)macOSLinux
dsh_home="${DSH_HOME:-$HOME/.dsh}" mkdir -p "$dsh_home/.agent-presets" test ! -e "$dsh_home/.agent-presets/anchored-standard" cp -R preset "$dsh_home/.agent-presets/anchored-standard"
Windows PowerShellWindows
$target = Join-Path $env:USERPROFILE '.dsh\.agent-presets\anchored-standard' if (Test-Path -LiteralPath $target) { throw "Preset already exists: $target" } New-Item -ItemType Directory -Force -Path (Split-Path -Parent $target) | Out-Null Copy-Item -Recurse -LiteralPath '.\preset' -Destination $target

전체 사용 가이드

01저장소를 로컬에 clone
02preset 디렉터리를 ~/.dsh/.agent-presets/anchored-standard 로 복사(설치 명령어 참고)
03DeepSeek Harness를 완전히 재시작
04빈 세션을 새로 만들고 「Anchored Standard (experimental)」 preset 선택
05주의: 다른 preset으로 시작한 세션을 전환해 섞어 쓰지 말 것

특징

·preset 변형 7종(base / zero-anchored / whoami / prefab / eternal-minimal / wire-think / combo)으로 서로 다른 앵커링 전략을 커버
·2단계 도구 노출: bootstrap 최소 도구 쌍 → 상주 도구 목록으로 승격. 승격 상태는 durable events를 통해 세션 간 복원 가능
·context-gate 플러그인으로 컨텍스트 주입을 일괄 제어

커뮤니티 반응

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가 결정적 변수로 보인다는 사실을 발견했어요.
47 업보트 원문
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 스토리와도 맞아떨어져요. 특정 스캐폴드 안에서 학습된 모델은 그 스캐폴드 안에서 가장 잘 작동하고, 첫 메시지도 예외가 아니니까요.
4 업보트 원문
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가 남긴 흔적이에요.
9 업보트 원문
Reddit u/ZveirX · 2026-08-16
It's a gacha with the model as it is overfit to it. I have seen Bilibili experiments with it, minimal prompt, no system prompt, and even in minimal it often drops the "let me". There is just so many vocabulary the model has been trained on that it's inevitable that at times it begins to output distinctive patterns not akin to its original chain of thought—that's Entropy.
이건 과적합된 모델을 상대로 뽑기를 하는 셈이에요. Bilibili에서 관련 실험을 봤는데, 미니멀 프롬프트에 시스템 프롬프트도 없는 상태였는데 minimal에서조차 'let me' 서두를 자주 빠뜨리더라고요. 모델이 학습한 어휘가 워낙 많아서, 때때로 원래의 사고 사슬과 다른 독특한 패턴을 내보내는 건 피할 수 없어요 — 그게 바로 엔트로피죠.
1 업보트 원문
Reddit u/PolychromeMan · 2026-08-16
Awesome. To be honest, I had to get ChatGpt to give me an explainer on this, but now that I have vague idea of what is discussed here...very interesting. A lot of my enthusiasm for AI development involves how the open-source community can use it, as opposed to more sealed off products released by frontier developers, so it's neat to see interesting potential that is more open-source friendly.
멋져요. 솔직히 ChatGPT한테 설명을 부탁하고 나서야 여기서 무슨 얘기를 하는지 어렴풋이 알게 됐는데… 정말 흥미롭네요. 제가 AI 발전에 열광하는 이유의 상당 부분은 프런티어 기업들의 꽁꽁 닫힌 제품이 아니라, 오픈소스 커뮤니티가 그걸 어떻게 활용할 수 있느냐에 있어요. 그래서 이렇게 오픈소스 친화적인 가능성을 보게 돼서 좋아요.
1 업보트 원문
DSH Wiki · DSH 소식통 · ai798 Lab 제작
DeepSeek Harness 공식 사이트 GitHub
실측 데이터