The Tom Dupree Show

Tom Dupree

Investing For Retirement.

  1. 6d ago

    Retirement Income Investing During Market Volatility

    .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; } /* ── LONG-FORM SUBHEADS (H3) — additive, does not alter existing rules ── */ .dfg-post .subhead { font-family: 'Lora', serif; font-size: 16px; font-weight: 700; color: var(--teal); line-height: 1.4; margin: 26px 0 10px; } /* ── 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  ·  9-12-26 Retirement Income Investing During Market Volatility: The Sequence-of-Returns Risk Every Retiree Should Understand The Tom Dupree Show | Dupree Financial Group | dupreefinancial.com | 859-233-0400 Episode Description This week’s Financial Hour opened with what one Wall Street strategist called the most complicated stretch of his career: one of the best monthly jobs reports in years, oil prices pushing back toward triple digits, and inflation data that came in exactly as expected but still rattled the market. For retirees and near-retirees, headlines like these can feel like re

  2. Sep 8

    When Should You Take Social Security? Kentucky Retirement Guide 9-05-26

    .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; } .dfg-post /* ── PAGE WRAPPER ── */ .page { max-width: 780px; margin: 0 auto; background: var(--white); box-shadow: 0 2px 40px rgba(0,103,102,0.08); } .dfg-post /* ── HEADER ── */ .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); } .dfg-post /* ── EPISODE TITLE BAND ── */ .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; } .dfg-post /* ── BODY CONTENT ── */ .content { padding: 0 48px; } .dfg-post /* ── SECTION ── */ .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; } .dfg-post /* ── DESCRIPTION ── */ .description p { font-family: 'Open Sans', sans-serif; font-size: 14px; color: var(--dark); line-height: 1.8; margin-bottom: 16px; } .dfg-post .sub-heading { font-family: 'Lora', serif; font-size: 16.5px; font-weight: 600; color: var(--teal); line-height: 1.4; margin: 26px 0 10px; } .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; } .dfg-post /* ── TOPICS LIST ── */ .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; } .dfg-post /* ── TAKEAWAYS ── */ .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; } .dfg-post /* ── ABOUT ── */ .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; } .dfg-post /* ── CTA BOX ── */ .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); } .dfg-post /* ── PUBLISHER NOTES ── */ .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); } .dfg-post /* ── FAQ ── */ .faq-list { display: flex; flex-direction: column; gap: 18px; padding-bottom: 12px; } .dfg-post .faq-question { font-family: 'Lora', serif; font-size: 14.5px; font-weight: 600; color: var(--teal); margin-bottom: 6px; } .dfg-post .faq-answer { font-family: 'Open Sans', sans-serif; font-size: 13.5px; color: var(--dark); line-height: 1.75; } .dfg-post /* ── FOOTER ── */ .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 & Blog The Tom Dupree Show The Financial Hour  ·  Episode Show Notes When Should You Take Social Security? A Retirement Income Guide The Tom Dupree Show | Dupree Financial Group | dupreefinancial.com | 859-233-0400 Episode Description If you’re trying to decide when to start Social Security, here’s the short answer Tom Dupree and Mike Johnson give on this episode of The Financial Hour: there is no single right age. The right age for you depends on your health,

  3. Aug 28

    AI, Earnings Shocks & the Fed: What Retirees Should Watch Air Date 8-29-26

    :root { --teal: #006766; --teal-light: #008180; --dark: #323339; --accent: #8fc8c9; --accent-pale: #e8f5f5; --white: #ffffff; --off-white: #fafafa; --border: #d8eeee; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Open Sans', sans-serif; color: var(--dark); background: var(--off-white); line-height: 1.7; -webkit-font-smoothing: antialiased; } .page { max-width: 780px; margin: 0 auto; background: var(--white); box-shadow: 0 2px 40px rgba(0,103,102,0.08); } .header { background: var(--teal); padding: 32px 48px 28px; display: flex; align-items: center; gap: 24px; } .logo-lockup { display: flex; flex-direction: column; gap: 2px; } .logo-wordmark { font-family: 'Libre Baskerville', serif; font-size: 22px; font-weight: 700; color: var(--white); letter-spacing: 0.06em; text-transform: uppercase; } .logo-sub { font-family: 'Open Sans', sans-serif; font-size: 10px; font-weight: 600; color: var(--accent); letter-spacing: 0.18em; text-transform: uppercase; } .header-divider { width: 1px; height: 44px; background: rgba(143,200,201,0.4); flex-shrink: 0; } .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; } .show-name { font-family: 'Libre Baskerville', serif; font-size: 15px; font-weight: 700; color: var(--white); } .title-band { padding: 36px 48px 28px; border-bottom: 2px solid var(--border); } .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; } .episode-title { font-family: 'Libre Baskerville', serif; font-size: 26px; font-weight: 700; color: var(--teal); line-height: 1.3; margin-bottom: 14px; } .meta-line { font-family: 'Open Sans', sans-serif; font-size: 12px; color: var(--dark); display: flex; flex-wrap: wrap; gap: 6px; align-items: center; } .meta-line a { color: var(--teal); text-decoration: none; font-weight: 600; } .meta-sep { color: var(--accent); font-weight: 400; } .content { padding: 0 48px; } .section { padding: 32px 0 8px; border-bottom: 1px solid var(--border); } .section:last-of-type { border-bottom: none; } .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; } .section-heading::before { content: ''; display: inline-block; width: 20px; height: 2px; background: var(--teal); flex-shrink: 0; } .subhead { font-family: 'Lora', serif; font-size: 14px; font-weight: 600; color: var(--teal); margin: 22px 0 8px; } .description p { font-family: 'Open Sans', sans-serif; font-size: 14px; color: var(--dark); line-height: 1.8; margin-bottom: 16px; } .description a, .about-text a { color: var(--teal); font-weight: 700; text-decoration: none; } .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 { list-style: none; display: flex; flex-direction: column; gap: 10px; padding-bottom: 12px; } .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; } .topics-list li::before { content: '•'; position: absolute; left: 0; color: var(--teal); font-size: 16px; line-height: 1.4; } .takeaways-list { list-style: none; display: flex; flex-direction: column; gap: 14px; padding-bottom: 12px; } .takeaway-item { padding: 14px 16px; background: var(--accent-pale); border-left: 3px solid var(--teal); border-radius: 0 4px 4px 0; } .takeaway-label { font-family: 'Open Sans', sans-serif; font-size: 12.5px; font-weight: 700; color: var(--teal); display: block; margin-bottom: 4px; } .takeaway-body { font-family: 'Open Sans', sans-serif; font-size: 13px; color: var(--dark); line-height: 1.7; } .about-text { font-family: 'Open Sans', sans-serif; font-size: 13.5px; color: var(--dark); line-height: 1.8; margin-bottom: 14px; } .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); } .cta-heading { font-family: 'Libre Baskerville', serif; font-size: 16px; font-weight: 700; color: var(--teal); margin-bottom: 12px; } .cta-body { font-family: 'Open Sans', sans-serif; font-size: 13px; color: var(--dark); line-height: 1.75; margin-bottom: 14px; } .cta-contact { font-family: 'Open Sans', sans-serif; font-size: 13px; color: var(--dark); display: flex; flex-wrap: wrap; align-items: center; gap: 8px; } .cta-contact strong { font-weight: 700; color: var(--dark); } .cta-contact a { font-weight: 700; color: var(--teal); text-decoration: none; } .cta-pipe { color: var(--accent); } .publisher-notes { background: #f4fafa; border: 1px dashed var(--accent); margin: 0 48px 48px; padding: 24px 28px; } .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; } .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; } .publisher-field-label:first-of-type { margin-top: 0; } .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; } .publisher-value code { font-family: 'Courier New', monospace; font-size: 11px; color: var(--dark); display: block; white-space: pre-wrap; word-break: break-all; } .publisher-steps { list-style: none; counter-reset: steps; display: flex; flex-direction: column; gap: 8px; margin-top: 4px; } .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; } .publisher-steps li::before { content: counter(steps) '.'; position: absolute; left: 0; font-weight: 700; color: var(--teal); } .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; } .footer a { color: var(--accent); text-decoration: none; font-weight: 600; } .compliance-flag { background: #fff6e5; border: 1px dashed #d9a441; color: #8a6215; font-size: 11.5px; padding: 6px 10px; margin: 8px 0 0; border-radius: 3px; font-family: 'Open Sans', sans-serif; } @media print { body { background: white; } .page { box-shadow: none; max-width: 100%; } .publisher-notes { break-inside: avoid; } .cta-box { break-inside: avoid; } .takeaway-item { break-inside: avoid; } }   Dupree Financial Group Podcast Show Notes & Blog The Tom Dupree Show Episode  ·  8-29-26 AI Chips, a Sneaker Stock Shock, and the Fed’s Inflation Reckoning: What Retirees Should Watch This Week The Tom Dupree Show | Dupree Financial Group | dupreefinancial.com | 859-233-0400 Episode Description This week’s Financial Hour covers a lot of ground — and nearly all of it matters if you’re managing retirement income right now. Tom Dupree, Mike Johnson, and Michael Dawahare start with Nvidia CEO Jensen Huang’s interview with Jim Cramer, (https://www.cnbc.com/video/2026/08/26/watch-jim-cramers-full-interview-with-nvidia-ceo-jensen-huang.html ) which Huang argued that AI chips are becoming a revenue-generating financial asset rather than a depreciating one — and why that shift is already showing up in the bond market. From there, the conversation turns to Dick’s Sporting Goods, which slashed its earnings forecast just 90 days after raising it, wiping out two-thirds of its shareholder base in a single trading day. The hour closes with Fed Chair Kevin Warsh’s Jackson Hole remarks, where he laid the blame for “65 months of elevated inflation” squarely on his predecessors and signaled what that means for interest rates heading into September. AI Infrastructure Investing: Are Chips Becoming the New Barrel of Oil? Nvidia just turned in another blowout quarter — by Tom’s count, the 15th straight quarter the company has beaten expectations. But the more inter

  4. Aug 21

    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

  5. Aug 15

    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

  6. 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

  7. 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

  8. 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.

Ratings & Reviews

4.1
out of 5
15 Ratings

About

Investing For Retirement.

You Might Also Like