For some constants a and b let
f(x) = 8 - x if x <= 4
f(x) = ax + b if x > 4
The function f has the property that f(f(x)) = x for all x. What is a + b?