explaingit

xiaobright/dsh-anchored-standard

Analysis updated 2026-08-16

2,352JavaScriptAudience · researcherComplexity · 3/5Setup · moderate

TLDR

Community presets for DeepSeek AI that start sessions with a minimal tool setup for better initial behavior, then unlock the full toolset once the session is stable.

Mindmap

mindmap
  root((repo))
    What it does
      Controls initial AI behavior
      Unlocks tools progressively
      Three preset modes
    How it works
      Phase one minimal tools
      Phase two full catalog
      State preserved on reload
    Modes
      Anchored Standard
      Zero-Anchored Standard
      Whoami Standard
    Use cases
      Benchmark test runs
      Stable AI sessions
      Tool behavior tuning
    Audience
      AI researchers
      Power users
      Benchmark testers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Run DeepSeek benchmark tests with higher scores using a controlled startup configuration.

USE CASE 2

Stabilize AI session behavior by starting minimal and expanding tools on demand.

USE CASE 3

Experiment with different anchoring modes to find the best tool reveal strategy.

What is it built with?

JavaScriptDeepSeek

How does it compare?

xiaobright/dsh-anchored-standardforward-future/loopysveltia/sveltia-cms
Stars2,3522,3452,394
LanguageJavaScriptJavaScriptJavaScript
Last pushed2026-07-03
MaintenanceMaintained
Setup difficultymoderatemoderateeasy
Complexity3/52/52/5
Audienceresearcherdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires a DeepSeek environment and familiarity with session-based tool configuration to install and test the presets.

In plain English

This repository contains experimental presets for DeepSeek, an AI model. The project is community-built and not officially affiliated with DeepSeek. The core idea is to control how the AI model behaves during its first interaction in a session, then gradually unlock more capabilities as the session becomes stable. The problem the project addresses is that DeepSeek V4 Pro reacts strongly to which tools it can see. In testing, a minimal tool setup produced better scores (98 and 99) than the standard tool setup (91 and 92). However, staying on the minimal setup permanently means losing access to the broader tools available in the standard setup. This project splits the difference: start the session with the minimal tool configuration to get the better initial behavior, then switch to the standard tool set once the session is established. The repository offers three modes. The base mode, called Anchored Standard, starts with two tools visible to the model. A second mode, Zero-Anchored Standard, starts with zero tools and uses one fixed initial turn, costing one extra model call. A third mode, Whoami Standard, starts with zero tools and asks the model to introduce itself, also costing one extra model call. Each mode directory is self-contained and can be installed on its own. The mechanism works in two phases. The first request uses the minimal tool pair and strips away auto-injected context like workspace digests and skill reminders. This influences the model's initial reasoning style, producing "We need" opening lines instead of "Let me" lines. Once the session records a durable event, meaning the model makes a tool call or sends a reply, the preset promotes to a resident catalog. This catalog includes the initial tools plus discovery tools that let the model unlock heavier capabilities on demand. The phase state is derived from durable events, so resuming or reloading a session preserves it. The results section reports two test runs on a specific benchmark, scoring 98 and 99. The author notes this is reproducible evidence for the specific task, not a claim that the approach universally improves performance across all models or workloads. Full methodology lives in a separate repository called modeltest. The full README is longer than what was shown.

Copy-paste prompts

Prompt 1
Help me install the Anchored Standard preset from dsh-anchored-standard into my DeepSeek project and explain what the first-request phase does.
Prompt 2
Compare the three modes in dsh-anchored-standard, Anchored, Zero-Anchored, and Whoami, and help me pick the right one for my use case.
Prompt 3
Walk me through how the phase promotion works in dsh-anchored-standard: what triggers the switch from minimal tools to the full resident catalog?
Prompt 4
I want to reproduce the benchmark scores reported in dsh-anchored-standard. Help me set up the test environment and understand the methodology.

Frequently asked questions

What is dsh-anchored-standard?

Community presets for DeepSeek AI that start sessions with a minimal tool setup for better initial behavior, then unlock the full toolset once the session is stable.

What language is dsh-anchored-standard written in?

Mainly JavaScript. The stack also includes JavaScript, DeepSeek.

How hard is dsh-anchored-standard to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is dsh-anchored-standard for?

Mainly researcher.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.