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 نموًا، إذ تجاوز 100 ألف star في أقل من 48 ساعة، أسرع حتى من OpenClaw. ردة فعل المجتمع إيجابية جدًا: > عمارة مصممة ببراعة غير معتادة، فالأدوات وسجل الجلسة وحلقة الوكيل والوكلاء الفرعيون كلها إضافات قابلة للاستبدال > الواجهة (النص مقتطع في المصدر)
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 بداخلها، ويمكنك توليد وكلاء Claude Code وCodex عبر SDK كل منهما. يدعم «DeepSeek Harness» افتراضيًا «أوضاعًا» مختلفة (هي في الحقيقة harness مختلفة): وضع code باستدعاء أدوات برمجي (بـ TypeScript)، و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 ربما يكون من أنقى تعبيرات عمارة الوكلاء التي رأيتها: كل قدرة — محوّلات النماذج وسجلات الأدوات وسجلات الجلسات والبيئات المعزولة وحلقات التنسيق وحتى الواجهة — إضافة من الدرجة الأولى بخدمات منمّطة الأنواع، (النص مقتطع في المصدر)
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 كاملة... ووجد المؤلف أن tool 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 كثيرًا ولا أريد harness خاصًا بـ DeepSeek وحده. الطريقة تعمل، ونجحت في استنساخ الأمر بالكامل. كل التفكير يبدأ بـ «We ...» — وهو ما وسمه xiaobright بوصفه أثر نسخة متفوّقة من DeepSeek v4 Pro.