# What is dmx?

> dmx is an open source AI-native engineering harness.

- **Website:** https://dmx.deepmodel.ai
- **Pricing:** open source
- **Categories:** Developer Tools, Productivity
- **Tags:** developer-tools, productivity, design
- **Platforms:** Web
- **Last verified:** 2026-09-10
- **Canonical page:** https://linkrena.com/tools/what-is-dmx

## About

If you've used AI to write code, you've noticed the problem. The model is fast and often impressive, but the output is inconsistent. Quality depends on how you prompted, whether you remembered to run tests, whether the spec was clear before the first line of code was written. There's no structure. There's just you and the model and whatever happened to work that day.

The model does not merge. It does not advance the workflow. It does not decide when the work is done. You own every gate.

Loops. Each phase is a named, versioned loop: an ordered sequence of skills that run, trigger validators, and wait for your approval before advancing. Loop configs live in your repo, versioned alongside code, reviewed in PRs.

Validators. At every loop boundary, dmx runs validators against a defined policy. Required checks block progress. Optional checks warn. You control what passes.

A memory bank. The .dmx/ directory is committed to your repo. Every session starts with full project context: the spec, the plan, decisions made, patterns established. You stop re-explaining the project to the AI every time.

Persistent job state. Every loop run is a tracked job with a task ID. State persists across sessions. Close the IDE and pick up tomorrow exactly where you left off.

## Related tools

- [Spinifex](https://linkrena.com/tools/spinifex): Spinifex – Open source AWS-compatible platform for secure edge deployments.
- [Otter](https://linkrena.com/tools/otter): Experimental JS runtime with ability to run 1k+ threads - gi-dellav/otter
- [Claude](https://linkrena.com/tools/claude): Claude is a next generation AI assistant built by Anthropic and trained to be safe, accurate, and secure to help you do your best work.
- [Your Mail Mcp](https://linkrena.com/tools/your-mail-mcp): Self-hosted, read-only MCP server that serves IMAP mail from a local notmuch index over authenticated HTTP - wildsurfer/your-mail-mcp
- [Saccade](https://linkrena.com/tools/saccade): Closed-loop browser control runtime for AI agents.
- [Bridle](https://linkrena.com/tools/bridle): Bridle is an open protocol that connects your coding agent to your teammate's.
