The Tom Dupree Show

Tom Dupree

Investing For Retirement.

  1. 1h ago

    30-Year Treasury Yield Hits 2007 High: What Retirees Should Know

    @import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lora:ital,wght@0,400;0,600;1,400;1,600&family=Open+Sans:wght@400;600;700&display=swap'); .dfg-post { --teal: #006766; --teal-light: #008180; --dark: #323339; --accent: #8fc8c9; --accent-pale: #e8f5f5; --white: #ffffff; --off-white: #fafafa; --border: #d8eeee; } .dfg-post *, .dfg-post *::before, .dfg-post *::after { box-sizing: border-box; margin: 0; padding: 0; } .dfg-post { font-family: 'Open Sans', sans-serif; color: var(--dark); background: var(--off-white); line-height: 1.7; -webkit-font-smoothing: antialiased; } /* ── PAGE WRAPPER ── */ .dfg-post .page { max-width: 780px; margin: 0 auto; background: var(--white); box-shadow: 0 2px 40px rgba(0,103,102,0.08); } /* ── HEADER ── */ .dfg-post .header { background: var(--teal); padding: 32px 48px 28px; display: flex; align-items: center; gap: 24px; } .dfg-post .logo-lockup { display: flex; flex-direction: column; gap: 2px; } .dfg-post .logo-wordmark { font-family: 'Libre Baskerville', serif; font-size: 22px; font-weight: 700; color: var(--white); letter-spacing: 0.06em; text-transform: uppercase; } .dfg-post .logo-sub { font-family: 'Open Sans', sans-serif; font-size: 10px; font-weight: 600; color: var(--accent); letter-spacing: 0.18em; text-transform: uppercase; } .dfg-post .header-divider { width: 1px; height: 44px; background: rgba(143,200,201,0.4); flex-shrink: 0; } .dfg-post .show-label { font-family: 'Open Sans', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-bottom: 4px; } .dfg-post .show-name { font-family: 'Libre Baskerville', serif; font-size: 15px; font-weight: 700; color: var(--white); } /* ── EPISODE TITLE BAND ── */ .dfg-post .title-band { padding: 36px 48px 28px; border-bottom: 2px solid var(--border); } .dfg-post .episode-label { font-family: 'Open Sans', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; } .dfg-post .episode-title { font-family: 'Libre Baskerville', serif; font-size: 26px; font-weight: 700; color: var(--teal); line-height: 1.3; margin-bottom: 14px; } .dfg-post .meta-line { font-family: 'Open Sans', sans-serif; font-size: 12px; color: var(--dark); display: flex; flex-wrap: wrap; gap: 6px; align-items: center; } .dfg-post .meta-line a { color: var(--teal); text-decoration: none; font-weight: 600; } .dfg-post .meta-sep { color: var(--accent); font-weight: 400; } /* ── BODY CONTENT ── */ .dfg-post .content { padding: 0 48px; } /* ── SECTION ── */ .dfg-post .section { padding: 32px 0 8px; border-bottom: 1px solid var(--border); } .dfg-post .section:last-of-type { border-bottom: none; } .dfg-post .section-heading { font-family: 'Lora', serif; font-size: 15px; font-weight: 600; color: var(--teal); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid var(--accent-pale); display: flex; align-items: center; gap: 10px; } .dfg-post .section-heading::before { content: ''; display: inline-block; width: 20px; height: 2px; background: var(--teal); flex-shrink: 0; } /* ── DESCRIPTION ── */ .dfg-post .description p { font-family: 'Open Sans', sans-serif; font-size: 14px; color: var(--dark); line-height: 1.8; margin-bottom: 16px; } .dfg-post .pull-quote { font-family: 'Lora', serif; font-size: 14px; font-style: italic; color: var(--dark); line-height: 1.8; border-left: 3px solid var(--teal); padding-left: 18px; margin: 20px 0; } /* ── TOPICS LIST ── */ .dfg-post .topics-list { list-style: none; display: flex; flex-direction: column; gap: 10px; padding-bottom: 12px; } .dfg-post .topics-list li { font-family: 'Open Sans', sans-serif; font-size: 13.5px; color: var(--dark); padding-left: 22px; position: relative; line-height: 1.6; } .dfg-post .topics-list li::before { content: '•'; position: absolute; left: 0; color: var(--teal); font-size: 16px; line-height: 1.4; } /* ── TAKEAWAYS ── */ .dfg-post .takeaways-list { list-style: none; display: flex; flex-direction: column; gap: 14px; padding-bottom: 12px; } .dfg-post .takeaway-item { padding: 14px 16px; background: var(--accent-pale); border-left: 3px solid var(--teal); border-radius: 0 4px 4px 0; } .dfg-post .takeaway-label { font-family: 'Open Sans', sans-serif; font-size: 12.5px; font-weight: 700; color: var(--teal); display: block; margin-bottom: 4px; } .dfg-post .takeaway-body { font-family: 'Open Sans', sans-serif; font-size: 13px; color: var(--dark); line-height: 1.7; } /* ── ABOUT ── */ .dfg-post .about-text { font-family: 'Open Sans', sans-serif; font-size: 13.5px; color: var(--dark); line-height: 1.8; margin-bottom: 14px; } .dfg-post .about-text a { color: var(--teal); font-weight: 700; text-decoration: none; } /* ── CTA BOX ── */ .dfg-post .cta-box { margin: 32px 0; border-top: 2px solid var(--accent); border-right: 2px solid var(--accent); border-bottom: 2px solid var(--accent); border-left: none; padding: 24px 28px 20px; background: var(--white); } .dfg-post .cta-heading { font-family: 'Libre Baskerville', serif; font-size: 16px; font-weight: 700; color: var(--teal); margin-bottom: 12px; } .dfg-post .cta-body { font-family: 'Open Sans', sans-serif; font-size: 13px; color: var(--dark); line-height: 1.75; margin-bottom: 14px; } .dfg-post .cta-contact { font-family: 'Open Sans', sans-serif; font-size: 13px; color: var(--dark); display: flex; flex-wrap: wrap; align-items: center; gap: 8px; } .dfg-post .cta-contact strong { font-weight: 700; color: var(--dark); } .dfg-post .cta-contact a { font-weight: 700; color: var(--teal); text-decoration: none; } .dfg-post .cta-pipe { color: var(--accent); } /* ── PUBLISHER NOTES ── */ .dfg-post .publisher-notes { background: #f4fafa; border: 1px dashed var(--accent); margin: 0 48px 48px; padding: 24px 28px; } .dfg-post .publisher-notes-heading { font-family: 'Libre Baskerville', serif; font-size: 13px; font-weight: 700; color: var(--teal); margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.08em; } .dfg-post .publisher-field-label { font-family: 'Open Sans', sans-serif; font-size: 11px; font-weight: 700; color: var(--dark); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 6px; margin-top: 16px; } .dfg-post .publisher-field-label:first-of-type { margin-top: 0; } .dfg-post .publisher-value { font-family: 'Open Sans', sans-serif; font-size: 12.5px; color: var(--dark); line-height: 1.7; background: var(--white); border: 1px solid var(--border); padding: 10px 14px; border-radius: 3px; } .dfg-post .publisher-value code { font-family: 'Courier New', monospace; font-size: 11px; color: var(--dark); display: block; white-space: pre-wrap; word-break: break-all; } .dfg-post .publisher-steps { list-style: none; counter-reset: steps; display: flex; flex-direction: column; gap: 8px; margin-top: 4px; } .dfg-post .publisher-steps li { counter-increment: steps; font-family: 'Open Sans', sans-serif; font-size: 12.5px; color: var(--dark); padding-left: 26px; position: relative; line-height: 1.6; } .dfg-post .publisher-steps li::before { content: counter(steps) '.'; position: absolute; left: 0; font-weight: 700; color: var(--teal); } /* ── FOOTER ── */ .dfg-post .footer { background: var(--teal); padding: 20px 48px; font-family: 'Open Sans', sans-serif; font-size: 11px; color: rgba(255,255,255,0.75); line-height: 1.6; text-align: center; } .dfg-post .footer a { color: var(--accent); text-decoration: none; font-weight: 600; } @media print { .dfg-post { background: white; } .dfg-post .page { box-shadow: none; max-width: 100%; } .dfg-post .publisher-notes { break-inside: avoid; } .dfg-post .cta-box { break-inside: avoid; } .dfg-post .takeaway-item { break-inside: avoid; } } Dupree Financial Group Podcast Show Notes The Tom Dupree Show Episode  ·  August 22, 2026 Why Is the 30-Year Treasury Yield the Highest Since 2007 — And What Does It Mean for Your Retirement Income? by Tom Dupree | Dupree Financial Group | dupreefinancial.com | 859-233-0400 Episode Description On August 17 and 18, 2026, the yield on the 30-year U.S. Treasury bond climbed above 5.3% — its highest level

  2. 6d ago

    AI Data Center Financing: What It Means for Retirees 8-15-26

    tags. 4. Paste the SEO Title Tag, Meta Description, and Focus Keyphrase above into Yoast/RankMath. 5. Add the FAQPage JSON-LD script (bottom of this file) as a Custom HTML block above the footer. 6. Publish as ONE page, filed under both Blog and Podcasts categories. ================================================================== --> Should Retirees Worry About the $500 Billion AI Data Center Financing Boom? By Tom Dupree, Founder, Dupree Financial Group — with Mike Johnson, James Dupree, and Michael Dawahare, as discussed on The Financial Hour, August 15, 2026. Wall Street wants to finance roughly $500 billion of AI data center construction by turning computer chips into asset-backed securities — the same financing tool that has funded mortgages, auto loans, and credit card debt for decades. On this week’s Financial Hour, Tom called it, in his words, “a huge boondoggle.” Michael Dawahare pushed back with a more measured read. Mike Johnson and James Dupree pressed both sides on what’s actually driving the deal. The short answer: Dupree Financial Group doesn’t currently hold this type of security in client portfolios, and doesn’t recommend chasing the headline. The more useful question for a retiree isn’t whether AI is real — it obviously is. It’s what’s actually backing $500 billion in new debt, and what happens to that collateral if the technology moves faster than the loan gets paid off. Key Takeaways A group of major financial firms — Apollo, BlackRock, Blackstone, Brookfield, Goldman Sachs, and KKR — is exploring asset-backed securities to help finance AI data center buildout. The debt would be backed largely by Nvidia chips inside “NeoCloud” companies like CoreWeave and Nebius Group, not by traditional collateral like real estate or receivables. Dupree Financial Group owns mortgage-backed securities but avoids auto-loan- and credit-card-backed debt, because the underlying collateral in those cases isn’t reliably recoverable — the same lens the firm applies here. Separately, wage data suggests the economy may be shifting from a “K-shaped” pattern (higher earners pulling ahead) toward a broader, more generationally distributed “G-shaped” recovery. Tom’s own investment philosophy traces back to the 1990s, when he noticed dividend-paying stocks beginning to outperform bonds — the observation that still anchors how DFG builds retirement income today. Why This Is Hard to Evaluate From a Headline If you’ve read a headline about a “$500 billion AI financing deal” and felt your stomach tighten a little, that’s a reasonable reaction. Financial engineering stories are genuinely hard to evaluate from the outside. The vocabulary is dense — asset-backed securities, securitization, collateral, inference — and the stakes described in the coverage are enormous. Retirees have been burned before by financial products that sounded sophisticated and turned out to be thinly disguised risk, and that memory is not paranoia. It’s earned caution. The team didn’t pretend this was simple. Tom was candid about his own uncertainty, noting he’s “very willing to be corrected.” That kind of honesty — admitting a strong opinion isn’t the same as certainty — is itself part of how DFG evaluates a new trend: skepticism first, conclusions only after the mechanics are understood. What the Team Actually Discussed A NeoCloud company buys Nvidia chips, builds computing capacity, and rents that capacity to larger technology firms like Amazon or Meta. CoreWeave and Nebius Group are two examples the team named. The pitch from the AI industry is that even older-generation chips retain real value for years, through a secondary use called inference — essentially, running smaller, less demanding AI tasks on hardware that’s no longer cutting-edge. Bears on the other side of the argument worry the technology cycle will outrun the debt: if a chip is functionally obsolete before the loan backing it is paid off, the “asset” behind the asset-backed security stops backing much of anything. This is precisely the distinction DFG applies to every asset-backed security it considers. The firm holds mortgage-backed securities, which are backed by real property with a long, well-understood history of collateral value. It does not hold auto-loan- or credit-card-backed debt, because a depreciating car or an unsecured promise to pay doesn’t offer the same reliability. Asset-backed securities as a category aren’t inherently good or bad — the question is always what’s underneath. The team also placed the moment in historical context. Financing efforts without a clean precedent aren’t new: the Panama Canal and the Marshall Plan were both undertaken without a perfect playbook, and both eventually found their footing, even though the people funding them at the outset couldn’t have described exactly how. That’s not a guarantee this AI financing structure works out the same way — it’s a reminder that markets have absorbed genuinely novel financing before, and that every investment bank, underwriter, and rating agency involved here has its own incentive to get the structure right. Separately, the conversation turned to what’s actually showing up in the economic data. For the past few years, economists have described a “K-shaped” economy, where higher earners pulled ahead while lower-income households absorbed the brunt of inflation. According to recent wage data, that gap may be narrowing — wage growth for lower-income workers has recently outpaced higher earners, a shift the team tied in part to immigration policy changes affecting labor supply and rental housing demand. Some economists are now describing this broader, more generationally distributed pattern — retiring baby boomers spending freely alongside improving wages further down the income scale — as a “G-shaped” economy. DFG’s Reframe: The Three-Question Collateral Test Strip away the jargon, and The Dupree Team’s approach to any asset-backed security — mortgage bonds, auto loans, or AI chip debt — comes down to three questions Tom has asked in one form or another for 48 years: What actually generates the cash flow? Not the marketing story — the mechanism. A mortgage generates cash flow because someone lives in the house and needs to keep paying. What generates cash flow from a chip? What happens to the collateral if the cash flow stops? A house retains value. A car depreciates fast. A three-year-old computer chip in a five-year technology cycle may retain very little. Am I being paid enough to take this risk, or am I just hoping? Yield that doesn’t reflect the real uncertainty in the collateral isn’t a bargain — it’s a warning sign. This isn’t a formal framework DFG has branded or trademarked — it’s the plain-English version of “know what you own and why you own it,” the same standard Tom applies whether he’s looking at a dividend stock, a municipal bond, or a headline-grabbing new security structure. It’s also why the firm’s answer to the AI financing question isn’t a prediction about who’s right. It’s a description of the test the investment has to pass before it’s even a candidate for a client account. How This Shows Up in a DFG Retirement Portfolio None of this changes DFG’s core approach to retirement income, which was built on a much older observation. Tom started his career selling municipal bonds in the late 1970s. In the 1990s, he began noticing something that reshaped how he thought about money for the next three decades: dividend-paying stocks were, in some cases, outperforming bonds. As he’s put it: “Stocks with dividends were, in some cases, outperforming bonds. That changed everything for me. It’s all about return on your money, whether it’s a stock or a bond.” That’s the foundation DFG still builds on — pairing dividend-paying stocks with bonds so retirement income shows up as visible cash flow, not a number on a statement you hope holds up. It’s also why the firm’s research process for something like an AI-driven “picks and shovels” business (a company that profits from building the infrastructure, rather than betting on which AI model wins) still runs through the same cash-flow lens as everything else in a client’s account. Direct ownership of individual securities, in-house research, and no reliance on a fund manager’s black box — that discipline doesn’t change just because the headline is about a new technology. Five Steps to Evaluate Any Headline-Driven Investment Trend Identify the actual cash flow. Before anything else, ask what specifically generates the return — a mechanism, not a narrative. If you can’t describe it in one sentence, that’s worth noticing. Ask what’s collateral, and what happens to it under stress. Real estate, receivables, and dividend-paying businesses all have a track record. Newer categories of collateral don’t, yet. Check whether the yield matches the real risk. A return that looks unusually attractive for the stated risk level is a reason to look closer, not a reason to move faster. Separate the technology story from the investment structure. AI adoption and the specific debt used to finance AI infrastructure are two different questions. One can be real and durable while the other is poorly structured. Ask a fee-only fiduciary to walk through your own portfolio. If you’re not sure whether something like this is already inside a fund or account you own, that’s exactly what a portfolio review is for. What the Data Actually Shows For context on the broader economy: for the past few years, the story was a K-shaped one — higher earners pulling further ahead while lower-income households bore the weight of inflation. That pattern appears to be shifting. Recent wage data shows lower-income wage growth outpacing higher earners, a change the team

  3. Aug 9

    Is the AI Rally a Bubble? What Retirees Should Watch For | Dupree Financial Group

    Dupree Financial Group  Blog & Podcast The Tom Dupree Show The Financial Hour · Hour 2 · August 8, 2026 Is the AI Rally a Bubble? What Retirees Should Watch For The Tom Dupree Show | Dupree Financial Group | dupreefinancial.com | 859-233-0400 By Tom Dupree, Founder, Dupree Financial Group III     Ii               I iiI.  Is this AI Rally Built to Last? Turn on any market report lately, and you’ll hear the same story: a handful of AI-linked names are doing most of the heavy lifting. On this week’s Financial Hour, Tom sat down with analyst James Dupree and market analyst Michael Dawahare to talk through what’s actually driving that rally — and it’s a more complicated story than “AI stocks are up.” The conversation opened with reshoring: American companies bringing manufacturing back from overseas, and the market slowly absorbing the idea that this makes more sense than the offshoring wave of the ’70s, ’80s, and ’90s. From there it moved into the AI infrastructure buildout, the old industrial companies suddenly catching a second wind because of it, and a cautionary tale about a leveraged AI hedge fund that lost 78% of its value in three weeks. Tom, James, and Michael walked through the Gold Rush and dot-com parallels, why diversification matters more than ever in a fast-moving sector, and where Dupree Financial Group is finding value right now — financials, insurance, mortgage REITs, and energy. The short version: something real is happening in AI and in American manufacturing. But a real trend and a sure thing are two very different things, and knowing the difference is the whole job. “There’s gonna be people riding high on AI right now who in four years may not be. Don’t just focus on the new technology — ask what are the derivative trades, what can go wrong. Because something will.” — Tom Dupree Topics Covered Why the market is absorbing the reshoring of U.S. manufacturing — and why that’s different from a tariff headline The AI infrastructure buildout, and which “old economy” companies (Johnson Controls, Cummins) are catching a second wind from it The Leopold Aschenbrenner story: how a 4x-leveraged AI fund went from $45 billion to a forced $10 billion sale in about three weeks Gold Rush and dot-com parallels — and who actually made the money when a boom goes bust Regional mall traffic and the return of in-person, live entertainment spending as a signal worth watching Why financials, insurance, and mortgage REITs are on Dupree Financial Group’s radar right now The capital gains tax cost of trying to “sell at the top” and buy back in lower Why a “set it and forget it” approach is especially risky in a fast-moving sector like AI Security concerns as new AI models test the limits of their own guardrails Key Takeaways Reshoring is showing up in the data, not just the headlines. Manufacturing activity has expanded for several consecutive months, and reshoring initiatives have driven a meaningful number of announced U.S. manufacturing jobs since 2010 — a trend the show connected directly to the “picks and shovels” companies benefiting from it. AI infrastructure spending is running far ahead of AI revenue. The largest tech companies are on pace to spend hundreds of billions on AI infrastructure this year alone — spending that, by some estimates, is outpacing the revenue AI products are currently generating. That gap is exactly what Tom, James, and Michael were pointing to when they said “something will go wrong.” Leverage turns a good idea into a forced sale. The Leopold Aschenbrenner fund didn’t lose money because AI was a bad bet — it lost money because a 4x-leveraged position can only absorb so much of a pullback before it’s liquidated. That’s a lesson about position sizing, not about AI. History says the “picks and shovels” companies often outlast the flashiest players. Tom’s Levi Strauss story from the Gold Rush isn’t just a fun aside — it’s the show’s real thesis. When a boom happens, the companies supplying the boom sometimes outlast the speculative names chasing it. Diversification is what protects you when some AI names don’t make it. Nobody on the show argued AI is fake. The argument was that not every AI company will succeed, and a portfolio built around five or ten concentrated bets is a very different risk profile than one spread across sectors. Trying to time a pullback can trigger its own tax bill. Selling a highly appreciated position to avoid a possible drop means paying capital gains tax on the gain — which, as James pointed out, can functionally act like selling at the top even if the stock never actually drops that far. Dividend-paying sectors remain the core of the plan, regardless of what AI does next. Financials, insurance, mortgage REITs, and energy were named as areas of current focus — companies tied to real, ongoing economic activity rather than to a single technology cycle. “Set it and forget it” is the riskiest approach in a fast-moving sector. The show’s closing message: stay alert, stay informed, and know what you own — because in a sector that can move 10-15% in a day, being asleep at the wheel is exactly when it costs you. The Reframe: What This Means for Your Portfolio Here’s where we’d push the conversation a step further than the show had time for. The AI story and the reshoring story aren’t really two separate topics — they’re the same story told twice. Both are examples of real, durable economic activity attracting an amount of capital that may or may not be justified by what it produces. The five largest U.S. tech companies are on pace to spend somewhere in the range of $660–690 billion on AI infrastructure this year alone, nearly double the year before, according to industry analysis from Futurum Group. Other estimates put the ratio of AI infrastructure spending to AI software revenue at close to eighteen-to-one, per S&P Global research reported by ETF Trends. That doesn’t mean the technology is fake — it means the payoff isn’t set to arrive on the same timeline as the spending, and it may not arrive on that timeline at all. The Bank for International Settlements — essentially the central bank for the world’s central banks — has already flagged the scale of this spending as a risk worth watching, noting that combined AI capital expenditure across 2025 and 2026 is outpacing the free cash flow of the companies funding it, per Fortune’s reporting. Fidelity’s own research team has taken a more measured view, noting that as of early 2026 they aren’t yet seeing some of the classic bubble warning signs, like shrinking free cash flow among the AI leaders — but they’re watching closely, and so should you (Fidelity). Both things can be true at once, which is exactly what Tom, James, and Michael said on air. This is precisely the environment dividend-focused, diversified investing was built for. Research from Hartford Funds, using data going back to 1973, has found that companies that grew or initiated a dividend have historically delivered higher returns than the broader market with meaningfully less volatility than non-dividend payers (Hartford Funds). That’s the case for owning financials, insurance, and energy alongside — not instead of — exposure to the AI and reshoring trends. You get to participate in the buildout without betting the whole plan on any single piece of it working out on schedule.     Related Reading Listen to this episode and browse past shows on the Podcasts page Learn more about our approach and team on the About Us page Schedule your own complimentary portfolio review from the DFG homepage About The Tom Dupree Show The Tom Dupree Show is hosted by Tom Dupree, founder of Dupree Financial Group and a 48-year veteran of the investment business. Each episode covers the financial topics that matter most to retirees and those approaching retirement — in plain English, without the Wall Street spin. Dupree Financial Group is a fee-only, fiduciary Registered Investment Advisory firm based in Lexington, Kentucky. The firm manages separately managed accounts focused on income-generating, dividend-paying portfolios — no products sold, no commissions, no conflicts of interest. Past episodes are available at dupreefinancial.com under the Podcast tab. TD Tom Dupree Founder of Dupree Financial Group and host of The Tom Dupree Show. Tom started in the investment business in 1978 as a municipal bond salesman, and has spent 47 years building an income-first, fee-only approach to retirement investing in Lexington, Kentucky. Schedule a Complimentary Portfolio Review If you’re not sure whether you know what’s actually driving your portfolio’s gains right now — and whether it could unwind as fast as it built — we’ll take a look. No charge. No pressure. Just an honest conversation about what you own and whether it’s working for you. Call: 859-233-0400 | Visit: dupreefinancial.com { "@context": "https://schema.org", "@type": "PodcastEpisode", "name": "Is the AI Rally a Bubble? What Retirees Should Watch For", "url": "https://www.dupreefinancial.com/is-the-ai-rally-a-bubble-what-retirees-should-watch-for/", "datePublished": "2026-08-08", "description": "Tom Dupree, James Dupree, and Michael Dawahare discuss the AI market rally, reshoring, and where Dupree Financial Group sees value for retirement portfolios right now.", "partOfSeries": { "@type": "PodcastSeries", "name": "The Tom Dupree Show", "url": "https://www.dupreefinancial.com/podcasts" }, "author": { "@type": "Person", "name": "Tom Dupree" } } { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "na

  4. Aug 2

    Is Your Retirement Portfolio Too Concentrated? A $35B Hedge Fund Lesson | Dupree Financial Group

    / block), so paste the ENTIRE block below — starting at the outer and ending at its closing — into a single "Custom HTML" block in the WordPress editor. Do not paste into a Paragraph/visual block; use Custom HTML specifically. SEO TITLE TAG (Yoast/RankMath): Is Your Retirement Portfolio Too Concentrated? A $35B Hedge Fund Lesson | Dupree Financial Group META DESCRIPTION (≤156 characters): A hedge fund lost $35B in weeks. See what it reveals about S&P 500 concentration risk — and how retirees can protect their income. (150 characters) FOCUS KEYPHRASE: S&P 500 concentration risk retirement portfolio CANONICAL URL (paste into Yoast → Advanced → Canonical URL — do NOT leave blank): https://www.dupreefinancial.com/sp500-concentration-risk-retirement-portfolio/ SUGGESTED SLUG: sp500-concentration-risk-retirement-portfolio IMAGES NEEDED (Dreamstime — license confirmed): 1. retirement-portfolio-concentration-risk.jpg — alt: "Retiree reviewing a stock portfolio statement showing S&P 500 concentration risk" 2. sp500-magnificent-seven-market-weight-chart.jpg — alt: "Chart illustrating the Magnificent Seven's growing share of S&P 500 market capitalization" INTERNAL LINKS USED (confirmed live URLs only): https://www.dupreefinancial.com/podcasts | https://www.dupreefinancial.com/about-us | https://www.dupreefinancial.com EXTERNAL SOURCES CITED: CNBC (7/31/26), TechCrunch (7/30/26), Forbes, CNBC (12/12/25), SEC Investor.gov PodcastEpisode + FAQPage JSON-LD schema is at the bottom of this file — paste as a SEPARATE Custom HTML block, above the footer, per standard publishing steps. Compliance: banned-word scan clean. Risk disclosure included in CTA box. Route to Hudson Kemp before publishing. ============================================================ --> Dupree Financial Group Blog  ·  The Tom Dupree Show From This Week’s Episode Retirement Investing  ·  August 1, 2026 Is Your Retirement Portfolio Too Concentrated? A 25-year-old hedge fund manager lost roughly $35 billion in a matter of days this week. Here’s what his leverage and the market’s concentration in seven stocks have to do with your retirement account. By Tom Dupree, Founder, Dupree Financial Group  |  dupreefinancial.com  |  859-233-0400     This week, a 25-year-old former OpenAI researcher named Leopold Aschenbrenner watched roughly $35 billion disappear from his hedge fund in a matter of days. Two years ago, he wrote a 165-page essay predicting the future of artificial intelligence with such confidence that Silicon Valley treated it like scripture. This week, his fund — built on borrowed money layered on top of a handful of AI stocks — got forced into a fire sale to Ken Griffin’s Citadel at a steep discount. It’s a dramatic story. But here’s the direct answer to the question that actually matters for your retirement: if most of your money sits in a plain S&P 500 index fund, you may be more concentrated in a handful of the same stocks than you realize — and that concentration, not any single hedge fund’s collapse, is the real thing worth understanding before your next portfolio review. You don’t need borrowed money or a 165-page manifesto to be exposed to this. You just need to own “the market” and assume that means you’re spread across 500 different companies. Key Takeaways Leverage magnifies both directions. Borrowing money to buy investments can boost gains on the way up, but it can wipe out capital just as fast on the way down. That’s the entire story of this week’s hedge fund collapse. Seven stocks now make up a large share of the S&P 500. Depending on the week you check, the “Magnificent Seven” technology stocks account for somewhere between a third and roughly 40% of the entire index’s value. Owning an index fund is not automatically owning a diversified portfolio. A market-cap-weighted index gives its biggest companies the biggest influence — so when those companies wobble, so does “the market.” Know what you own and why you own it. That’s not a slogan — it’s the single most useful question a retiree can ask before the next headline-grabbing selloff. Why This Week’s Story Is Bigger Than One Hedge Fund Every generation produces an investor who seems untouchable — brilliant, early to a trend, riding a wave everyone else is still arguing about. Aschenbrenner’s fund, Situational Awareness, reportedly grew from roughly $200 million to as much as $45 billion in under two years, largely on concentrated bets in AI infrastructure names. Then, using leverage reported as high as 400% — meaning roughly four borrowed dollars for every dollar of the fund’s own capital — a sharp pullback in a handful of semiconductor and AI stocks triggered margin calls his prime brokers couldn’t ignore. That’s the mechanical part, and it’s worth understanding in plain English: when you borrow against an investment and that investment drops in value, your loan doesn’t shrink with it. At some point the lender requires more collateral — a margin call — and if you can’t provide it, your shares get sold for you, often at the worst possible moment. There’s no easy way around that math. It requires diligence, not confidence. Most retirees reading this aren’t using 400% leverage. But there’s a quieter version of the same concentration problem sitting inside a lot of 401(k)s and IRA rollovers, and it doesn’t require a single dollar of borrowed money to hurt you. What the Numbers Actually Show According to CNBC’s reporting on the collapse, Aschenbrenner’s fund held roughly $45 billion in assets at its peak, before margin calls forced the sale of its leveraged public stock positions — including major holdings like SK Hynix and CoreWeave — to Citadel at a discount, with the fund’s overall assets falling to around $10 billion within about 30 trading days (CNBC). TechCrunch’s coverage confirms Aschenbrenner had no prior professional trading experience before launching the fund in 2024, and that the losses came from both AI stocks falling and short positions in software companies moving the wrong way at the same time (TechCrunch). Meanwhile, the broader market has its own version of this concentration story. Reporting from Forbes notes that the “Magnificent Seven” technology stocks made up roughly a third of the S&P 500’s total market capitalization heading into 2026, with some advisors calling the resulting concentration risk a “legitimate concern” (Forbes). Separate reporting from CNBC put the figure as high as 35% to 40% of the index in recent trading, prompting some strategists to recommend equal-weighted alternatives to reduce that concentration (CNBC). The SEC’s own investor education office has published plain-language guidance on why borrowing to invest carries risks that go beyond the investment itself — including the fact that a broker can sell your securities to meet a margin call without waiting for you to act, and can do so without advance notice (SEC Investor.gov). It’s the kind of guardrail worth reading once, even if you never plan to use margin yourself. “Leverage is a thing to be used very judiciously and very carefully, because if you use it in a way that’s irresponsible, it can cost you everything.” — Tom Dupree The Reframe: This Isn’t a Bet on Whether AI Wins or Loses Dupree Financial Group’s Take Most of the commentary this week has been framed as a debate: Is AI spending going to pay off, or is it a bubble? That’s an interesting argument, and reasonable people disagree about it — Microsoft’s stock jumped double digits on one earnings report this year, while Oracle’s bonds have drawn scrutiny over its own AI-related spending. But that debate is largely beside the point for a retiree building income for the next 40 or 50 years. The actual lesson isn’t “buy AI stocks” or “avoid AI stocks.” It’s that when a market’s returns get concentrated in a small number of companies, your risk gets concentrated right along with it — whether you meant it to or not. That’s exactly why our approach starts with cash flow analysis, not headlines: dividend-paying companies across sectors like insurance, telecommunications, and financials keep generating income whether or not seven technology companies are having a good month. You get paid to wait, in good markets and choppy ones, instead of hoping a narrow slice of the market keeps carrying the whole index. What This Looks Like in Practice We build separately managed accounts around companies with a history of paying and growing their dividends, purchased when they’re out of favor and less expensive — not around chasing whichever seven stocks are dominating the headlines that quarter. Bonds play a role too: current income, lower volatility, and dry powder to buy good companies when the market temporarily marks them down for reasons that have nothing to do with their underlying business. None of this means avoiding growth, and it doesn’t mean the S&P 500’s biggest companies are bad businesses — several of them are genuinely excellent. It means not letting one basket, however impressive, decide the outcome of your retirement. All investing involves risk, including the possible loss of principal, and no strategy removes that risk entirely. The goal is to understand it, size it appropriately, and build income you don’t have to sell into a downturn to access. Five Things to Check in Your Own Portfolio 1Pull up your 401(k) or IRA’s top ten holdings. Most plan providers list this on your statement or online dashboard. If you don’t see it, call and ask — it’s your money, and you’re entitled to know. 2Add up what percentage those top ten represent. If it’s a plain S&P 500 index fund, expect a meaningful chunk of your total to

  5. Jul 27

    Oil Spikes, Stocks Shrug: What the Market Is Really Telling You

    Dupree Financial Group Podcast Show Notes The Tom Dupree Show Episode  ·  July 25, 2026 Oil Spikes, Stocks Shrug: What the Market Is Really Telling You The Tom Dupree Show| Dupree Financial Group | dupreefinancial.com |859-233-0400 By Tom Dupree, Founder, Dupree Financial Group Episode Description This week gave retirement investors a real-time lesson in how markets actually work. Renewed conflict near the Strait of Hormuz sent crude oil sharply higher — the kind of headline that can make anyone glance nervously at a 401(k) statement. Instead, the S&P 500 kept flirting with all-time highs anyway. Tom Dupree, Mike Johnson, and Michael Dawahare — the same team you can hear every week on the Tom Dupree Show podcast archive — dig into why the market’s reaction didn’t match the headline, and what that gap tells you about where to actually look when you’re evaluating your own portfolio. The team also unpacks a shift that’s been building all year. For the past two years, a handful of “Magnificent Seven” technology stocks carried nearly all of the S&P 500’s earnings growth. Michael walks through why that’s changing — and why the remaining 493 companies in the index are now projected to outpace the Mag Seven’s earnings growth, according to recent market data. Along the way, Tom and Mike connect that shift to two familiar names in Central Kentucky mailboxes — AT&T and Verizon — both of which addressed the SpaceX satellite-to-phone threat directly in their second-quarter 2026 earnings calls. The through-line Tom keeps coming back to: none of this is a reason to guess, and it’s not a reason to freeze either. It’s a reason to know exactly what you own and why you own it. That’s the same fee-only, fiduciary research-driven approach behind every account DFG manages — a portfolio built around dividend-paying companies doesn’t need Tehran, Washington, or Elon Musk to cooperate in order to keep generating income. “There’s no easy way to do this. It requires diligence.” Topics Covered •Why crude oil spiked this week after renewed conflict near the Strait of Hormuz •How the stock market processed the oil news without a broad sell-off •The two-year story of the “Magnificent Seven” carrying most of the S&P 500’s earnings growth •Why the “other 493” companies in the index are now projected to outpace the Mag Seven •The wide performance gap opening up inside the Mag Seven itself this year •Why the equal-weight S&P 500 has outpaced the market-cap-weighted version in 2026 •AT&T and Verizon’s earnings-call response to the SpaceX direct-to-phone threat •Why DFG owns companies based on fundamentals and dividends, not headlines or hype •The historical backdrop connecting Britain, oil, and the Strait of Hormuz •Reshoring “national championship industries” and what it could mean for long-term growth Key Takeaways A market reaction isn’t the same as a market verdict. Oil spiked hard this week, but the S&P 500 stayed close to record highs. That gap is a reminder the market is weighing probabilities, not reacting to a single headline — and a scary news cycle doesn’t automatically mean portfolio damage. The “other 493” are catching up. After two years of a small group of mega-cap tech stocks driving nearly all S&P 500 earnings growth, the broader market is now projected to outpace them. That matters if your retirement savings are concentrated in a handful of names. Not every “Magnificent Seven” stock is behaving the same way. Wide performance gaps opened up within the group this year. Owning “the market” through a single index doesn’t mean owning uniform results — it means owning whatever mix that index happens to be weighted toward right now. Fundamentals, not momentum, is the filter. DFG will own a Mag Seven name when the valuation and dividend profile make sense — the decision is driven by earnings, cash flow, and dividends, not by chasing whatever stock is trending. Even household telecom names get tested by disruption. AT&T and Verizon both addressed the SpaceX satellite-to-phone threat directly in this week’s earnings calls — a reminder that even steady, income-paying companies require ongoing diligence, not a buy-and-forget approach. Geopolitics and portfolios are more connected than they look. The long history of global oil markets and shipping lanes helps explain moves that otherwise look confusing scrolling through headlines — context that’s part of the research behind every position in the portfolio. Diligence, not diagnosis, is the DFG approach. Every position gets traced back to one question: how does this translate to your investment portfolio? That’s the filter for oil, tech earnings, telecom competition, or any other headline of the week. About The Tom Dupree Show The Tom Dupree Show is hosted by Tom Dupree, founder of Dupree Financial Group and a 47-year veteran of the investment business. Each episode covers the financial topics that matter most to retirees and those approaching retirement — in plain English, without the Wall Street spin. Dupree Financial Group is a fee-only, fiduciary Registered Investment Advisory firm based in Lexington, Kentucky. The firm manages separately managed accounts focused on income-generating, dividend-paying portfolios — no products sold, no commissions, no conflicts of interest. Past episodes are available at dupreefinancial.com under the Radio tab. Related Reading •Browse the full episode archive on the Tom Dupree Show podcast page •Learn more about DFG’s fee-only, fiduciary approach on the About Us page Schedule a Complimentary Portfolio Review If you’re not sure whether your portfolio is built to hold steady through a week like this one — oil spiking, tech stocks pulling in different directions, telecom giants fighting off a new competitor — we’ll take a look. No charge. No pressure. Just an honest conversation about what you own and whether it’s working for you. Call: 859-233-0400 | Visit: dupreefinancial.com About The Author Tom Dupree is the founder of Dupree Financial Group and has spent 47 years in the investment business, beginning his career in municipal bonds in 1978. He hosts The Tom Dupree Show and manages client portfolios built around dividend- and interest-paying investments designed to produce retirement income. Dupree Financial Group  ·  Fee-only. Fiduciary. Lexington, KY  · dupreefinancial.com  ·  859-233-0400 This document is for reference and internal use. Not for public distribution. The post Oil Spikes, Stocks Shrug: What the Market Is Really Telling You appeared first on Dupree Financial.

  6. Jul 19

    What Does Market Volatility Mean for Your Retirement Portfolio?

    What Does This Week’s Market Volatility Mean for Your Retirement Portfolio? By Tom Dupree, Founder, Dupree Financial Group Inflation cooled. The big banks beat expectations. And somehow, it was still a wild week in the market. If you’ve been watching your account balance bounce around and wondering whether any of it has anything to do with the actual value of what you own, here’s the short answer: usually not. Most of what moved the market this week wasn’t new information about businesses — it was leverage, technical trading, and forced selling. That distinction matters more for your retirement than almost anything else you’ll read this month, because it tells you when to act and when to simply hold on. This week’s episode of The Tom Dupree Show walked through four separate stories — cooling inflation, strong bank earnings, a leveraged-ETF blowup on the other side of the world, and a regulatory fight over how often companies should report earnings — that all point to the same lesson: know what you own, know why the price is moving, and don’t confuse someone else’s forced selling with your own emergency. Key Takeaways Inflation cooled to 3.5% year-over-year in June, but the Fed’s new chair has questioned whether the 2% target is even the right one — the ground rules for bonds and rate-sensitive investments could shift. Bank profits this quarter came mostly from paying less on deposits, not from a borrowing boom — a reminder that cash flow, not headlines, tells the real story. A leveraged single-stock ETF collapse in South Korea forced hundreds of thousands of retail accounts into liquidation — a case study in what daily-compounding leverage does to a portfolio. Semiconductor stocks have swung hard on technical signals, not fundamentals — which can create real opportunity for patient, long-term owners. A federal proposal to let companies report earnings twice a year instead of four times has reignited a real debate about transparency versus short-termism. Why Does the Market Feel So Unpredictable Right Now? If you’re 55, 65, or 75 and watching a retirement account that’s supposed to fund the next 30 or 40 years of your life, a week like this one is unsettling. The headlines contradict each other: inflation is cooling, but chip stocks are getting hammered one day and ripping higher the next. Banks are thriving, but somewhere on the other side of the world, hundreds of thousands of retail investors just lost their entire trading accounts overnight. It’s a lot to hold at once, and it’s reasonable to wonder whether any of it should change what you do with your own money. Here’s the honest answer: for most retirees holding a diversified, income-producing portfolio, almost none of it should. But understanding why requires pulling apart what actually happened this week — and separating the noise from the signal. What Actually Happened This Week — The Data Start with the good news. The Bureau of Labor Statistics reported that headline inflation cooled to 3.5% year-over-year in June, with core inflation (which strips out food and energy) coming in at 2.6% — both below what economists expected, and producer prices actually declined for the month. That’s a meaningfully better inflation picture than markets were braced for. But the Fed’s target isn’t necessarily fixed anymore. Kevin Warsh, who was sworn in as Federal Reserve chairman this spring, has openly questioned the assumptions behind the central bank’s longstanding 2% inflation goal and launched a broader review of how the Fed operates. For retirees who own bonds or rate-sensitive income investments, that’s not a footnote — it’s a reason to pay attention to what “the target” even means over the next few years, rather than assuming the old rules still apply. Meanwhile, bank earnings came in strong — but not for the reason most people assume. The lift came primarily from banks paying less to fund themselves (short-term deposit rates have fallen faster than the loans on their books have repriced), not from a fresh wave of borrowing. It’s a good environment for financial stocks, but it’s a funding-cost story more than a booming-economy story, and that distinction matters if you’re trying to judge whether the rally has legs. Then there’s the semiconductor sector, which has been the market’s most volatile corner. Taiwan Semiconductor, the company that manufactures the vast majority of the world’s advanced AI chips, reported June revenue up nearly 68% year-over-year, a genuinely extraordinary number driven by AI infrastructure demand. And yet chip stocks broadly have been whipping up and down for reasons that have very little to do with numbers like that one. A lot of that action is technical: when a stock breaks below a widely watched moving average, institutional trading algorithms are programmed to sell, regardless of what the underlying business is doing. That selling then triggers more selling. It looks like panic. It’s often just mechanics. The starkest illustration of what leverage does in a downturn came out of South Korea this month, where a wave of new single-stock leveraged ETFs tied to semiconductor giants Samsung and SK Hynix triggered margin calls on more than 1.2 million retail trading accounts, with roughly 320,000 to 360,000 of those accounts fully liquidated in a matter of days. These products were designed to move twice the daily price swing of a single stock — which sounds appealing on the way up and is devastating on the way down, because the losses compound daily rather than tracking the stock’s actual return over time. It’s an ocean away from Lexington, Kentucky, but the lesson travels: leverage doesn’t just add risk, it changes the math entirely. Finally, there’s a quieter but genuinely important story developing in Washington. The SEC has proposed letting public companies choose to report earnings twice a year instead of four times, a change championed by President Trump and SEC Chairman Paul Atkins as a way to reduce short-term pressure on management teams. The idea splits reasonable people: less frequent reporting could free executives to run their businesses for the next several years instead of the next ninety days, but it could also mean investors — including retirees who depend on knowing exactly what they own — get less information, less often. This week’s news cycle also included a primetime presidential address in which Trump alleged that newly declassified intelligence showed foreign interference — including from China — in the 2020 election, along with claims of voter registration fraud in Michigan. Election security officials, including the Cybersecurity and Infrastructure Security Agency, have said they’ve found no evidence that any votes were altered in past elections. Whatever your read on the speech, it fed into a broader theme running through the whole hour: how much can you trust the numbers an institution hands you, whether that’s a vote count or a government inflation report? It’s why we do our own research instead of relying solely on government statistics or Wall Street’s sell-side analysts, and it’s the same instinct that should guide how you evaluate any claim, official or otherwise. The Reframe: Manufactured Volatility vs. Real Risk Here’s the framework we come back to on nearly every episode of the show, and it’s the one thing we want you to take from this week’s news: there is a real difference between manufactured volatility and real risk, and confusing the two is one of the most expensive mistakes a retiree can make. Manufactured volatility is what happens when a stock’s price swings because of leverage unwinding, algorithmic trading around technical levels, or funds racing to exit ahead of a quarterly number — not because the underlying business got worse. The Korean ETF collapse is manufactured volatility in its purest form: a Samsung or SK Hynix shareholder holding actual shares, with no leverage, watched the same news and the same earnings power, just without the forced-selling spiral. Real risk is different. Real risk is a company losing its competitive position, cutting its dividend, or piling on debt it can’t service. Real risk should change what you own. Manufactured volatility, more often than not, should not. The trouble is that from the outside, both look identical on a stock chart. A share price falling 10% doesn’t come labeled “manufactured” or “real.” Telling the difference requires actually knowing the business you own — its cash flow, its dividend history, its balance sheet — well enough to judge whether this week’s headline changed anything about that story. That’s the diligence part of the job, and there’s no shortcut around it. How Should Retirement Investors Respond to This Kind of Volatility? At Dupree Financial Group, this is exactly why our approach centers on dividend-paying stocks and bonds rather than chasing whatever sector is moving fastest. When you own a company for the income it generates — not for a price target — a week of manufactured volatility becomes far less threatening, and sometimes it becomes an opportunity. When institutions are forced to sell a good company for reasons that have nothing to do with its fundamentals, the price drop that scares one investor is simply a better entry point for another. That’s not a guarantee of a favorable outcome — all investing involves risk, including the possible loss of principal — but it’s a fundamentally different posture than reacting to every headline. Seven Steps to Retirement-Proof Your Portfolio Against Manufactured Volatility Know what you own, line by line. Pull up your statement and be able to explain, in one sentence each, why you own every major holding. If you can’t, t

  7. Jul 11

    Is the Fed’s Shake-Up Good for Your Retirement Income? | Dupree Financial

    Is the Federal Reserve’s New Shake-Up Good or Bad for Your Retirement Income? By Tom Dupree, Founder, Dupree Financial Group Short answer: it’s genuinely both, and which one matters more depends on whether your retirement income is built to keep pace with rising costs. New Federal Reserve Chair Kevin Warsh has launched a formal, five-part review of how the Fed operates — covering everything from how it talks to markets, to how it collects the inflation data that moves interest rates, to whether artificial intelligence is quietly reshaping the economy in ways the old playbook never anticipated. On this week’s episode of The Financial Hour, James Dupree, Mike Johnson, and Michael Dawahare sat in to break down what this shake-up actually means — and, more importantly, what it means for anyone relying on their portfolio to produce real, spendable income in retirement. Key Takeaways A new Fed chair is auditing the Fed itself — five task forces are reassessing communications, the balance sheet, data quality, and the inflation target. The Fed’s own bond portfolio carries an unrealized loss in the hundreds of billions — proof that duration risk applies to everyone, including the Fed. AI is cutting both ways on inflation — boosting productivity in some areas, raising input costs like memory chips in others. A tariff-driven price bump and true monetary inflation are not the same thing, and the difference matters for how policymakers respond. Income that doesn’t grow — money markets, CDs, old bonds — quietly loses ground to rising costs every year it sits still. Who Is Kevin Warsh, and Why Is He Changing How the Fed Operates? Kevin Warsh has been a student of the Federal Reserve for most of his career, and one of his first moves as chair was to launch five task forces to reassess the institution’s core functions: communications, balance sheet policy, data quality, productivity and jobs (including AI), and the inflation framework itself. According to CNBC’s reporting on the review, the task forces are directed to start from first principles and question existing practice rather than simply fine-tune it — Brown Brothers Harriman strategist Scott Clemons described the approach as “regime change, but in a velvet glove.” The philosophy behind it is simple: stop, assess, and pivot where needed — the same discipline any well-run company applies when a board challenges management on why things are done a certain way. Warsh is asking the Fed to do that to itself, publicly, for the first time in a long time. What Did the Federal Reserve Get Wrong in 2008 and 2021? To understand why this review matters, it helps to look at the Fed’s actual track record. In 2006 and 2007, as the housing market was cracking, the Fed’s regional offices were on record saying there was no housing problem. There was. Then, in the aftermath of the 2008 financial crisis, the Fed held interest rates near zero for over a decade — a policy commonly called ZIRP — creating what our team described on-air as a “wet blanket” over markets that made honest price discovery difficult. The more recent example is fresher: in 2021, as trillions in pandemic stimulus moved through the economy, the Fed described the resulting price increases as “transitory.” They weren’t. Prices rose at the fastest pace in decades, and by the time policy caught up, households had already absorbed the damage — a miss the current review is squarely aimed at preventing from happening again. Why Does the Fed Have a Balance Sheet Loss in the Hundreds of Billions? Source: Federal Reserve Bank of New York, System Open Market Account (SOMA) Annual Reports, 2022–2025. Here’s a detail that surprises a lot of listeners: the Fed itself is sitting on a large paper loss. During the zero-rate years, the Fed bought enormous quantities of bonds with very low coupon payments as part of a policy known as quantitative easing. When interest rates rose in 2022, the market value of those bonds fell — the same way any bond’s price falls when rates rise. According to the New York Fed’s own 2025 System Open Market Account report, the unrealized loss on the Fed’s securities portfolio stood at $844.2 billion at the end of 2025 — down from over $1 trillion the year before, but still historically enormous. The Fed can’t easily sell these bonds without disrupting the very bond market it’s trying to stabilize, so for now, it’s simply absorbing the loss. It’s a useful, if uncomfortable, reminder: interest rate risk doesn’t spare anyone — not even the institution that sets interest rates. The Reframe: What the Fed’s Own Mistake Teaches Retirees About Bonds Here’s the part of this story that doesn’t show up in the news coverage of Warsh’s review: the Fed’s $844 billion paper loss isn’t just a Washington curiosity. It’s a live demonstration of the exact risk that quietly erodes many retirement portfolios. The Fed bought long-duration bonds when rates were near zero, on the assumption that those rates — and the value of those bonds — would hold. They didn’t. If the most sophisticated balance sheet in the world can misjudge duration risk that badly, it’s worth asking whether a retirement plan built around the same assumption — that a fixed-rate bond bought today will still meet your needs in ten or fifteen years — is really as safe as it feels. A bond doesn’t know what a gallon of milk costs in 2035. It just pays what it promised to pay in the year you bought it. This is precisely why our firm’s approach leans on dividend-paying, financially strong companies rather than a bond-heavy “set it and forget it” allocation. A healthy company’s board can raise its dividend as costs rise — a bond’s coupon is frozen the day you buy it. The Fed just proved, at a scale of nearly a trillion dollars, what happens when income doesn’t adjust to a changing rate environment. Retirees don’t have the option of just holding to maturity and calling the loss “unrealized.” That gap has to show up somewhere in a household budget. Is Artificial Intelligence Good or Bad for the Economy? One of Warsh’s five task forces is specifically looking at how AI affects productivity and jobs, and our hosts see it as a genuinely mixed picture. On one hand, AI is already making certain kinds of work dramatically more efficient; our hosts pointed to real examples of complex technical projects being completed in a fraction of the time they used to take. Historically, technology has tended to be deflationary — it lowers the cost of producing things over time. On the other hand, the buildout of AI infrastructure is pushing some costs up right now — memory chips being a clear example, which in turn affects the price of consumer electronics. So the net effect on inflation isn’t a simple yes-or-no answer. It depends on which part of the economy you’re looking at, and over what timeframe. What’s the Difference Between a One-Time Price Increase and Real Inflation? This distinction came up repeatedly in the episode, and it matters more than it sounds. A tariff, for example, can raise the price of a specific good once — that’s a one-time adjustment, not ongoing inflation. True inflation, by contrast, is a monetary phenomenon: more money in the system chasing the same amount of goods and services, which pushes prices up broadly and persistently. Our hosts noted that both the current Fed and Treasury leadership seem comfortable with modest inflation as long as wages are rising faster — a meaningfully different posture than in years past, and one that, if it holds, could support the kind of broader economic growth the country hasn’t consistently seen since before the 2008 financial crisis. How Can Retirees Protect Their Income From Inflation? This is where the conversation gets most practical for anyone at or near retirement. Money markets, CDs, and bonds purchased years ago don’t adjust for rising costs — the income they produce today is the same as it was when you bought them, even as your expenses climb. That’s not a flaw in those tools; it’s simply not what they’re designed to do. An income approach built around dividend-paying, financially strong companies works differently. When the underlying businesses are healthy, they have the ability to grow their dividend payments over time — even during flat or difficult markets — because a board’s decision to raise a dividend is separate from where the stock market happens to be on any given day. That’s the mechanism our team described as the foundation of an inflation-aware retirement income strategy: income with the potential to rise, rather than income that’s frozen in place. Frequently Asked Questions Is a little inflation actually a good thing? Fed and Treasury leadership have signaled comfort with modest inflation as long as wages are rising at a faster rate. The concern isn’t inflation existing at all — it’s inflation outpacing the income people rely on to cover their expenses. Why did the Fed call 2021 inflation “transitory” when it clearly wasn’t? The Fed’s framework at the time treated the post-pandemic price spike as temporary, tied to supply chain disruptions expected to resolve quickly. Instead, inflation persisted and accelerated well into 2022, now viewed as one of the Fed’s most consequential misreadings. Does AI cause inflation or reduce it? Both, depending on where you look. AI-driven productivity gains tend to be deflationary over time, the way most technology has been historically. But the current buildout of AI infrastructure is pushing up costs in specific areas, like memory chips, in the near term. Why don’t bonds and CDs keep up with inflation? A bond or CD generally pays a fixed rate of interest set at the time of purchase. As the cost of living rises afterward, that fixed payment b

  8. Jul 3

    How Do Insurance Companies Make Money? Lessons for Retirement Investors.

    THE TOM DUPREE SHOW  |  PODCAST SHOW NOTES How Do Insurance Companies Make Money? Lessons for Retirement Investors The Tom Dupree Show  |  Dupree Financial Group  |  dupreefinancial.com  |  859-233-0400 Episode Description Tom Dupree, Mike Johnson, and Michael Dawahare open with a Charlie Munger parable about the difference between memorized information and true understanding, then apply that lens to the week’s market headlines. They cover how SpaceX’s move into the cellphone business is reshaping the investment case for Verizon and AT&T, why property and casualty insurance stocks quietly outperformed in June, and what “combined ratio” and investment float actually reveal about how insurers make money. The conversation closes with a candid look at reshoring and globalization, and a reminder that even familiar, reliable dividend payers deserve a fresh look when the competitive landscape shifts. “Information is table stakes now — everybody has the same information. What separates a good investment decision from a bad one is understanding.” Topics Covered •  How property and casualty insurance stocks quietly outperformed the market in June •  What “combined ratio” reveals about an insurance company’s underwriting discipline •  How insurance “float” works, and Warren Buffett’s disciplined approach to it •  Charlie Munger’s “chauffeur knowledge” parable and why it matters for investors •  SpaceX’s entry into the cellphone business and what it means for Verizon and AT&T •  Reading stock technicals: what a broken 200-day moving average signals •  Comcast’s spin-off of its media business and the market’s reaction •  The case for U.S. manufacturing reshoring and its ripple effects on commercial insurance •  Knowing when to trim a position that’s run up quickly, using Verizon as an example •  A candid conversation on globalization’s impact on American manufacturing towns Key Takeaways •  Combined ratio is a key health check. A combined ratio under 100 means an insurer is collecting more in premiums than it pays out in claims — a simple number that reveals whether underwriting discipline is paying off. •  Insurance companies can be quiet compounding machines. A disciplined insurer that prices its risk well collects a “float” — premium dollars it can invest — that can become one of the most powerful long-term wealth-building tools in a portfolio. •  Understanding beats information. Anyone can look up a stock’s numbers online — the real edge comes from understanding how a business, its competitors, and the broader market actually interact. •  Technicals matter alongside fundamentals. A stock breaking below its 200-day moving average, as Verizon did, is a signal worth watching — but it doesn’t replace a full evaluation of dividend, valuation, and long-term outlook. •  Outperformance can be a signal to trim, not just celebrate. When a holding runs up quickly, as Verizon did earlier this year, it may be time to take some profit and reassess valuation rather than assume the gains will continue. •  Watch how a thesis plays out in the data. Rather than assuming a trend like reshoring is correct, disciplined investors track whether the facts and market behavior continue to support it. •  Not every “safe” dividend payer carries the same risk today. Long-held positions can face new competitive threats, so it’s worth revisiting whether the original reasons you bought them still hold true. About The Tom Dupree Show The Tom Dupree Show is hosted by Tom Dupree, founder of Dupree Financial Group and a 47-year veteran of the investment business. Each episode covers the financial topics that matter most to retirees and those approaching retirement — in plain English, without the Wall Street spin. Dupree Financial Group is a fee-only, fiduciary Registered Investment Advisory firm based in Lexington, Kentucky. The firm manages separately managed accounts focused on income-generating, dividend-paying portfolios — no products sold, no commissions, no conflicts of interest. Past episodes are available at dupreefinancial.com under the Radio tab. Schedule a Complimentary Portfolio Review If you’re not sure whether your portfolio still reflects the reasons you first bought it, or whether new competitive and market forces have quietly changed the picture — we’ll take a look. No charge. No pressure. Just an honest conversation about what you own and whether it’s working for you. Call: 859-233-0400  |  Visit: dupreefinancial.com The post How Do Insurance Companies Make Money? Lessons for Retirement Investors. appeared first on Dupree Financial.

Ratings & Reviews

4.1
out of 5
15 Ratings

About

Investing For Retirement.

You Might Also Like