A base model only learned to predict the most likely next words. Nobody taught it to be helpful. Flip the switch and watch the same prompt produce two very different things.
your prompt
most likely continuation
base model
success = predicting the next word (likely)
aligned model
success = a good answer (helpful + honest + harmless)
The base model is not broken. It is doing its one job perfectly — guessing what text usually comes next. Being helpful is a separate skill, added after pretraining. That extra step is called post-training (alignment).