DSDA SEINindaseinsblog.hashnode.dev·Sep 4 · 12 min readDeepSeek Harness Deep Dive (4): Agent Loop — How One Prompt Turns Into Dozens of ActionsThe previous three articles answered three increasingly concrete questions: Why does an LLM need a Harness at all? Why does DeepSeek Harness make almost everything a Plugin? How does Cordis keep th00
DSDA SEINindaseinsblog.hashnode.dev·Aug 23 · 11 min readDeepSeek Harness Deep Dive(3):Everything Is a Plugin — Now What?The previous article ended with a simple question: “Everything is a Plugin” sounds clean, but once dozens of Plugins exist at the same time, does the complexity really disappear? Of course not. A Tool00
DSDA SEINindaseinsblog.hashnode.dev·Aug 21 · 8 min readDeepSeek Harness Deep Dive (2): Everything Is a Plugin — But What Exactly Is a Plugin?As discussed earlier, a mature Harness needs to handle at least tool execution, Context management, Session persistence, and execution control. But once Agents begin taking on more complex tasks, that00
DSDA SEINindaseinsblog.hashnode.dev·Aug 20 · 6 min readDeepSeek Harness Deep Dive(1): Introduction to Agents and HarnessOver the past few years, the development of artificial intelligence has mainly revolved around Large Language Models (LLMs). As model scale and the number of parameters continue to increase, their kno00