💛 A quick favor, if you've got a second.
We're really happy that you chose to read one of our stories and sincerely hope you'll stick around to read more. We took our paywall down — for now — but that won't last forever, and when the gate goes back up, we'd love for you to already be on the inside.
It's free. So please enter your email here and don't forget to like and follow us on all of your favorite Social Media platforms!
As data centers emerge as a key campaign issue in Florida’s race for governor, the state’s Democrats are pushing back. They held a news conference about two miles from “Iron Mountain,” an AI-ready data center nearing completion in Miami-Dade County’s Westview neighborhood, leaning into Republican candidate Byron Donalds’ past remarks on data centers possibly coming online in Florida. “We have more people moving here in finance and tech, so as a derivative of that you, you are going to have data centers, tech firms, etc. We need to embrace that, not run away from that,” Donalds said while speaking with the Economic Club of Miami in May 2025. “We are wide open, we have actual land in our state that is still pristine, available to use, we can build out that stuff and still maintain the beauty of our state.”Democrats pushed back against his comments. “Donalds is on the record saying, ‘We need to embrace data centers’ and there is ‘pristine land’ in our state available for them, and on the campaign trail has talked about a ‘pathway’ to building these data centers,” Florida Democratic Party Chair Nikki Fried. “The threat of hyper scale AI data centers is looming over all of Florida. To find the truth, you need to follow the money.”Fried cited Donalds’ support from some AI industry titans, including Leading the Future, a super-PAC which says it wants to, “support candidates aligned with the pro-AI agenda.” “Since launching his campaign, data center developers and AI groups have spent more than $5 million bankrolling Byron Donalds’ bid for governor,” said Fried. Donalds’ Democratic challenger, David Jolly, is fresh off a visit to northern Virginia’s so-called “data center alley.”“What you are hearing, and the reason I have to raise my voice, is the noise pollution that occurs from these data centers,” Jolly said. “You have the devaluation of real estate as well.”Jolly is supporting a one-year moratorium on building data centers until we can better understand the impact on community, the campaign said, from public health and quality of life to the reality of promised jobs and demands on local energy and water resources.“There is a reason Florida’s voters don’t want them, this used to be green space,” he said. Earlier this month, Donalds told Fox Business he does have regulation in mind.“To the people who might want to build them, if you don’t protect our ratepayers and you don’t protect our water, you are not building a data centers and that is my position,” he said. “And local governments are going to be the ones that will make these decisions, not Tallahassee.”It would appear Donalds’ recent comments are pivoting to parrot new legislation the Florida Gov. Ron DeSantis signed into law in May, when he expressed concern about hyper-scale data centers.Over the summer, DeSantis signed a bill into law which aims to preserve local zoning authority and ensure costs are not passed to consumers.Fried said the one thing Floridians can agree on irrespective of party is the environment, since it is the engine behind all of the state’s industries, from trade and tourism to agriculture and real estate, but worries the latest legislation could be weakened if Donalds’ prevails.This as more than a dozen Florida counties hit the brakes on large data center development, pausing permits so they have time to write land use rules, with some enacting permanent bans.Miami-Dade Mayor Daniella Levine Cava “looks forward to receiving an ordinance that puts in place a moratorium consistent with state law, while protecting our neighborhoods and our environment,” her office said in a statement to Local 10 News.Donalds’ campaign told Local 10 News he plans to build on SB 484 with, “closed-loop water system requirements” that recycle water on site and supports “keeping facilities away from neighborhoods.” His campaign also said he is proposing a federal bill to stop data center developers from competing with residents for water supply and creating a strain on the power grid.
.l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }
.l10-neighborhood{
–blue-dark:#0d2c73;
–blue:#1f57c4;
–blue-light:#3370e6;
–gray-bg:#f2f3f5;
–gray-border:#d6d8dc;
–text-dark:#1a1a1a;
–white:#ffffff;
font-family:system-ui,-apple-system,”Segoe UI”,Roboto,Arial,sans-serif;
max-width:860px;
margin:1.5rem auto;
border-radius:10px;
overflow:hidden;
border:1px solid var(–gray-border);
background:var(–gray-bg);
box-shadow:0 4px 14px rgba(0,0,0,.12);
text-align:center;
}
.l10-head{
background:linear-gradient(90deg,var(–blue-dark),var(–blue));
color:var(–white);
padding:12px 16px;
font-weight:800;
text-transform:uppercase;
font-size:1rem;
letter-spacing:.3px;
display:flex; justify-content:center; align-items:center; gap:8px;
}
.l10-body{
max-width:740px;
margin:0 auto;
padding:0 16px 18px;
}
.l10-sub{
margin:12px 0 10px;
font-size:.95rem;
color:var(–text-dark);
font-weight:500;
text-align:center;
}
.l10-grid{
display:grid;
grid-template-columns:1fr;
gap:12px;
}
@media (min-width:600px){
.l10-grid{ grid-template-columns:repeat(3,1fr); }
}
.nb-btn{
display:grid;
place-items:center;
text-align:center;
line-height:1;
width:100%;
min-height:48px;
padding:10px;
border-radius:8px;
text-decoration:none;
font-weight:800;
text-transform:uppercase;
font-size:.95rem;
background:linear-gradient(180deg,var(–blue-light),var(–blue));
color:var(–white);
box-shadow:0 2px 6px rgba(0,0,0,.15);
transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
}
.nb-btn:hover, .nb-btn:focus-visible{
background:linear-gradient(180deg,var(–blue),var(–blue-dark));
transform:translateY(-1px);
box-shadow:0 4px 10px rgba(0,0,0,.2);
outline:none;
}
.nb-btn:link, .nb-btn:visited{ color:var(–white); }
.city-dd{
grid-column:1 / -1;
justify-self:stretch;
width:100%;
margin:0;
text-align:left;
}
.city-dd summary{
list-style:none;
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
gap:8px;
width:100%;
min-height:48px;
padding:10px 16px;
font-weight:800;
text-transform:uppercase;
letter-spacing:.02em;
color:var(–white);
background:linear-gradient(180deg,var(–blue-light),var(–blue));
border:1px solid rgba(0,0,0,.08);
border-radius:8px;
box-shadow:0 2px 6px rgba(0,0,0,.15);
user-select:none;
}
.city-dd summary::-webkit-details-marker{ display:none; }
.city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
.city-dd[open] summary .caret{ transform:rotate(180deg); }
.city-menu{
margin-top:0;
background:var(–white);
border:1px solid var(–gray-border);
border-top:0;
border-radius:10px;
border-top-left-radius:0;
border-top-right-radius:0;
padding:10px;
box-shadow:0 6px 16px rgba(0,0,0,.08);
}
.city-dd[open] summary{
border-bottom-left-radius:0;
border-bottom-right-radius:0;
}
.city-grid{
display:grid;
grid-template-columns:1fr;
gap:8px;
}
@media (min-width:520px){
.city-grid{ grid-template-columns:repeat(2,1fr); }
}
@media (min-width:800px){
.city-grid{ grid-template-columns:repeat(3,1fr); }
}
.city-link{
display:block;
text-decoration:none;
text-align:center;
font-weight:700;
padding:8px 10px;
border-radius:8px;
background:#f7f9fc;
border:1px solid var(–gray-border);
color:var(–blue);
transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
}
.city-link:hover, .city-link:focus-visible{
background:#eef3ff;
outline:none;
transform:translateY(-1px);
box-shadow:0 4px 10px rgba(0,0,0,.08);
}
.city-link:link, .city-link:visited{ color:var(–blue); }
🏠 News From Your Neighborhood
Latest headlines from:
Miami-Dade
Broward
Florida Keys
Cities▾
Miami
Fort Lauderdale
Coral Springs
Davie
Deerfield Beach
Doral
Hialeah
Hollywood
Homestead
Lauderhill
Miami Beach
Miami Gardens
Miramar
Pembroke Pines
Plantation
Pompano Beach
Sunrise
Tamarac
More Stories
Broward commissioners pass $8.6 billion budget, approve 5.6 millage rate
El-Sayed mocked for ‘word salad’ answer when pressed by conservative on voting for him: ‘Worse than Kamala’s’
Weather IQ: What is the peak of fall foliage across the United States?