DeepClause "Turbo DML" Agent Harness
DeepClause has introduced the 'Turbo DML' Agent Harness, enhancing its previous runtime capabilities. This new harness allows for greater customization and flexibility in agent behavior through a Prolog-based language called DML. Users can edit the core components of the harness, making it a highly hackable solution for creating reusable workers and managing agent tasks.
- ▪The Turbo DML Agent Harness is built on a Prolog-based language called DML.
- ▪It features a UI reminiscent of Borland Turbo, with a fullscreen terminal and live execution log.
- ▪Users can modify the harness's core components, allowing for extensive customization of agent behavior.
Opening excerpt (first ~120 words) tap to expand
DeepClause “Turbo DML” Agent HarnessAndreasMai 20, 2026TeilenUp until a short while ago DeepClause mostly existed as a runtime.You could compile Markdown specs into DML, run them, wire in tools, and get fairly capable little workers. Useful, but still a bit headless. The runtime was there, but the thing I actually wanted to sit in front of all day was not there yet.At the center of that runtime is DML, a small Prolog-based language for describing agent behavior: model calls, tools, control flow, retries, delegation, child skills. I like doing this in a real language because the behavior does not disappear into prompt soup.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Hacker News (Newest).