Governor – Quality gates for AI agents (465 tests, no Deps)
465 passing tests from 5,000+ production executions—guards that don't get tired.
SPACYDO is a stack-based virtual machine with image-based persistence. The core abstraction is a TASK: a persistent entity carrying its own executable bytecode alongside its state. Tasks can observe and modify fields of other tasks and their own.
Logic gates as stateful bytecode tasks—elegant model, but narrow use case.
Language designers, VM researchers, educators teaching low-level computing concepts
wasmtime · TinyVM · Educational VM projects
Recently I added new example: Implementation of Binary Coded Decimal decoder from Petzold's "Code" book — every logic gate (bits switch, inverters, AND gates) is a task carrying its own instructions.
It works simple : cargo run 1001 -> 9 and as output it will show AND gate with inputs and output
bcd-decoder: https://github.com/tracyspacy/spacydo/tree/main/examples/bcd-decoder
465 passing tests from 5,000+ production executions—guards that don't get tired.
Persistent Python runtime keeps state alive across tool calls, unlike Claude Code's stateless tools.
Animated tutorials highlight real UI elements while you learn circuit design.
Yet another web logic simulator when CircuitVerse and Logisim already dominate this space.
Class-based stores for React when you're tired of useEffect spaghetti.
Verification gates force test-first TDD; agents track failure context across retries.