Apologies if the question has been asked or is too vague -- feel free to remove it if so. I tried searching but only found [this post] that mentioned an identity (repeated below) without giving an interpretation. At the very least I want to share what I found and provide a (hopefully) interesting question to think about.
### TLDR
> In OLS, positively correlated noise terms seem to increase the SE of intercept estimates and decrease that of slope estimates. I can prove the result with linear algebra and simulation (for the simple 2D case of $Y=aX+b+\text{noise}$), but can anyone provide an intuitive answer?
### Setup
Start with the Gauss-Markov model where $Y=X\beta + \epsilon,$where $X$ has values in $\mathbb{R}^{p \times 1}$ (the first entry is always $1$, corresponding to the intercept), and $\epsilon \sim N(0, \sigma^2)$ is an additive noise. Now we have a sample $(y_1, \dots, y_n),(x_1,\dots, x_n)$ where the $x