- Published on
Confidence Is Trained, Not Innate — The Sports Psychology of Self-Efficacy
- Authors

- Name
- Youngju Kim
- @fjvbn20031
Introduction — A Game You Lose the Moment You Call Confidence a Personality Trait
"That person was just born confident." We say this far too easily. And hidden inside it is a dangerous premise: if confidence is an innate personality trait, then the me who lacks confidence today will lack it forever.
Sports psychology starts from the opposite premise. Confidence is not a personality trait but a skill, and if it is a skill, it can be grown through training. Olympic teams bring in mental coaches not to change an athlete's personality, but to systematically train the skill called confidence.
This post is the first installment of a new mindset series. Throughout the series, drawing on sports psychology and psychological research, I will lay out how to treat mental strength not as "something you are born with" but as "something you design and train."
The Substance of Confidence — Bandura's Self-Efficacy Theory
Psychologist Albert Bandura changed the landscape of confidence research when he published his theory of self-efficacy in 1977. There are two core insights.
First, useful confidence is task-specific. What changes actual performance is not vague self-esteem like "I am a great person" but a concrete belief like "I can deliver this presentation."
Second, self-efficacy is built from four sources. What matters is that all four are inputs you can control.
| Source | What it is | Strength | How to train it |
|---|---|---|---|
| Mastery experience | Having actually done it before | Strongest | Difficulty-ladder design, success logs |
| Vicarious experience | Watching similar people succeed | Strong | Observing role models, joining communities |
| Verbal persuasion | Encouragement from trusted people, self-talk | Moderate | Self-talk training, asking for feedback |
| Physiological state | How you read tension, heart rate, condition | Moderate | Breathing practice, reappraising arousal |
Saying you have no confidence usually means these four accounts are empty. And accounts can be filled.
Source 1 — Mastery Experiences Do Not Accumulate by Accident
The most powerful source of self-efficacy is mastery experience. The problem is that most people leave mastery experiences to luck. When things go well, confidence rises; when they go badly, it collapses.
An athlete's training program is designed the opposite way. The coach places "challenges the athlete can win" in deliberate stages. Too easy, and the task gives confidence no information; too hard, and only failure experiences pile up. Let us call this the difficulty ladder.
Translated into a developer's daily life, it looks like this.
- If presentations scare you: build the ladder as a 5-minute team share → an internal seminar → a lightning talk at a meetup → a conference.
- If coding interviews scare you: climb from solving alone → solving while thinking aloud → mock interviews in front of a colleague → the real thing.
- If open source contribution scares you: climb from a typo-fix PR → documentation improvements → a small bug fix → implementing a feature.
One more thing must be added here: records. Human memory has a negativity bias, storing one failure longer than ten successes. That is why retrieving mastery experiences matters as much as accumulating them. I call this the confidence bank. Write down, one line at a time, the things you did well, the good feedback you received, the incidents you resolved — and take it out and read it the day before a big stage (an interview, a presentation, a release). It may look childish, but it is exactly the same principle as sports psychologists showing athletes their highlight reels before a match.
Sources 2 and 3 — Vicarious Experience and Self-Talk
Vicarious experience is watching "someone like me" pull it off. The key word here is "like." Messi's highlights do little for the confidence of a neighborhood footballer. But watching a colleague whose skills used to match yours give a conference talk is powerful evidence. The feeling of "if they can do it, so can I" is the very essence of vicarious experience. That is why joining a community in the field you want to grow in and observing people half a step ahead of you is not a waste of time — it is training.
What is interesting about verbal persuasion is that the words you say to yourself — self-talk — matter more than encouragement from others. Psychologist Ethan Kross and his research team reported that in stressful situations, self-talk using your own name or the second person ("Youngju, you have prepared for this") regulates emotion more effectively than first-person statements like "I can do this." A third-person perspective creates psychological distance between you and the situation. Tennis players muttering to themselves between points are not being eccentric; that is a trained routine.
The rules of self-talk training are simple.
- Notice the moment self-critical muttering appears during the match (the presentation, the interview).
- Replace it with a short, pre-decided cue word — something like "Okay, next play" or "Slowly, one at a time."
- Use sentences grounded in fact. "I have rehearsed this scenario three times" is stronger than a baseless "I am the best."
Source 4 — Tension Is Not the Enemy: Reappraising Arousal
A pounding heart and sweaty palms before you step on stage are not signs that your body is malfunctioning; they are a normal arousal response mobilizing resources for performance. In experiments by Harvard's Alison Wood Brooks, nervous participants told to say "I am excited" performed better than the group told to repeat "let me calm down" — in singing, public speaking, and math tasks alike. In other words, changing your interpretation of arousal is easier and more effective than lowering the arousal level itself.
The most practical tool for handling the body's signals is breathing. Repeat a pattern where the exhale is longer than the inhale (for example, breathe in for 4 seconds and out for 6) for one to two minutes, and the parasympathetic nervous system activates, actually lowering your heart rate. I cover this in more depth in the health installment of this series, mental strength comes from the body.
Three Real-World Scenarios for Developers
Technical interviews. Eighty percent of interview confidence is mastery-experience design. Set up at least three mock interviews in the same format as the real one, and the real interview becomes not "a first-time event" but "the fourth repetition." Right before the interview, open your confidence bank and explain out loud three problems you recently solved.
Incident response. Falling apart in front of a middle-of-the-night alert is often not a matter of skill but of arousal interpretation. Reinterpret your rising heart rate not as "the start of panic" but as "my body shifting into focus mode," and spend the first minute not on response but on breathing and grasping the situation. Well-trained on-call engineers produce calm through routine, not raw ability.
Salary negotiations and presentations. Both are battles with the question "do I deserve to be here." Deserving comes from records, not feelings. The habit of summarizing your results on a single page every quarter is negotiation material and a self-efficacy training tool at the same time.
A Confidence Training Checklist to Start Today
- Pick one task that scares you and write a four-step difficulty ladder on paper. Execute step one this week.
- Create a confidence bank notebook. Write one thing you did well today as the first line.
- Choose two cue words of your own. Actually use them in your next tense situation.
- When tension rises, try relabeling it as "excitement." Do one minute of long-exhale breathing.
- Join one community or study group where you can observe people half a step ahead of you.
Closing
Confidence is not made on stage. What shows up on stage is simply the sum of the mastery experiences, observation, language, and bodily state you accumulated before stepping onto it. So having no confidence is not a reason to despair — it is a reason to make a training plan.
The next installment covers the concrete tool world-class athletes use to handle tension: the science of pre-performance routines. If you are curious about the mechanism of collapsing under pressure, read the psychology of choking as well.