This document discusses Bayesian modeling and inference using PyMC3. It introduces a Poisson switching model where the rate parameter switches between two exponential distributions before and after a change point. The model is defined using PyMC3 with Exponential and DiscreteUniform priors over the rate parameters and change point. The model is sampled to obtain the posterior distribution which can then be analyzed using traceplots and summary statistics.