Synapse is a self-hosted runtime for deterministic execution of bounded AI-generated logic. It is designed for evaluators, reward functions, policy gates, and other workloads where lower overhead, tighter control, and formal assurance matter more than general-purpose cloud compatibility.
Stable end-to-end verification claims at the current gateway boundary:
Malformed `.syn` returns 400 compile_failed. Empty input returns 400 empty_code.
SYNAPSE_START_GATEWAY=1 python3 tests/release_test.py SYNAPSE_START_GATEWAY=1 python3 tests/test_gateway_verification_http.py SYNAPSE_START_GATEWAY=1 python3 tests/test_self_hosted_examples.py python3 benchmarks/eval_only_benchmark.py
These commands are the fastest way to validate the runtime, the verification boundary, and the benchmark methodology on your own machine.
This brief is the shortest path through the product surface. The research and benchmark pages go deeper on methodology, proofs, and long-horizon infrastructure work.