The post Adam Posen: Inflation expected to hit 4% by year-end, youth unemployment rising due to post-COVID mismatches, and tariffs’ delayed impact on economic pressuresThe post Adam Posen: Inflation expected to hit 4% by year-end, youth unemployment rising due to post-COVID mismatches, and tariffs’ delayed impact on economic pressures

Adam Posen: Inflation expected to hit 4% by year-end, youth unemployment rising due to post-COVID mismatches, and tariffs’ delayed impact on economic pressures

For feedback or concerns regarding this content, please contact us at crypto.news@mexc.com

Rising inflation and youth unemployment highlight the ongoing economic challenges facing the post-COVID recovery.

Key Takeaways

  • Inflation is projected to reach 4% by the end of the year, driven by current economic trends.
  • The trajectory of inflation is upward, suggesting ongoing economic pressures.
  • Labor market issues are more about mismatches than a slowdown in demand.
  • African American unemployment is affected by specific government spending changes.
  • Unemployment among younger individuals has been steadily increasing since 2023.
  • Post-COVID hiring and rematching processes contribute to youth unemployment trends.
  • Inflation forecasts consider labor market conditions, policy impacts, and external shocks.
  • Tariffs and migration policies influence inflation with a delayed effect.
  • Economic decisions are influenced by uncertainty, affecting both businesses and workers.
  • Inflationary pressures from policies are expected to become more pronounced.
  • The rise in youth unemployment is linked to broader economic shifts post-COVID.
  • Policy impacts on inflation are not immediate, reflecting a lag in economic responses.
  • Businesses require time to navigate uncertainty before making irreversible decisions.
  • Anti-migration policies and tariffs are significant factors in current inflationary pressures.
  • Understanding labor market dynamics is crucial for interpreting unemployment trends.

Guest intro

Adam S. Posen is president of the Peterson Institute for International Economics. From 2009 to 2012, he served as an external voting member of the Bank of England’s Monetary Policy Committee, where he advocated for quantitative easing and accurately forecast global inflation developments. He co-authored Inflation Targeting with Ben Bernanke, Laubach, and Mishkin while at the Federal Reserve Bank of New York.

Inflation trends and forecasts

  • — Adam Posen

  • The direction of inflation is upward, indicating persistent economic pressures.
  • Inflation forecasts include labor market conditions and potential supply shocks.
  • — Adam Posen

  • Tariffs and migration policies contribute to inflation with a delayed impact.
  • — Adam Posen

  • Inflationary pressures from anti-migration policies and tariffs are expected to accelerate.
  • — Adam Posen

Labor market dynamics

  • Current labor market issues reflect mismatches rather than a demand-side slowdown.
  • — Adam Posen

  • African American unemployment is influenced by specific government spending reallocations.
  • — Adam Posen

  • Youth unemployment has been rising steadily since 2023.
  • — Adam Posen

  • Post-COVID hiring and rematching processes contribute to youth unemployment.
  • — Adam Posen

Economic policy impacts

  • Economic decisions are influenced by uncertainty, affecting both businesses and workers.
  • — Adam Posen

  • Policy impacts on inflation are not immediate, reflecting a lag in economic responses.
  • — Adam Posen

  • Anti-migration policies and tariffs are significant factors in current inflationary pressures.
  • — Adam Posen

  • Businesses require time to navigate uncertainty before making irreversible decisions.
  • — Adam Posen


Rising inflation and youth unemployment highlight the ongoing economic challenges facing the post-COVID recovery.

Key Takeaways

  • Inflation is projected to reach 4% by the end of the year, driven by current economic trends.
  • The trajectory of inflation is upward, suggesting ongoing economic pressures.
  • Labor market issues are more about mismatches than a slowdown in demand.
  • African American unemployment is affected by specific government spending changes.
  • Unemployment among younger individuals has been steadily increasing since 2023.
  • Post-COVID hiring and rematching processes contribute to youth unemployment trends.
  • Inflation forecasts consider labor market conditions, policy impacts, and external shocks.
  • Tariffs and migration policies influence inflation with a delayed effect.
  • Economic decisions are influenced by uncertainty, affecting both businesses and workers.
  • Inflationary pressures from policies are expected to become more pronounced.
  • The rise in youth unemployment is linked to broader economic shifts post-COVID.
  • Policy impacts on inflation are not immediate, reflecting a lag in economic responses.
  • Businesses require time to navigate uncertainty before making irreversible decisions.
  • Anti-migration policies and tariffs are significant factors in current inflationary pressures.
  • Understanding labor market dynamics is crucial for interpreting unemployment trends.

Guest intro

Adam S. Posen is president of the Peterson Institute for International Economics. From 2009 to 2012, he served as an external voting member of the Bank of England’s Monetary Policy Committee, where he advocated for quantitative easing and accurately forecast global inflation developments. He co-authored Inflation Targeting with Ben Bernanke, Laubach, and Mishkin while at the Federal Reserve Bank of New York.

Inflation trends and forecasts

  • — Adam Posen

  • The direction of inflation is upward, indicating persistent economic pressures.
  • Inflation forecasts include labor market conditions and potential supply shocks.
  • — Adam Posen

  • Tariffs and migration policies contribute to inflation with a delayed impact.
  • — Adam Posen

  • Inflationary pressures from anti-migration policies and tariffs are expected to accelerate.
  • — Adam Posen

Labor market dynamics

  • Current labor market issues reflect mismatches rather than a demand-side slowdown.
  • — Adam Posen

  • African American unemployment is influenced by specific government spending reallocations.
  • — Adam Posen

  • Youth unemployment has been rising steadily since 2023.
  • — Adam Posen

  • Post-COVID hiring and rematching processes contribute to youth unemployment.
  • — Adam Posen

Economic policy impacts

  • Economic decisions are influenced by uncertainty, affecting both businesses and workers.
  • — Adam Posen

  • Policy impacts on inflation are not immediate, reflecting a lag in economic responses.
  • — Adam Posen

  • Anti-migration policies and tariffs are significant factors in current inflationary pressures.
  • — Adam Posen

  • Businesses require time to navigate uncertainty before making irreversible decisions.
  • — Adam Posen

Loading more articles…

You’ve reached the end


Add us on Google

`;
}

function createMobileArticle(article) {
const displayDate = getDisplayDate(article);
const editorSlug = article.editor ? article.editor.toLowerCase().replace(/\s+/g, ‘-‘) : ”;
const captionHtml = article.imageCaption ? `

${article.imageCaption}

` : ”;
const authorHtml = article.isPressRelease ? ” : `
`;

return `


${captionHtml}

${article.subheadline ? `

${article.subheadline}

` : ”}

${createSocialShare()}

${authorHtml}
${displayDate}

${article.content}

`;
}

function createDesktopArticle(article, sidebarAdHtml) {
const editorSlug = article.editor ? article.editor.toLowerCase().replace(/\s+/g, ‘-‘) : ”;
const displayDate = getDisplayDate(article);
const captionHtml = article.imageCaption ? `

${article.imageCaption}

` : ”;
const categoriesHtml = article.categories.map((cat, i) => {
const separator = i < article.categories.length – 1 ? ‘|‘ : ”;
return `${cat}${separator}`;
}).join(”);
const desktopAuthorHtml = article.isPressRelease ? ” : `
`;

return `

${categoriesHtml}

${article.subheadline ? `

${article.subheadline}

` : ”}

${desktopAuthorHtml}
${displayDate}
${createSocialShare()}

${captionHtml}

`;
}

function loadMoreArticles() {
if (isLoading || !hasMore) return;

isLoading = true;
loadingText.classList.remove(‘hidden’);

// Build form data for AJAX request
const formData = new FormData();
formData.append(‘action’, ‘cb_lovable_load_more’);
formData.append(‘current_post_id’, lastLoadedPostId);
formData.append(‘primary_cat_id’, primaryCatId);
formData.append(‘before_date’, lastLoadedDate);
formData.append(‘loaded_ids’, loadedPostIds.join(‘,’));

fetch(ajaxUrl, {
method: ‘POST’,
body: formData
})
.then(response => response.json())
.then(data => {
isLoading = false;
loadingText.classList.add(‘hidden’);

if (data.success && data.has_more && data.article) {
const article = data.article;
const sidebarAdHtml = data.sidebar_ad_html || ”;

// Check for duplicates
if (loadedPostIds.includes(article.id)) {
console.log(‘Duplicate article detected, skipping:’, article.id);
// Update pagination vars and try again
lastLoadedDate = article.publishDate;
loadMoreArticles();
return;
}

// Add to mobile container
mobileContainer.insertAdjacentHTML(‘beforeend’, createMobileArticle(article));

// Add to desktop container with fresh ad HTML
desktopContainer.insertAdjacentHTML(‘beforeend’, createDesktopArticle(article, sidebarAdHtml));

// Update tracking variables
loadedPostIds.push(article.id);
lastLoadedPostId = article.id;
lastLoadedDate = article.publishDate;

// Execute any inline scripts in the new content (for ads)
const newArticle = desktopContainer.querySelector(`article[data-article-id=”${article.id}”]`);
if (newArticle) {
const scripts = newArticle.querySelectorAll(‘script’);
scripts.forEach(script => {
const newScript = document.createElement(‘script’);
if (script.src) {
newScript.src = script.src;
} else {
newScript.textContent = script.textContent;
}
document.body.appendChild(newScript);
});
}

// Trigger Ad Inserter if available
if (typeof ai_check_and_insert_block === ‘function’) {
ai_check_and_insert_block();
}

// Trigger Google Publisher Tag refresh if available
if (typeof googletag !== ‘undefined’ && googletag.pubads) {
googletag.cmd.push(function() {
googletag.pubads().refresh();
});
}

} else if (data.success && !data.has_more) {
hasMore = false;
endText.classList.remove(‘hidden’);
} else if (!data.success) {
console.error(‘AJAX error:’, data.error);
hasMore = false;
endText.textContent=”Error loading more articles”;
endText.classList.remove(‘hidden’);
}
})
.catch(error => {
console.error(‘Fetch error:’, error);
isLoading = false;
loadingText.classList.add(‘hidden’);
hasMore = false;
endText.textContent=”Error loading more articles”;
endText.classList.remove(‘hidden’);
});
}

// Set up IntersectionObserver
const observer = new IntersectionObserver(function(entries) {
if (entries[0].isIntersecting) {
loadMoreArticles();
}
}, { threshold: 0.1 });

observer.observe(loadingTrigger);
})();

© Decentral Media and Crypto Briefing® 2026.

Source: https://cryptobriefing.com/adam-posen-inflation-expected-to-hit-4-by-year-end-youth-unemployment-rising-due-to-post-covid-mismatches-and-tariffs-delayed-impact-on-economic-pressures-odd-lots-2/

Market Opportunity
4 Logo
4 Price(4)
$0,010441
$0,010441$0,010441
+3,21%
USD
4 (4) Live Price Chart
Disclaimer: The articles reposted on this site are sourced from public platforms and are provided for informational purposes only. They do not necessarily reflect the views of MEXC. All rights remain with the original authors. If you believe any content infringes on third-party rights, please contact crypto.news@mexc.com for removal. MEXC makes no guarantees regarding the accuracy, completeness, or timeliness of the content and is not responsible for any actions taken based on the information provided. The content does not constitute financial, legal, or other professional advice, nor should it be considered a recommendation or endorsement by MEXC.

No Chart Skills? Still Profit

No Chart Skills? Still ProfitNo Chart Skills? Still Profit

Copy top traders in 3s with auto trading!