Show HN: Coding agent that compiles intent into deterministic DAG before running
Rigorix is an open-source coding agent that converts user intent into a deterministic directed acyclic graph (DAG) before executing tasks. The tool ensures predictable, reproducible workflows by planning all actions upfront rather than acting incrementally.
Background
This is an open-source project called Rigorix. It introduces a coding agent that works differently from typical AI coding assistants: instead of generating code token by token (like ChatGPT or Copilot), it first translates the user's intent into a directed acyclic graph (DAG) — a flowchart-like structure where each step is deterministic, not probabilistic. Only after that plan is compiled does the agent execute it.