Let's say you have a set of potential explanatory variables (e.g. p = 8) that you think are important to explain your response variable ($Y$) but your sample is too small to include them all in the same model (e.g. n = 50) but you do it anyway, would this overfitted model be worth something to generate new testable hypotheses?
For instance, if the model's summary shows that $X_{2}$ and $X_{5}$ have a large (positive or negative) effect on $Y$, would it be appropriate to conclude something like: "the results suggest that these two variables may be influencial, so we recommend testing the effects of $X_{2}$ and $X_{5}$ on $Y$ in a controlled experiment"?
I know I could use a penalization method instead but I still would like answers to these questions.