Mamdani calls AOC an ‘inspiration’ amid 2028 White House buzz
As rumors fly over Alexandria Ocasio-Cortez possibly mulling a presidential bid in 2028, Mayor Zohran Mamdani said he was “excited to see what decision she makes.”
The two New York politicians have worked closely together in the past, with Mamdani referring to Ocasio-Cortez as an “inspiration.”
Here’s what to know.
Zohran Mamdani on if he would endorse AOC for president
In an interview with The New York Times this week, Mamdani said AOC has “shown what it looks like to fight for working people.” The two had been reported by POLITICO to keep in contact when it came to making endorsements in multiple races this year.
“I’m excited to continue to work together because for a long time, politics has been understood as if it is about individuals and what’s so exciting is at the heart of that partnership is the belief in collective,” he said.
When asked if he would endorse her for president, he said he was excited to see what she’d do.
“We all have to take a step back and appreciate what it is that she means to so many across this country,” Mamdani said. “And the reason for it is the work that she has done.”
“I think that she would make a good anything. I think she’s a great congresswoman, and I think no matter what she decides to do, she’s going to bring those same qualities to whatever that work is.”
AOC’s office did not immediately respond to a request for comment by USA TODAY.
AOC’s possible presidential run
The congresswoman has caused speculation in recent months over whether or not she’s interested in higher office. In a recent interview, Vice President JD Vance, who is considered one of the potential frontrunners for the Republican nomination in 2028, said he thought she would be the leading candidate for the Democratic Party next election.
In response to Vance’s answer, AOC told reporters she hopes he is a nominee, too.
In an interview in May, the 36-year-old New York congresswoman did not immediately shut out the idea of running next election, whether that be for a Senate seat or the White House.
“They assume that my ambition is a title or a seat,” Ocasio-Cortez said. “And my ambition is way bigger than that. My ambition is to change this country.”
(function () { let route = window.ga_data.route, headline = route.headline || document.title, url = route.url, sponsoredText = (route.sponsoredSeries || route.sponsoredStory) ? 'Story From ' + route.sponsoredName + ': ' : '';
nsbFacebookURL(url, headline); nsbTwitterURL(url, headline, sponsoredText); nsbEmailURL(url, headline, sponsoredText); nsbSMSURL(url, headline, sponsoredText);
function nsbFacebookURL(url, headline) { let ele = document.querySelectorAll('.nsb-facebook'); if (!ele) return;
nsbSetLink(ele, `https://www.facebook.com/dialog/feed?app_id=${window.ga_data.site.facebook.appid}&redirect_uri=${window.location.href}&link=${url}&name=${encodeURIComponent(headline)}`); }
function nsbTwitterURL(url, headline, sponsoredText) { let ele = document.querySelectorAll('.nsb-twitter'); if (!ele) return;
let text = encodeURIComponent(`${sponsoredText}${headline}`); nsbSetLink(ele, `https://twitter.com/intent/tweet?text=${text} ${url} via @${window.ga_data.site.twitter.primary_account}`); }
function nsbEmailURL(url, headline, sponsoredText) { let description = document.querySelector('meta[name="description"]') ? encodeURIComponent(document.querySelector('meta[name="description"]').getAttribute('content')) : null, siteName = window.ga_data.site.publicationName, text = encodeURIComponent(`${sponsoredText}${headline}`);
if (!description && text) ele.remove(); else nsbSetLink(document.querySelectorAll('.nsb-email'), `mailto:?subject=${siteName} ${text}&body=From ${siteName}%0D%0A${text}%0D%0A${description}%0D%0A%0D%0A${url}%0D%0A%0D%0A%0D%0A%0D%0A`); }
function nsbSMSURL(url, headline, sponsoredText) { let ele = document.querySelectorAll('.nsb-text'); if (!ele) return;
let text = encodeURIComponent(`${sponsoredText}${headline}`) + '%0A%0A'; nsbSetLink(ele, `sms:?&body=${text}${encodeURIComponent(url)}`); }
function nsbSetLink (ele, url) { let links = ele; links.forEach(link => { link.setAttribute('href', url); }); } })();
function fireNavShareAnalytics (type) { try { let analytics = document.getElementById("pageAnalytics"), section = ga_data.route.sectionName || ga_data.route.ssts.split('/')[0]; if (analytics) { analytics.fireEvent(`${ga_data.route.basePageType}:${section}:nav-share-buttons:${type}`); } else { if (window.newrelic) window.newrelic.noticeError('page analytics tag not found'); } } catch (e) { if (window.newrelic) window.newrelic.noticeError(e); } }