DDCC

Learning Path

13 progressive chapters, from bootstrap to production engineering

Engine Core
Tools & Security
Context Management
Protocols & Collaboration
Hidden Features
Ch01

Agent Loop

Heart of the conversation loop

113KB
🔑

Every Agent is essentially a loop: call model → execute tool → return result

Ch02

Tool System

Registry & dispatch of 50+ tools

46KB+

Register a handler, gain a capability — the loop never changes

Ch03

Prompt Engineering

Dynamic assembly pipeline

287KB

System Prompt is not a string — it's a dynamically assembled pipeline

Ch04

Shell Security

300KB+ security validation

535KB

The most powerful tool needs the tightest security

Ch05

Permission Engine

Every operation is checked

136KB

Permissions are not an afterthought — they are the skeleton of the architecture

Ch06

Context Management

Infinite work in a finite window

130KB+
🔑

Context always fills up — the key is how to compress

Ch07

MCP Protocol

Unified tool calling standard

253KB

MCP lets any service become an AI tool

Ch08

Plugin Ecosystem

Extensible capability boundary

199KB

Plugins are capability multipliers

Ch09

Multi-Agent

Agent/Team/Swarm

300KB+

Scale comes from division of labor, not larger context

Ch10

CLI Transport

Bridge from terminal to remote

100KB+

The transport layer determines where an Agent can run

Ch11

Bootstrap

From Enter to prompt

785KB

Fast path determines experience, full path determines capability

Ch12

Production Patterns

Demo → Production

300KB+

Making an Agent reliable requires 10x engineering effort

Ch13

Hidden Features

Feature flag-gated hidden modules

500KB+

Behind every feature('FLAG') lies an unreleased product decision