Tagged articles

Preset

2 articles · Page 1 of 1
Architect
Architect
Aug 14, 2026 · Artificial Intelligence

DSH (DeepSeek Harness) Architecture Deep Dive: A Composable Agent Runtime

This article dissects DeepSeek Harness (DSH), showing how its plugin‑based runtime graph and event‑stream architecture let agents dynamically compose capabilities, manage lifecycles, and recover from interruptions, while comparing its design to the Pi coding agent and outlining practical presets and configuration steps.

AI AgentAgent RuntimeCordis
0 likes · 32 min read
DSH (DeepSeek Harness) Architecture Deep Dive: A Composable Agent Runtime
ByteFE
ByteFE
Mar 30, 2021 · Frontend Development

Understanding Babel: Core Functions, AST, Polyfills, and Presets

This article explains Babel's role as a fundamental JavaScript compiler, detailing its parsing‑transform‑printing pipeline, AST structure, core‑js polyfills, preset‑env configuration, and runtime helpers, providing frontend developers with a comprehensive guide to mastering Babel's ecosystem and optimizing bundle size.

ASTJavaScriptPolyfill
0 likes · 13 min read
Understanding Babel: Core Functions, AST, Polyfills, and Presets