I’ve been deep in the FIRE weeds for the past few years, and there’s this massive tension I can’t resolve. Every FIRE resource I read hammers home automation is one of the most powerful tools for staying on track—automatic 401k deductions, automatic transfers to brokerage accounts, set it and forget it. But then they also preach detailed tracking: “know your numbers,” “track every dollar,” “awareness drives behavior change.”
Here’s my confusion: which one actually changes behavior?
Hypothesis A: Automation Changes Behavior, Tracking Is Theater
The argument: you can’t spend money you never see. When $500 gets auto-deducted from my paycheck to my 401k before it hits my checking account, I genuinely don’t miss it. I adjusted my lifestyle around what appears in my account, not my gross pay.
Meanwhile, I’ve tracked spending in ridiculous detail for 3 years using Beancount. I can tell you I spent $847 on restaurants in Q1 2026. Does knowing this number change my behavior? Honestly… not really. I see the number, I feel mildly guilty, I tell myself “I’ll cut back next month,” and then I don’t.
If tracking doesn’t change behavior, is it just creating guilt without benefit?
Hypothesis B: Tracking Creates Awareness That Drives Decisions
The counterargument: you can’t improve what you don’t measure. Seeing “$800/month on restaurants” might not instantly change behavior, but over time it creates pattern recognition. You start noticing: “we eat out every Friday, but we also do Saturday brunch, plus random weeknight takeout.” That awareness leads to: “what if we commit to cooking on weeknights and only do weekend dining?”
There’s research backing this up. A recent analysis found that manual money tracking enhances financial awareness and provides a stronger sense of accomplishment, with 40% of manual savers feeling more in control compared to automated approaches.
The Beancount Reality Check
Here’s where plain text accounting gets weird: Beancount requires manual effort. I have to:
- Download CSVs from 7 different accounts every week
- Run importers (which occasionally break)
- Categorize ambiguous transactions
- Run queries to generate reports
- Actually look at the reports
This is the OPPOSITE of “set it and forget it.” I’m spending 2-3 hours per week on financial tracking. Does this discipline itself drive better behavior? Is the act of reviewing transactions weekly (even if I don’t consciously react to them) creating some kind of mindful spending awareness?
Or am I just wasting 150 hours/year on financial theater when I should spend 30 minutes setting up automatic transfers and never think about it again?
The Psychological Experiment I’m Afraid to Try
What if I tracked everything meticulously in Beancount for 3 months but never looked at any reports? Just run the importers, categorize transactions, commit to Git… but don’t run fava or generate any dashboards.
Does “tracking without awareness” change behavior? Or is regular review essential?
I suspect the answer is: tracking is useless without review. But if review doesn’t change behavior (because I see the numbers and still don’t change), then what’s the point?
The Automation Possibilities via Beancount
There’s a middle path I’ve been exploring: decision-trigger automation. Not “force me to invest” (only payroll can do that), but “alert me when I should act”:
- Balance threshold alerts: If checking account > $10K, email reminder to transfer $5K to brokerage
- Savings rate monitoring: If monthly savings rate drops below 50%, flag for review
- Expense anomaly detection: If restaurant spending > $1000 in a month, alert (because normal is $800)
This requires scripting, but it’s doable in Python. Has anyone built this type of automation layer on top of Beancount?
The Honest Assessment Question
What actually increased your savings rate?
For me, honestly: automatic 401k deductions (23% gross pay) did 90% of the work. Detailed Beancount tracking… I’m not sure it’s moved the needle at all. I’m saving more because I automated it, not because I’m aware of it.
But maybe I’m wrong. Maybe the awareness is working subconsciously. Or maybe tracking is valuable for different reasons (tax prep, net worth monitoring, long-term trend analysis) even if it doesn’t change day-to-day behavior.
Would I save more with:
- Option A: Automatic investing (70% of paycheck straight to brokerage) + zero tracking
- Option B: Manual investing (I transfer money when I remember) + detailed Beancount tracking
I genuinely don’t know. What’s your experience?
Related reading:
- From tracking to saving: How personal budget apps actually change spending behavior shows that over 60% of Americans struggle with budgets due to forgetfulness or lack of discipline
- Finance Tracking Software: What to Automate vs Do Manually argues the sweet spot is hybrid systems
- Beancount community discussions on FIRE numbers and savings rates