You have probably noticed the pattern. You break through to a new income level — a bigger contract, a successful launch, a raise that finally puts you in a new bracket — and within a few months, something corrects. You overspend on something you cannot quite justify. You stop doing the marketing that was working. You take on a project at a rate below your new normal because it felt "safe." You find a reason, always a reasonable-sounding reason, to return to your previous range.
If you plotted your income over five years, the chart would not show a line. It would show a band. A narrow band. And no matter what tactical changes you have made — new skills, new clients, new pricing, new platforms — the band stays roughly the same width, centered on roughly the same number.
That band has a name. Michael Neill calls it the Wealth Thermostat, and it is the central framework of his 13-session course, Unf*cking Your Relationship with Money.
The Thermostat Model
Think of your home thermostat. You set it to 72 degrees. The temperature drifts to 75, the AC kicks in. It drops to 69, the heater fires. The system is not trying to reach a particular temperature — it already reached it. It is trying to maintain one. Every correction is automatic. Every correction is invisible to the occupant unless they are paying attention to the HVAC, which nobody does.
Neill's claim is that your subconscious operates an identical system for money. You have a set point — a number, or more accurately, a range — that your nervous system considers normal, safe, and deserved. This set point was not configured by you. It was configured during initialization: childhood, early financial experiences, the conversations about money you absorbed before you had any framework for evaluating them.
Here is the critical part. The thermostat does not care about your goals. It does not care about your strategy. It does not care about your conscious desire to earn more. Its only job is to maintain the set point. When income exceeds the ceiling, the thermostat triggers corrective behavior. When income drops below the floor, it triggers compensatory behavior. Both responses are automatic, and both feel like rational decisions in the moment.
class WealthThermostat:
def __init__(self, set_point, tolerance):
self.set_point = set_point # configured during childhood
self.tolerance = tolerance # how far from set_point before correction
self.conscious_goals = None # ignored by the thermostat
def regulate(self, current_income):
if current_income > self.set_point + self.tolerance:
return self.correct_down() # overspend, self-sabotage, stop marketing
elif current_income < self.set_point - self.tolerance:
return self.correct_up() # hustle, panic-work, accept any client
else:
return "comfortable" # no action needed
def correct_down(self):
# These feel like rational decisions at the time
return random.choice([
"take_on_low_rate_project_that_feels_safe",
"overspend_on_something_unjustifiable",
"stop_doing_the_marketing_that_was_working",
"pick_a_fight_with_best_client",
"invest_in_something_with_no_due_diligence"
])
def correct_up(self):
return random.choice([
"work_80_hour_weeks",
"accept_any_project_regardless_of_fit",
"panic_network",
"discount_services_to_fill_pipeline"
])
The part that makes this model unsettling is correct_down(). Every developer, every freelancer, every founder has a story of inexplicable self-sabotage at a moment when things were going well. You were finally earning what you wanted. And then you did something that, in retrospect, makes no sense. You turned down the referral. You let the pipeline dry up. You made the purchase that wiped out the buffer.
The thermostat explains it. You were above the set point. The correction was automatic. And because it was generated below your conscious access layer, it presented itself as a rational decision — not as the HVAC kicking in.
Why Goal-Setting Does Not Move the Thermostat
This is where Neill's framework diverges from most income-growth advice.
The standard approach is: set a bigger goal, build a better strategy, execute harder. In thermostat terms, this is like turning the temperature dial on a wall display that is not actually connected to the HVAC system. You can set it to 85 all day. The real thermostat, the one running the compressor, is set to 72 and does not know about your wall display.
Affirmations, visualization, income goals written on sticky notes — Neill categorizes all of these as what he calls Placebos. They can produce a temporary state change. They cannot override the thermostat because they operate at the conscious level and the thermostat operates below it.
The distinction Neill draws between Placebos and Principles is foundational to the entire course. A placebo works while you sustain the belief. A principle works regardless. "Think positive about money" is a placebo — it stops working the day your mood does not cooperate. Understanding that your entire experience of money is generated by thought, not by your bank balance, is a principle — it holds whether you are having a good week or a terrible one.
How the Thermostat Actually Moves
Neill's answer to "how do I raise my set point" is counterintuitive and, for a builder's brain, initially frustrating: you do not raise it by trying to raise it.
You raise it by seeing it.
That sounds abstract, so here is what it looks like in practice. Neill describes his own thermostat shift. He used to cringe at a $75 lunch. One day, after sustained exposure to people operating at a higher set point, he looked at a $75 lunch check and his first thought was "is that all it is?" — the exact phrase his wealthy clients used. Nothing in his financial situation had changed at that moment. His account balance was the same. His income was the same. What changed was that he saw the cringe as the thermostat, rather than as financial reality. And once he saw it as the thermostat, it could not pretend to be reality with the same authority.
This is the mechanism: observation, not intervention. You watch the thermostat fire. You notice the corrective impulse — the urge to overspend after a big month, the discomfort when your savings account crosses an unfamiliar threshold, the tightening when you consider raising your rate. And instead of acting on the impulse or fighting it, you simply see it for what it is: an automatic process running on outdated configuration.
The seeing is the update. Not because it is magical. Because once you recognize that the discomfort at a new income level is the thermostat correcting, not reality signaling danger, the discomfort loses its behavioral authority. You still feel it. You just stop obeying it.
# Before: thermostat runs silently
if income > set_point:
self_sabotage() # feels like a rational decision
# After: thermostat is visible
if income > set_point:
notice("thermostat correction firing")
# Impulse present but no longer auto-executed
# Conscious choice now possible
The Supporting Frameworks
The Wealth Thermostat is the central framework, but it does not stand alone. Neill builds a full system across 13 sessions.
Four Money Masteries — a skills audit that separates "being good with money" into four distinct competencies (making, using, managing, accumulating), so you can identify which specific skill is dragging instead of operating under a blanket self-assessment.
Six Uses of Money — Neill's model for what money can and cannot do, and why calling money.getSecurity() always returns an error regardless of your balance.
Happy Money / Unhappy Money — drawn from Ken Honda's work, a framework for evaluating the emotional charge on the money flowing through your life and why it matters more than the amount.
Three Income Factors — Neill's adaptation of Neil Gaiman's framework: you need two of three factors (quality, reliability, likability) to earn consistently. Most people overcomplicate income generation before they have established the minimum two.
Inside-Out Understanding — the meta-framework beneath everything: your experience of money is generated by thought, not by external conditions. This is the principle that makes the thermostat visible.
What the Course Does Not Do
To be direct: there is no tactical financial content here. No budgeting systems. No investment strategies. No pricing frameworks. No step-by-step income generation plan. If you are at zero and need to figure out how to start earning, the Gaiman Framework in Session 13 gives you diagnostic principles but not a roadmap.
This course is for the person who already has income and cannot figure out why their relationship with money does not improve as the numbers do. If your financial stress does not track your financial data — if you feel broke at an income that should feel comfortable, if a windfall does not move the needle on your anxiety, if the "enough" number keeps advancing — that is a thermostat problem. And no amount of tactical optimization will fix a thermostat that is set to a number you never consciously chose.
The Diagnostic
Plot your income for the last three years. Look at the band, not the peaks. Look at where it corrects. Look at what you were doing — or stopped doing — right before the corrections.
If the corrections look strategic in hindsight, they probably were. If they look inexplicable — if you can see the moment where you had momentum and then, for reasons you still cannot fully articulate, you let it go — you are looking at the thermostat.
The first step is seeing it. Everything else follows from there.
For the full breakdown of all seven frameworks, including the specific sessions where each one is taught and the limitations Neill is transparent about, the independent course deconstruction is available at Course To Action.
You can start free — 10 full summaries, no credit card. Read or listen to the complete breakdown (audio on every summary). Use the AI tool to ask how the Wealth Thermostat applies to your specific income patterns — "Apply to My Business" includes three free credits.
The course itself is priced separately. The full breakdown plus access to 110+ premium course breakdowns on Course to Action is $49 for 30 days, or $399 for a year. One payment. No subscription. No auto-renewal.
Your thermostat was configured before you had any say in the matter. At minimum, find out what it is set to.
Top comments (0)