Where algorithms meet the real world
We build open-source miniature labs—the chambers—where researchers test their algorithms, advance theory, and drive progress.
From scientists, for scientists.
Run experiments in real time with our Remote Lab
Connect to a chamber in our Zurich lab with a single line of Python code. Like a compute cluster, we take care of the maintenance so you can focus on the research.
import causalchamber.lab as lab
# Open a real-time connection to a chamber
chamber = lab.Chamber(chamber_id = 'lt-demo-x81a',
config = 'standard')
# Control the chamber and collect data
chamber.set('pol_1', 90)
data = chamber.measure(n=100)
Get in touch!
Do you think the chambers may be a good fit for your research or teaching? Do you need help navigating the open-source datasets ? We're happy to help.