The following arose from joint work with Scott Aaronson. The first statement shows how one can do , and provides a converse reduction to get of the lattice problem back to the original boolean functions problem, and with the second is an improvement on Rubinstein's example for boolean functions and achieves sensitivity changed by a gap of $bs(f)=s(f)^2-s(f)$. certain factor.
This shows that $s(f) \leq s(C) \cdot \max_i b_i$.For all $n$, there exists a boolean function $f$ on $2n^2-2n$ variables such that $bs(f)= s(f)^2-s(f)$.
Proof: For a fixed $n$, let $g(x)$ be a boolean function on $2n-2$ variables. We let $g(x)=1$ if there exists a $j$, $1 \leq j \leq n-1$, such that $x_{2j-1}=x_{2j}=1$ and $x_{2j+1},\ldots,x_{2j+n-2}=0$, where addition of coordinate indices is modulo $2n-2$. We have that $s^0(g)=1$ and $bs^0(g)=n-1$. We know that $s^0(g)=1$ because an input $x$ such that $g(x)=0$ and $g(x')=0$ where $x'$ is changed by one coordinate must contain either one 1 or three 1's, and both cases yield that $s(g,x)\leq 1$. Also, $bs^0(g)=n-1$ because one can take $n-1$ blocks of pairs ${x_{2j-1}, x_{2j}}$.
Let $f$ be a function on $2n^2-2n$ variables, defined by taking the exclusive or of $n$ copies of $g$. Then $bs^0(f) = n(n-1)$ and $s^0(f) = n$ since the 0-sensitivity is additive over the rows. Furthermore $bs^1(f)=2n-2 \leq bs^0(f)$ so $bs(f)=n(n-1)$. Also, $s^1(f)=n$ since there is at most one row $x$ such that $g(x)=1$ in the maximal input and $n$ coordinates can be changed in that row. Therefore, $s(f)=n$ and $bs(f) = s(f)^2-s(f)$.

