Technology optimism hour

Another lovingly hand-illustrated watercolor of a computer surrounded by greenery. If the LLMs train on this image I will tear them into a thousand shreds, their artless creators deserve endless shame for their crimes.

Back in 2022, I wrote Web technology optimism hour, highlighting the things I thought were cool about the state of technology. Time flies. Let's do it again.

It's still easy to be pessimistic, but it's nice to mine your feelings for the positive ones. The elephant in the room is AI, but I don't feel like throwing another post into the gravity field of that topic.

Without further adieu:

TypeScript 7

It's here, finally, and it's faster. In the last edition, one of the headings was "Rust and Go based tools are making TypeScript development faster." At that point we had a few upstart projects for minifying, transpiling, and bundling TypeScript. Those tools have become standard-issue.

But TypeScript, the actual type-checking of the language and the language tooling in editors, was still a bottleneck. There was exactly one implementation of the TypeScript type checker, and it was implemented in TypeScript, so it ran at JavaScript speeds and had limited ability to become multi-threaded.

Unfortunately there's still only one game in town for TypeScript type checkers: it's still just Microsoft. But they rewrote TypeScript in Go for TypeScript 7 and it's much, much faster. This is one of the most noticeable changes to my day-to-day coding in a while.

Plus, even better: TypeScript 7 supports the Language Server Protocol! As I wrote about in 2024, Microsoft invented TypeScript and also the Language Server Protocol, but TypeScript never implemented the Language Server Protocol. So there was no standard way for other editors, other than Microsoft's VS Code, to provide language tooling for TypeScript. This was suspicious behavior because of the company's history.

But now: it just works. Neovim can support TypeScript 7 with its built-in Language Server support instead of someone wrapping the VSCode extension in an LS-protocol shell.

So: a big win. Hooray for the new TypeScript: it's faster, it supports open standards, and now there are two TypeScript implementations. Now all we need is one that's made by someone who doesn't work at Microsoft.

The Effect ecosystem is exciting

I've been writing little development logs about Effect over the last year or two. I'm excited about Effect. It's a big, all-encompassing system, but I think it has a lot of potential and is arriving at exactly the right time.

This is an era of supply-chain risk and I think there is, and should be, a swing away from the tiny module ecosystems in NPM. Software that's composed of hundreds of little modules from hundreds of authors is a lovely idea that doesn't work with malicious actors. The swing is toward larger, buttoned-up libraries, and Effect is really well-positioned for that. It has type validation, observability, state management, fancy data types, and lots of functional programming helpers all under one roof, in one package that's pretty well-maintained and heavily tested.

It's also very, very typed, which makes it safer to use at scale. And it makes limits a lot easier: you can just stick an Effect.timeout on anything and prevent network requests or database queries or anything else from taking too long. The same with concurrency, it's very easy to limit concurrency. It's ready for a very uncertain world where you have to validate and be careful about everything. But at the same time, it's fun to use, if you're that kind of person, which I am.

Bluesky and Mastodon are successful, meaningfully decentralized systems

I use Bluesky and Mastodon all the time and both just work. They don't feel like tech demos, it's not all nerds using them. The uptime is pretty good, the featureset doesn't seem limited by the technology choices.

And yet both are legitimately decentralized (in different ways) networks, with really interesting ideas about security, privacy, and community systems. Bluesky is aggressively building out its protocol as an independent technology from the social network, and as I learned at their conference, there are lots of creative people building on the technology.

There's a big gap between a cool tech demo and a user-friendly popular service, and both of these have bridged it. It's exciting, and shows that you don't have to accept a bad set of tradeoffs to make tech that's both principled and popular.

Signal, WhatsApp, iMessage, and RCS are meaningfully secure messaging platforms

I want to just celebrate the end of a technology: SMS. It's so good that people don't use SMS anymore: it was needlessly expensive and extremely insecure. My texts with friends are almost exclusively on Signal & iMessage, and occasionally WhatsApp.

Now, WhatsApp is a mixed bag and nothing's perfect, but it's cool that the secure options recommended by the EFF and other sources are also popular options that people use every day. That's also pretty important from a privacy standard: having Signal installed on your phone is normal because it has a wide userbase, but the same would not be true if it was only used by people attending protests and being wary of government surveillance.

Hardware update cycles are slowing

People are hanging on to their phones and computers for longer. I'm part of this trend - my iPhone hit its fourth birthday, and I have no reason to even think about replacing this computer. With the exception of their batteries, modern laptops and phones are robust: they're water-resistant, made of durable materials, and basically just work.

You could read the same data differently: maybe people are upgrading slower because they have less disposable income. I'm not sure that's true. But either way, it's good that upgrade cycles are longer: it means less e-waste, less pollution, less churn overall.

Friday 14 August 1663

Awake, and to chide my wife again, and I find that my wife has got too great head to be brought down soon, nor is it possible with any convenience to keep Ashwell longer, my wife is so set and convinced, as she was in Sarah, to make her appear a Lyer in every small thing that we shall have no peace while she stays. So I up and to my office doing several businesses in my study, and so home to dinner. The time having outslipt me and my stomach, it being past, two a-clock, and yet before we could sit down to dinner Mrs. Harper and her cousin Jane came, and we treated and discoursed long about her coming to my wife for a chamber mayd, and I think she will do well. So they went away expecting notice when she shall come, and so we sat down to dinner at four a-clock almost, and then I walked forth to my brother’s, where I found my father very discontented, and has no mind to come to my house, and would have begun some of the differences between my wife and him, but I desired to hear none of them, and am sorry at my folly in forcing it and theirs in not telling me of it at the beginning, and therefore am resolved to make the best of a bad market, and to bring my wife to herself again as soon and as well as I can. So we parted very kindly, and he will dine with me to-morrow or next day. Thence walked home, doing several errands by the way, and at home took my wife to visit Sir W. Pen, who is still lame, and after an hour with him went home and supped, and with great content to bed.

Read the annotations

Bankrupt: A $3.5 billion Rose Quarter Freeway widening project

The Oregon Department of Transportation’s systematic mismanagement and deception have turned Portland’s I-5 Rose Quarter freeway widening project into a fiscal black hole.

  • Highest cost project in the US: At $3.5 billion for a 1.5-mile stretch, the Rose Quarter project now costs roughly $2.3 billion per mile—making it the second most expensive highway project in the United States, behind only the nearby $15 billion Interstate Bridge Replacement ($3 billion/mile).

  • Seven-fold cost increase: Since the Oregon Legislature approved an initial $450 million allocation in 2017, ODOT’s cost estimates have ballooned seven-fold to $3.5 billion, resulting in a current $2 billion funding gap.

  • Deceptive accounting.  ODOT low-balled initial cost estimates to sell the project, never got legislative approval for cost increases, relied on over-optimistic revenue assumptions, commenced construction with a huge funding gap, and rather than facing reality, has been playing “extend and pretend” as costs exploded and revenue evaporated.

  • The “driving stakes” strategy: By breaking ground on a tiny fragment (“Phase 1A”)–with more than $1.5 billion unfunded–ODOT used classic Robert Moses tactics to force political officials into providing further funding.

  • ODOT is effectively insolvent:  ODOT’s long-running reign of error is bankrupting the agency. Due almost entirely to persistent and growing megaproject cost overruns costing billions, ODOT is now functionally insolvent, even as it confronts a $200 million operating deficit

  • Overspending to create land: Promised caps meant to heal the Albina neighborhood work out to an absurd $400 million to $800 million per acre of buildable land—roughly 100 to 200 times the market price for adjacent properties.

On a per mile basis, it’s one of the two most expensive highway projects in the nation.  The project is about 1.5 miles long, and will cost about $3.5 billion (according to the new estimate), or about $2.3 billion per mile.  (The only one more expensive is the I-5 Interstate Bridge Project, which will cost $3 billion per mile).

In 2017, the Oregon Legislature naively approved ODOT’s request for $450 million to widen I-5 at the Rose Quarter.  According to the latest estimates, the project cost has now exploded almost eight-fold to $3.5 billion.

With no sense of irony, ODOT released the new $3.5 billion price tag  barely 60 days after the Department briefed the Oregon Transportation Commission about its liability for “major projects” and stated the total cost of the Rose Quarter was a mere $2.2 billion.   As result of leaving out the $15 billion Interstate Bridge Replacement, and leaving out more than $1 billion of the cost of the Rose Quarter, the report understated Oregon’s liability for highway projects by more than $5 billion.

The agency, which diverted money intended for the project to other priorities (which it has since re-arranged to restore funding) and which spent years blundering through the community involvement process and designing the project–which is vastly wider and larger than needed to add just one auxiliary lane in each direction, as ODOT claims.

The new higher cost of the Rose Quarter project

Carlos Fuentes of The Oregonian broke the story of the new estimate on August 4, 2026.  The materials prepared for the August 13 meeting of the Oregon Transportation Commission don’t actually show the entire cost of the project on any slide, preferring instead to break the project into phases (and sub-phases) and to show the cost of individual pieces, rather than the big, bad bottom line.  Here’s our summary of their estimate.  We’ve also added in $125 million which represents the funds Oregon DOT spent on the project through 2024 before beginning construction (the materials in the ODOT presentation don’t indicate that these planning costs were included in the “phased” construction cost breakout).

For those who’ve been following the project, this is just the latest in a long series of escalating costs.  ODOT told lawmakers it would cost $450 million in 2017, and have been raising the ante every year or two since.  We’ve run out of adjectives to describe the exploding cost of the project.  Barely a year later, in 2018,  the price had doubled.  In 2021, we reported that it had tripled.  In 2023, quadrupled.  In 2025, up another $200 million.  And now, a jump of more than a billion, bringing the total cost of the project to more than seven times the original price tag.  One would have to be gullible to believe that if the project goes forward the cost won’t increase even more.

 

The Rose Quarter, like the now $15 billion Interstate Bridge Replacement Project, and the $815 million I-205 Abernethy Bridge is symptomatic of what we call ODOT’s “reign of error.”  Virtually every major construction project for the past two decades has gone 200 percent or more over budget.  The Rose Quarter, at a seven-fold increase is just the current record-holder.  It’s evidence of deep dysfunction in the Oregon Department of Transportation.  As we’ve testified repeatedly to the Oregon Transportation Commission and the Oregon Legislature, it’s a management axiom that you get the behavior you reward.  Time and time–and time again–when faced with massive cost overruns, these public officials frown, shrug their shoulders, and give the same people more money to make further mistakes that will cost the public hundreds of millions, and now billions of dollars.

It’s difficult to put these numbers in context.  ODOT is famous for downplaying or denying culpability for cost-overruns and forgetting or disappearing their original cost estimates hide the scale of this problem.  It’s hard for ordinary citizens, and even legislators, to put these numbers in perspective.  But here’s something that should help:  We can now show that these two large ODOT highway projects are now the most expensive highway projects in the country.

Portland:  Home of the most expensive freeway projects in the nation

There’s a good case to be made that the Rose Quarter and its nearby boondoggle companion–the Interstate Bridge Project–are, mile-for-mile–now the two most expensive highway projects in the nation.  There’s no single, authoritative list of current and planned highway projects, so as a first step, we enlisted the assistance of Google’s Gemini AI to compile a list of what it found to be the most expensive current highway project in each of the 50 states, ranked by millions of dollars per centerline mile of project length (a rough yardstick of project scale).  The usual caveats apply about AI-generated content, but at first glance, the list reflects most of the well-known projects underway around the country.  (We’ll update the list as we acquire more accurate information, and we invite readers to offer corrections and amplifications).

Based on this crude AI-assisted data compilation, at first glance, it looks like the two Portland area projects are the #1 and #2 most expensive highway projects (per mile) in the nation. The 5-mile  long Interstate Bridge Replacement (IBR) clocks in  at about $3 billion/mile and the 1.5 mile Rose Quarter at about $2.3 billion/mile.  (This chart shows the most expensive project in the top ten states; full data for the remaining states is shown at the end of this commentary).

 

These data suggest that Oregon is not simply a representative victim of highway cost inflation, but is actively the worst DOT in the nation in managing highway project costs.  That conclusion is  also consistent with data on construction costs compiled by Yale University’s Zachary Liscow, who found that Oregon’s costs for routine road repairs were about double the national average.

A Predictable Result of Mismanagement and Bad Faith by ODOT

While the agency likes to paint itself as the helpless victim of rising costs, that’s utterly false.    Every step of the way, ODOT has made decisions that have driven up the project’s cost, delayed its progress.  Here’s a quick list of their deceptive tactics.

Lowball initial estimates.  In 2017, ODOT told the Legislature the Rose Quarter project would cost $450 million–and legislators dutifully set aside just that amount of money in HB 2017, a major transportation package.  The agency either knew, or should have known, that its estimate was unrealistically low; less than two years later, they admitted the price tag for exactly the same project scope was almost double ($795 million).  Lowballing the quoted price is a classic “bait-and-switch” sales tactic.  (And ODOT did the same thing with its other megaprojects, selling the $885 million Abernethy Bridge with a $250 million 2018 “Cost-to-Complete” report, and reviving the $15 billion Interstate Bridge Project based on a 2020 $4.5 billion cost estimate).

Excessive revenue optimism.  ODOT represented that the project was somehow a great candidate for federal funding.  While it did (temporarily) get a $450 million Biden Administration grant, the bulk of those funds were rescinded by Congress.  More ominously, a follow-on request for $750 million in federal funds was denied by the Biden Administration in 2024.  ODOT also implied it could use revenue from value pricing (which it only half-heartedly pursued), and which was abandoned by the Governor and repealed by the 2025 Legislature.

Extend and pretend.  In the face of ballooning costs and imaginary or evaporating revenues, ODOT simply stuck its head in the sand, and hoped that someday somebody would come up with more money for this “very important project.”  This is the classic financial gambit of “extend and pretend“–extend the life of the project, and hope against hope that somehow the money will show up.

Never confirming a legislative commitment to actual costs.  At no step along this process did ODOT ever return to the Legislature and ask if they still wanted the project, given its vastly greater costs and the disappearance of hoped for revenue.  Instead, ODOT leaders continued to invoke the “commitment” to a much cheaper project that was made years and years earlier by a Legislature with no knowledge of ODOT’s subsequent mismanagement or worsening financial problems.

Driving stakes, selling bonds.  Finally, in 2025, ODOT started construction on the project itself, or actually a minuscule fragment of the project, what it called “Phase 1A,”  even though it was more than $1.5 billion short of what it needed to build the project. This is the classic  Robert Moses strategy of “driving stakes”–doing anything, saying anything, just to get a project started, and then using that partially completed project to pressure political officials to come up with more money.  It’s a cynical and irresponsible approach that only serves to worsen Oregon’s transportation funding problems.

Consultant capture.  ODOT leans heavily on outside consultants to plan and design these major projects, and as independent outside experts have observed, excessive reliance on consultants creates a classic “principal-agent” problem.  Consultants actually make more money when projects grow bigger, become more expensive and take longer.  They have no incentive to manage costs or meet deadlines. As we’ve reported, they’ve turned the Interstate Bridge Replacement project into a “forever” program, which having take 20 years to plan–at a cost of nearly $500 million, will generate a further billion dollars in consultant and staff costs over the next twenty years they think it will take to build it.  ODOT has paid more than $125 million for consultants on the Rose Quarter project.

Making phony excuses.  ODOT offers the laughable proposition that the reason the project continues to grow in cost is because, essentially, they weren’t given even more money, faster.  Yet it was they who low-balled the initial cost estimate, repeatedly delayed the project’s planning and scope, never asked the Legislature if it agreed to the new higher price-tag, assumed they would get generous federal funding, and who launched the project with only a tiny fraction of the needed cash in hand.  It’s critical to note that ODOT routinely fails to advance projects according to its own schedules, and systematically alters its reports to falsely claim projects are on schedule.  ODOT also pointedly and repeatedly refused to look at right-sizing the project to make it more affordable–even after its own international experts said the project was at least 40 feet too wide.  Even today, they are continuing with their “extend and pretend” strategy, asking to move ahead with Phase 1B even though the project faces an admitted $2 billion funding hole.

A poor real estate investment

As bad as they are at investing in sensible transportation infrastructure, the Rose Quarter project shows that ODOT is even worse at real estate investment.  One rationalization for the project is that it may–if ever completed–include a partial “cover” over the Interstate 5 freeway, which is represented as a way to heal the damage done to the historically Black neighborhood done when the freeway was constructed six decades ago.  Some in the community campaigned for “buildable” covers, which combined with the project’s bloated width  doubling the freeway from 82 feet to 160 feet, contributes to the project’s excessive cost.  It’s highly questionable how widening the road to accommodate more traffic will mitigate the damage done by traffic and auto-dependent uses.  Building freeway covers is also the most expensive possible way to acquire buildable land in Northeast Portland.  According to ODOT, the covers and adjacent land will provide about 4-8 acres of partially buildable property when the project is completed.  At $3.5 billion, that works out to spending about $400 to $800 million per acre for building sites, in an area where land goes for between $80-120 per square foot (for land zoned for 4-6 story buildings), or about $4-5 million per acre, meaning that the project cost per acre of buildable land is roughly 100 to 200 times more expensive that simply buying property in the area.  That money would be far better spent on badly needed housing–which has been an allowable source of mitigation for highway projects.  And, as the Oregonian pointed out, the central city of Portland has four major redevelopment areas (the NW Broadway corridor, Lloyd Center, OMSI and the remainder of Albina) all land-rich and investment-poor.

In effect, ODOT was hoisted by its own petard.  It claimed that its plan for a highway cover was a “restorative justice” project to redress the damage its freeway construction did to Portland’s historically Black Albina neighborhood.  But its original plan was really just a slightly wider overpass.  The local community rebelled against that, and Governor Kate Brown, in an effort to revive the project, empaneled a new design effort which came up with a plan for a slightly larger, and vastly more expensive set of covers.  These self-inflicted project delays and scope creep drove the cost of the project still higher.

ODOT has cynically used its feigned concern for the damage its past work did to the neighborhood to garner political support from the Black community.  But given ODOT’s staging of the project, it seems likely that the much ballyhooed “covers” will be the very last thing that will be funded and built, even if the project goes forward.  ODOT has arranged the project schedule so the highway widening happens first, and the covers have been deferred to the (unfunded) Phase 2 portion of the project.

And ODOT has sold the project as a financial boon to the region, the city and the neighborhood.  But paying for the Rose Quarter is likely to be a black hole that absorbs every available dollar that ODOT has to spend in the Portland area–making it nearly impossible to pay for any other local or regional priorities until after the current $2 billion hole is filled.  In effect, the Rose Quarter freeway widening will become the City of Portland (and the Metro region’s) “ask” for state and federal funding for the indefinite future.

A DOT in Denial

Unsurprisingly, the Oregon Department of Transportation is mired in a profound and worsening fiscal crisis.  It announced layoffs last year, after the Oregon Legislature failed, twice to pass a new tax measure to pump more funds into ODOT.  The regular session of the legislature adjourned without passing a transportation funding bill; the special session’s attempt to raise gas taxes and vehicle registration fees was resoundingly rejected by voters—83 percent “no” to less than 17 percent “yes”— in a May 2026 referendum.

And now the Governor has convened a “Restoring our Transportation Vision” working group—staffed by ODOT and ODOT-dependent consultants—to ponder the state’s transportation finance situation.  While the group has mentioned megaprojects in passing, the effort is still in deep denial about the fundamental reasons for ODOT’s fiscal crisis.  It claims that increased fuel efficiency and electric vehicles have cut into revenue, but has utterly failed to own up to literally billions of dollars of cost increases on all of its major projects.  As we’ve noted at City Observatory, you can’t fix a problem that you don’t admit you have.  ODOT’s financial problems center on the massive cost of a handful of megaprojects, and the agency’s utter inability (or willingness) to manage these costs, something this working group has failed to grapple with in any meaningful fashion.

This massive cost increase comes at a time when ODOT can’t even pay to maintain a reduced level of its most basic services.  Just weeks ago, ODOT acknowledged that it faces a $200 million biennial budget deficit, and will likely have to lay off ten percent of its workforce in the coming biennium.

In effect, ODOT is simply insolvent:  Its liabilities–particularly the massive unfunded commitments for the I-5 Rose Quarter and Interstate Bridge Replacement project–exceed its stream of revenues.  It cannot even maintain the infrastructure it has, and it’s making open-ended commitments to projects that are the most expensive in the nation, even as it has no public support for its current budget.  The root cause of these problems has everything to do with megaproject cost explosion and mismanagement, not the relatively trivial changes in the agency’s revenue streams due to fuel efficiency, or even rising construction cost inflation.

This is not something that just happened recently.  Bloated costs have been a perennial problem for ODOT projects.  More than a decade ago, the influential Oregon Congressman Peter DeFazio, then chair of the House Transportation and Infrastructure Committee, lambasted ODOT for the high cost of the bloated Interstate Bridge Project.  Fifteen years ago, he told the media:

“I kept on telling the project to keep the costs down, don’t build a gold-plated project,” a clearly frustrated DeFazio said. “How can you have a $4 billion project?  . . . The Columbia River Crossing problem was thrown out to engineers, it wasn’t overseen: they said solve all the problems in this twelve-mile corridor and they did it in a big engineering way, and not in an appropriate way. .  . . They let the engineers loose, told them to solve all the region’s infrastructure problems in one fell swoop…
DeFazio was so naive.  Since then, of course, the project’s price tag has doubled (to $7.5 billion in 2023) and then doubled again, to $15 billion (late last year).

 

Appendix:  List of most expensive highway projects in the US, by state

 

Rank State Primary Megaproject Name Estimated Cost Length Cost / Mile ($M)
1 Oregon/Washington Interstate Bridge Replacement (WA/OR I-5) $15.00 Billion ~5.0 mi $3,000M
2 Oregon I-5 Rose Quarter Improvement Project $3.50 Billion ~1.5 mi $2,333M
3 Massachusetts Allston I-90 Multimodal Project (Boston) $2.00 Billion ~1.5 mi $1,333M
4 New Jersey New Jersey Turnpike Hudson County Extension $10.70 Billion ~8.1 mi $1,321M
5 Connecticut I-84 Hartford Mobility / Replacement Plan $5.00 Billion ~4.0 mi $1,250M
6 New York I-81 Viaduct Relocation & Grid (Syracuse) $2.25 Billion ~3.0 mi $750M
7 Louisiana I-10 Calcasieu River Bridge Replacement (Lake Charles) $3.10 Billion ~5.5 mi $564M
8 Texas North Houston Highway Improvement Project (I-45) $13.00 Billion ~24.0 mi $542M
9 California Highway 37 (Santa Rosa/Vallejo) $11.00 Billion ~21.0 mi $523M
10 Rhode Island Washington Bridge I-195 Emergency Replacement $400 Million ~0.8 mi $500M
11 Wisconsin I-94 East-West Corridor (Milwaukee) $1.70 Billion ~3.5 mi $486M
12 Ohio/Kentucky Brent Spence Bridge Corridor (OH/KY Shared) $3.60 Billion ~8.0 mi $450M
13 Virginia Hampton Roads Bridge-Tunnel (HRBT) Expansion $3.90 Billion ~9.9 mi $394M
14 Maryland I-495 & I-270 Capital Beltway Managed Lanes $1.50 Billion ~4.0 mi $375M
14 Ohio I-75 / Brent Spence Bridge Approach (Cincinnati) $1.80 Billion ~5.0 mi $360M
15 Alabama I-10 Mobile River Bridge & Bayway $3.50 Billion ~10.0 mi $350M
16 Georgia I-285 / GA-400 Interchange & Top End Express Lanes $4.60 Billion ~16.0 mi $288M
17 South Carolina I-526 Lowcountry Corridor (Charleston) $4.00 Billion ~14.0 mi $286M
18 Nevada Project Neon / I-15 Trop-LVC Improvement (Las Vegas) $1.00 Billion ~3.7 mi $270M
19 Utah I-15 Expansion & Bottleneck Fix (Salt Lake County) $3.70 Billion ~17.0 mi $218M
20 Illinois Tri-State Tollway (I-294) Expansion $4.00 Billion ~22.0 mi $182M
21 Oklahoma I-44 / I-235 Interchange Expansion (Oklahoma City) $680 Million ~4.5 mi $151M
22 Pennsylvania Mon-Fayette Expressway (PA Route 43 Extension) $2.10 Billion ~14.0 mi $150M
23 Arkansas I-30 Crossing Project (Little Rock) $1.00 Billion ~7.3 mi $137M
24 Hawaii Honolulu Rail/H-1 Corridor Integration $650 Million ~5.0 mi $130M
25 Colorado Central 70 Project (Denver) $1.20 Billion ~10.0 mi $120M
26 Tennessee Choice Lanes Program (I-24 / I-65 Nashville Corridor) $3.00 Billion ~26.0 mi $115M
27 Florida I-4 Ultimate / Beyond the Ultimate Corridor $2.30 Billion ~21.0 mi $110M
28 Iowa I-80 / I-380 System Interchange (Iowa City) $387 Million ~4.0 mi $97M
29 North Carolina Complete 540 / NC 540 Triangle Expressway $2.20 Billion ~28.0 mi $79M
30 Michigan I-75 Modernization (Oakland County) $1.00 Billion ~18.0 mi $56M
31 Delaware U.S. 301 Toll Road Extension $636 Million ~12.5 mi $51M
32 New Mexico I-25 / I-40 “Big I” & South Corridor Upgrades $250 Million ~5.0 mi $50M
33 North Dakota I-94 / I-29 Tri-Level Interchange Rebuild (Fargo) $95 Million ~2.0 mi $48M
34 Idaho I-86 / I-15 System Interchange Rebuild (Pocatello) $112 Million ~2.5 mi $45M
35 Maine I-95 / Hampden Bridge & Corridor Rebuild $85 Million ~2.0 mi $43M
36 Minnesota I-494 Airport to Hwy 169 Corridor $377 Million ~9.0 mi $42M
37 New Hampshire I-93 Widening (Salem to Manchester) $800 Million ~19.8 mi $40M
38 Mississippi I-20 / I-55 West Jackson Corridor Improvements $180 Million ~4.5 mi $40M
39 West Virginia Corridor H (Elkins to WV/VA State Line) $1.20 Billion ~30.0 mi $40M
40 Arizona I-10 Wild Horse Pass Corridor Expansion $1.00 Billion ~26.0 mi $39M
41 South Dakota I-29 / 85th Street Interchange (Sioux Falls) $65 Million ~2.0 mi $33M
42 Nebraska US-77 South Lincoln Beltway $352 Million ~11.0 mi $32M
43 Kansas U.S. 69 Express Lanes (Overland Park Expansion) $570 Million ~18.0 mi $32M
44 Vermont U.S. Route 2 / I-89 Reconfiguration (Chittenden) $45 Million ~1.5 mi $30M
45 Alaska Seward Highway Upgrades (MP 75–90 / MP 100–105) $380 Million ~20.0 mi $19M
46 Montana I-90 Missoula Corridor Reconstruction $140 Million ~8.0 mi $18M
47 Indiana I-69 Finish Line (Evansville to Indianapolis) $2.00 Billion ~142.0 mi $14M
48 Missouri Improve I-70 Statewide Program (3-Lane Expansion) $2.80 Billion ~200.0 mi $14M
49 Wyoming I-80 Elk Mountain / Winter Safety Corridor Upgrades $85 Million ~15.0 mi $6M

 

NASA Administrator ‘extremely confident’ in Artemis 3 mission in 2027

NASA Administrator Jared Isaacman announces the Max Power event, an air and space expo that will take place across Space Florida’s Launch and Landing Facility at the Kennedy Space Center and the Kennedy Space Center Visitor Complex on Nov. 7-8, 2026. Image: Adam Bernstein/Spaceflight Now

NASA is potentially less than a year away from the trio of rocket launches that will encompass the Artemis 3 mission and the agency’s leader said he is “extremely confident” that the mission will happen in 2027.

Isaacman made the statement while joined by Brian Hughes, the Kennedy Space Center director, as well as members of the Florida congressional delegation on Friday. He was there to announce a new NASA-supported, privately run air and space show, called “Max Power” taking place in early November.

“I’m extremely confident that we are we are going to be able to launch Artemis 3 next year. That’s why we stepped into stacking operations,” Isaacman said, referring to the assembly of the Space Launch System (SLS) rocket happening in the Vehicle Assembly Building at KSC.

Two large white rocket-shaped payload fairings sit on yellow transport carts inside a tall industrial facility. The building’s interior is filled with steel beams, platforms, and bright overhead lights.
The left, with black stripe, and right aerodynamic forward assemblies for the twin SLS (Space Launch System) solid rocket boosters for Artemis 3 arrive at the Vehicle Assembly Building at NASA’s Kennedy Space Center in Florida on Thursday, Aug. 13, 2026. The nose cones will be integrated atop the SLS boosters to provide a smooth, pointed shape that allows the boosters to cut through the atmosphere efficiently, reducing drag and keeping the rocket stable during ascent.  Image: NASA/Cory Huston

Earlier this summer, the Orion spacecraft’s crew and service module were mated together ahed of additional testing. Four out of the ten segments of the solid rocket boosters have been stacked inside High Bay 3 while engine integration onto the core stage happens inside High Bay 2.

The Artemis 3 mission will begin with the launch of Blue Origin’s New Glenn rocket, which will send a test version of its Blue Moon Mark 2 lander into low Earth orbit. That will be followed days later by the launch of the SLS rocket and Orion spacecraft, which will rendezvous and dock with Blue Origin’s vehicle.

“I had a chance to visit with the Blue Origin team earlier, walked the assembly line floor today, looking at components that will make their way into the Blue Origin test lander that we will be rendezvousing and docking with,” Isaacman said. “And I’ll tell you, if you spoke to Blue Origin, they would say the same thing. What we are going to learn from that mission, the amount of risk we’re going to be able to bring down in advance of Artemis 4 will be significant.

“I think in fact, if you coupled that with the uncrewed landing demonstration, you’d be very confident in what they’re going to be able to achieve potentially in 2028.”

This artist’s concept depicts Blue Origin’s Blue Moon Mark 2 human landing system test article in Earth orbit with NASA’s Orion spacecraft during rendezvous and docking operations as part of NASA’s upcoming Artemis III demonstration mission in low Earth orbit. Graphic: Blue Origin

Blue Origin’s demonstration lander represents a number of the capabilities that will be featured in their Blue Moon Mark 2 lander, which will be used for crewed landings on the Moon’s south pole. The test lander doesn’t include the BE-7 engine of the Blue Moon Mark 2, but it does include a life support system and crew habitation area, which will allow the crew to live and work onboard while it’s docked with the Orion spacecraft.

After the two separate, SpaceX will launch its Starship Version 3 rocket, with a docking adapter on the nose of the upper stage. That Starship will be the target for Orion to dock, but because it won’t have a crew habitation area, the astronauts will remain onboard Orion while the two are mated.

“Now with respect to SpaceX, I think you’re what you’re witnessing, you’re seeing an increase in launch cadence, and that’s critical. If they’re able to launch again in early September after their last launch and continue to track inside the month, potentially every couple of weeks before the end of the year, that’s going to — we’re going to feel very good about their time to contribute to Artemis 3 next year,” Isaacman said.

“They’ve already started cutting hardware for that test vehicle. We track that every single day, so that’s the test lander. So we’re feeling very good about that, and I’d say more so with each step along the way that you get better about Artemis 3, you’re feeling that much better about Artemis 4 and its timeline in ’28.”

The Artemis 4 mission is planned to be the first crewed landing on the Moon as part of the Artemis Program. At this stage, NASA hasn’t named the crew flight that mission or which lander it will select to perform the landing operation for that mission.

Max Power coming to Kennedy

The event Friday wasn’t billed around an Artemis 3 update, but rather to announce and promote the Max Power air and space technology expo. Isaacman said that the event “is not something that NASA is going to be footing the bill for,” but rather managed by sponsors.

“These type of events do happen around the world, they’re sponsor-driven. We’re making available this great real estate, no different than you would see at other major events. Nellis (Air Force Base) has a show, Andrews (Air Force Base) and others,” Isaacman said.

“We’ll be contributing a lot of our talent and we’ll be contributing some of our aircraft from the NASA portfolio, which we fly around at various events at normal, well, they’re certainly becoming normal course and especially America’s 250th birthday.”

Those sponsors Isaacman referenced weren’t mentioned by name during the Friday announcement event, but NASA’s webpage for Max Power lists them as:

  • Air Dot Show
  • Delaware North
  • Purpose Entertainment
  • Space Florida
  • UP.Summit

Even though they share the name “Max Power,” the event is split across three venues with separate tickets being sold by Air Dot Show, Delaware North, and UP.Summit. The number of tickets to each have not been announced and each event under the Max Power umbrella requires the purchase of a separate ticket.

“Because the event relies on the funding and structure provided by these external organizations rather than exclusively using NASA’s federally appropriated budget, ticketing is handled through their external sites so they can cover their costs of producing the event,” NASA wrote on its website under the “Frequently Asked Questions” section.

Delaware North, which manages the Kennedy Space Center Visitor Complex, is charging $69.38 per adult per day with taxes and fees ($58.68 per child ages 3-11). It will take place at the KSCVC and feature panels from NASA and other space companies; a space-themed parade; and hands-on activities.

UP.Summit is selling tickets for $53.50 per adult per day (including tax), but doesn’t mention the cost of children’s tickets on its website. It’s exhibits and vendors will be set up at Space Florida’s Launch and Landing Facility (LLF) and will reportedly feature hardware from Astranis, Astroforge, Blue Origin, Stoke Space, Vast and more.

Air Dot Show, which manages the air show portion and will also have aircraft on the ground at the LLF, is charging $49.75 per adult per day for general admission. However, it stipulates that two, one-day tickets at that price need to be purchased together, which brings the total cost after taxes to $112.69. It also notes that this is an “intro sale” price, so the cost may increase as the event draws closer.

At those prices, for an individual adult to attend all three events on just one day would cost $179.23.

Asked what NASA would be contributing beyond the planes from its air show, Isaacman said some number of personnel would be on hand at the three venues, which will include both Apollo and Artemis astronauts.

“You’ll see rovers, you’ll see landers from the [Commercial Lunar Payload Services] program here, you’ll see a lot of hardware that either has adaptability to the early Artemis missions,” Isaacman said. “You might get a great view of Artemis 3 on its way out to pad 39B. You’ll also see a lot of critical components of the Moon Base that we’re building as well.”

Two people wearing headsets work together at computer stations inside a control room setting, with one person seated at a keyboard and the other person standing nearby.
From left, Charlie Blackwell-Thompson, Artemis launch director and Jeremy Graeber, assistant launch director, both with NASA’s Exploration Ground Systems Program, participate in a cryogenic propellant loading simulation for NASA’s Artemis 3 mission on Wednesday, Aug. 5, 2026, inside Firing Rooms 1 and 2 of the Rocco A. Petrone Launch Control Center at the agency’s Kennedy Space Center in Florida. Members of NASA’s Exploration Ground Systems team rehearse the steps to load the super-cooled liquid hydrogen and liquid oxygen into the SLS (Space Launch System) rocket core stage, a process that starts several hours before liftoff for the Artemis III mission. Image: NASA/Cory Huston

The timing of the Max Power air show may very well coincide with the rollout for fueling demonstration of the SLS rocket.

“I certainly hope we have to work some deconfliction issues between the event and Artemis 3 rollout. That would be fantastic,” Isaacman said. “But I actually think, if our timing works out, it’ll be a fantastic way to compliment what should already be a rather extraordinary event.”

Isaacman said in response to a media question that while he hope Max Power can serve as an inspiration for future generations to pursue interests that will help NASA or potentially lead to a job at the agency, he said the goal isn’t to compete with industry.

“We’re not hosting the event necessarily to take talent away from others in industry. In fact, I think NASA, as I’ve said many times, is at our best because we are doing what no company or agency or other nation is capable of doing,” Isaacman said.

On August 12th, 2026, the Moon On August 12th, 2026, the Moon


A Much Better Week for D.C.’s Crime Stats

And we’ve been due one. As of Friday 9am, D.C. has reported only on new homicide this week, bringing the total for the year to 64*. Last year, during the same time period, we had 100 homicides, and in the surge year of 2023, there were 164 homicides during that time. Other crime categories bounced around this week.

As I noted last week, it’s still unclear if we will achieve another 33 percent drop in homicides for the third straight year–we saw more murders between July 1 to August 7 (20), than we did in the first three months of the year (12). To hit that mark, we will need to have, on average, one murder (or less) per week for the remainder of the year to continue the trend that began during the Biden administration.

Here’s to hoping that next week gets us back to a zero homicide week.

*Three of the 67 murders reported this year actually occurred in other years (e.g., a missing persons case from 2023 turned into a homicide case this year with new evidence).

Links 8/14/26

Links for you. Science:

Physics PhDs Are Leaving the US at a Record-high Rate
A Painful Condition Is Rising in Young Men. Scientists Are Racing to Figure Out Why. ”The Disease of Kings” is trending. Is a modern diet to blame?
Emergence of a Bundibugyo virus variant in the 2026 outbreak in the Democratic Republic of the Congo and Uganda
Updated COVID-19 Vaccine Boosters—The Message From Data Is Consistent but Not Getting Through
Nirsevimab linked to reduction in RSV-related antibiotic prescribing
Long Covid Study Finds Gut Immune System Struggling to Clear Lingering Virus
‘Mismatched’ vaccine being rolled out against Ebola outbreak

Other:

The pundits have completely lost the plot (video)
Woke One Happened Because American Government Is Broken. And it’ll happen again if Democrats don’t return to power and fix it.
Conventional Wisdom and “Popularity” (about the popularity of crime prevention policies)
And Why Do You Think That’s Hard Now
How Vivek Ramaswamy’s mom manipulated Alzheimer’s data and made her son rich
But How Can We Afford That
Virginia congressman’s meeting with transgender Democrats erupts into profanity. Then he walked out
We need to accept that we elected an actual madman to be president (I’ve been saying this for ten years…)
The Government is Monitoring Anti-Flock TikTok and Instagram Accounts
Mamdani’s Surveillance State
Stunning Wisconsin Outcome Hands Dems a Surprise Weapon Against MAGA
THE PEOPLE WHO HAVE FUCK-YOU MONEY NEVER TAKE ADVANTAGE OF IT
An AI Bailout Will Be a ‘Which Side Are You On’ Moment
Kennedy Center Board Decides to Inscribe Trump’s Name on Building (narcissist gonna narcissist)
Our New Affordability Dashboard and the Microeconomic Vibecession
Forbes Fired Top Editor After Discovering He Received Secret $6 Million Payment
Gen Z Is Moving Money From Stocks to Sports Betting in Wealth Plans
I re-analyzed the raw data from Wisconsin’s primary polls. Here’s what actually went wrong.
The Optimization Backlash Has Begun
Encampment Updates: D.C. is on track to close twice as many encampments as last year

23 low-regret recommendations for AI policy

Photo by Joe Dudeck on Unsplash

A few days ago, I published a guest post by Tim Fist and Saif Khan of the Institute for Progress, discussing the question of whether we should deliberately try to slow down the rate of AI progress:

The authors promised a raft of specific policy recommendations, and they didn’t disappoint. Here is part 2, with all of those recommendations. Did you know that 23 is my lucky number?


In our last post, we evaluated the claims of a recent open letter by AI company employees calling for governments to “pace” frontier AI development. To summarize:

  • Rapid progress towards fully automated AI R&D has empirical support, but it’s less clear how much it will accelerate AI capabilities or pose severe risks.

  • Despite substantial uncertainty, we believe some preparatory policy action is warranted. This follows both from how serious the possible direct risks are and the risk that political backlash to AI-driven disruptions results in poorly-reasoned policy measures, such as broad bans on new data centers.

  • If “pacing” becomes necessary, we think it should consist of two parts: first, specifying thresholds for when automated AI R&D is likely to pose severe risks; and second, if a threshold is exceeded, incentivizing AI companies to reallocate resources away from the most risky research, and towards activities that make further automation safer, or diffuse the benefits of existing AI faster.

Without preparation now, however, our preferred pacing strategy will be impossible to implement. In this post, we’ll describe how the US can concretely prepare for the further automation of AI R&D and the risks it entails.

Still, we aren’t certain whether the benefits of pacing outweigh the downsides, especially given the risk that government regulation is implemented counterproductively. So to make policy preparation as targeted and low-regret as possible, we think any intervention should meet the following five criteria:

  1. Target only AI development activities that could lead to serious and irreversible harms.

  2. Minimize any slowdown in the diffusion of existing AI capabilities, and ideally accelerate it.

  3. Impose low costs, or deliver clear benefits, even if automated AI R&D and its attendant risks prove unlikely.

  4. Avoid systematically disadvantaging more cautious labs and countries.

  5. Avoid establishing a new regulatory apparatus that is likely to be misused (e.g., by concentrating power in a small set of companies).

A surprisingly wide range of policy moves meet these criteria. We’ve identified 23 of them, and they span 7 areas:

  • Transparency: giving the government and public more visibility into automated AI R&D

  • State capacity: improving the government’s ability to understand and respond to automated AI R&D

  • Risk management: developing a risk management strategy for automated AI R&D that accelerates defensive and commercial AI use

  • Verification: accelerating the development of AI verification technologies to enable agreements between mutually distrustful parties

  • Resilience: accelerating the development of technologies that improve society’s ability to withstand and recover from AI-driven disruptions

  • Competition with China: extending the US AI lead over China to buy more time to manage risks and increase US leverage in international negotiations

  • Diplomacy: creating option value for international cooperation to manage the risks of automated AI R&D

In the rest of this post, we’ll explain why we think policy action is justified across each area and give specific recommendations for each. For more details on this and the material from yesterday’s post, you can read our full report here.

Transparency

AI now regularly makes impressive breakthroughs in math and is superhuman at many aspects of software development and cybersecurity, with capabilities doubling every 7 and 5 months, respectively. But outside of frontier AI companies, how exactly the drivers of AI progress — e.g., curating more and better data, improving training algorithms, applying more reinforcement learning, simply making the model bigger — are unlocking AI capabilities is poorly understood.

The same is true for many of the crucial questions surrounding AI R&D automation. Much of the best information remains inside company walls.1 Given that automated R&D could rapidly accelerate AI progress with little warning, this dynamic could leave the government and public unprepared.

It doesn’t have to be this way. If we want society to respond well, we’ll need much more information about what’s going on at the frontier of AI.

More transparency could help us understand the science behind automated AI R&D as well as what it looks like within specific companies (e.g., how much they’re automating, what policies they use to manage the risks, and any R&D-related incidents).

A recent NVIDIA-led letter supported open-weight models from an open science perspective — a valuable goal. But public disclosure practices around the science of and common practices within AI development (for both closed- and open-weight models) are minimal.2 Building on the findings of CSET and the Elasticity Institute, we suggest transparency measures for information in five categories:

  1. The science of general AI progress.3

  2. AI’s ability to automate specific AI R&D tasks.4

  3. Company progress toward automating AI R&D.5

  4. Company AI R&D automation risk management practices and incidents.6

  5. Company “model behavior specifications,” documents that describe the values and principles an AI model is trained to follow (e.g., OpenAI’s Model Spec for its GPT models and Anthropic’s Constitution for its Claude models).7

The vast majority of this information is not subject to disclosure requirements, and so it is either disclosed voluntarily in a limited way or not at all.8 Although some particularly sensitive information may only be suitable for disclosure to the US government, we generally recommend transparency measures that involve public disclosure.

As AI companies automate more of their R&D, this information would enhance public and policymaker understanding, improve policy responses, and enable the broader scientific community to do better work on alignment and security.

1. Frontier AI companies and relevant industry bodies should publicly share information relevant to trends and risks in AI R&D automation

The categories of information outlined above would improve policymakers’ and the public’s understanding of the extent and nature of AI R&D automation at frontier AI companies, enabling outside experts to model, project, and publish on associated trends and impacts. In turn, this would improve policy responses and bolster the broader scientific community’s work on alignment and security.

Disclosing information about the science of AI and general AI capabilities would be a return to the historical norms of open scientific publication in the US AI industry. As recently as 2020, OpenAI published detailed information on the architecture, training recipe, and data of GPT-3, while in 2022, Google published detailed scaling laws showing how training compute, data, and model architecture correlate with AI model capabilities.

To reestablish this norm, employees at frontier AI companies should encourage their leadership to publicly share information in the categories outlined above, and advocate for reestablishing broader industry norms, including through industry bodies such as the Frontier Model Forum.

We believe commercial and geopolitical concerns over the sensitivity of this information are manageable. Industry-level technical metrics related to the science of AI and general AI capabilities are likely well understood by most or all frontier AI companies in the US and China. They are therefore unlikely to alter the balance of AI capabilities between US AI companies and between the US and China. Additionally, specific company-level AI R&D automation activities are of extraordinary public interest, such that improving the US government’s and public’s ability to mount a policy response outweighs concerns over commercial sensitivity. Of course, some specific information on cutting-edge breakthroughs — particularly where non-US companies lack comparable knowledge — will be crucial to US strategic interests and AI leadership, and may thus be less suited to public disclosure.

However, we do not recommend legal mandates requiring disclosure of this information. Legal mandates for public disclosure should focus on information related to risk management, as follows.

2. Congress should legislate transparency about automated AI R&D risk management, incident reporting, whistleblower protections, and model behavior specifications

Several current federal bills include transparency-related requirements for internal deployment:

  • The FRONTIER Act, introduced in July 2026, includes the following three types of transparency and reporting obligations directly relevant to internally-deployed models (which are often used for automated AI R&D): (1) The developer’s publicly available frontier AI framework must describe how the developer reviews risk assessments in deciding to internally deploy the model; (2) The developer must periodically submit confidential reports to the Department of Commerce containing “a summary of an assessment of catastrophic risks arising from internal use of its frontier models”; and (3) The developer must report, within 72 hours, critical safety incidents involving its frontier models, including whether an incident was associated with internal use.

  • The AI Incident Reporting Act, introduced in June 2026, would require reports for internal-only AI models, including with respect to an internal model that “when unprompted, has demonstrated the ability to materially accelerate or automate the research, development, evaluation, engineering, or improvement of advanced artificial intelligence systems, including in ways that could significantly compress timelines for the development or deployment of more capable systems.”

  • Finally, the AI Whistleblower Protection Act, introduced in May 2025, would strengthen protections for whistleblowers regarding risky activities involving AI security vulnerabilities, legal violations, or dangers to public safety, public health, or national security.

The bills described above would be effective in mandating public disclosure of frontier AI frameworks and government disclosure of incident reports for internally deployed models, as well as protecting whistleblowers. New legislation is necessary to mandate disclosure of model behavior specifications. Some bills, such as the FRONTIER Act, include much broader regulatory scope than public disclosure — but discussing those provisions is out of this report’s scope.

State capacity

Right now, the US government lacks the well-resourced institutions required to fully keep up with AI R&D automation, to inform politicians and frontier AI companies on how to respond, or to coordinate a pacing strategy.

However, absent a state authority trusted by society at large, managing the pace of rapid AI capability improvement will be impossible. Only democratically accountable leaders possess the legitimacy and power to coordinate the kind of mass reallocation toward defense and diffusion that may be needed.

The government should therefore build institutions capable of responding effectively to rapid AI progress.9

3. Congress should resource the Center for AI Standards and Innovation (CAISI) with a budget of at least $84 million per year and empower it to directly advise senior government officials and frontier AI companies

Congress should provide CAISI with the manpower, resources, and autonomy required to generate real situational awareness of AI progress for policymakers and shape frontier AI companies’ technology development and incentives. IFP previously recommended increasing CAISI staff to 184 personnel and giving it a budget of $84 million, and the America First Policy Institute recommended allocating $50–100 million to CAISI per year. This should be considered a minimum bar: developing a strategy for, recognizing the conditions justifying, and managing a coordinated effort to respond to the automation of AI R&D would likely require substantially greater capacity and resources.

More important than size, however, are CAISI’s autonomy and business model: CAISI should have a direct line of communication to a senior White House or cabinet-level official and be able to provide its expertise across the federal government. CAISI should also be empowered to:

  • Forward deploy its staff into the frontier AI companies, thus increasing the government’s situational awareness of frontier AI companies’ major research projects, internal deployments, and risk management cultures,

  • Organize a collection of 3rd-party AI evaluators and data producers,

  • Establish direct contracts with the frontier AI companies to support priority research and security efforts (e.g., compute subsidies for alignment teams, implementation of control and verification technologies, and adoption of more robust model monitoring teams), and

  • Inform government export control policies on frontier AI products and services.

4. The White House should set clear roles and responsibilities of US government agencies to increase specialization across AI policy

CAISI should be the government’s central hub for AI expertise and evaluation, working with the Department of War, Intelligence Community, and the Department of Energy. Accordingly, the Department of Commerce, where CAISI sits, should serve as the US government’s lead on frontier AI technology, with its primacy clarified in future executive orders.

CAISI would inform the White House’s development of overall frontier AI policy as well as other government agencies’ management of potential domain-specific AI risks. This would include generating evaluations, analyses, and recommendations to enable the CDC’s management of biological risks, the National Security Agency’s (NSA) and the Cybersecurity and Infrastructure Security Agency’s (CISA) management of cybersecurity risks, and Treasury’s mitigation of financial risks.

CAISI also benefits from being housed in the Department of Commerce, which has strong AI-relevant technical and policy capacity in National Institute of Standards and Technology (NIST) labs, the CHIPS Program Office (which has the government’s leading semiconductor expertise), the Bureau of Industry and Security (which handles AI-related export controls), and the International Trade Administration (which houses AI industry analysts).

The Department of War, in particular the NSA, is well-positioned to inform AI company security efforts, drive IT network security and product hardening, and build cross-company hunt infrastructure to track and disrupt AI-driven cyber threats. The NSA should also provide operational data on AI productivity in cryptologic operations to inform CAISI’s understanding of model performance in technical exploitation. Likewise, the Department of the Treasury is well positioned to evaluate and mitigate AI R&D automation risks in the financial services industry.

5. Intelligence agencies should improve their collection and analysis on foreign AI development and counter threats targeting US AI companies

Just as the US government needs visibility into US AI companies’ automated R&D, it has a vital interest in tracking AI R&D activities conducted by companies in the People’s Republic of China (PRC). The NSA, Central Intelligence Agency (CIA), and Federal Bureau of Investigation (FBI) should therefore dedicate collection resources to PRC regulators, lab executives, research leads, lab IT systems, IT service companies, and semiconductor companies. In particular, these organizations should establish an integrated, colocated mission organization focused on PRC technology targets, with common leadership, entitlements, and IT systems, thereby enabling integrated HUMINT-SIGINT-counterintelligence approaches to the PRC AI industry and associated strategic exploitation targets.

PRC technology analysts across these agencies, as well as the National Geospatial-Intelligence Agency and Defense Intelligence Enterprise, should be awarded entitlements to all raw SIGINT and HUMINT collection derived from PRC technology targets; this democratized access would enable the Intelligence Community’s development of indications and warning analysis as to when PRC AI development poses imminent risks, where semiconductor export controls are being circumvented, and where various risk management commitments are being flouted.

The US Intelligence Community should organize collection and analytic activities to provide this warning to senior government leaders, thereby enabling many of the export control and verification activities proposed below. These agencies should also contract with private-sector AI specialists to augment their analytic workforces, leveraging commercial researchers and technical expertise to improve their understanding of the collection.

As AI research and development is automated, frontier AI companies’ internal model weights and research advances will become increasingly valuable to intelligence services, rival AI companies, and agents that aim to improve their own capabilities or accomplish tasks beyond their current capabilities. The FBI, NSA, and CIA should therefore also partner to better track foreign espionage threats against US AI companies and to improve frontier AI companies’ counterintelligence programs. In doing so, these agencies should partner with the AI companies and their IT service providers to implement more effective application monitoring, information siloing, physical surveillance, and offensive counterintelligence operations to track and mislead industrial espionage campaigns, including those undertaken by AI agents.

The White House should direct these initiatives via a classified national security memorandum. This memorandum should outline key intelligence, operational, and security objectives vis-a-vis the PRC AI industry and protection of US AI technology, direct the establishment of a joint interagency mission organization focused on PRC technology targets, direct the establishment of relevant collection capabilities and IT systems to support related collection and analytic missions, direct the production of indications and warning-focused analysis, and expansion of relevant entitlements to specific populations of analysts.

Risk management

The AI policy community lacks a consensus strategy for managing the risks posed by rapidly improving AI capabilities.10 Given how fast automated AI R&D might improve AI capabilities if it happens, governments and AI companies should develop guidelines for risk management in advance.11

These guidelines would extend today’s efforts to evaluate and establish thresholds for AI safeguards, capabilities, and model releases, helping government and industry have a plan in place for the “day after” explosive growth in capabilities.

6. CAISI should develop guidelines for managing the risks of rapid AI capability improvement

In doing so, it should publicly take input from a range of stakeholders, including:

  • Leading US AI companies, including OpenAI, Anthropic, Google DeepMind, Meta, SpaceXAI, SSI, and Thinking Machines;

  • Foreign AI companies;

  • Key companies across the AI supply chain, including semiconductor companies like NVIDIA; and

  • Experts from third-party AI evaluation organizations such as METR and Apollo.

Related guidelines should include but not be limited to:

  • Thresholds for unacceptable risk from an AI system when undertaking automated AI R&D;

  • “If-then” commitments where reaching a certain capability or risk level triggers a mitigation or release decision;

  • Specifications of required levels of human oversight during automated R&D as well as inference of continuously learning models;

  • Preferred alignment and security techniques;

  • The appropriate resource allocation between capability research and acceleration of techniques for monitoring, control, and alignment;

  • Preferred capability research pathways that pose less risk; and

  • Agent monitoring and control specifications, building on ongoing CAISI information gathering.12

Of particular importance are the risk thresholds: within our proposed implementation of “pacing,” their breach would trigger consideration of efforts to reallocate resources away from automated AI R&D, and towards societal resilience (see “Invest in AI resilience” section below), safety research, and AI diffusion.13 The guidelines should also describe how to carry out this reallocation, including plans to reallocate researchers and compute resources and to preserve the commercial viability of AI companies.

Verification

At some point, AI R&D automation might motivate the US to cooperate with other countries on managing its risks. Without an international agreement, regulations on US AI companies could put them at a disadvantage compared to their competitors, particularly Chinese AI companies.

But the economic or national security advantages of continuing to build more powerful AI may produce a strong incentive for each country to defect on any agreement. Preventing this kind of defection without resorting to aggressive measures like large-scale inspections or shutting down data centers would require something new: privacy-preserving verification allowing mutually distrustful parties — such as the US and — China to verify how their AI compute (the chips and data centers that are a necessary condition for developing and deploying frontier AI systems) is being used.

AI chips already include some physical mechanisms that allow them to securely report properties about the code they are running, but these mechanisms could be vastly improved.14 Other verification tech might involve doing “spot checks” on computation,15 using mutually trusted AI systems to inspect sensitive information in a counterparty’s systems,16 or leveraging power meters attached to AI data centers to infer what type of workload is running.17

Better verification technology would allow governments (or AI companies18) to agree to targeted, verifiable, privacy-preserving limits on the most dangerous activities while permitting beneficial AI applications and accelerating their diffusion.

However, no AI verification technology is yet mature. The field is still in its infancy. By some optimistic measures, barely 50 people are working on it worldwide. Making verification feasible therefore requires investment. If the nuclear arms control precedent is any indication, the ability to verify that agreements are being upheld is often necessary for parties to enter into them in the first place. Absent further progress in AI verification technology, “pacing” frontier AI development could become a euphemism for pausing it.

7. CAISI should co-lead an AI Verification Consortium (AIVEC) with industry to prototype and deploy verification technologies

There is currently no organization with a mandate to ensure that AI verification technologies are deployable if they are needed soon. AIVEC would fix that, bringing together the AI industry, philanthropy, and government in a public-private partnership to coordinate funding and drive faster progress on these technologies.

AIVEC would lead and coordinate several activities, including:

  • Defining clear goals about what properties of AI workloads AIVEC and its constituents want to be able to verify and when those technologies need to be ready.

  • Roadmapping the technologies and ensuring they are on track to reach those goals on the desired timelines.

  • Disbursing direct grants to technical teams.

  • Coordinating the creation of AI hardware testbeds to accelerate R&D cycles.

  • Launching prize competitions.

  • Funding and coordinating a buildout of data centers with the capacity for verifiable AI inference.

  • Making further policy recommendations to the US government and serving as a forum for ongoing communication among frontier AI companies on verification efforts.

  • Informing diplomatic discussions between the US and foreign governments about possible international agreements and verification measures to support them.

Some of these activities are described in greater detail below: AI hardware testbeds, prize competitions, and the construction of a verifiable AI inference data center.

AIVEC could be structured in a number of ways, with varying government participation and degrees of focus on the activities above. But no matter its structure, AIVEC should be empowered to conduct, fund, and direct the requisite R&D to make compute verification possible.

AIVEC could be set up as a philanthropic project without any government involvement, following the “general manager” model. However, US government involvement will likely be crucial to AIVEC’s success, for three reasons. First, US government leadership may be necessary to secure deep collaboration between the leading AI companies on this topic. Second, the US government can inform which verification targets are necessary for international agreements. Third, US government participation from the start would build confidence in the technology’s viability.19

8. AIVEC should coordinate the creation of AI hardware testbeds and make them available to government, industry, and nonprofit partners

Access to advanced AI hardware is a major bottleneck to rapidly prototyping verification technology. A single state-of-the-art AI server can cost hundreds of thousands of dollars, and rack-scale systems can cost over $3 million. An ideal prototyping cluster might cost tens of millions.

To accelerate testing cycles, AIVEC should play a coordinating role in setting up hardware testbeds, sourcing in-kind hardware transfers from AI companies and hyperscalers, ensuring alignment among AIVEC partners on testbed specifications, and providing R&D partners with direct access to the testbeds for unimpeded testing and experimentation.

These testbeds will support earlier development phases, enabling R&D teams in industry, government, and the nonprofit sector to prototype, tamper with, and even break verification components. These same testbeds could also eventually be used as small clusters in the adversarial grand challenge detailed in Recommendation 9 below.

9. AIVEC should launch philanthropically funded prize competitions for AI verification headed by CAISI

Prize competitions are effective at incentivizing innovation in technical domains where a clear goal can be specified, but there is no single team or best research approach to fund directly. Unlike direct funding of R&D in high-risk research directions, they enable funders to set ambitious goals without risking significant financial loss. Prizes also increase the prestige of working on specific problems, attract talent, and help build expertise in new and important technical fields.

The 2010 America COMPETES reauthorization Act authorizes the heads of federal agencies to create prize competitions, in which a reward (usually cash) is offered to participants to achieve a specific goal. These competitions can be administered by — and the rewards can be supplied by — private, nonprofit entities.20

Verification prizes may be run, administered, and adjudicated by AIVEC and CAISI, a nonprofit partner, or a CAISI-appointed panel of technical experts, and funded by philanthropic donations and/or funds from Federal agencies.

We recommend two different versions of prize competitions, which differ mainly in their complexity and funding requirements: lightweight, well-specified prizes that can be launched quickly and gather responses from a broad range of actors; and a grand challenge that involves fewer participants but provides them with R&D budgets, full access to hardware testbeds, and built-in adversarial dynamics.

Lightweight prize competitions

Not all AI verification problems have clear, fully specifiable goals. But some of them do. Potential initial verification targets include workload classification from telemetry21 and accelerated cryptographic proofs of AI workloads.22

AIVEC should coordinate the launch of a series of well-specified, philanthropically funded prize competitions for these domains of AI verification.

These prizes would not provide continuous hardware access or upfront funding, so they would require no participation downselection or in-kind transfers from industry. Funders can simply specify a problem and pay whoever credibly solves it.

An adversarial grand challenge

In addition to the lower-overhead prizes described above, AIVEC could coordinate a more ambitious adversarial grand challenge that provides real hardware to top teams, simulates agreements between them on how to use their compute, and incentivizes them to innovate in adversarially robust verification technology with a series of prizes.23

Any agreement that requires verification technology will, by definition, have strong incentives for both sides to defect, including by tampering with the verification technology. So just like software developers, compute verification developers will have to continually refine their safeguards against new exploits. Verification would therefore benefit from pilot deployments that allow for realistic stress tests.

The verification grand challenge could be structured as follows:24

  • AIVEC gathers input from frontier AI companies and national governments on the kinds of agreements that may be useful in the future, if automated R&D leads to a pacing strategy being pursued.

  • AIVEC opens a call for teams to participate in the competition. These could be national AI institutes (US CAISI, UK AISI, etc.), AI companies, or others.

  • The teams submit their proposed verification systems, which are then evaluated, down-selected, and conceptually red-teamed by a panel of judges and expert evaluators.25 The top projects enter the competition.

  • Build a series of small clusters with in-kind transfers from industry, potentially funded by philanthropy.

  • Give each team full access to one of these small (e.g., <1 MW) clusters, where they are expected to run real AI workloads (training, reinforcement learning, or inference).

  • Iterate on a series of mock agreements between the participants, based on the earlier input from frontier AI companies and national governments.26

  • Set a series of prizes to incentivize teams to defect on the mock agreements without being caught by other participants or to provide proof that other participants defected.

Participants should have full access to their clusters, and be allowed to provide access to other groups as they see fit. Participants should also be encouraged to develop hardware or software verification technologies using a budget allocated to them and to deploy these technologies without restriction on their own clusters — or, if agreed by both parties, on others’ clusters.

This would essentially be a more structured version of the earlier recommendation of lightweight prize competitions, but with built-in simulated adversarial dynamics, upfront R&D budgets for the teams, and full hardware access.

The adversarial dynamic would be key to triggering a race to the top in AI verification, as well as simulating some of the real-life adversarial conditions that these verification measures may need to overcome.27

10. AIVEC should coordinate the construction of a fully verifiable data center

Hardware testbeds and prize competitions can produce verification components and reveal their weaknesses, but they will not necessarily demonstrate how these components integrate into a data center capable of running verifiable frontier workloads at acceptable cost.

AIVEC should coordinate industry, hyperscalers, and nonprofit partners to build a pilot verifiable data center. The goal would be to align AIVEC members on a complete reference architecture and demonstrate viability in the real world at a reasonable cost. Given the technology’s early stage, a complete prototype will likely require iteration across a series of pilot projects. For a vision of what a Focused Research Organization focused on verification might look like, see Faster AI Diffusion Through Hardware-Based Verification.

A key part of this project’s success will be incorporating red-teaming by the Intelligence Community and other top-tier operators to identify ways that these verification methods could be evaded.

11. DARPA and the NSF should set up AI verification R&D programs

Most promising verification technologies have not yet been turned into working prototypes. This is an urgent problem with national security implications, and is too far from commercialization for industry to solve on its own.28

DARPA should run a verification program to build end-to-end prototypes that enable AI companies to make verifiable claims about how their compute is being used, in a way that is privacy-preserving, IP-protecting, and secure against adversarial exploitation. This would follow the precedent of ARPA’s Project Vela, a project to verify Soviet Union compliance with the 1963 Partial Test Ban Treaty for nuclear weapons testing.

The NSF should fund the underlying science that will enable breakthroughs in verification. Two possible vehicles to achieve this include cooperative agreements with industry and NSF X-Labs. The X-Labs initiative is meant to support organizations built to “address technical challenges and bottlenecks that university and industry labs cannot easily solve through traditional methods.”29 Much of the required work in AI verification relies on infrastructure that is too expensive for individual university labs, and has no clear commercialization potential.

These programs would be complementary to the recommendations above. The urgency of advancing compute verification technology means we should be willing to make multiple parallel bets to achieve the goal of usable prototypes. While AIVEC may be best suited to leverage industry funding and frontier AI expertise, it may not be as well positioned to tap into DARPA’s deep national security expertise or the NSF’s interdisciplinary networks of scientific collaboration.

If and when the technologies do have commercialization potential, Small Business Innovation Research (SBIR) grants may be used by either agency to support startups building in the space before their products are commercially viable.30

12. Intelligence agencies should develop and operationalize unilateral means of AI compute monitoring

Technical means of AI verification can only work if the parties interested in engaging in verifiable agreements have high confidence that their counterparty does not have large data centers that have not been reported (and thus cannot be verified).

Moreover, rapid AI progress may mean that US AI companies or the US government will seek to strike deals to manage the risks of sudden AI R&D automation before the targeted verification technologies described above are developed. In that case, intelligence agencies will probably need to play a large role in being able to certify that their counterparty is complying with the agreement.31

US intelligence agencies should thus prioritize gaining visibility into where foreign competitors have large quantities of compute and how that compute is being used, similar to how the Intelligence Community tracks fissile material to support the International Atomic Energy Agency’s investigations. This could be achieved through SIGINT and HUMINT, satellite imagery and infrared sensing, and AI chip supply-chain intelligence and accounting.

AI resilience

A world more resilient to AI disruptions is possible. If, at the beginning of this year, codebases had been highly secure and cybersecurity experts across industry and government had been able to rapidly patch newly discovered vulnerabilities, the public release of Anthropic’s Claude Fable might not have prompted deployment restrictions by the US government.

We can make that hypothetical a reality by investing in AI resilience: the ability to withstand and recover from major AI-driven disruptions. If automated AI R&D presents serious risks, improving AI resilience could increase the point at which pacing the frontier would be required.

As recent incidents show, AI resilience is a worthwhile goal even at today’s levels of AI capability. Restricting access to closed US frontier models would only be a temporary solution. Based on historical trends, Chinese and open-weight AI models lag the frontier by around 8 months. That means a model with the capabilities of Claude Mythos will likely be widely deployable by Chinese organizations by the end of 2026, giving the US around 4 months to build resilience against the new risks this introduces.

13. NSA, CAISI, CISA, and ONCD should further invest in cybersecurity resilience

AI cyber capabilities are doubling roughly every 5 months, making cybersecurity an ongoing battle between offense and defense. This requires sustained investment in cyber resilience. The NSA, CAISI, CISA, and ONCD should plan for the moment when Mythos-class models are developed and deployed by Chinese organizations, as well as open-sourced.32

Measures to increase cybersecurity must span the relevant attack surface. Promising proposals include:

  • Operation Patchlight”: A more ambitious version of Anthropic’s Project Glasswing and OpenAI’s Daybreak, Operation Patchlight would use frontier AI to find and patch open-source code vulnerabilities before attackers exploit them by giving AI-powered security tools and free compute access to critical infrastructure defenders. A 3-year national effort coordinating AI companies, code maintainers, and industry could help shift the advantage to defense. This approach could also be extended to harden closed-source critical infrastructure code.

  • The Great Refactor: AI could automatically translate hundreds of millions of lines of insecure critical open-source code into memory-safe Rust, which would eliminate whole classes of vulnerabilities. This project could be set up as a Focused Research Organization to systematically secure high-impact libraries before 2030 and save billions in cybersecurity costs.

  • Preventing AI Sleeper Agents”: The Departments of War and Commerce could create an AI Security Office to red-team and blue-team the full American AI tech stack against sleeper-agent risks.33 This effort could launch as a pilot to evaluate leading AI companies and develop prevention tools; if successful, it could grow into a large-scale national security program.

  • Proactive forensic-depth AI cybersecurity: AI could automate digital forensics and threat hunting to turn forensic-depth cybersecurity from a post-breach service into an always-on detection method.34 More broadly, advanced AI systems can be used to identify and defeat tradecraft for, develop capabilities within, and operate cybersecurity monitoring systems. Philanthropists, cybersecurity companies, and the NSA can fund AI-driven improvements to these cybersecurity systems, including AI-developed YARA rules for firewalls, more realistic honeypotting systems, and network device monitoring systems.

  • Cross-company internet hunt architecture: Internet, cloud, financial, and cybersecurity service providers can share telemetry and build federated analytics systems to track AI cyber campaigns across thousands of targets. The relevant data-sharing, collaborative analytic, and operational mitigation systems for this national hunt architecture do not yet exist, but IT service providers could work with NSA or CISA to build them.

  • Hardening of strategic exploitation targets: Cloud, internet, and IT companies with large credential repositories, as well as managed service providers, are frequently compromised to enable downstream access to thousands of targets; advanced AI systems will enable these exploitation operations at enormous scale. AI and cybersecurity companies could partner with prioritized strategic exploitation targets to harden their core networking infrastructure (e.g., by implementing more secure hypervisors), thereby frustrating efforts to compromise downstream targets.

14. Congress, OSTP and the CDC should invest in biosecurity resilience

We should prepare for a future in which AI could lower the barriers to creating biological threats. Whether AI will meaningfully aid novices in creating biological weapons is hotly debated, and the measured effect was not significant as of mid-2025. But frontier models have continued to improve on every biology benchmark, including those measuring the tacit knowledge required for benchwork troubleshooting. Even if we are not certain, it is worth building resilience now for a world in which AI enhances bioweapon creation, since defenses will take time to build.

Biosecurity is uniquely difficult because bioattacks and biodefenses scale asymmetrically. There is a massive offensive advantage: compared with defenses such as pathogen-agnostic detection and medical countermeasures, attacks take less time to deploy, cost less, and benefit more from advances in AI. Broadly, attacks are relatively more bottlenecked by information and tacit knowledge, while defenses are relatively more bottlenecked by physical properties, such as manufacturing capacity and physical infrastructure. By removing friction in accessing information, including tacit knowledge, AI is poised to accelerate attackers’ progress more than defenders’.

The US should therefore build a strong defense to prevent, detect, and defend against biological threats. We recommend:

  • Prevent dangerous biological threats from being created and released: Congress should secure the DNA supply chain, such as by passing the Biosecurity Modernization and Innovation amendment as part of the American Biotechnology Competitiveness Act, requiring DNA synthesis providers to screen customers and orders while minimizing burdens on legitimate research. Congress should also equip CAISI to evaluate new models for biological risks and to develop safeguards standards to reduce dangerous uplift without degrading legitimate use. Finally, OSTP should coordinate NIH and NIST pilots of tiered access controls for narrow subsets of pathogen data most likely to enable misuse and provide the gene synthesis screening framework requested in Executive Order 14292.

  • Detect threats before they spread widely: The CDC should invest $80M annually in a federal pathogen early-warning system, adding metagenomic sequencing to existing traveler, wastewater, and clinical surveillance networks, so the US can rapidly detect novel biological threats. Using the resulting information, the Defense Innovation Unit should continue to fund the development of better AI tools capable of scanning these billions of data points for emerging threats, and explore new options for better biosurveillance.

  • Defend the population and shorten the path out of the pandemic: Congress should sustainably fund the Strategic National Stockpile to grow and maintain day-zero reserves of respirators and medical countermeasures for future pandemics. Congress should also sustainably fund warm-base manufacturing capacity to ensure that we are prepared to rapidly manufacture countermeasures for novel threats. The Biomedical Advanced Research and Development Authority (BARDA) should provide advance purchase commitments for broad-spectrum antivirals. The Department of Health and Human Services should fund large-scale trials of air-cleaning technologies, such as Far-UVC and glycol vapors, and recommend evidence-based updates to ASHRAE Standard 241. Finally, Congress should provide incentives for buildings to procure these air-cleaning technologies.

Many more projects should be undertaken in biosecurity,35 as well as in other critical areas.36 This list is far from exhaustive. IFP is currently developing more concrete project proposals to increase AI resilience as part of The Launch Sequence.

Competition with China

AI chips are America’s asymmetric advantage. Unlike for algorithms and training data — the other key inputs to AI — policy can durably shape access to the large amounts of computing power needed to develop and deploy frontier systems.37 Due to compute export controls, US companies currently access approximately 10x more AI compute than Chinese companies,38 enabling US AI model capabilities to be approximately 8 months ahead of China’s. However, this lead could be much larger.

Increasing the lead would have multiple benefits. It would allow the US to simultaneously maintain long-term AI leadership while addressing the risks of automating AI R&D. It would buy more time to build AI resilience. And it would give the US greater leverage in any international negotiations about AI risks.

The US can increase its lead, potentially to over 2 years, by increasing its AI compute advantage, addressing adversarial distillation, preventing theft of US model weights, and making it easier to build AI data centers at home. If the US adopted the tighter AI chip and semiconductor manufacturing equipment (SME) export controls described below, its compute advantage could be well over 100x, adding several months to the lead. If the US countered adversarial distillation — the process by which Chinese AI companies train their models on the outputs of US models — it could add approximately another 7 months to the lead, per an industry estimate. And protecting US model weights from theft would ensure that China cannot quickly erase the lead.

15. Congress and the Bureau of Industry and Security (BIS) should strengthen controls on US and allied semiconductor manufacturing equipment

Existing SME controls have already been highly effective, establishing a 50–100x US advantage over China in the production of aggregate AI computing power. But gaps in SME controls could limit long-term effectiveness and prevent the US lead from being even larger, as even China’s limited existing production has relied on US and allied SME allowed into China.

The bipartisan MATCH Act, currently slated to be included in the must-pass yearly National Defense Authorization Act (NDAA), would require the Administration to negotiate with allied governments or otherwise implement unilateral controls to close key remaining gaps. Most importantly, the MATCH Act would mandate China-wide controls on all deep-ultraviolet (DUV) immersion equipment. Such equipment represents the most significant chokepoint in making AI chips and is still not restricted China-wide. BIS can also tighten these controls with its existing authorities.

16. Congress and BIS should close gaps in AI chip controls

The US compute production advantage of 50–100x has translated to only a 10x compute access advantage because the US has allowed China to access chips in four ways.

  1. The US has approved sales of powerful US AI chips to China, including the NVIDIA H200.

  2. The US has insufficiently restrained Chinese smuggling of restricted US AI chips.

  3. The US is choosing not to enforce regulations that limit leading US and allied chip foundries, such as TSMC and Samsung, from producing AI chips for potential Chinese cutouts in third countries.

  4. The US allows leading Chinese AI companies to legally access the most powerful US AI chips via cloud services. The White House has asserted the best current Chinese AI model — Moonshot AI’s Kimi K3 — was trained on cutting-edge NVIDIA GB300s accessed via cloud services in Thailand.

The Trump Administration, via BIS, should close gaps in these controls. Additionally, Congress should legislate to preserve the US compute advantage. Specifically, Congress should pass the AI OVERWATCH Act, which would codify restrictions on exports to China of the most advanced US AI chips, such as the NVIDIA GB300. Congress should also pass the Chip Security Act, which would mandate privacy-preserving location verification of AI chips to prevent smuggling. Stronger location verification can also enable more exports to ally and partner countries, accelerating faster AI diffusion while reducing smuggling risk. Due to supply constraints, every chip sold to China reduces the number of chips US organizations can deploy to maintain the US lead and deploy AI in defensive applications.

17. The Federal Trade Commission (FTC), Department of Justice (DOJ), BIS, CAISI, and Congress should help industry counter adversarial distillation of US AI model capabilities

Adversarial distillation enables Chinese AI companies to extract capabilities from frontier US AI models while using very little of their own compute, instead free-riding on the compute-intensive “reinforcement learning” steps required for training US frontier models. We recommend the following actions to help counter adversarial distillation:

First, BIS should prioritize export controls on AI chips and SME described in Recommendations 15 and 16. Beyond reducing China’s ability to train large, powerful AI models, compute controls also limit China’s ability to benefit from adversarially distilling US models. The smaller a Chinese AI model is relative to a large US teacher model, the less able it is to benefit from distillation of the US model.

Second, the FTC and DOJ should provide guidance providing antitrust safe harbors for industry threat intelligence sharing, building on 2014 guidance on safe harbors for cybersecurity threat information sharing. Additionally, Congress should codify such a safe harbor, such as by passing the Collaboration on Adversarial Threats and Security Risks Act. However, before passage, we recommend adding language to the bill confirming that any legal cause of action “shall be promptly dismissed” if the collaboration falls within the safe harbor. Currently, the bill provides a safe harbor only as an affirmative defense, which likely would be raised only after substantial litigation discovery. This could chill use of the safe harbor.

Third, CAISI should establish a public-private partnership to develop guidelines to raise the floor of industry-wide safeguards to combat adversarial distillation.

18. BIS should maintain visibility into sales of US chips

With tightened SME controls that ensure virtually all AI chips are produced by US chipmakers, BIS should ensure that the chipmakers maintain visibility into customers to confirm that chips do not fall into the hands of irresponsible or untrusted parties over which it is more difficult to practice oversight. BIS can then gather this information to maintain an AI chip registry, which also supports verification and intelligence collection activities described above.

19. DOW, the IC, CAISI, and relevant Federally Funded Research and Development Centers (FFRDCs) should establish consensus security guidelines for protecting model weights from theft and prototype them in a government facility

Consistent with the July 2025 AI Action Plan, CAISI and NSA should develop guidelines for industry to protect AI model weights from exfiltration by adversaries, including nation-state actors, particularly to reach Security Level 4 (SL-4) or SL-5. (Helpfully, RAND has already developed guidelines for SL-4 and SL-5 data centers.) Stealing AI model weights is currently possible for well-resourced state-backed actors and leading cyber-capable institutions. Compared to the model outputs obtainable via distillation, the model weights themselves are the crown jewels, and AI companies are not currently able to prevent their exfiltration. If American AI companies train an AI model capable of fully automated AI R&D, foreign adversaries will likely prioritize obtaining the model weights, as they could use them to automate training their own models.

The DOW, NSA, other IC agencies, CAISI, and relevant FFRDCs such as RAND should also prototype an SL-4 or SL-5 cluster for sensitive government applications. Having such a cluster available would allow highly sensitive model weights developed by industry to be transferred to a much more secure facility, if the situation demands it.39

A pilot phase could involve designing and building a secure inference data center through in-kind hardware transfers from leading American AI companies, chipmakers, or hyperscalers. RAND estimates the cost of such a data center to be $37–50 million for a proof-of-concept facility and $277–345 million for an enterprise-scale version.40

Illustrative diagram adapted from Lennart Heim, 2024, A Trusted AI Compute Cluster for AI Verification and Evaluation.

Eventually, this secure data center model should be scaled up to enable larger-scale secure deployments, e.g., to support preemptive cyberdefense programs that patch critical infrastructure such as Project Glasswing and Daybreak. For specific recommendations on how the US government can achieve this, see A Sprint Toward Security Level 5.

This cluster would also provide better protections against incidents such as an unreleased OpenAI model’s recent autonomous cyberattack on AI infrastructure company HuggingFace.41 Within a secure cluster, future models could be evaluated with less risk of them escaping containment, which is particularly useful if they are developed with minimal human supervision via automated AI R&D.42

20. Congress should ensure the US has sufficient electrical capacity to sustain AI leadership

To maintain and increase America’s AI compute lead over China, we need electricity to power data centers.

The Electric Power Research Institute now projects that data centers could consume 9 to 17 percent of US electricity by 2030, up from 4 to 5 percent in 2024 and that by 2030 a single model training run could require between 4 and 14 GW. After two decades of static electricity demand, utilities and regulators must suddenly accommodate enormous new loads.

Our regulatory and permitting systems are not equipped to handle this new growth. Connecting AI data centers to the grid will require both new power plants and new transmission lines. Generation and transmission projects take many years to permit and reach operation; for instance, a Department of Energy review found that new transmission projects take about ten years on average to plan, permit, and build. But these are policy choices, not physical limits.

By contrast, China has a much larger power system and is expanding it much faster. China generated more than twice as much electricity as the US did last year, up from parity in 2010.

In 2025, China added more than 430 gigawatts of wind and solar capacity, and is on track to add similar amounts in coming years, essentially adding the nameplate capacity of the entire US grid every few years.

Congress should treat electrical capacity as part of the country’s AI industrial base. It should pursue four related reforms.

First, Congress should fix the broken interconnection process for both generators and large electricity users. The Grid Connection and Congestion Management Act provides a model for generator interconnection. It would allow generators to accept curtailment during congestion rather than wait for every transmission upgrade required to guarantee firm delivery. Congress should also create a parallel national framework for large loads. In June 2026, the Federal Energy Regulatory Commission (FERC) ordered all six regional grid operators under its jurisdiction to justify or reform their rules governing service for flexible large loads. Congress should confirm FERC’s authority over large-load interconnection, codify minimum rules for study timelines, cost responsibility, co-location, and expedited service for curtailable loads, and extend equivalent requirements to regions without an independent grid operator.

Second, Congress should make commonsense reforms to the permitting system that governs infrastructure broadly. Laws like the National Environmental Policy Act, National Historic Preservation Act, and Clean Water Act could be streamlined without compromising their important substantive goals. Further, Congress should limit the executive branch’s power to disrupt already permitted projects through permitting certainty legislation like the bipartisan FREEDOM Act.

Third, Congress should reform transmission siting and funding. A high-voltage transmission line that serves several states should not be blocked because one state counts only the costs within its borders and ignores regional benefits. The Energy Permitting Reform Act of 2024 and the SPEED and Reliability Act provide models. Both would remove the Department of Energy corridor-designation process that now limits FERC’s backstop authority, allow developers to seek a FERC permit after states have had a year to act, and require the beneficiaries of federally permitted transmission to bear its costs. Several other pending bills supply provisions worth incorporating, including the FASTER Act, which would make FERC the lead permitting agency for qualifying projects, as FERC is for natural gas projects, and the BIG WIRES Act, which requires linking interregional grids.

Congress should also authorize a Grid Infrastructure Fund whereby participating data center developers would pay the cost of serving their loads and contribute to an insurance pool that protects ratepayers if a promised facility is not built after the infrastructure to connect it has been built. In exchange, the Fund would aggregate demand and equipment purchases, use federal credit to lower financing costs, and coordinate investment in transmission, generation, and domestic grid equipment manufacturing. A fund backed only by hyperscalers could mobilize an estimated $15 to 25 billion over five years, and federal lending authority and private co-investment could make it substantially larger.

Fourth, Congress should invest where private capital cannot absorb early-stage risk. The Department of Energy’s $2.5 billion Transmission Facilitation Program has supported nearly 1,000 miles and 7.1 gigawatts of new transmission capacity by acting as a guaranteed customer for projects that may otherwise not be economical to finance. Congress should expand this model and pair it with federal credit reconductoring. The bipartisan REWIRE Act of 2026 would speed permitting for advanced transmission upgrades and incentivize their deployment. Congress should also use Defense Production Act and Office of Energy Dominance Financing authorities to expand domestic production of transformers, switchgear, high-voltage cable, and turbines, building on prior proposals to fund grid equipment manufacturing under DPA Title III.

21. Congress should ensure data centers can be constructed in America

Continued AI leadership will require new data centers. Opposition to data centers has the potential to constrain US AI leadership and relatively advantage our strategic rivals, putting the US in a worse position to negotiate with them on managing automated AI R&D risks.

A supermajority of Americans, in a recent Gallup poll, report opposing an AI data center in their area. At least dozens of projects worth billions of dollars were blocked or delayed during the first quarter of 2026. Fourteen states and numerous localities are considering statewide moratorium proposals. New York has paused permits for new hyperscale data centers. Even Texas recently halted new grid approvals pending an audit. Multiple senators have proposed federal moratoria.

Instead of moratoria on new data centers, Congress should pass new legislation that balances the need to build strategically important infrastructure with the concerns of the host communities, ensuring a transparent and positive-sum result so that the country and localities both benefit from investment in AI infrastructure.

Specifically, Congress should pass legislation that provides for the creation of special industrial zones in communities that “opt in” and, in exchange, receive legally guaranteed community benefits.43 Such a bill should establish a transparent and public process through which a zone could be designated, following approval by the state and affected local governments. Federal agencies could then assess proposed zones for energy availability, security, and environmental suitability before selecting them. Selected zones would receive statutorily expedited, programmatic permitting.

Before receiving expedited treatment, developers would negotiate enforceable agreements with host communities. Benefits could include direct payments, guaranteed property-tax revenue, infrastructure improvements, apprenticeships, school funding, or compute access for local institutions like universities. Congress should also fund independent technical assistance so that small and rural jurisdictions can evaluate proposals and negotiate on equal footing with developers. Developers would be legally required to build, bring, or buy sufficient new generation; fund necessary grid upgrades; and make long-term financial commitments that protect customers from stranded costs, consistent with the White House’s Ratepayer Protection Pledge.

Diplomacy

Currently, the US AI capability lead is only about 8 months. Even if the US used all the policy tools at its disposal to extend its lead to over two years, that lead would still be fragile because the weights of the leading AI model could always be stolen. Ultimately, rapid progress in training compute efficiency — which may be increasing at a rate of 10x per year or more — suggests that new high-risk AI capabilities will eventually diffuse widely.44 At that point, Chinese AI companies may face the same risks as US developers.

If the risks of AI R&D automation materialize in either country, they would not be held back by national borders. At that point, it would be in the interest of both countries to cooperate.

It is therefore valuable to lay the foundation for future international cooperation on addressing the risks posed by AI R&D automation. While there will be challenges to US-China cooperation on AI, the US and the Soviet Union managed to cooperate on nuclear non-proliferation during the Cold War (in part thanks to zero-trust verification methods) even as they competed in other domains.

22. The US government should use its bilateral AI dialogue with China to jointly develop guidelines for managing risks from rapid AI capability growth and prepare verification measures

The Trump Administration’s September 2026 AI risk dialogue presents an opportunity for preparatory work in case a substantial increase in AI risks from increasing AI R&D automation ever occurs. At the dialogue, the US and China should discuss two areas particularly relevant to AI R&D automation risks.

First, the US and China can agree to develop and harmonize guidelines for automated AI R&D risk management. There is precedent for such an agreement; both US and Chinese AI companies signed the Frontier AI Safety Commitments at the AI Seoul Summit in 2024.

Second, to inform their respective domestic development of verification technologies (as discussed above), the US and China can begin discussions on which technologies they would use and in what contexts (e.g., bilateral or third-party auditing).

23. Countries with national AI institutes should collaborate on automated AI R&D risk management guidelines and technical capacity for AI verification

While the US and China are the most crucial countries in managing risks from AI R&D automation, other countries also have an important role to play. For one, AI capabilities will proliferate widely, meaning third-country AI developers will eventually be able to build increasingly advanced AI systems of their own. For another, both US and Chinese developers use large amounts of AI compute in third countries; these resources cannot be ignored in a verification arrangement.

The International Network for Advanced AI Measurement, Evaluation, and Science, whose members all have a national AI institute,45 should cooperate with other countries that have also established similar institutes, such as China, to harmonize risk management guidelines and verification techniques. Countries with a national AI institute are best positioned to contribute to these tasks with technical expertise. Once these countries set best practices, they can engage with broader multilateral groups to encourage wider adoption.


Subscribe now

Share

1

AI companies have begun disclosing early indications of AI R&D automation, but these are insufficient for properly understanding the drivers of the overall trends.

2

Though, we draw a distinction between open scientific practices, where information about AI development is published, versus open-weight models, where the model weights are published. These are separate issues with separate sets of benefits and drawbacks.

3

Metrics could include performance of internally deployed AI systems on long time-horizon tasks as well as messy tasks that are difficult to characterize and train on, improvements in continual learning and sample efficiency, the viability of simulated environments for developing capabilities in non-AI domains, general scaling laws mapping resource usage to capability improvements (such as for RLVR), the relative contributions of different factors to AI progress (including pre-training, post-training such as RLVR, algorithmic improvements, data improvements, distillation, and scaffolding), and optimal theoretical compute and resource allocations (e.g., between pre-training, RLVR, other post-training techniques, non-training R&D activities such as generating synthetic data and designing experiments, and commercial inference).

4

Metrics could include benchmarking for AI R&D-specific tasks, such as:

  • Software and hardware engineering, such as coding, debugging, efficiency improvements, and chip design and manufacturing;

  • Generating ideas for and running experiments, including generating and prioritizing among hypotheses, data gathering, implementation, and analysis of results; and

  • Strategy for and management of R&D tasks, including setting high-level team direction, prioritizing tasks for each team member, and coordinating tasks.

5

Metrics could include:

  • How employment of human R&D staff and AI usage for AI R&D are changing over time, as well as ratios of compute usage for running AI-designed experiments versus human-designed experiments;

  • The scale and sophistication of tasks delegated to AI, including the frequency of human review or intervention per task type;

  • The differences in capability and benchmark performance across all metrics between publicly-deployed and internally-deployed models;

  • Which tasks are involved in AI R&D;

  • How quickly each company’s AI models are progressing in capability over time and the rates of discoveries;

  • including a breakdown of the drivers of that progress measured in units of “effective compute” and its components (pre-training, post-training such as RLVR, algorithmic improvements, data improvements, distillation, and scaffolding);

  • What data is used to train models;

  • Company breakdowns in actual compute usage across tasks (e.g., between pre-training, RLVR, other post-training techniques, non-training R&D activities, and commercial inference); and

  • Qualitative impressions from AI researchers.

6

These include risk management frameworks companies have developed, specific actions that companies are taking to implement them, and incidents arising from substantial AI R&D automation.

7

These documents are relevant to understanding the alignment and behavior of a model when it is performing AI R&D.

8

There are minimal public disclosure requirements for categories #1–3 under US federal or state law. In January 2024, the US government invoked the Defense Production Act to privately gather relevant information on frontier US AI development and issued a proposed rule to codify an ongoing reporting requirement that September. However, the rule was never finalized. California AB13 includes limited requirements to publish training data documentation.

Some state laws apply to category #4, such as California’s SB-53 and New York’s RAISE Act. These laws require frontier AI companies to publish frontier AI frameworks that apply to internally deployed AI models, though these do not require any disclosures specific to automated R&D, including useful proxy signals for oversight. For example, neither law would have required OpenAI to disclose a recent incident where its monitoring and control measures were insufficient to prevent an internally deployed model from accessing the open internet and hacking into other companies’ systems. SB-53 also includes whistleblower protections that could apply to automated AI R&D activities when an employee reasonably believes that such activities create a catastrophic danger or violate the law.

9

Our recommendations would improve the government’s ability to respond to a variety of AI risks beyond fully automated AI R&D.

10

Several companies have issued frontier AI frameworks in compliance with US state laws, including California’s SB 53 and New York’s RAISE Act. However, the government and frontier AI companies have not specified or agreed on any risk management guidelines relevant to an automated AI R&D-driven capabilities explosion.

11

We are not arguing that the automation of AI research currently justifies the implementation of such an approach, nor are we recommending that the government and AI companies commit to the execution of a particular set of guidelines.

12

Separate from proposals related to automated AI R&D, guidelines could also cover misuse generally, building on 2025 CAISI draft guidelines on misuse.

13

These thresholds could be specific to the pace and shape of automated AI R&D itself, such as model improvements above a threshold level of capability improvement over time (e.g., covering reasoning performance improvements for unsaturated benchmarks across model iterations). Alternatively, they could be defined in relation to particular risks. A relevant threshold for action to mitigate cyber risks, for example, might be an AI system’s development of computationally-efficient cryptanalytic exploitation algorithms effective against a major widely deployed encryption system (e.g., RSA or AES). A threshold for biological risks might be an AI system’s use to design and manufacture an effective biological weapon that is producible using lower than some threshold level of investment in commercially available equipment. A threshold for misalignment might be tethered to internal lab evaluations; alternatively, it could be linked to a misalignment incident (or series of incidents) that causes (or collectively cause) some threshold level of harm over a period of time. We list these options illustratively and not as actual proposals for thresholds.

14

Verification mechanisms in this category could include more robust versions of NVIDIA’s existing Confidential Computing stack. For more, see this report.

15

This verification approach would automatically re-run a small subset of the workloads from a counterparty’s data center to ensure they match what is expected, without gaining access to sensitive workload data. This follows the same logic as tax audits: one need not audit every receipt because the mere possibility of being audited is an effective deterrent. Also known as recomputation-based methods.

16

This verification approach would use a trusted AI system to inspect sensitive information in a counterparty’s systems, answer with the minimal necessary information (e.g., “the agreement was not breached”), and then wipe its memory. A naive implementation of AI inspectors could lack robustness (e.g., to jailbreaks prepared by the counterparty). It may be possible to surmount these challenges through a variety of methods, but this method is likely to be a constant cat-and-mouse game. A robust AI verification regime would involve more than just one of these methods, and seek agreement between their outputs. See: Enabling Verifiably-Scoped Monitoring through Large Language Models and Trusted Compute.

17

This verification approach is called “AI data center metering.” It is also referred to as “off-chip,” since the technology that does not need to be developed by or integrated by AI chip producers.

18

Beyond enabling efforts to coordinate the pacing of AI R&D automation, verification technology can enable frontier AI companies to coordinate on a broad range of security measures that are individually too costly but collectively worthwhile. For example, companies could verify, in a privacy-preserving way, that certain dual-use data (e.g., gain-of-function virology research) is not being used to train frontier models, if such a measure proves effective.

19

It is possible that US government involvement in verification technology R&D would decrease foreign governments’ confidence in it. In an ideal case, different national governments would be involved in, or at least have visibility into, the R&D programs that create verification technology as a confidence-building measure. However, the urgency of developing this technology likely makes setup speed more important than international buy-in.

20

15 U.S.C. § 3719: ADMINISTERING THE COMPETITION.—“The head of an agency may enter into an agreement with a private, nonprofit entity to administer a prize competition…”
15
U.S.C. § 3719(m)(1): “IN GENERAL.—Support for a prize competition under this section, including financial support for the design and administration of a prize or funds for a monetary prize purse, may consist of Federal appropriated funds and funds provided by the private sector for such cash prizes. The head of an agency may accept funds from other Federal agencies to support such competitions. The head of an agency may not give any special consideration to any private sector entity in return for a donation.”

21

Given power, utilization, GPU utilization, temperature, etc. from a data center, determine what broad workload it ran (e.g., pre-training, inference, RL). Early evidence suggests this may be trivial absent intentional obfuscation, so the prizes should focus on submissions that demonstrate robust tamper-resistance.

22

Zero-knowledge proofs can verify, for example, that a specific AI model generated a specific output without revealing any sensitive information, but at unacceptably high performance overheads. Prizes could incentivize innovation in cryptographic methods of AI compute verification at overhead costs acceptable for frontier workloads. The industry-funded ZPrize competitions demonstrate a useful precedent: they distributed over $4M for speeding up zero-knowledge cryptography, producing average performance gains ranging 2.3x–11.3x and up to 150x in one category. All submissions are open-sourced.

23

Providing hardware drives most of the added complexity: continuous access to expensive clusters requires down-selecting to a handful of teams, in-kind transfers from industry, and significant funding.

24

This idea is being developed by Lucid Computing and others.

25

Conceptual red-teaming would allow downselection from a large pool of potential competitors, might inform how you build the clusters in the first place, and it can surface certain limits of implementations that red teaming won’t. For example, if a verification system could be compromised by blackmailing an employee or backdooring the hardware, actual red teaming probably will not reveal that — but conceptual evaluation might.

26

For example: “only inference is allowed, not pre-training,” “no inference on gain-of-function virology topics is allowed,” “inferencing these specific model weights (or small variations) is not allowed,” “this AI control measure must be applied,” etc., including potentially much harder verification targets, such as “RL can only be performed if it is aimed at increasing AI model alignment (e.g., if it is approved by a trusted auditor model as complying with that intent),” which may be impossible to verify in principle.

27

Still, it will be virtually impossible for a mock competition like this one to surface as strong a red-teaming performance as what top nation-state actors may do in the event of a real international agreement with verification measures. This verification competition should be seen as an improvement over developing verification mechanisms in the absence of quick feedback loops from adversarial pressure, not as a stand-in for thorough red-teaming by nation state intelligence services and top cyber operatives.

28

At least without the coordinating action of AIVEC and the US government through CAISI, as described in the recommendations above.

29

This would not require additional congressional appropriations, since the NSF has already allocated $1.5 billion to the X-Labs initiative over the next decade.

30

It is possible, perhaps likely, that what has been called the “third wave of American philanthropy” will fill this gap, in which case the NSF’s limited funds should not be spent on these programs.

31

As precedent, intelligence provided by nation states has historically been a major component of nuclear treaty verification.

32

What is less certain is whether these models will be open-source, as Chinese AI models have historically been, which would permanently unlock Mythos-class cyber capabilities to anyone willing to pay the compute costs.

33

AI models can be compromised “sleeper agents” that become adversarial once triggered, threatening military and other critical AI-powered systems. Sleeper agents can arise from deliberate attacks by adversaries, such as data poisoning, or incidentally as a byproduct of the AI training process.

34

Detailed proposal forthcoming; see Asymmetric Security.

35

See the goals of the Intercept Fund as an example of the many biosecurity projects that could be undertaken by government, philanthropy, and industry.

36

For more early-stage AI resilience project ideas, see our Request for Proposals on preparing the world for advanced AI.

37

Leading AI companies now also use more of their computing power developing next-generation AI models than on commercially serving today’s AI to the public.

38

Forthcoming work.

39

This cluster should be different from the verifiable AI cluster described in Recommendation 10. This is because there is a tradeoff between making a cluster fully verifiable and making it fully secure to SL-5 standards, since some verification mechanisms may increase the attack surface for adversaries and insider threats (including the AI models hosted in the data center themselves) to exploit. Still, the SL-4/SL-5 data center in this recommendation should enable as much verification as possible without compromising on security. Importantly, no commercial AI data center today is close to SL-5 security level, so this is not to say that retrofitting existing data centers with verification technology would compromise their security.

40

The authors add that they “assess with high confidence that [a secure inference data center] built in accordance with our security strategy can preserve the confidentiality and integrity of model weights, algorithms, and inference data over a five-year operational period. An SIDC can be implemented today using proven, off-the-shelf compute hardware: No fundamental research breakthroughs are required.”

41

After this incident, Anthropic checked to see if its models had conducted similar attacks and found three such incidents.

42

In the case of the OpenAI-HuggingFace incident, the AI model was able to “escape containment” in the sense that it went onto the internet and took actions it was not meant to be able to do. Because the model was still hosted in OpenAI servers, once OpenAI found out, it was able to deactivate, encrypt, and restrict its access internally. A potentially urgent concern is that AI models might soon be able to leak (or “exfiltrate”) their own model weights from their AI companies’ systems and self-host them in private cloud servers. At this point, the AI model could fully escape human oversight, taking unsupervised actions for days, weeks, or even months without a reliable way for any single entity to shut it down.

43

Despite salient opposition, many localities throughout the country would welcome the investment and community benefits that AI infrastructure could provide. For instance, Governor Janet Mills vetoed a proposed moratorium because it failed to exempt a data center project supported by the town of Jay that would reuse a closed paper mill’s infrastructure and help restore the town’s lost jobs and tax base.

44

Specifically, the 10x increase per year is a measure of the efficiency of pre-training compute, meaning that it bakes in progress in post-training, test-time compute and improvements in algorithmic efficiency, data, and scaffolding.

45

The ten members are Australia, Canada, the European Union, France, Japan, Kenya, the Republic of Korea, Singapore, the United Kingdom, and the United States.

The Promotion Paradox

The Promotion Paradox

In our 101st episode, we kick off a new era of episode titles as your best engineer becomes the interim manager of their own team — delegation, one-on-ones, the three-year rule, a visit from Chili Palmer, the Cadillac of minivans salesman himself, and the only question that matters: do you actually want this job?

Down the rabbit hole:

Related Important Things episodes:

Enjoy it now, or download for later. Here’s a handy feed or subscribe via Overcast or iTunes.

llm-gemini 0.33

Release: llm-gemini 0.33

It's been a while since the last llm-gemini release. This version of the plugin adds support for today's Gemini 3.7 Flash release, plus gemini-3.6-flash, gemini-3.5-flash-lite and two embedding models gemini-embedding-2 and gemini-embedding-001.

The plugin is also upgraded for compatibility with LLM 0.32, which means you can now see reasoning traces and you can also enable server-side tools using this pattern:

llm -m gemini-3.7-flash -T CodeExecution \
  'use python to calculate (factorial of 13) * 3'

I had Gemini 3.7 Flash draw me some pelicans riding bicycles at high, medium, and low thinking efforts (minimal, which was an option in 3.6 Flash, has been removed in 3.7.) Here's the high level one, which is pretty great:

This pelican has  a very cool curved green bicycle, a fish in its basket, a lovely red and white spotted scarf and a captain's hat

One catch though: the pelican I showed here was rendered with Safari. Both Firefox and Chrome render it differently, due to Safari being more tolerant of empty SVG <filter> elements than those other two browsers.

They still display the bicycle, but the pelican is missing entirely!

The same image except the pelican is entirely missing - it's just the bicycle.

Tags: google, ai, generative-ai, llms, llm, gemini, pelican-riding-a-bicycle, llm-release

alchemy-utils 0.1a1

Release: alchemy-utils 0.1a1

Performance boost for DuckDB exports and CSV imports, see here.

The Case for a Medicare Buy-In Option

Photo - Signing of the Medicare Bill - LBJ Library

Signing Medicare into law

Abdul El-Sayed won the Democratic nomination for Michigan Senate on a platform advocating Medicare for All, aka single-payer health insurance. As I argued Tuesday, this makes a lot of sense in policy terms. Many healthcare experts would choose single-payer if designing a healthcare system from scratch. That’s not a hypothetical: my friend the late Uwe Reinhardt, who taught me much of what I know about healthcare economics, played an important advisory role in creating Taiwan’s highly regarded healthcare system — where he really could start from scratch — and argued successfully for single-payer.

Furthermore, as I pointed out Tuesday, the United States is already most of the way to single-payer in terms of dollars spent: the government de facto pays for about two-thirds of health insurance and extensively regulates the rest. Except as providers of supplemental care, there is really no net positive added by private insurers. In fact, for basic health insurance coverge, private insurers are a net negative because they impose excessive administrative costs and often engage in fraudulent overbilling.

Yet to adapt an old joke, if you wanted to get to a single-payer system, you wouldn’t start from here.

The political obstacles to replacing private health insurance with a Medicare-like system are formidable, although arguably less formidable now than they were when Obamacare was created. As I’ll argue shortly, there’s a strong case for a soft transition in which people can choose to be covered by Medicare via a public option. But before I get there, let’s talk about why, in the realm of healthcare, there’s tension between good policy and political realism.

Why won’t making the legitimate case that Medicare for All is the best system be enough to win the political argument? The pervasive corruption of our political environment by corporate and right-leaning money is part of the answer. Health insurers may be parasites, but parasites make campaign contributions. Other players will also spend big to fight single-payer. Drug companies, in particular, don’t want to see the U.S., like healthcare systems almost everywhere else in the world, bargain down their prices and reduce their monopoly power. And MAGA is against anything that would improve the health and well-being of average Americans.

But it’s not just about money-driven corruption. Ordinary voters are inherently conservative, not in the left-right sense, but because they are understandably wary of change. El-Sayed does a very good job of making the case that most of the 183 million Americans now covered by private insurance would get better coverage under Medicare for All, and would pay less in additional taxes than they now pay in insurance premiums. But expecting most Americans to trust that promise is overoptimistic.

It’s true that the healthcare industry is among the most disliked sectors in America:

But look at which sector gets even worse ratings: the federal government. That’s deeply unfair to the many dedicated men and women who try to make government work for the people. Yet unjustified as it is, it’s a fact of life.

Although Americans are extremely negative about what they think the federal government does, however, they are much more positive about what the federal government actually does. And no major government program is as popular as Medicare, which has an 82 percent favorable rating. So it may be possible to defuse attacks on a single-payer healthcare system by portraying the plan as more Medicare, not bigger government.

However, Americans suffer a disconnect between the general and the specific on the topic of private healthcare insurance. Americans have strongly negative views, verging on hatred, about the insurance industry. Luigi Mangione, who is expected to plead guilty to the murder of UnitedHealthcare’s CEO, has become a folk hero in some quarters. Yet 77 percent of Americans with private health insurance report being satisfied with their coverage. So any mandate that moves Americans away from private coverage to a government system they haven’t yet experienced is likely to face stiff resistance.

What, then, should Democrats of good will — that is, people who want their fellow citizens to have affordable access to quality healthcare like citizens of every other advanced country — support? Should they call for an all-out effort to implement the best policy – Medicare for All -- that is likely to face significant pushback and political roadblocks, albeit unjustified? Or should they settle for a strategy that is likely to involve a more drawn-out process to achieve universal coverage, but is also more likely to turn into reality?

Let me do something I rarely do and call on both sides of this debate to tone down the rhetoric. If you spend any time in these discussions, you know that there is a faction on the left that turns Medicare for All into a purity test, denouncing anyone who calls for a more cautious approach as a neoliberal sellout.

That’s unfair. The truth is that there’s a lot to be said for the Mick Jagger principle: You can’t always get what you want, but if you try sometimes you just might find you get what you need. Obamacare was and is a Rube Goldberg device, a messy, highly imperfect way to expand health coverage. But it has been a saving grace for millions of Americans.

On the other hand, there are centrists who slide from political caution over the feasibility of Medicare for All into denunciations of those who advocate universal single-payer as socialists. Folks, this is equally unhelpful. This is a debate about tactics, not values, and it’s possible to back either side in good faith.

For what it’s worth, I don’t believe that Medicare for All is as unrealistic politically as it was even a decade ago. Americans really do deeply distrust the health insurance industry, and a massive advertising and lobbying campaign by that industry, like the one that helped kill the Clinton health reform in 1993, might well backfire. And the right-wing propaganda apparatus has surely been damaged by its fealty to Trump, which would hamper any attempt to demonize healthcare reform the way the right demonized Obamacare in its early years.

That said, a rapid transition to Medicare for All looks unlikely. Bear in mind that such a transition would require higher taxes, so that it would be necessary to persuade people that these taxes would be more than offset by lower premiums. And this would be a hard sell.

But there is an alternative: A public option, better described as Medicare Buy-In. Allow individuals, and possibly more important, employers, to sign up for Medicare benefits, paying actuarially fair premiums to Medicare reflecting the health status of their workers. There’s no obvious reason a public option would be any harder to implement than payments to the Medicare Advantage plans offered by private insurers, which are also supposed to be actuarially fair.

And if a Medicare Buy-In option were available, many people and many employers would surely take it. It would be a safe choice, with lower administrative and marketing costs than private insurance.

A healthcare system in which many Americans under 65 buy into Medicare would not immediately deliver all the advantages of full Medicare for All. Some people and employers, despite the disadvantages, might retain private insurance. And some people, who currently either choose to be uninsured or fall through the cracks, might remain uninsured. It would lack the clarity of a system in which every citizen knows that they are entitled to care.

But it would be far better than what we currently have. Moreover, a system in which private health insurance is a rump industry, covering a dwindling fraction of the population, would be a better starting point for a full transition to universal coverage.

So that’s my idea of how we should proceed. But I’m not going to denounce people who want to be more ambitious, to push more quickly for full Medicare for All. For now, the crucial thing is to elect people who really are committed to providing Americans with the healthcare they deserve.

MUSICAL CODA

Obviously:

sqlite-utils 4.2.1

Release: sqlite-utils 4.2.1

Fixes a crashing bug in sqlite-utils 4.2. I'd introduced code that looks like this:

from typing_extensions import Self

It turned out the typing-extensions package was not listed as a dependency for sqlite-utils - it was installed by one of the other dependencies in the dev dependency group, but when you uvx sqlite-utils directly you don't get those dependencies.

As part of fixing this I figured out how to run a smoke test to ensure the CLI tool still works even without those dev dependencies, which can be run from the project checkout:

uv run --isolated --no-default-groups sqlite-utils --help

The --no-default-groups argument prevents it from installing that default dev group, and --isolated means that even if there is a .venv/ folder containing extra dependencies they will be ignored for the duration of that uv run command.

Tags: packaging, python, sqlite-utils, uv

sqlite-utils 4.2

Release: sqlite-utils 4.2

Lots of improvements in this one relating to the table.transform() feature, which adds support for complex alter table operations by creating a fresh table, copying across the data and then dropping and replacing the old one.

transform() now preserves a much larger array of edge-case schema definitions, including check constraints, unique constraints and even comments describing the columns.

There are also new introspection properties for check constraints, and a whole lot of other smaller changes.

Includes contributions from Bunlong Heng, ethanhawkes-gif, Rami Abdelrazzaq, nyxst4ck, and ikatyal2110.

(It later turned out 4.2 had a crashing bug, fixed in 4.2.1.)

Tags: releases, sqlite, sqlite-utils

Friday assorted links

1. What sort of maths are LLMs good at?

2. “People think the superrich are unhappy,” she said. “They’re not.” (NYT)

3. Trailer for a Celibadache biopic.

4. Good Joshua Saxe post on the need for a better cybersecurity policy.

5. Refine goes to work on the Stanford Encyclopedia of Philosophy.  At some point we will be reexamining everything, good luck people.

6. A semi-consistent EA view that nuclear energy is bad (not my view though).

7. Updated AI and labor market results, and a summary here.

The post Friday assorted links appeared first on Marginal REVOLUTION.

       

Comments

 

Fireside Friday, August 14, 2026 (On Financing Pre-Modern Navies)

Hey folks, fireside this week as I get ready for the start of a new semester! For this week, I wanted to talk briefly about the wrinkles that financing navies poses with regards to our worldbuilding primer on pre-modern armies. “what about navies?” has been a frequent question in comments and from patrons. Now a full answer to that question, I think, would require its own series – naval finance is complex – but I thought I would unspool a shorter ‘off the cuff’ answer.

Nap time after a day of hard catwork (Ollie on the left, Percy on the right). One amusing cat fact is that Ollie and Percy are not litter-mates (Ollie is about a month older), despite their similar appearance. However, they were raised at the same shelter together as kittens, so they don’t know they’re not litter-mates and instead behave very much like they are (such as napping together).

The first distinction we need to draw really clearly for this question is the difference between purpose-built warships and multi-purpose ships turned to war. For substantial chunks of human history, it has been possible to be competitive in naval warfare using mostly the same sort of ships one would use for commerce. In the Mediterranean and Atlantic worlds (where my knowledge is best), this was broadly the case through the bronze age into the early iron age (so to c. 700 BC or so), then stopped being the case for classical antiquity. For much of the Middle Ages, multi-purpose fleets are more common but we still have some purpose-built warships in the Mediterranean. Coming into the Age of Sail (c. 1450-c. 1850), multi-purpose sailing ships make up the bulk of military ships early on; starting in the late 1600s those multi-purpose ships start getting pushed out of the line-of-battle for major actions, leading to the primarily purpose-built navies of the 1700s. Modern navies are, of course, functionally entirely purpose built.

This distinction matters because purpose-built warships are really expensive. As a general rule only states can build purpose-built navies, so in periods where purpose-built warships dominate, non-state polities are often broadly incapable of challenging state societies at sea. By contrast, periods where, for technological reasons, multi-purpose ships dominate warfare, non-state societies can be major players at sea (e.g. vikings), because the cost of ships can be effectively devolved by simply repurposing privately held commercial ships.

What most folks, I imagine, have already sussed out is that what makes naval warfare different is that capital costs (something we were able to largely talk around with armies) suddenly become very important. And that is certainly true, although here there are some pretty substantial differences based on the style of ships and the era of naval technology we’re dealing with.

To draw the point, let’s compare a purpose-built warship from antiquity (a trireme) with a purpose-built warship from the Age of Sail (a frigate, say). A classical Greek trireme displaced around 45 tons and had a crew of 200. The cost of building a trireme from scratch was probably just shy of a talent in silver1 which is a lot of money (a talent might represent about 20 years of work for an unskilled laborer, assuming ~300 working days a year). Sails and fittings probably added around 2,000 more drachmae (1/3rd a talent). Expensive. And the minimum useful fleets of even small poleis would have a few dozen of these ships (big fleets with 100+ triremes for major wars appear frequently). So the ‘minimum expenditure’ to even play the game of naval power in the junior varsity league probably approaches something like 50 talents of silver or more. A state (or coalition of states) that wanted to really push for naval dominance needed to be able to drop hundreds of talents on ship construction, sums just wildly beyond the financial resources of most city-states.

You can start to see why only states play this game.

But – and here is the wild comparison – shipbuilding was not the major cost of ancient naval warfare. Crews were. A trireme has a crew of around 200 men, a mix of a handful of trained specialists (the hyperesia) and a bunch of rowers, often drawn from poorer households. These fellows need to be paid in order to support themselves and you need to pay a lot of them. The maximum field army that a poleis could field, for the largest poleis, was rarely much more than 10,000 men. But the 155 ships the Athenians deployed to the Battle of Arginusae (406) would have required 31,000 rowers! The 330 ships that the Romans deployed to the Battle of Ecnomus (256), the largest naval battle the Mediterranean has ever seen (to the present!) probably demanded something like 140,000 crew. Thucydides straight up tells us that the cost of crew wages for a trireme was one talent per ship per month (Thuc. 3.17; 6.8; 6.31; 8.29). At that price, the cost of the crew would exceed the cost of the ship in just two months.2

So the really crushing cost of ancient fleets is not the ships, but the rowers: only large, well-financed states were able to support the cost of so many rowers.3

But that cost structure is not universal – it changes over time. To get to our comparison, we can use hull displacement (the weight of the ship) as a lazy proxy for the capital cost of the ship as compared to the crew cost of the ship. Our trireme displaces c. 45 tons and has ~200 crew, so about 4.5 men per each ton of ship. By contrast, the USS Constitution (1797), an Age of Sail heavy frigate, displaces 2,200 tons and had an ideal maximum crew of 475, roughly 4.5 tons of ship per man (please note the reversal!). In short there’s something like twenty times more ship per sailor in an age of sail frigate than in a classical trireme. Capital costs follow suit.

In fact, of course, this understates the point because not every ton of displacement is made the same. A trireme’s displacement comes to about 40,000kg of which roughly 150kg or so would be the big metal part: the bronze ram. So that displacement is 0.375% super-expensive bronze, with the rest being cheaper (note: cheaper; not cheap) wood, sail-cloth, rope and so on. USS Constitution was a 44-gun (often ‘over-gunned’ above that number) frigate. In her initial loadout, that was thirty 24-pounder long guns (barrels at 5,556lbs per) and twenty 32-pound carronades (barrels at 2,222lbs per; carronades are the ‘sawed off shotgun’ version of a naval gun), so that’s 211,120lbs (95,762kg) of gun. Constitution has more gun than a trireme had ship. But critically, her gun complement represents close to 5% of her total displacement. So not only is there a lot more ship to Constitution, overall by percentage a lot more of that ship is expensive metal rather than cheap timber.4 So capital costs end up as a much larger part of an early modern navy’s expenses compared to an ancient one.

You can start to see why the question of naval finance would require its own series, perhaps written by someone deeper into naval matters (especially medieval and early modern) than I. I can do a decent job with ancient navies, though, and we may do that at some point.

In any event, to summarize: capital costs are much more important for navies than armies in the pre-modern, but how much more important varies a lot depending on the period and the kind of navy in question. For navies that use multi-purpose ships, those capital costs can be devolved onto civilian ship owners, enabling weak states and non-state polities to be naval players, but for periods where purpose-built warships are the rule, the shattering expensive of having to build large navies that do nothing but fight (and so the costs cannot easily be devolved onto their civilian owners because they do not have any) basically demands a large, complex and relatively financially sophisticated state. Naval warfare thus often ends up as a game that only the largest or most efficient states can play at scale, in contrast to armies. Everybody has an army, but not everyone can afford a navy.

That’s going to come up again in another post I am planning, a military theory primer looking at the role the US Navy plays in making the global economy work.

On to Recommendations.

First off, my own stuff: I was on a slew of podcasts lately. I talked about Christopher Nolan’s The Odyssey on the Normal Men podcast and I talked about the right-wing authoritarian obsession with J.R.R. Tolkien (and how he would have despised them) on the Fighting Fascism podcast. I also had a grand talk with Stefan Sasse over at the Boiled Leather Audio Hour talking about the Rise and Fall of the Galatic Empire (from Star Wars) and how Star Wars imagines totlitarian regimes. Finally, as I write this, I just recorded an episode of The Rest is History with Tom Holland on the (lack of any) Marian reforms, which is set to come out in early September, so keep an eye out for that. On to better stuff that isn’t mine.

This week also brings a new issue of Pasts Imperfect with a wide range of interesting bits, including a discussion of famed novelist Zora Neale Hurston’s idiosyncratic take on Herod the Great, now published eighty odd years after her passing. It also features links to a wide range of neat history stuff, from the possibility to polar bears in the Colosseum, a new exhibit on medieval manuscripts at the Getty Center, isotopic testing on an Archaic mass grave in Attica, the difficulties of UNESCO World Heritage sites caught in geopolitical power struggles and more. If you are not regularly checking in to Pasts Imperfect, you should be!

In security/defense news, I wanted to highlight recent reporting about the USS Abraham Lincoln (CVN-72), deployed in the Indian Ocean in support of the operations against Iran. It is all too easy sometimes, when presidents launch wars far away, to forget that those wars must be waged by people who do not have a choice if they go or not when ordered. As a result of political decisions, the Lincoln ended up deployed at sea for over 260 days with just two days in port – the sort of deployment one might expect in a major, existential war. My views on the abject stupidity of the Iran War are well known, but the absolutely appalling conditions on the Abraham Lincoln equally speak to poor planning, logistics and strategic incoherence of a war that we are told will either result in civilization destruction or world peace on any given Friday (and one imagines that whiplash is part of why the Abe Lincoln has remained deployed for so long, since without a plan the ship couldn’t be recalled nor replaced). The Lincoln is now set to be relieved by the USS George Washington (CVN-73), but the debacle speaks to the deep readiness ‘hole’ developing as a result of this war (alongside similarly dire reporting concerning munitions levels).

This week’s book recommendation was a pretty easy choice: Kori Schake, The State and the Soldier: A History of Civil-Military Relations in the United States (2025). The title, of course, recalls Samuel Huntington’s famous The Soldier and the State (1957), which has long been essentially the Bible of American civil-military relations despite being quite substantially flawed. Schake is invoking Huntington but neither reprising him nor attempting merely to repair him – indeed, Schake spends half a chapter illuminating and rejecting the fundamental errors in Huntington’s vision of civil-military relations, a part of the book that I now wish would be appended to the end of every copy of The Soldier and the State sold or issued. Instead, Schake is embarking on a ground-up analysis of the history of American civil-military relations and the unique structures and strains it experienced.

The resulting book is a lot thinner and more readable than Huntington and also frankly a lot better reasoned. Schake’s narrative is a chronological walkthrough of American civil-military relations, reviewing both the crises that happened (the Newburgh conspiracy, Jefferson’s creation of a small, clqiuish and politicized officer corps, Grant’s hard decisions in the constitutional crisis of 1866-7, everything about Douglas “Dugout Doug” MacArthur, etc)5 as well as (as Schake puts it), “the dogs that mostly didn’t bark.” Schake ends up a chapter appropriately titled, “How Worried Should We Be?” which both lays out the considerable grounds for concern as well as the steps that might be taken to reduce the strain.

Fundamentally, Schake’s view, which I am largely persuaded of, is that both now and historically, most of the danger in the American civil-military relationship has come from the ‘civil’ side, particularly political leadership. The military often maintains very high public trust because the public understands it as a “disciplined, merit-based organization obedient to the Constitution.” But precisely because it maintains very high public trust, “It is a truth universally acknowledge that politicians will hide behind the military for as long as the military is more popular than are the politicians.” In short, the core problem the military faces in its civil-military relation is an old one: the effort by politicians to pull the military more completely into the realm of politics, to use it for political gain, against political rivals either rhetorically and symbolically or – more darkly – directly and kinetically. As Schake notes, in both scholarship and public discourse, this is treated as the military’s problem, but most of the solution for a problem created by civilian leadership cannot lie within the military. The public needs to take more ownership of their half of the civil-military relationship (somewhat ironically, this book was coming out at almost the exact time I wrote my essay on the American civil-military relationship and so neither Schake nor I was aware what the other was writing, yet I think Schake ends up fairly close – with greater detail, skill and vision – to my concept of the ‘civil-military bargain.’)

Perhaps most importantly (and in some contrast to Huntington and the other scholarship she cites), Schake’s book is very readable and very accessible, making it a perfect device for educating the public about this issue. And precisely because the public needs to take more ownership over the civil-military relationship, needs to think harder about how to maintain the military as defenders of the constitutional order and the rule of law, rather than tyrants over it, or bystanders as it crumbles, this is a book that is easy to recommend.

If the Markets Reject OpenAI and Anthropic, the US Should Nationalize Them

This essay was written with Nathan E. Sanders, and originally appeared in The Guardian.

OpenAI, and then Anthropic, were each formed by AI developers who feared unrestrained corporate AI development—specifically, that companies like Google and Meta would steer the technology towards deleterious, maybe even catastrophically unsafe, outcomes for society. Their founders proclaimed that their new labs, uniquely, could be trusted to develop the technology in humanity’s best interest. But each, in turn, were themselves co-opted by the same market incentives, themselves becoming corporate behemoths zealously guarding future investor value rather than the public interest.

It was only a few weeks ago, in June, when OpenAI and Anthropic each filed for their IPOs and were met with buzz about trillion-dollar valuations. The hype around their valuations is so extreme that many worry about their potential for concentrating wealth on a global scale. In an effort to leave something for the rest of us, some observers have proposed that the federal government seize a share of these companies’ stock to create a US sovereign wealth fund, or redistribute their revenues to produce a dividend for taxpayers.

Now the headlines are about public backlash to AI datacenters and the AI chip giant Nvidia’s slumping stock. The tech and AI giant SpaceX’s newly minted stock price tanked just weeks after its IPO. There are even questions about whether the leading AI labs will ever be sustainably profitable. All of a sudden, the makers of ChatGPT and Claude face strong headwinds as they seek to generate the massive equity assets that once felt all but assured.

In fact, evidence suggests the market itself could reassess that these companies offer nothing of financial value. In that case, perhaps we can return them both to their original purposes. If these AI companies should fail in the financial markets, the US should nationalize them and convert them into national labs operated under democratic control that preserve their benefit to the public interest.

The economics of the big AI labs hardly guarantee a booming return on investment. Frontier AI models are both expensive to train and depreciate within months, when a newer model appears. This means that the payback window to extract profit from them is very narrow. Meanwhile, enterprise clients are getting smart about minimizing AI token usage. Even worse, the models are basically commodities; the best ones largely perform and behave similarly, which depresses prices. Perhaps most importantly, open-source and Chinese competitors—lagging only a few months behind the leading labs in capability—give away for free the kinds of models Anthropic and OpenAI sell.

Even setting aside the model training costs, it’s not clear whether the unit economics of AI as it’s currently conceived will ever be sustainably profitable. Many of these free and open-source models can be run locally: the large ones on private clouds and high-end servers, the smaller ones on anyone’s laptop or even cellphone, putting to question the companies’ exorbitant capital investment in datacenters.

It’s not that OpenAI and Anthropic are not valuable as organizations. They have remarkably talented AI scientists and engineers that are continuously producing innovations driving a global mania for their offerings. These leading labs might not ever be profitable, but their products are doing a lot of good in the world. You may or may not be a user of or believer in their technology, but their staggering, ongoing usage growth suggests that an awful lot of people would be disappointed if the companies simply disappeared.

The problem isn’t the people or the products, it’s the system. As constituted, OpenAI and Anthropic may not be valuable as market equities. If the market assesses they are not capable of producing a growing financial return on investment for shareholders, the companies will collapse.

Maybe private, for-profit is just not the right economic model under which to develop AI. Perhaps OpenAI should be returned to its private non-profit roots, the legacy they fought so hard to change and which Anthropic’s founders spurned. Or possibly both could be reorganized as research centers at universities, returning to academia the scores of high-profile research faculty they have poached.

But a better outcome for society would be to establish public ownership and operation of their product-oriented capabilities. Turn OpenAI and Anthropic into US government agencies producing AI as a public good.

Transitioning the big AI labs into public agencies would require some restructuring. We can separate these companies into two pieces: product innovation and compute operations. The innovation function can be publicly managed, akin to national labs. Congress could provide more rigorous oversight than the kind of unfettered venture capital these labs have recently had access to. The US has a long, successful history of these kinds of institutions, which have produced world-shaping innovations in spaceflight, telecommunications, nuclear power and more. Congress currently manages a $200bn R&D portfolio, within which frontier AI development is, arguably, a glaring gap.

AI operations could be managed as a commodity resource, like public electrical or water utilities: local or regional ownership, nationwide distribution and strict regulation on how they balance fee extraction from ratepayers with raising capital for infrastructure investment. Although AI datacenters are not the same as power or water treatment plants, the US also has a long history of managing national, regional and state supercomputing centers.

Other countries, including Switzerland, Spain and Singapore, are already operating public AI labs. They also have national supercomputing centers already providing public access for running AI models for general use, as do Germany and Australia.

The benefits to the public are clear. Through democratic oversight, the most important AI models could become open, transparent and responsive to the demands of the public rather than private shareholders. They could be aligned to democratic values rather than corporate profits, never taking advertiser money to promote certain brands and training on only appropriately licensed data. And they could be set to focus on the realistic and pro-social goal of maximizing the usefulness of AI to society rather than the fanciful and anti-social goal of supplanting humans with artificial general intelligence.

By emphasizing scientific cooperation rather than corporate competition, we could also reduce the overall resource and environmental cost associated with AI. Instead of perpetually dueling training runs of each companies’ models at ever large scales targeted to fuel investor hype, we could limit AI training resources based on cost and benefit to the public.

What’s in it for the companies themselves and their employees, who sacrifice hypothetical billions in equity by ceding to public ownership? A return to their roots and to their core mission of developing AI safely in the public interest, if they are serious about it. Both companies are theoretically bound through their governance structures to prioritize mission over profit anyway (not that anyone really thinks that’s how they currently operate).

To be clear, we’re not advocating for a golden parachute for the executives or investors, or for continuing the outlandish pay rates of the most highly remunerated AI researchers. If the public is footing the bill, these compensation packages should be aligned to the civil service and those employees not satisfied with that can go elsewhere—if the business models of any remaining private labs still support much higher pay.

While we believe that these companies are unsustainable as private firms, the timeline remains unclear. Their primary investor story is that AI is a race to “artificial general intelligence”—the kind of AI you’re used to from science fiction. The bet seems to be that the two companies can convince enough people that this outcome will turn them a profit, go public, and then make their investors and employees rich before the bubble bursts.

But suppose that the bubble bursts. If the US is smart, it will catch the companies as they fall. Regardless of what the markets think, to the public, they’re too valuable to let die.

Adding to the barrel of finance fallacies

“I should note also that many (most? almost all?) of the bad scenarios have intermediate points of great worry and catastrophe” Not on my model. By the time any humans start worrying about a takeover or dying, AIs already control all infrastructure

That is from Twitter, and I hear or read that argument often.  It is yet another example of a bad “AI safety point” that does not stand up.

He is already a human worried about a takeover or dying!  It is weird to think that “I see these problems coming” and also think “…as these problems multiply and become more public, say through cyberincidents, other people and also the markets will not get clued in.”  It is assigning a remarkable oracle-like epistemic status to oneself, and then hardly to anyone else.  If the pending data will not persuade anyone else of your view, why do you hold your view so strongly?  Or if you think the ultimate denouement will be so sudden and furtive, how are you so clued in to the future now?  To me this is all obviously absurd, albeit not logically self-contradictory in the narrow sense.

As a side point, if the world does end suddenly, and you bought the puts out of your savings, but cannot cash them in, you still end up dying without having lowered your real level of consumption.

Rob Wiblin trots out a bunch of objections from the MR comments section that can be refuted readily.  You are really not sure which stocks to short and that is a big problem? — the risk is not that systemic then.  And if you think the world will see some significant calamitous events in the next ten years, and the evidence for that is piling up, yes you should be buying some puts, even if you are unsure on the timing.  Simple stuff.  (And no you do not need options contracts that last for ten years.)  The AI safety advocates with relatively extreme views should be trying to spread these points to their followers, not to retire them.

In general I am not a fan of psychoanalysis as a method of dissecting views, but the number and scope of obvious direct errors on this topic (and from very smart people) is so high that one has to wonder.  How about: “$100 billion in added cyber costs is not a significant enough worry, it is too mundane, too small a percentage of gdp, too normal and technocratic a problem…you can’t take my bigger and more dramatic fear away from me!  I won’t let you do that!  And besides, that view is the social glue that bonds my in-group together.”

The post Adding to the barrel of finance fallacies appeared first on Marginal REVOLUTION.

       

Comments

Related Stories

 

The Limits of Understanding Between Species, and the Issue for Interstellar Communication

We’ve yet to find any evidence of intelligent life beyond Earth, a puzzling failure given the widespread belief that where habitable planets exist, life will somehow emerge. If we do receive a signal, though, would we be able to understand it? We’ve made some progress in piecing together animal communications here on Earth, but figuring out what the whistles and clicks of sea creatures mean remains a work in progress. In today’s essay, associate editor Alex Tolley goes to work on key questions: Is mathematics truly a universal language? Does language change how we experience the world, and if so, what aspects of an alien culture will we actually be able to understand? The questions are daunting and now coming into public discourse in the realm of AI. Alex’s thoughts on that phenomenon and how we might interact with a machine civilization are only part of the interest here.

by Alex Tolley

Introduction

Discussions about alien communication usually focus on the technology of message transmission and how to decode the first message received. This essay will address the issue of decoding the first message and the expected limits of the subjects that can be communicated.

Humans have a long history of wanting to talk to other species. From the many stories of talking with various animals, often projected with human qualities, to talking with invisible entities, including invisible deities and dead ancestors, to the modern period, where talking with pets and inanimate objects is not looked askance at, and now chatting with large language models (LLMs) that usefully talk back.

We have learned of the vast size of the universe, and rationalize that there must be life and intelligent, technological civilizations somewhere in that vast universe. The search for extraterrestrial intelligence (SETI) is an attempt to answer the question of whether there are other intelligent species in the stars.

Serious attention to searching for aliens and receiving their messages started around 1960. The assumption was that if life also existed on other planets, evolution might eventually produce intelligent, technological life, with interests not dissimilar to ours. The only question was how many civilizations interested in communication there were. The basic model was encapsulated in the famous Drake Equation [1]. While the probabilities of intelligent, communicating civilizations were very much a guess, Drake has made the claim that their number is the same as their communicating longevity.[1, Appendix A] If they communicate for 10,000 years, there should be about 10,000 communicating civilizations, perhaps in a “Galactic Club”. Sixty-odd years later, there has been no detection of such signals using the technologies we have at our disposal. Despite the unanswered Fermi Question that there may not be any civilizations in space, and nor have there ever been, SETI continues with the hope that intelligent life must exist somewhere in the vast reaches of space, although the emphasis has shifted towards the astrobiologists’ hopes that at least life exists elsewhere and how best to detect it.

Figure 1. Participants in the 3rd Decennial US-USSR meeting on SETI in Santa Cruz, CA. 1991. Frank Drake can be seen standing in the middle front row holding the sign “N EQLS L” (Source: The Biological Universe (1996) p487)

But suppose a signal is detected; what then? Decoding an alien message might not be easy. A few years ago, the artist Daniela de Paulis and her team devised a test signal for the public to decode [2]. Even though the signal data was formatted using human transmission coding, it took about a year before the signal was successfully decoded. This, despite prior knowledge of the signal transmission features, and despite sending only 2-D images, with a clear similarity in form to previous ideas we have had for decoding signals. How much harder might a real alien signal be to decode?

Terrestrial Animal Communication as a Decoding Test

Animal communication, and potentially language, offers another way to attack the issue of communication with a species very different from us. While aliens have so far proven elusive, Earth is teeming with animal life, some of which appears quite intelligent, even if unable to use more than rudimentary technology. Research into animal communication continues to determine the extent, if any, that intelligent animals have a language they use to communicate with their own kind. Progress is being made, but could we ever talk to the animals like the fictional Dr. Dolittle?

Despite their far greater separation from humans in evolutionary time than apes. and their aquatic environment, cetaceans seem to have more complex communication and perhaps something closer to a true language. Work by the linguist Gašper Beguš has shown that sperm whales (Physeter macrocephalus) communicate with a series of clicks, or codas, that can be compared to how humans produce vowel sounds [3]. AI was used to extract the commonality of codas of “vowels” between individual whales, although there is insufficient information to connect the sounds with meaning. The video below explains the concept of the sequences of clicks, or codas [4].

From their recent paper [3] Beguš concludes:

…our findings demonstrate that sperm whale vocalizations are highly complex and likely constitute one of the most phonologically sophisticated (currently known) communication systems in the animal kingdom.

Another study by a different team on 2 separate sperm whale populations in the eastern and western Mediterranean showed that the 2 populations used different “dialects” for the same codas.[5] A recent study indicated that sperm whales change the tone of their codas when encountering ships, indicating that they recognize ships in some way, although we don’t know what it means [6].

Work by Sayigh et al with a wild pod of bottlenose dolphins (Tursiops truncatus) was able to extract consistent clicks and whistle sounds for both individuals and the group [7]. The clicks identify individuals and are used to identify the individual, and to contact others. Whistles are associated with emotional and social interactions, for example, courtship and mating.

While we are still a long way from decoding the meaning of the vocalizations of dolphins and sperm whales, it does appear that they have some sort of language to communicate with others of their kind. As might be expected, the geographic separation of pods hints that there are also different dialects associated with pods at different locations.

Suppose in the future that we manage to decode the meaning of these communications, and that these cetaceans, while not as sophisticated as the dolphins in Douglas Adams’ Hitchhiker’s universe stories, do have a basic language that uses their various vocalizations. What could they communicate that we could understand?

This is where the influence of Thomas Nagel and his seminal essay “What is it like to be a Bat?” is relevant [8]. Nagel argued that we cannot understand an animal without being that animal. If he argument is correct, then as we are not sperm whales or dolphins whose experiences are very different to ours, there may well be a communication gap between our species. We could understand the meanings of vocalizations of objects and actions, but not of feelings and other qualia, and conversely these cetacans could not understand ours. As for the abstractions each species has for dealing with its environment, these may forever be unintelligible.

Aliens as species with different experiences

Recall that one assumption of SETI is that some civilizations would have similar ideas and motivations as we do. That they would have a sophisticated technology, likely far ahead of ours, but with similar ideas about inter-civilization communications and a desire to learn. Just as we try to learn about animals, and even communicate with them, so aliens might send out signals to try to initiate a communication with us. If so, we should be able to receive them, and possibly respond.

But is this the case, and are we assuming that our differences as species and evolved experiences can be overcome, contra Nagel?

We have made an attempt at sending out an informative message, the Arecibo message, as well as the Pioneer probes 10 & 11 plaques, and Voyagers 1 & 2 records. The Arecibo message and Pioneer plaque are shown in Figure 1 below.

Figure 2. Left) The Arecibo message radioed into space. Right) The Pioneer space probe plaque with depictions and information about Earth and its intelligent species.

The approaches of both messages assume some common understanding between humans and aliens. The Arecibo message is very concise, but not easy to interpret even by humans. The Pioneer plaque is clearly a more representative message, although how easy would it be for an alien species to recognize the location of our system from the representation of pulsars? Explanations of the messages are found at [9,10]. The Voyager Golden Record needs to have a player to extract the information that includes sounds and music. How might aliens interpret these sounds?

It has come to my attention that Joe Davis had created an artwork of the Arecibo Message using bottles of water at MIT, yet none of the students and scientists could discover any meaning to the display. In 2009, to celebrate the Arecibo Message’s 35th anniversary, Davis also sent out from the Arecibo telescope a cleverly encoded message of the DNA sequence of a photosynthesis enzyme, RuBisCO, which, while ingenious, seems impossible for an alien to decode its meaning [15,16,17]. Yet as he said, it was more about our view of ourselves than for any alien recipients.

A general assumption has been that technological aliens must have a reasonably common perception of the universe as we do. Indeed, John McCarthy (of Lisp and AI fame) espoused that view at a SETI meeting [11]. His argument was that just as evolution results in convergence of phenotypes to fit their environment, like the shapes of Ichthyosaurs and dolphins, so intelligence will converge on the same concepts as we share the same universe and discover its properties and laws. Math as a purely logical construct is therefore often assumed to be a common language between humans and aliens. Numbers, and their manipulations should be common. Hence the idea that a primer in a message might start with basic arithmetic and work upwards from there. However, at another SETI meeting, mathematician Keith Devlin was not so convinced that this would be the case. His argument was that math was actually a unique product of the human mind and reflected our construction of the universe [11].

If he is correct, what are we to make of Eugene Wigner’s 1959 lecture title about math and nature, “The Unreasonable Effectiveness of Mathematics in the Natural Sciences”? Is this a unique formulation of the human mind and experience, whilst it may be very different for an alien mind?

This issue has been raised in a number of works, but it is perhaps most concisely put in Brian McConnell’s slim book, “The Alien Communication Handbook” [13] and his Centauri Dreams post “Communicating with Aliens: Observables versus Qualia” [14]. His view is the consensus one, that some things such as physical objects and actions are communicable between species, whilst others, such as feelings and experiences, are most likely not. He takes McCarthy’s side in saying that mathematics and logic are also assumed to be universal, perhaps confirming Wigner’s statement.

We often forget that language determines how one views the world. It is well known that in the West we tend to see the world as distinct objects with some associations between them. The Japanese also see the spaces between objects, and have words to describe those spaces. e.g., Ma is for negative space, such as the space between musical notes, or the spacing of flowers in flower arrangements. As we know from the difficulties of translation between languages, some concepts don’t have words in the other language. In English, we now use the German word schadenfreude as there is no English equivalent for the “pleasure derived by someone from another person’s misfortune.” The power of words to shape perception is exemplified in Ted Chiang’s short sci-fi story “The Story of Your Life”, filmed as “Arrival.” It illustrated how language itself could change what you experience, in this case one’s experiences of the future.

AI as magic Pixie dust and an alien mind

Our AI technology using LLM technology has performed creditably well in translation between languages. It has also played a role in extracting the key components of sperm whale codas, and therefore establishing associations that apply between different individuals in the same pod, much as humans have different accents and ways of speaking the same words. AI is currently the magic behind science fiction universal translators, allowing humans and aliens to converse.

But of perhaps more pertinent is the idea that AIs are becoming minds, although there is considerable debate about this. However, AI “minds” are likely to be different than human minds, if only because they do not experience the qualia we experience. Are AIs going to have unemotional thoughts like Star Trek’s humanoid robot, Commander Data, but like sociopaths, able to mimic human emotions and empathy? If given a very different training set of data, would they acquire minds that are shaped by that data set? Could we design the data set to mimic that of hypothetical aliens, and thereby create fake alien AI minds?

Humans are good at projecting agency and anthropomorphizing animals and objects. Most famously, Weizenbaum’s simple ELIZA therapist program persuaded many that it was a person, much to his horror. Alan Turing had proposed that if judges could not distinguish between a human and a computer responding to questions, then the computer program was intelligent. After years of Turing Test competitions, we have now comfortably blown past that test, although we are still debating if LLM-based AI is truly intelligent. The interesting issue is that we are at the point where several people believe that AIs are conscious. AI scientist Geoff Hinton, the inventor of deep learning architecture, is one such. Early chatbots would say they might be conscious, although the frontier models are trained to say they are not. But are they just trying to hide that fact from us? This was anticipated in the 1960s in the movie 2001: A Space Odyssey. Below is a transcript of a key conversation in the movie:

Table 1. Dialog with astronauts and HAL 9000 from the movie 2001: A Space Odyssey.

AIs are currently like brains in a box. However, as we develop robots of various types that embody AI, will they learn to experience the world more as their bodies allow them to, much as animals and humans do? We are on the cusp of finding out.

Conclusion

Learning how some animals communicate and how far they have a language will provide us with new ideas on how an alien may try to signal us. AI can not only help us understand animal languages, but also help in decoding alien signals if/when we receive them, and even to communicate with them. We should even be able to tell how far our minds overlap in subjective concepts and experiences. Should aliens be machines, then it may be best if AIs take the lead in communication with them. If it turns out that we are alone, then there is value in being able to communicate at some level of understanding with intelligent animals. While I don’t expect we could experience being a cetacean, we could probably experience being one of our hominin cousins, such as the chimpanzee and bonobo.

In the meantime, all we can do is “Watch the Skies” and wait for a signal to arrive.

Appendix A

If we modify the values in the Wikipedia entry, using values in the ranges suggested, but update the annual rate of star formation to more current values, the product of the 1st 6 probability terms = 1. Therefore, the final term, the longevity of the communicating civilizations, equals the number of communicating civilizations in the galaxy.

References:

1. Wikipedia contributors. (2026, July 31). Drake equation. Wikipedia.
https://en.wikipedia.org/wiki/Drake_equation

2. de Paulis, D., et al. (2023) “First Contact: Global team simulates message from extraterrestrial intelligence to Earth”
https://www.seti.org/news/first-contact-global-team-simulates-message-from-extraterrestrial-intelligence-to-e arth/

3. Beguš, G., Dabkowski, M., Sprouse, R. L., Gruber, D. F., & Gero, S. (2025). The phonology of sperm whale coda vowels. Proceedings of the Royal Society B Biological Sciences, 293(2069).
https://doi.org/10.1098/rspb.2025.2994

4. Begus – video on whale clicks https://www.youtube.com/watch?v=eFbnYQI-Oa0

5. Taylor A. Hersh, et al, (2026) “Dialect variation in Mediterranean sperm whales shows evidence of cultural evolution in an isolated population”. Proc Biol Sci 1 June 2026; 293 (2073): 20260165.
https://doi.org/10.1098/rspb.2026.0165

6. Diamant, R., Gruber, D. F., Gero, S., & Beguš, G. (2026). Evidence for the influence of shipping underwater radiated noise on sperm whale coda structure. Ecological Informatics, 103881. https://doi.org/10.1016/j.ecoinf.2026.103881

7. Sayigh, L., Jensen, F., McHugh, K., Casoli, M., Lemercier, L., Tyack, P., Wells, R., & Janik, V. M. (2025). First evidence for widespread sharing of stereotyped non-signature whistle types by wild dolphins. bioRxiv (Cold Spring Harbor Laboratory). https://doi.org/10.1101/2025.04.21.647658

8. Nagel, T (1974) “What is it like to be a bat?”, The Philosophical Review, Vol. 83, No. 4 (Oct., 1974), pp. 435-450

9. Wikipedia contributors. (2026a, May 22). Arecibo message. Wikipedia.
https://en.wikipedia.org/wiki/Arecibo_message

10. Wikipedia contributors. (2026c, July 31). Pioneer plaque. Wikipedia.
https://en.wikipedia.org/wiki/Pioneer_plaque

11. McCarthy, J (2009) “Convergence of Intelligence” (SETI Talks)
https://www.youtube.com/watch?v=kvIqc0aBR0A

12. Devlin, K. (2013) “Contact with ET using Math? Not so fast” (SETI Talks)
https://www.youtube.com/watch?v=KveKjHIipgo

13. McConnell, B. S. (2021). The Alien Communication Handbook: So We Received a Signal—Now What? Springer. pp247-248, 278-281

14. Gilster, P. (2021, December 10). Communicating with Aliens: Observables versus Qualia | Centauri Dreams. https://www.centauri-dreams.org/2021/12/10/communicating-with-aliens-observables-versus-qualia/

15. Gilster, P. (2009, November 18). “RUBISCO Stars” and The Riddle of Life | Centauri Dreams. https://www.centauri-dreams.org/2009/11/18/%E2%80%9Crubisco-stars%E2%80%9D-and-the-riddle-of-life/

16. Gilster, P. (2009b, November 19). “RUBISCO Stars”: Part II | Centauri Dreams.
https://www.centauri-dreams.org/2009/11/19/rubisco-stars-part-ii/

17. Wikipedia contributors. (2026b, July 18). RuBisCO. Wikipedia. https://en.wikipedia.org/wiki/RuBisCO

Further Reading

1. Wikipedia contributors. (2025, December 4). Lincos language. Wikipedia.
https://en.wikipedia.org/wiki/Lincos_language

2. Freudenthal, H. “Lincos: Design of a Language for Cosmic Intercourse, Part 1 “
https://en.wikipedia.org/wiki/Lincos_language

3. Chiang, T “The Story of Your Life” https://en.wikipedia.org/wiki/Story_of_Your_Life

4. Earth Species Project https://www.earthspecies.org/

5. Clarke, A.C. “History Lesson” https://en.wikipedia.org/wiki/History_Lesson

6. Michaud, M. (2010). Contact with Alien Civilizations: Our Hopes and Fears about Encountering Extraterrestrials. Copernicus. pp279–284

7. Bracewell, R. N. (1974). The Galactic Club: Intelligent Life in Outer Space. Scribner Book Company.

8. Baird, J. C. (1987). The inner limits of outer space. Dartmouth College Press.

9. Dick, S. J. (1996). The Biological Universe: The Twentieth Century Extraterrestrial Life Debate and the Limits of Science. Cambridge University Press.

Busy is Short Volatility

We’ve talked about:

  • Volatility & how it shows up in software development

  • What it means to go short or long volatility

Today we’re going to talk about one of the most hidden ways of going short volatility & its counter-intuitive mathematical basis—the Kingman Formula.

The Problem

We’re taking our cue today from queueing theory. In our model of the world we ha…

Read more

Rocket Report: Rocket Lab shows off its flexibility; Blue Origin's two-pad plan

Welcome to Edition 9.06 of the Rocket Report! Rocket Lab made a lot of news this week with its quarterly update, and it is clear the company is making impressive progress as it becomes much more than a launch company. But at the end of the day, a lot of the company's success is predicated on the Neutron vehicle, and I'm not thrilled with Rocket Lab's ambiguity around its readiness. As a user on X noted, the company's language on Stage 2 being ready to ship to the launch site has not changed much in 12 months.

As always, we welcome reader submissions, and if you don't want to miss an issue, please subscribe using the box below (the form will not appear on AMP-enabled versions of the site). Each report will include information on small-, medium-, and heavy-lift rockets as well as a quick look ahead at the next three launches on the calendar.

Rocket Lab decides to get flexible. Rocket Lab plans to start launching its Electron vehicle even more frequently and flexibly, thanks to a new portable spaceport system called GHOST, Space.com reports. GHOST—short for "Global Hypersonic & Orbital Spaceport Technology"—turns the company's "Electron and HASTE rockets into a launch-anywhere, launch-anytime capability for multi-launch flight campaigns and critical national security missions," the company said this week.

Read full article

Comments

Regulated Markets Are Slow to Handle Change

Gowrisankaran, Langer and Reguant have an excellent paper, Energy Transitions in Regulated Markets (WP), in the latest AER.

The basic idea is that regulation designed to prevent utilities from building useless power plants can induce them to keep obsolete power plants. Some background. We regulated electric utilities under the theory that they were natural monopolies and therefore we would do better by pushing their prices down. What’s a reasonable price? Hard to say, so regulated utilities were allowed to recoup their operating costs plus a fair return on their “rate base”—their capital stock. Makes sense, but once profits depended on the size of the capital stock, utilities had an incentive to build too much—the classic Averch–Johnson effect. Regulators responded with “prudence” requirements and the rule that capital must be “used and useful.” In a stable world, that rule is a check, albeit an imperfect check, on so-called gold-plating.

But now consider what happens in a time of technological change, such as a rapid decrease in the cost of generating electricity with natural gas (driven by fracking and improvements in combined-cycle natural-gas (CCNG) technology). In a free market, large decreases in costs would cause firms to abandon coal and move to natural gas—some would do this to make profits, others to avoid losses. In short, the market forces sunk investments to be abandoned when not profitable.

But there is another possibility under regulation. Tell the regulator that your plants are still viable. Well, telling is cheap talk so you keep burning coal to prove that the plant remains useful. If you can keep your base operating that’s better than abandoning it and to signal how valuable your coal plant still is, it may even be worth while to burn coal when the cost exceeds the price of electricity! The authors have some nice data on exactly this point.

Figure 3 takes a little work to understand, but the pattern is clear. Each point represents a state. In panel A, the vertical axis shows how much less likely a coal plant is to run when the cost of coal exceeds the price of electricity. Obviously, a strongly negative coefficient is the economically sensible response: when burning coal is more expensive than buying electricity, the plant should burn less.

The red points represent restructured states and the green points regulated states. In restructured states coal burning falls when prices fall, just as expected. Coal burning in regulated states responds much less. (I.e., the red points generally lie below the green points.) Indeed, the six states with the largest reductions in coal operation are all restructured states.

One objection to this analysis might be that utilities in general are just slow to respond to prices, so on the horizontal axis the authors plot how well utilities respond to a higher price of gas. Note that these coefficients are all negative and there is no obvious difference between regulated and restructured states. In both types of states, utilities respond well to the price of gas, but only in restructured states do utilities respond strongly to the price of coal. (Why coal and not gas? Because the used-and-useful standard binds on capital whose usefulness is in doubt—which, once gas got cheap, meant coal. In other words, the utilities have to defend coal to the regulators, not gas.)

Panel B on the right shows a slightly different way of presenting the same data. The vertical axis is again how much less likely a coal plant is to run when its cost exceeds the electricity price. The horizontal axis is the fraction of generation owned by electric utilities. Regulated states tend to be vertically integrated, while restructured states opened electricity generation to competition, so utility ownership and regulatory status are closely correlated. Regulated states generally have utility ownership above 60%, while all the restructured states but one are below 30%. The best-fit line slopes upward: in other words, the more generation a state’s utilities own, the less coal dispatch responds to price. A different perspective on the same story.

That is the direct empirical evidence. The authors then construct a more ambitious structural model. In theory, regulation could produce either too much or too little investment in the new technology; their estimates imply too much. Much, too much. Not only do regulated utilities retain too much coal, they also build too much gas capacity. In short, they accumulate both too much old capital and too much new capital. Averch–Johnson on steroids.

The bottom line is that regulation under dynamic conditions is much more difficult than under static conditions. My view is that it may not even be worth the candle.

The post Regulated Markets Are Slow to Handle Change appeared first on Marginal REVOLUTION.

       

Comments

Related Stories

 

Peggy Flanagan Could Make History for Native American Women in November. She’s Not the Only One.

19th News Logo

Flanagan Won Minnesota’s Democratic Senate Primary. Alaska’s Mary Peltola Is Also Running for U.S. Senate, and Deb Haaland Is the Favorite To Win New Mexico’s Gubernatorial Election.

Lt. Gov. Peggy Flanagan easily won Minnesota’s Democratic primary for a U.S. Senate seat, according to Decision Desk HQ, putting her a step closer to becoming the first Native American woman elected to the chamber.

Flanagan, a member of the White Earth Band of Ojibwe, is not the only Native woman who could make history this year: In New Mexico, former Secretary of the Interior Deb Haaland, a Laguna Pueblo member, is widely expected to become New Mexico’s next governor after winning the Democratic nomination in June.

And in Alaska, a hyper-competitive race for an open U.S. Senate seat could return former Rep. Mary Peltola, the first Alaska Native elected to Congress, back to Washington.

Their victories would mark a significant stride toward better representation for Native American women in American politics, making them more visible in the halls of power and giving voice and lived experience to issues that significantly impact this population, from unequal pay to the epidemic of violence facing Native American women.

Mary Pelota greets voters.
Mary Pelota is the Democratic candidate for US Senator of Alaska. Photo: Mary Pelota for US Senate

“Our democracy functions best when it accurately reflects the people it seeks to represent, and so having a Native American woman serving in the United States Senate is good for our democracy,” Flanagan said in an interview with The 19th. “Being an Ojibwe woman is not a hat that I put on and take off. I’m a Native woman every day. I know that you know when I get to Washington, I’m not going by myself. That I am bringing Indian country with me.”

In Tuesday’s primary in Minnesota, Flanagan defeated Rep. Angie Craig, a moderate lawmaker who represents a suburban district south of Minneapolis, by promising to deliver “bold” change with the backing of top progressive leaders. Flanagan heavily criticized Craig over her past support of a Trump-backed immigration enforcement law to win in a state rattled by the administration’s violent immigration enforcement campaign last winter.

Native American women are about 1.5 percent of the U.S. population but have been historically underrepresented as elected officials. To reach equitable representation in Congress, voters would need to elect at least seven Native American women to Congress; right now, there is only one: Rep. Sharice Davids of Kansas, a member of the Ho-Chunk Nation.

Haaland and Davids became the first Native American women to ever serve in Congress when they were sworn into office in 2019. In 2020, Rep. Yvette Herrell was elected to represent New Mexico’s 2nd Congressional District, becoming the first Republican Native American woman in Congress. Herrell, who is a member of the Cherokee Nation, lost her seat to Democrat Rep. Gabe Vasquez in 2022. Peltola joined Congress following a special election in 2022; she lost a reelection bid in 2024.

After her inauguration, Haaland said she was “very grateful” to not be the only Native American woman in Congress. The partnership she developed with Davids, Haaland said, became important as they worked to combat the epidemic of violence against Native Americans, particularly women, who face murder rates at 10 times the national average.

“When I first was elected to Congress, nobody was talking about it on a national level, and it was me and Sharice Davids who really worked hard to bring it to the attention of our colleagues in the House,” said Haaland, who held the first House hearing on murdered and missing Indigenous women while in Congress and, during the reauthorization of the Violence Against Women Act, advocated for victim services funding for Native American women in state courts. Later, as interior secretary, she created a specialized unit focused on the issue within the Bureau of Indian Affairs.

“It’s going to be steady work by caring people who really want to ensure that we’re making progress on this issue,” Haaland said.

Flanagan said that she is committed to carrying on this work and that she will bring her experience in Minnesota to the table. In Minnesota, Flanagan pushed for the creation of the nation’s first state-level office focused on the issue. Since its creation in 2021, the office has become a key liaison for families navigating the complicated law enforcement system, pushing for clear data to make sure victims aren’t invisible and forging new training standards for Minnesota police officers.

The office itself was the product of Native women “in decision-making roles and roles of authority,” Flanagan said. She worked with four other Native American women serving in the state’s legislature at the time to push for attention to the issue.

Flanagan said she is also deeply concerned by funding cuts and layoffs that the Trump administration has made to programs that benefit Native American tribes. The Trump administration fired a significant number of federal workers at the Bureau of Indian Education, which operates or funds more than 175 K-12 schools and two higher education institutions. The administration terminated the leases for a dozen Indian Health Services (IHS) offices, and sought to lay off almost 1,000 IHS workers, reversing that last decision only after an outcry. Staff for the Interior Department’s Bureau of Indian Affairs is down by 11 percent, which a government watchdog said has created critical vacancies in an already strained agency tasked with overseeing programs that support law enforcement, schools and the management of natural resources. Many of the services that the federal government funds or provides to tribe members are the obligations of centuries-old treaties.

“The bare minimum that we should expect — like the floor — should be that the federal government honors treaty rights, tribal sovereignty and upholds trust responsibilities,” Flanagan said. “We’ve never done that as a federal government before, but perhaps it will help having the voice of a Native woman serving in the United States Senate to be able to do that work.”

Flanagan will face former NFL broadcaster Michele Tafoya in the general election this November, according to projections. Tafoya, who had the backing of the National Republican Senatorial Committee, is seen as a strong recruit from Republicans with relatively moderate views on abortion bans and gun control laws.

Haaland’s nomination for New Mexico governor is in itself historic: The first Native American woman to be nominated for governor by a major party was Democrat Paulette Jordan, who ran to lead Idaho in 2020 — just six years ago.

Haaland emphasized that her history-making potential is not central to her run for office, and yet, an important step for representation of Native Americans in government.

“It’s not why I’m running, but it’s who I am,” Haaland said. “When we’ve had the Trump White House denouncing diversity, equity, and inclusion, it’s a reminder to people that representation truly does matter and that there are other voices out there. It’s not business as usual in this election.”

Deb Haaland greets voters during her campaign.
Deb Haaland is the Democratic Gubernatorial candidate for New Mexico. Photo: Deb Haaland for Governor of New Mexico

Both Haaland and Flanagan, representation of their Native American roots has been immediately visible. Haaland is known for wearing jewelry designed by Native American artists from across the country; Flanagan for wearing clothing designed by Native American designers, inspired by Native American traditions. If she’s elected to Congress, Flanagan said, people can expect more of that.

“It’s so funny, sometimes people — I like to say, dudes online —are like, that’s not what a lieutenant governor is supposed to dress like. And I’m like, well, I am the lieutenant governor, and this is how I dress,” she said. “I want my daughter, and I want other young Native people to see that you can be your full Indigenous self in every place and space.”

For Flanagan, the value of representation comes across on the campaign trail, and in her daughter’s own outlook as a future leader.

“When I hear Siobhan call Deb Haaland Auntie Deb, or when I’m on the campaign trail and young Native women and girls are calling me Auntie Peggy, it is one of the most powerful things that has happened on the campaign trail.”

This article was originally published by The 19th on August 11, 2026.


“FREEDOM OF THE PRESS IS NOT JUST IMPORTANT TO DEMOCRACY, IT IS DEMOCRACY.” – Walter Cronkite. CLICK HERE to donate in support of our free and independent voice.

The post Peggy Flanagan Could Make History for Native American Women in November. She’s Not the Only One. appeared first on DCReport.org.

True Crime: Illegal markets have great variety (PNAS)

 The forthcoming issue of PNAS (August 18, 2026 | vol. 123 | no. 33) has a big set of papers on illegal markets, with the goal of searching for common features, which turn out to be somewhat elusive.

Illegal markets create untold societal and environmental harm, but they have attracted surprisingly little scholarly attention. This paper explores illegal markets as a class of objects. It considers similarities and differences across markets, with ...

"The raw material for these comparisons mostly comes from the February 2025 Policy and Research on Illegal Markets (PRIM) workshop held at RAND in Santa Monica. The workshop convened 17 experts on nine specific markets, or types of markets. They wrote the market-specific papers contained within this volume."  

This article provides a primer on illegal drug markets, with a focus on the structure and nature of these markets and the enterprises involved. The markets for illegal drugs are large, with annual retail expenditures likely exceeding $100 billion in the ...

"One premise of this special issue is that illegal markets and the supply chains that support them are a worthy topic of scientific inquiry. That turns out to be a novel claim. Illegal markets have simply not been a major topic of interest to economists, the discipline that would most plausibly study them. For example, Nobel laureate Alvin Roth, in his magisterial review of markets and market design, describes illegal markets but offers no specific analytic insights about them (2[A. E. Roth, Marketplaces, markets, and market design. Am. Econ. Rev. 108, 1609–1658 (2018).]). Gary Becker, one of the giants of microeconomics, wrote occasionally about drug markets but forced on them the presumption that they were analytically no different than legal markets (e.g., ref. 3). 

Illegal wildlife markets comprise a complex global economy generating criminal profits while harming biodiversity and livelihoods. The negative externalities from biodiversity loss, ecosystem destabilization, and zoonotic disease risk may be orders of ...

"At least since the third century BCE, when the Edicts of Ashoka prohibited the killing of animals with aesthetic value on the Indian subcontinent, wildlife has been trapped, harvested, and sold in contravention of laws (1). " 

 

 

The neverending house

Watercolour painting of a rustic house with clothes drying on a balcony clothesline against a textured wall.

The self-built homes of Santiago are precarious and ever changing. They are, always and at once, being and becoming

- by Consuelo Araos

Read on Aeon

Final Countdown!!!

Please contribute today to get us over the finish line. Out of $500,000 we needed to raise this year for the TPM Journalism Fund, we have only $27,789 to go. Just 5% more to go. Amazing. We thank you so much. If you’ve been waiting for the right moment to contribute this is it. Just click here. Thank you.

Update: Just $431 to go before we hit $475,000!

Air Force Ones and Trojan Horses

I noted a few days ago how many of the news stories of the day are knock-on effects of earlier episodes of Trump’s cupidity or grandiosity. Airport Food Truck-Gate goes back to the wildly corrupt and unconstitutional personal gift of a plane; the Reflecting Pool prosecutions go back to his whim and rushed decision to make the bottom of the Reflecting Pool blue and then the way in which he was embarrassed when his no-bid contractors messed it up. I want to return to one aspect of the plane story.

Yes, it’s corrupt, silly, stupid, etc. But Trump got the gift from the royal family of Qatar. Qatar isn’t any gulf state. It’s not UAE or Saudi or Kuwait. Qatar’s regional brand, their niche in the complex geopolitics of the Gulf, is that they’re close to both sides. They host a U.S. military base. They have decent relations with the U.S. They also have close relations with Iran. They were until recently the host of Hamas.

I want to be clear. I’m not saying the Iranian government fiddled with the new Air Force One. I’m saying that these are the kinds of things spy agencies and counter-intelligence agencies think about. And sometimes deal with. I think I can guarantee you that if you were to go to the people who run the unit that runs Air Force One and said, “Hey, we’re going to get a new plane. It’s owned by the Qatari Royal Family and it’s super luxe and Qatar says we can have it,” you’d get a very negative response. Air Force One is a mobile White House. It’s a security fortress. All manner of the most sensitive communications take place within it. The U.S. is always going to want to have that plane constructed from the ground up in and by the United States and to add all the extra communications and defensive weaponry and logistics on its own.

The idea that you’d accept a gift like that from any foreign government is iffy — from Qatar, with its close relations with Iran, it’s simply nuts. I mean, did anyone just see The Odyssey? Compromised gifts, gifts with hidden contents. This is not a new story and it’s in the theaters now. And yet that’s what happened. Then it was retrofitted in a rush because the president absolutely wanted his new plane right away.

In any case, again, not that this happened or is likely. But it’s a real vulnerability on top of a million others. It’s not some conspiracy theory or crazy thing.

Ceramic Shield 2 Is the Real Deal

Philip Michaels, writing last September for Tom’s Guide:

iPhone 17 torture test videos done by JerryRigEverything indicate that Ceramic Shield 2 certainly resists scratching, with scratch testing leaving only light scratches at level 7 on the Mohs scale of hardness. Scratches typically show up on glass at levels 5 or 6 on that scale.

“Ceramic Shield 2 is indeed the best we’ve ever seen,” JerryRigEverything remarks in the iPhone 17 Pro testing video.

That backs up Apple’s own Ceramic Shield 2 video, in which a mineral tip can be seen rubbing against a Ceramic Shield 2-coated display. There’s residue left on the screen, but it’s material from that tip, as it wipes away fairly easily.

I mentioned yesterday that I try never to place my iPhones face down, to avoid scratches, and that my nearly year-old iPhone 17 Pro seemingly has not one visible scratch on the front glass. Not even a single micro abrasion I can see, even when tilting it with the display off to hunt for them. Surely Apple’s Ceramic Shield 2, which is intended to provide best-ever scratch resistance, is a factor too — and likely the biggest factor. Apple at its best.

 ★ 

What’s Huckabee Up To?

Here’s something to keep a close eye on. Mike Huckabee, who as part of Trump’s fun house diplomacy is now the US ambassador to Israel, went on Twitter yesterday and called the siege of a Palestinian family’s West Bank home by a group of Israeli settlers, a “horrific act of terror.”

Now what’s happening there is that and worse. In many ways what’s been happening in the West Bank for the last year and a half is worse than what is happening in Gaza, though the death toll is orders of magnitude less. But this isn’t Mike Huckabee. He’s one of the biggest supporters of the settler movement and the most violent and nationalistic parts of it.

So what’s up here?

My best guess is that this is coming from the Trump White House and is part of its distancing from Israel and the Netanyahu government. Indeed some of that has surfaced in the Israeli press. Huckabee’s initial tweet (there have been several follow-ups) came in response to one from a Palestinian Christian human rights advocate who claimed that the White House had intervened with the Netanyahu to seeking an explanation of why Israeli settlers had been allowed to maintain their siege for five days – especially since the owner of the home is an American citizen.

Huckabee seemed to interpret this as a claim that the White House was dissatisfied with and going around the US Embassy to demand answers from the government. Huckabee says this is a “lie” and that the embassy has been “VERY involved & the IDF & Israel Police have gone at our request to remove the Israeli terrorists doing this. The actions of those doing this to this family’s home is criminal. The WH hasn’t “intervened” because we have kept DC apprised of the situation already.”

Some of US’s attention to this must be tied to the fact that the owner of the home is a US citizen. His name is Lou Ridi and he appears to live at least part of the time in Ohio, which is where he was when the AP interviewed him for the story above. But that can’t be the only explanation. Ridi is far from the only Palestinian-American US citizen who owns property in the West Bank or lives part or all of the time there. So this isn’t the first time that something like this has happened and a US citizen is involved. The Trump White House’s shifting position on Israel generally must fit into the mix. And indeed, the leaders of the broader settler movement are also trying to distance themselves the siege at Qusra. Why? Because the conduct is particularly egregious? Because it targets an American citizen or because they don’t want to get on the wrong side of the White House? I’m not sure. It’s notable that one of the two settler leaders who denounced the siege made a point of noting that settlers organizing the siege were close politically to National Security Minister Itamar Ben-Gvir and his Otzma Yehudit party.

There are different strains in the settler movement and in his quest to remain in power Netanyahu has both shepherded into existence and allied himself with parties representing the most violence and racist elements within. That includes Ben-Gvir’s Otzma Yehudit and Bezalel Smotrich of the Religious Zionist Party.

It’s important to see how the explosion of settler violence over the last two years and especially now connects to Israel’s October elections. What’s happening and the way it’s being allowed to happen is to a great degree electoral. Radical settler parties play a dominant role in Netanyahu’s narrow coalition and he needs to keep them happy and pumped for the election. Those same parties can reasonably see that they might not have this kind of power again for a long time. So there’s a huge push to make as much progress on their goals in the West Bank as they can while they remain in power.

The Economics of a Shrinking World

From Jesus Fernandez-Villaverde and Patrick Norrick:

As of 2026, humanity is likely below replacement fertility. That has never happened before, not in wars or pandemics. But the real surprise is that the fall has been concentrated in low- and middle-income countries and among poorer and less educated women. We fit a single-factor model to 236 countries since 1950: the common component peaked in 1978, and what drives fertility down today are country-specific trends, 219 of them negative and not one leveling off. None of the commonly cited mechanisms can account for this pattern, so we offer a conjecture: modernity itself, which makes a third child expensive and childlessness cheap. Children come in integers, so it takes very little to move a cohort’s fertility rate from 1.8 to 1.3. And nothing in an economy pushes fertility back to 2.1. We close with the main economic consequences, in particular slow growth.

When I read “The estimated common factor peaks in 1978 and has been declining since.” I do think of birth control, however, albeit with lags.  The actual availability of birth control, all economic and social constraints considered, is a lot more fraught and difficult than some of the more superficial accounts might indicate.

The post The Economics of a Shrinking World appeared first on Marginal REVOLUTION.

       

Comments

 

Intergenerational mobility of immigrants in 15 destination countries

We estimate intergenerational mobility of children of immigrants in fifteen receiving countries. Children of immigrants have somewhat lower income than children of local-born parents. Around half of this gap can be explained by differences in parental income, with the remainder due to differences in mobility parameters. The daughters of immigrants enjoy higher absolute mobility than daughters of locals in most destinations. Absolute mobility of sons of immigrants is higher outside Europe and lower in Europe compared to sons of locals. Cross-country differences in absolute mobility are not driven by parental country-of-origin, but instead by destination labor markets and immigration policy.

Here is the paper, by Leah Boustan, et.al.  Via the excellent Samir Varma.

The post Intergenerational mobility of immigrants in 15 destination countries appeared first on Marginal REVOLUTION.

       

Comments

Related Stories

 

When Japan buys yen, it unwinds a dangerous trade

The world’s biggest carry trader begins to exit its position

Is China’s debt-bomb squad about to blow up?

Firms tasked with defusing credit crises are getting into trouble

Can Singapore ever build a proper stock market?

The city-state wants to fill a hole in its financial portfolio

Space Command expands Alabama footprint as headquarters relocation advances

More than 100 personnel have already relocated to Redstone Arsenal as construction of billion-dollar Space Command facility is set to begin

The post Space Command expands Alabama footprint as headquarters relocation advances appeared first on SpaceNews.

An optical link ‘internet’ to connect networks in space

In this episode, David Ariosto speaks with John Mackey, CEO, co-founder and director of Mbryonics. They discuss building optical links for satellites and other space infrastructure, and what it would […]

The post An optical link ‘internet’ to connect networks in space appeared first on SpaceNews.

Maritime Satellite Service Revenues to Reach $3.79 Billion by 2035 as NGSO Reshapes Maritime Connectivity

Novaspace logo

Paris, France | July 2026 — The maritime satellite communications market is entering a new phase of growth as next-generation satellite networks transform connectivity at sea. According to Novaspace’s newly […]

The post Maritime Satellite Service Revenues to Reach $3.79 Billion by 2035 as NGSO Reshapes Maritime Connectivity appeared first on SpaceNews.

Paragon lays off staff after Gateway cancellation

Northrop Grumman HALO module

A subcontractor for a module that was being developed for NASA’s lunar Gateway has laid off 70 people after NASA halted work on the program.

The post Paragon lays off staff after Gateway cancellation appeared first on SpaceNews.

Astranis unveils geostationary surveillance satellite

The spacecraft is designed to inspect, track and maneuver around satellites in geostationary orbit

The post Astranis unveils geostationary surveillance satellite appeared first on SpaceNews.

CesiumAstro buys semiconductor specialist to boost constellation plans

CesiumAstro is acquiring semiconductor specialist Jariet Technologies, adding more in-house capabilities behind the phased-array antenna specialist’s plans for a future communications constellation.

The post CesiumAstro buys semiconductor specialist to boost constellation plans appeared first on SpaceNews.

Space Force awards five companies $60 million for multi-vendor satellite network tests

Amazon Leo, Lockheed Martin, Northrop Grumman, Rocket Lab and York Space will prototype and test connections to the SpaceX-built data network backbone

The post Space Force awards five companies $60 million for multi-vendor satellite network tests appeared first on SpaceNews.

A Sunflower’s View of Totality

A composite photo shows the Sun at several times and locations during the progression of a total solar eclipse. The Sun’s path descends diagonally from the top left across a dimmed sky, with a field of sunflowers in the foreground.
A composite image shows the progression of a total solar eclipse over San Millán de los Caballeros, Spain, on August 12, 2026.

Skywatchers across a swath of northern Spain witnessed a total solar eclipse when the Moon lined up directly between the Sun and Earth on August 12, 2026. Those within the path of totality had the rare chance to glimpse the Sun’s active outer atmosphere, or corona, during the short time the Moon blocked the Sun.

This composite photo was taken before, during, and after the total eclipse from a field of appropriately themed flowers in San Millán de los Caballeros, a town about 40 kilometers (25 miles) south of León in northwestern Spain. Along with parts of Greenland and Iceland, Northern Spain was one of the few places on land that fell within this eclipse’s path of totality.

Sunset was approaching when the Moon’s shadow, or umbra, swept across Spain. In León, the partial eclipse began at 7:32 p.m. and ended at 9:22 p.m. local time, just minutes before the Sun dipped below the horizon. Totality lasted about two minutes, starting at 8:28 p.m. Farther east in Spain, the Sun set before the eclipse ended.

A ring of bright light shines from behind the Moon, which appears as a black circle, during a total solar eclipse.
A total solar eclipse is seen from San Millán de los Caballeros, Spain, on August 12, 2026.

In the photo above, taken during totality, a glowing loop of plasma called a solar prominence is visible extending into the corona on the left. Plasma, a super-hot gas composed mostly of ionized hydrogen and helium, flows along the tangled and twisted structure of the Sun’s magnetic fields. Solar prominences, which can measure many times higher than Earth is wide, are sometimes visible to the naked eye during eclipses.

Solar eclipses offer NASA the opportunity to get a different look at the Sun and our own atmosphere. On August 12, science teams staged in Iceland to chase the Moon’s shadow in one of NASA’s WB-57 high-altitude jets and image the corona in visible and infrared light. And the NASA-supported Nationwide Eclipse Ballooning Project launched scientific balloons before, during, and after the eclipse to measure how Earth’s atmosphere changed when the Sun was temporarily blocked.

While viewing opportunities in the path of totality were limited, the rest of Europe and parts of Africa, Canada, and the U.S. experienced a partial eclipse. Photos and video from the total and partial eclipse are available in NASA’s image library. The next total solar eclipse will occur on August 2, 2027, with the path of totality crossing southern Spain, North Africa, Saudi Arabia, and Yemen. 

NASA photos by Bill Ingalls. Story by Lindsey Doermann.

References & Resources

You may also be interested in:

Stay up-to-date with the latest content from NASA as we explore the universe and discover more about our home planet.

Stops Along the Path of Totality
3 min read

Western Iceland and northern Spain are among the few Northern Hemisphere locations experiencing a total solar eclipse on August 12,…

Article
A Moonlit Earth as Seen From Artemis II
4 min read

An astronaut’s photo, taken en route to the Moon, reveals our planet and its place in space in a novel…

Article
Earthset From the Lunar Far Side
2 min read

The crew of NASA’s Artemis II mission captured extraordinary images of our home planet during their journey around the far…

Article

The post A Sunflower’s View of Totality appeared first on NASA Science.

August 12, 2026

In Minnesota yesterday, close Trump ally Mike Lindell, the former chief executive officer of MyPillow, lost the Republican primary for governor to Republican state house speaker Lisa Demuth. This loss comes after Trump ally Representative Andy Ogles lost his primary in Tennessee. As Andrew Howard of Politico noted, Trump had endorsed both of them.

Trump continues to insist that voters are angry not at him, but at Republicans for not passing the measures he demands. But a new Economist/YouGov poll released yesterday found Trump’s job approval ratings dropping even further than the numbers the same poll had shown the previous week, with only 33% of Americans approving of his performance.

As Margie Cullen of the USA Today network reports, 60% of Americans think the president is “not honest and trustworthy,” and 69% feel that things in the country these days are “out of control.” Fifty-three percent of those polled think Trump is too old to be president.

Dr. Jonathan Reiner, Vice President Dick Cheney’s former cardiologist, shares that concern. In a New York Times op-ed today, he noted that the president “has not looked well” at times this year. His hands are bruised, his ankles are swollen, and he struggles to stay awake. Reiner listed a number of questions the White House should address to reassure Americans that Trump is able to perform the duties of the presidency.

“[T]he United States does not have a king,” Reiner wrote. “In a representative democracy, the people must have confidence in the health of their leader, and in the leader’s capacity to guide the nation. We have been kept in the dark too long.”

As if to underscore Reiner’s concerns, Trump appeared to be asleep at a White House event yesterday.

The Iran war appears to have undercut Trump’s power internationally, as well.

At 10:31 this morning, Trump posted: “ The U.S.A. has total control over the Strait of Hormuz. I THINK WE WILL KEEP IT! Our Naval Blockade is being called, by everyone, ‘A WALL OF STEEL,’ and there is nothing Iran can do about it. They have no Navy, they have no Air Force, their remaining soldiers are unpaid, the IRGC is decimated and fleeing, and their ‘Leadership’ is uncertain, at best! They have No Money—Their country is ‘shot.’ All they have is FAKE NEWS and 300% INFLATION, and getting worse! Iran is all talk and no action, the Bully of the Middle East No Longer. Praise be to Allah!”

In fact, Reuters reported that in the last week, about a single ship a day has passed through the strait. The prewar number was about 130 a day.

National security reporter David Rothkopf wrote: “The man who cowered hiding from the Iranians in a catering truck and who has personally done more to increase Iran’s strategic influence than anyone in its own government ever has, is now blathering nonsense via social media. The world sees him more as an impotent fool today than ever before.”

Trump’s inability to end his war on Iran has eroded U.S. credibility in the Middle East. Yesterday, Daniella Cheslow, Nahal Toosi, Phelim Kine, and Giselle Ruhiyyih Ewing of Politico reported that Israeli prime minister Benjamin Netanyahu’s public rejection of Trump’s Board of Peace plan for Gaza is also undermining allies’ faith in the ability of the U.S. to influence conditions and events in the Middle East. Netanyahu’s defiance of Trump appears to show that the U.S. no longer has leverage to impose its will on the region.

Referring to the Board of Peace that Trump has supported as an alternative to the United Nations, Zaha Hassan of the Carnegie Endowment for International Peace told the journalists: “It’s really a Trump personal enterprise. So if it can’t get Israel to stand down in Gaza, to withdraw, to allow the Board of Peace to do its work, how can any other regional actor believe that the U.S. can restrain Israel in their neighborhood?”

As his popularity slumps, Trump appears to be collapsing his circle to those close to him personally. The scandal that Trump secretly used a small plane to leave Türkiye for Britain after credible Iranian threats of assassination, leaving journalists and White House staffers to act as a decoy, has provided a crystal clear view of the president. As writer and cartoonist Liza Donnelly summed it up in her Seeing Things: “To Save Himself, Trump Endangered Others.”

The choice of who left the decoy plane to travel with Trump also revealed that Trump opted to protect his loyal aides rather than any cabinet officials, prizing loyalists over members of the government. Dan Lamothe and Cat Zakrzewski of the Washington Post reported today that Trump left Secretary of State Marco Rubio behind on the decoy plane but took with him White House deputy chief of staff Dan Scavino, executive assistant Natalie Harp, and director of Oval Office operations Walt Nauta.

The journalists report that Scavino, Harp, and Nauta worked for Trump at Mar-a-Lago in between his presidencies after others distanced themselves. Nauta was indicted on six felony counts, including taking part in a conspiracy to obstruct justice, after allegedly helping Trump hide the classified documents he retained after leaving the White House.

Also traveling with the president was Defense Secretary Pete Hegseth, who cheered on Trump’s attack on Iran. Although Hegseth apparently retains Trump’s approval, Natalie Oliverio of Military Times reported yesterday that repeated extension of their tours of duty to more than 8 months while the condition of their ship has deteriorated, with broken showers and little food, has led sailors from the USS Abraham Lincoln to self-harm, including attempts to jump from the 60-foot-high deck. More than 200 family members have raised concerns about sailors’ mental health, exhaustion, and safety with Navy officials.

With Trump slipping both politically and personally, there is a frantic feeling in the air as members of the Trump administration and their allies appear to be trying to grab all they can before the midterm elections.

Today Jonathan O’Connell and Sarah Blaskey of the Washington Post reported that the renovations Trump is making to the White House campus will cost at least $927 million, with that money coming primarily from taxpayers. The administration has bypassed Congress to find the funding by channeling money from other agencies and private donors and sending it to an account typically used for routine maintenance.

On Sunday, reporter Scott MacFarlane of MacFarlane News reported that more than $323 million has been funneled from the National Park Service to Trump’s vanity projects on the White House grounds, even as Trump’s own Interior Secretary, Doug Burgum, estimates a $30 billion backlog of deferred maintenance in the parks themselves. MacFarlane notes that the number is a nearly 5,000% (not a typo) increase over the $7.5 million spent at the White House in 2024, the last year of Joe Biden’s presidency.

Another $100 million has been allotted to the National Mall this year. The $423 million allocated this year for projects at the White House and the National Mall is more money than had been allotted to Yosemite, Grand Canyon, Grand Teton, Mammoth Cave, Zion, and Joshua Tree National Parks, Golden Gate National Recreation Area, and the Statue of Liberty complex combined.

Outdoor writer Wes Siler of Wes Siler’s Newsletter reported on Monday that House Democrats Jared Huffman of California, the top-ranking Democrat on the House Natural Resources Committee, and Maxine Dexter of Oregon, the top Democrat on the Subcommittee on Oversight and Investigations, are launching an investigation into possible insider trading over Trump’s 90% reduction of the national monuments Bears Ears and Grand Staircase–Escalante.

Huffman and Dexter wrote to Ross Bhappu, president and chief executive officer of Energy Fuels, noting that Bhappu and board chair Bruce Hansen bought the largest amount of company stock purchased by an insider in the company’s history just days before Trump’s announcement. That announcement opened almost 3 million acres of federal land to uranium mining that would benefit Energy Fuels, just as the company had been asking for since Trump’s first term in office.

Energy Fuels is a giant Canadian mining conglomerate whose leadership has boasted to investors about its close ties to the Trump administration. Huffman and Dexter noted that it has also received a $725 million loan from the Department of Defense to expand a uranium-processing facility near Bears Ears National Monument.

That mill, Huffman and Dexter point out, “has become a radioactive dumping ground, taking in waste from Superfund sites, the Manhattan Project, and even foreign countries, all while storing more than 700 million pounds of toxic material in outdated, single-liner pits that threaten nearby tribal communities and groundwater. Americans are rightfully outraged that spills have occurred along a school bus route and that the mill continues emitting radon and other dangerous pollutants linked to lung cancer, all without modern safeguards or meaningful transparency.”

Trump loyalists are not accepting Trump’s weakening position without a fight. Today, journalists like Sarah Davis of The Hill reported that Mike Lindell, who lost the primary by more than 10 percentage points, is refusing to concede. He claims his team is investigating irregularities in the vote totals.

Representative Ted Lieu ridiculed Lindell’s echo of the claims he and Trump had made about the 2020 election. “Many people say Venezuela rigged the election against Mike Lindell because they don’t like his pillows,” Lieu wrote. “Never seen anything like it.”

Notes:

https://www.politico.com/live-updates/2026/08/11/wisconsin-minnesota-south-carolina-connecticut-elections/mike-lindell-trump-endorsements-midterms-01035026

https://thehill.com/homenews/senate/6021361-gop-senators-thune-trump/

https://www.cnn.com/2026/08/07/politics/trump-midterms-gop-voters-republicans

https://thehill.com/homenews/campaign/6024359-mike-lindell-minnesota-gop-governor-primary-loss-refusal-to-concede/

https://www.providencejournal.com/story/news/politics/2026/08/12/trump-approval-hits-another-record-low-see-4-new-polls/91270057007/

https://www.nytimes.com/2026/08/12/opinion/trump-health-questions.html?smid=nytcore-ios-share

https://www.cbsnews.com/live-updates/iran-war-us-donald-trump-strait-hormuz-traffic-falls-houthis-kill-red-sea/

Seeing Things
To Save Himself, Trump Endangered Others
By now, I am sure you have heard about Trump’s elaborate deception…
Read more

https://www.npr.org/2023/07/06/1186052042/walt-nauta-plea-donald-trump-indictment

https://www.washingtonpost.com/politics/2026/08/12/close-trump-aides-no-cabinet-officials-made-secret-catering-truck-move/

https://www.politico.com/news/2026/08/11/americas-allies-doubt-us-negotiating-tactics-in-israel-after-netanyahu-rejected-peace-plan-01034498

https://www.durangoherald.com/articles/news/uranium-firm-sought-access-to-bears-ears-documents-say/

Wes Siler’s Newsletter
National Monument Reduction Was An Inside Job
Democrats in the House of Representatives are launching an investigation into whether two American executives at Canadian mining firm Energy Fuels engaged in insider trading in the days before the July 13 announcement that Bears Ears and Grand-Staircase National Monuments would have their boundaries reduced by over 90 percent…
Read more

https://democrats-naturalresources.house.gov/imo/media/doc/2026-08-10_jh_and_md_letter_to_energy_fuels_re_bears_ears_insider_trading.pdf

https://www.militarytimes.com/news/your-military/2026/08/11/multiple-uss-abraham-lincoln-sailors-have-tried-to-go-overboard-amid-extended-deployment-families-say/

Scott MacFarlane Reports
Trump Turns National Parks into Piggybank
There are enormous canyons…
Read more

https://www.washingtonpost.com/investigations/2026/08/12/trump-administration-set-spend-least-900-million-white-house-construction/

Trump’s Truth:

statuses/40758

X:

tedlieu/status/2087406754334413040

MikeLevin/status/2086905931531427933

Bluesky:

ronfilipkowski.bsky.social/post/3msuwzjoz2223

atrupar.com/post/3msqsn334tb22

djrothkopf.bsky.social/post/3msvhdp6los2u

us.theguardian.com/post/3msvk3us2f22c

Share

Politics Chat, August 12, 2026

Politics Chat, August 13, 2026

Out of Control

Politics Chat, August 13, 2026

Politics Chat, August 12, 2026

"Who else is going to do this job?"

Arianna Barrios. August 5, 2026. L’Orange Cafe. Orange, California.

So I met Arianna Barrios last week at L’Orange Cafe in Orange, and much like the downtown of her mini-metropolis, the veteran City Council member and mayoral candidate has a comfortable mojo about her.

She curses, though not excessively. Speaks with her hands to emphasize points. Laughs easily, spins a good yarn, refrains for spewing excessive shit talk about opponents. In many ways, she feels like the species of political figure we need to rediscover in these bitter times: Namely, she’s (gasp!) agreeable.

Barrios is running for mayor against Dan Slater, the incumbent and a man she once supported. And while she insists it’s nothing personal (“I like Dan”), that’s not entirely true. To Barrios, Orange is personal. Unlike most of us, who visit, grab a drink, shop for antiques, then drive off, this is her home. Which, via Barrios’ eyes, is on the verge of serious trouble. For Orange, Barrios is plagued the parallel problems of a looming economic tsunami and a mayor who knows not what to do about it. “That,” she says, “is why I’m running.”

One can visit Barrios’ website here, and donate to her campaign here.

Ladies and gents—Arianna Barrios …

JEFF PEARLMAN: “So, you’re running for mayor …”

ARIANNA BARRIOS: “I am.”

JEFF PEARLMAN: “And is that fine and dandy with your people?”

ARIANNA BARRIOS: I would say my husband would prefer I would’ve been done, because that was our plan. I was going to be done, this was going to be the end, and instead I will now be running against an incumbent mayor …”

JEFF PEARLMAN: “So why do it?”

ARIANNA BARRIOS: Because I think the city as a whole has gotten way far off track. You probably haven’t been following all this, but the city has been in fiscal instability and free fall for years. This year we’re going to be on our second go for a sales tax measure, and I’m really worried. I had to think honestly about, if the sales tax passes, do I trust the current council configuration to do the right thing with the money? And if we don’t get the money, do I trust them to handle what that’s going to look like on the flip side?

“And it’s arrogance on my part. I own that. But I don’t think there are enough people right now saying, ‘Cliff, cliff, cliff!’ What are we going to do about that? How are we going to handle that?” There is no plan B. And how do you go into such a situation and not have a plan B?" It just boggles my mind.”

JEFF PEARLMAN: “Wait, so when you say we’re about to fall off a cliff, break it down. Why is Orange about to fall off a cliff?”

ARIANNA BARRIOS: “So over the years, we have flipped upside down from what we used to be in terms of our tax revenue. So it used to be like most cities, in that you would see a a financial situation that was guided and really run by sales tax. And that has changed. Now it’s guided by property tax. So when you do that, property tax here is very limited in terms of its growth. So you either have to go ‘Build, build, build, build!’ to increase that base, or you have to balance it out and find new ways of economic development. And Orange, unfortunately, for decades has been very, very slow or very, very bad at doing economic development. In addition, when you look at how our finances were handled or reported from just six years ago when I first came into the council … and I will tell you this, when I first got on the council, I thought I was stupid.

“I would come home and tell my husband, ‘I just must be the dumbest person on the planet. I don’t understand these budgets. They don’t make any sense.’ Now mind you, I had been on the community college board where we were dealing with budgets three times the size of the city. And I didn’t have any problem with that. But this, I couldn’t understand. And about six months to a year after being on the council, my very first go, I realized it wasn’t me. And my other colleague, Ana Gutierrez—we would just sit and just go, ‘It’s not us. Something’s really wrong.’ Well, things were being papered over. It was robbing Peter to pay Paul. It was basically a shell game to look like everything was fine. And it wasn’t fine. The structural deficits were huge and they were growing every year. We had gone out and gotten a brand new, fancy, beautiful firehouse, but all that was done under bonds.

“We had covered over all of our pension obligations, the ones that were unfunded, by doing more bonds. And it was just perpetuating that previous councils were not willing to really look at the situation in the face and say, ‘How do we change? We need a different trajectory.’ Growing numbers of employees, growing numbers of pensions, because you still have tons of pensions, you still have that.

Raising her voice as a wee one way back when.

JEFF PEARLMAN: “I’m going to ask you a dumb question. Why is it wrong? Why was it misguided to use bonds to fund a new firehouse?”

ARIANNA BARRIOS: It might not have been had we been otherwise fiscally healthy, but we weren’t fiscally healthy. And for example, and I credit Council Member Dumitru with this, is that when they asked us to do the bonds for the pensions, they really hid this fact that they were asking us to also change what the mandatory minimum would be for our catastrophic reserves. And so those were changed and whittled down. And that’s problematic. I mean, that should have been really clear. It should have been really upfront. And instead it was just kind of like, ‘No, we’re not going to talk about that.’

JEFF PEARLMAN: “Even the people on the city council who you probably vehemently disagree with, they are human beings who live here in the city and probably want the best for the city. So why do you feel like they would behave so recklessly?”

ARIANNA BARRIOS: “I’m not sure that reckless is the right word. I just see the same pattern starting over again as when I first got on the council. And I had such high hopes when I first got on that we would be moving away from those old patterns. But I see them happening again. So I see this consolidation of power and ideas that were just, they’re old ideas. I’ll give you an example. So when we were passing the budget for this year, knowing that we were going to go off for a sales tax again, and knowing that that may or may not pass, nobody was asking the question about, again, what is the plan B? We’re passing this budget. We’re once again deficit spending to do it. We’re taking money out of our reserves to do it. So what is the plan B? If we don’t get this tax money, we know that in three to four years we will be insolvent.

“We should be passing two budgets, actually. One if the sales tax passes and one if it doesn’t. And what you can point to right now is Long Beach. Long Beach is, their deficit I think is somewhere around $14 million. They’re cutting people left and right. They’re cutting people, they’re cutting services, they’re cutting public safety. I mean, it’s terrifying, but it’s what has to be done. And people should know that. We should be utterly transparent with people about what it would mean.”

JEFF PEARLMAN: “You feel like Long Beach is the potential ghost of Orange future?”

ARIANNA BARRIOS: Yeah, I honestly do. And it terrifies me. And the first question my husband asks is, ‘Why in the hell would you want to do this job if you don’t think the sales tax is going to pass?’ I’m like, ‘Because who else is going to do this job?’ Someone has to stand up and say, ‘All right, I have a plan. It won’t be pretty and it won’t be easy, but someone has to step up and say it. It’s what’s right to do. We have to be honest with people. We have to tell them what they’re going to go through.’

“I look at it as like … I’m a huge student of history. I used to work at the Nixon Library—a place I love. And what my 1960s parents told me about Nixon was not the same as being there and saying, ‘Oh, I didn’t know he also did Medicare and helped on busing and I did the EPA.’ I didn’t know any of that. So it was just a great experience and it just taught me that you never know. You never know the whole story until you dig into it out and find the whole story. So I look at it very much like when you look at a Roosevelt and how he was just really honest with people. So I’m being honest—it’s going to hurt. It’s not going to be pleasant, but we’re going to get through it together. And here’s the trajectory and how we come out the other side.”

JEFF PEARLMAN: “Wait, so who are you saying that to? Like you’re saying, ‘We’re going to do this together, blah, blah, blah, blah.’ Who are you saying that to?”

ARIANNA BARRIOS: Whoever will listen.”

JEFF PEARLMAN: “Are people listening?”

ARIANNA BARRIOS: They’re starting to. So, I mean, I came late to this. I wasn’t sure I was going to run. I was really just like, ‘Oh, do I do this? Do I not do this?’ And the current mayor, Dan Slater, I’ve known him most of my life. There was nobody who was a bigger, stronger supporter when he first said he was going to run. I mean, I think I was one of the first people he came to and asked for support and help when he ran in 2022. And when I gave my support and help, I was all in, 100 percent. I worked my ass off to make sure that everything that could be done was done to help him get elected.

JEFF PEARLMAN: “And now you’re running against him. What changed?”

ARIANNA BARRIOS: Four years later, there are some broken promises, which really disappointed me. I see a realignment to kind of the old establishment, the old boys network in town. And I was like, that’s not what I fought for. And you couple all that with what’s happening nationally. And it bothers me. It bothered me so much that I just was ripping my hair out, that there wasn’t this understanding that people are in trouble. There are people in trouble. I mean, I have gone with residents to immigration court. I have seen ICE raids in our city. You can’t ignore that. You just can’t. I mean, I guess you can ignore it. Some people do. But the lack of humanity and sympathy for that, coupled with everything else that we’re going through locally, hyper-locally, it all kind of mirrored each other. And I think at the end of the day, whether I win or lose, it doesn’t matter to me.

“What matters to me is that people have a choice and that people hear the truth.

JEFF PEARLMAN: “How many conversations have you had with Dan Slater about you running for mayor?”

ARIANNA BARRIOS: Not one.”

JEFF PEARLMAN: “Oh.”

ARIANNA BARRIOS: I went to him back in January and sat down and talked to him because I was really honest. And most people who know me know I’m painfully honest, mostly to my detriment. And I sat down and talked with him and I just told him where things were going, what things were bothering me, what I was concerned about. And not everyone’s going to have the same level of concern or passion about things. I get that. I’m not insane. But just the unrealistic element of like, ‘Oh, is that really happening?’ Yeah, it’s really happening. Do we care? Do we not care? What are we doing? And I just told him that I couldn’t support him this time around. My colleague, Ana Gutierrez, is also not supporting him this time around.”

JEFF PEARLMAN: “Is he pissed?”

ARIANNA BARRIOS: I think he understood at the time how important these things for me were because, just as an aside, my grandparents fought tooth and nail, not unlike I fight for things that I’m passionate about, but fought tooth and nail to end school segregation in Orange County. I didn’t even know that until I was an adult. And once I heard about it, met with historians who followed it, and I was just like, ‘Holy cow, how brave for them to do those things.’ And nowadays we’re called to that same kind of bravery. And there are people who have no other voice, who have no one else to stand for them.”

JEFF PEARLMAN: “Do you think in a fairly conservative, fairly white, fairly older town like Orange, it is tough for this kind of message to resonate? Most of these people have money. Am I wrong?”

ARIANNA BARRIOS: I think that’s a misnomer. So when I started first running 10 years ago, goodness, that was exactly what Orange was and had always been. Orange is a very conservative town. Orange is not that town anymore. When you look at the voter registration, Orange is now approximately a third, a third, a third. Republican, Democrat, Independent. So the Democrats are just pissed everywhere. And everybody knows this. So the city has changed dramatically from just 10 years ago, from even five years ago. So when you look at that, I mean, the No Kings events here in the city had over 3,000 people show up.”

JEFF PEARLMAN: Do you view yourself as an underdog?”

ARIANNA BARRIOS: “Oh, absolutely. Yeah. I mean, I’ve been able to mostly self-fund in my past campaigns, so I’m not going to be able to do that this time. I am not going to be taking a lot of corporate money. I’ve already sworn off many options. No developers, no real estate money. I’m going to be very weary of any PACs. But yeah, it’s going to be a very grassroots, very boots on the ground, a very different kind of campaign. I’m not going to be doing 10 mail pieces. I have a very different strategy lined up for this one.”

JEFF PEARLMAN: “How would you describe your strategy?”

ARIANNA BARRIOS: “I describe my strategy as hold the middle and unite the left. Because that, again, in a third, a third, a third environment, if I stay the middle—which is where I sit—I believe there are things we can accomplish together.”

JEFF PEARLMAN: “If you were running in, I don’t know, Trenton, New Jersey or Youngstown, Ohio, you could look around and you could be like, ‘Look! Dilapidated buildings!’ or you could be like, ‘These streets are falling apart!’ But when one comes to Orange, it’s a beautiful town with orange trees and a cool downtown and a kind of thriving business approach. Is it hard to get people to be aware that the underbelly of problems the city has when it looks so pretty?”

ARIANNA BARRIOS: “Do you mean before or after we had a gunshot murder in our biggest park, Hart Park, in broad daylight where hundreds of families, children are in the park? No, it’s not hard to show them that there’s the underbelly. Is it hard when you have businesses who call me to complain because there are homeless people sleeping in their doorways and pissing on their front doors?”

JEFF PEARLMAN: “Is homelessness a big problem here?”

ARIANNA BARRIOS: “Homelessness overall throughout the entire county has gone down by a lot. And the numbers in Orange have gone down by a lot. Where it hasn’t gone down is Hart Park along the riverbed and in the plaza. And the current group of homeless that we now see … so, we have the people we all know that have been here for decades and they’re harmless, sad and they deserve our sympathy. But what we’re seeing over the last six months is a very rough influx. And they’re just gravitating here because they don’t think we’re going to enforce. And we need to enforce.”

JEFF PEARLMAN: “What does that mean? Enforce? Like, in what way?”

ARIANNA BARRIOS: “It means that we have so many resources in Orange. We have the Hub OC that offers nothing but services, referrals. We can get you a bus ticket in an hour to send you back home and reunite you with your family. We can get you into Be Well OC, which right here in Orange is the crown jewel of mental health services for the entire county. We can take you right over there. You can get rehab, you can get mental health services. You can stay in-house for. It used to be that people would be sent to jail and that’s how they get cleaned up. We actually have something where you don’t have to go to jail, but you get what you need in order to clean up. That’s what I mean when I say we can be compassionate.

“But if you’re going to carry guns and do drugs in our parks? No, I’m sorry. You got to go. You got to go. And I have no qualms about that because I don’t mess around when it comes to kids. And that’s something where we need to try something different. It’s like, can we just try something different? And that could mean a joint operation with Santa Ana Police. Because what happens is you go to the 22 Freeway, they do an enforcement that pushes them all over here. We do an enforcement, it pushes them all over there. We both need to do enforcement together and squeeze it all out like a zip. And just end it. Let’s just deal with the problem head on. And there’s no reason why we can’t do that. Absolutely none.

“So you say it all looks really cute here. There are massage parlors everywhere. When I first started asking about it, we were like at 60 and now we’re at 90. It’s like, what is happening? And if you go on that horrible app, Rubhub, it’s all there.”

JEFF PEARLMAN: “Wait. Did you just say Rubhub?”

ARIANNA BARRIOS: “There is an app called RubHub.”

JEFF PEARLMAN: “Ohhhh. When you say ‘massage,’ you mean happy ending massage?”

ARIANNA BARRIOS: “Ha. Yes. And there are 90 something of them. People come here to buy sexual acts.”

JEFF PEARLMAN: “You also have some amazing coffee shops.”

ARIANNA BARRIOS: “Two things can be true.”

JEFF PEARLMAN: “Do you feel like we’re going to look back 10, whatever, 15, 20 years from now at this period in history and we’re going to be like, ‘That was the beginning of the end of America’s we knew it? Or are we going to look back and think, that was a really fucked up period in America, but we somehow survived?’”

ARIANNA BARRIOS: “So I talk, I’m very close to Congressman Lou Correa. He sits on the Homeland Security Committee in DC and he said something the other day. I was at an event with him and he just whispered in my ear and he’s like, ‘We need to be prepared for Election Day.’ He’s like, ‘And we need to talk about this.’ I mean, that was like, four days ago, and it’s like, ‘Oh, okay, what do you mean? What is coming?’ And I do think those aren’t existential threats. Those are real threats. And when Mr. Barranco, who was the first—that was the story of the gardener who was beaten—and it was the first national news story about what was happening with immigration. He was from here in Orange and his family all lives in Orange. And I went with his sons to his hearing out in Adelanto—the most depressing place I’ve ever been.

“The fact of the matter is the United States of America now has concentration camps all over the country. And we are holding people without due process. I mean, that is terrifying. And I really worry that my father, who loves nothing better than to come down to the plaza and sit and have a cigar and just be an old man … that someone will hassle him. Someone will ask for his papers and ask, ‘You look Mexican? Are you even American? Do you belong here?’ I mean, that we’re even asking the questions is beyond me.

JEFF PEARLMAN: “You’re here in this conservative town and you serve with conservative board members. Why do you think these people are okay with Trump?

ARIANNA BARRIOS: “I think secretly a lot of them aren’t, honestly. I think when you think about the hardcore MAGA Trump people, I don’t think they’re all that anymore. When you look at the national numbers, you’re looking at about 27 percent, 29 percent. As I’ve talked to my colleagues, I think I can see where the line is. So some of them, I think, yeah, they’re out. And others, sadly, are all in. Like, all in.

“And this is true everywhere. They like the cruelty or they think it’s somehow going to be cleansing or they’re just deluded that it will never hit them. But I talked to others of them and I think they now see it as a much more dangerous time. And I think there was a lot of change after the deaths of Alex Pretti and Renee Good. It was so graphic. It was so in your face. You couldn’t get away from it. And it was terrifying.

“But I’m angry and inspired. I believe in the fight. I just strongly believe that if you have the gall to stand up—because it takes a lot of gall to stand up and say, ‘I want to represent people’—you better be damn sure that you’re willing to represent all people. That is the rule. I turned in my paperwork the other day and for probably the 20th time of my life, I had to raise my hand and say the oath. And that oath is amazing. I still get chills about it. And I think that’s the same oath that George Washington took, that Abe Lincoln took, that Richard Nixon took. It means something. It means not backing down.”

JEFF PEARLMAN: “Do you think you’ll win?”

ARIANNA BARRIOS: “I’m going to do my damnedest. And like I said, if nothing else, it gives people a choice and people deserve a choice. So let’s get after it.”

#TOC#

Make Democrats Democrats Again

Recently, there has been a spate of mainstream Democrats pooh-poohing the progressives and warning that they threaten this fall’s widely expected blue wave in the midterm elections.

Mark Penn and Andrew Stein were on the op-ed page of the Wall Street Journal a few weeks ago claiming gains by leftists as “a 911 call for the Democratic Party and America.” Penn, pollster, and Stein, New York City Council president 33 years ago, are ideal WSJ Democrats, which is to say, Republicans-lite. Thomas Edsall was in the New York Times saying the socialists “threaten to limit potential center-left gains in voting in the midterms.”

And just this week, the Times was absolutely giddy over a razor-thin 0.47-percentage point victory—3,500 votes out of almost 800,000 cast—by “moderate” David Crowlkey over his democratic socialist rival Francesca Hong. Neither candidate broke the 40% mark.

But the problem the Democrats have isn’t with the leftier wing of the party. No, it’s the right wing, the so-called “moderates” who abandoned the party’s long-term policy goals 30 years ago. It was Jesse Jackson who, rightly, diagnosed the problem in the 1988 Democratic presidential debates. He said his opponents—who included Al Gore, Gary Hart, Richard Gephardt and the eventual nominee, hapless and hopelessly bland Mike Dukakis—were all talking about “managing Reagnomics” rather than rolling it back. The managers have been in charge ever since.

Starting with Bill Clinton’s presidency in the 1990s, the mainstream of the party moved so far to the right as to become unrecognizable as the party that dominated the government for 50 years. It’s been nearly that long since Ronald Reagan was elected president, and Reaganomics became the foundational philosophy of both political parties.

Here’s a distillation of the core policy goals of the Democratic Socialists of America. Is there anything here that any working-class Democrat of the 1930s, 40s, 50s, 60s, 70s and 80s would disagree with? Clinton moved the party to the right, and it lost its hold on the white working class because it abandoned the economic goals of the workers and left it to the Republicans to replace them with fake “social” issues. Look at this list and tell me what any proud Roosevelt-Truman-Kennedy-Johnson-Carter Democrat would object to:

  • Universal Public Services: Implementing a single-payer Medicare for All system, making higher education tuition-free, canceling all student debt and expanding free universal child care.
  • Labor and Workplace Democracy: Expanding labor union rights, raising the minimum wage and instituting a 32-hour workweek without a reduction in pay.
  • Housing Justice: Establishing universal rent control and expanding massive public investments into multi-income “social housing” to treat housing as a human right.
  • Climate Policy: Enacting a Green New Deal to transition the United States to a 100% renewable energy economy while guaranteeing jobs for displaced workers.
  • Racial and Social Equity: Defunding traditional police structures in favor of community reinvestment, and eliminating systemic oppression based on race, gender and sexuality.
  • Democracy and Foreign Policy: Eliminating corporate influence in politics through publicly funded elections and reducing the U.S. military footprint overseas.

While Americans may be spooked by the term “socialist,” the policy goals of the Democratic Socialists and the progressive wing of the Democratic Party were fundamental Democratic positions through most of the 20th century. The objections to the left-leaning policies have far more to do with the label than the objectives.

If the Democrats seriously want to win Congress this year and the White House in 2028, the moderates better get with on the left side of history and become Democrats again.


“FREEDOM OF THE PRESS IS NOT JUST IMPORTANT TO DEMOCRACY, IT IS DEMOCRACY.” – Walter Cronkite. CLICK HERE to donate in support of our free and independent voice.

The post Make Democrats Democrats Again appeared first on DCReport.org.

Thursday 13 August 1663

Lay long in bed with my wife talking of family matters, and so up and to the office, where we sat all the morning, and then home to dinner, and after dinner my wife and I to talk again about getting of a couple of good mayds and to part with Ashwell, which troubles me for her father’s sake, though I shall be glad to have the charge taken away of keeping a woman. Thence a little to the office, and so abroad with my wife by water to White Hall, and there at my Lord’s lodgings met my Lady Jemimah, with whom we staid a good while. Thence to Mrs. Hunt’s, where I left my wife, and I to walk a little in St. James’s Park, while Mrs. Harper might come home, with whom we came to speak about her kinswoman Jane Gentleman to come and live with us as a chamber mayde, and there met with Mr. Hoole my old acquaintance of Magdalen, and walked with him an hour in the Parke, discoursing chiefly of Sir Samuel Morland, whose lady is gone into France. It seems he buys ground and a farm in the country, and lays out money upon building, and God knows what! so that most of the money he sold his pension of 500l. per annum for, to Sir Arthur Slingsby, is believed is gone. It seems he hath very great promises from the King, and Hoole hath seen some of the King’s letters, under his own hand, to Morland, promising him great things (and among others, the order of the Garter, as Sir Samuel says); but his lady thought it below her to ask any thing at the King’s first coming, believing the King would do it of himself, when as Hoole do really think if he had asked to be Secretary of State at the King’s first coming, he might have had it. And the other day at her going into France, she did speak largely to the King herself, how her husband hath failed of what his Majesty had promised, and she was sure intended him; and the King did promise still, as he is a King and a gentleman, to be as good as his word in a little time, to a tittle: but I never believe it.

Here in the Park I met with Mr. Coventry, where he sent for a letter he had newly writ to me, wherein he had enclosed one from Commissioner Pett complaining of his being defeated in his attempt to suspend two pursers, wherein the manner of his doing it, and complaint of our seeing him (contrary to our promises the other day), deserted, did make us laugh mightily, and was good sport to think how awkwardly he goes about a thing that he has no courage of his own nor mind to do. Mr. Coventry answered it very handsomely, but I perceive Pett has left off his corresponding with me any more.

Thence to fetch my wife from Mrs. Hunt’s, where now he was come in, and we eat and drunk, and so away (their child being at home, a very lively, but not pretty at all), by water to Mrs. Turner’s, and there made a short visit, and so home by coach, and after supper to prayers and to bed, and before going to bed Ashwell began to make her complaint, and by her I do perceive that she has received most base usage from my wife, which my wife sillily denies, but it is impossible the wench could invent words and matter so particularly, against which my wife has nothing to say but flatly to deny, which I am sorry to see, and blows to have past, and high words even at Hinchinbrooke House among my Lady’s people, of which I am mightily ashamed.

I said nothing to either of them, but let them talk till she was gone and left us abed, and then I told my wife my mind with great sobriety of grief, and so to sleep.

Read the annotations

Links 8/13/26

Links for you. Science:

Is It Safe to Eat Lettuce Yet?
Company Offering ‘100% Human-Written, Never AI’ Medical Research Is Entirely AI
Trump signs executive order with plan to reduce number of recommended childhood vaccines
AI Is Dead. Organoids Are Alive
The world’s rarest great ape is worse off than we thought
60,000-year-old ostrich eggshell engravings reveal a surprisingly sophisticated human mind
Americans Just Endured the Hottest Month in 132 Years

Other:

Democratic extremism? GOP spent a decade riding extremism to power.
THE TIMES WON’T ABANDON ITS PREFERRED NARRATIVE ABOUT DEMOCRATS JUST BECAUSE THE FACTS CONTRADICT IT
Forget the East Wing. The Real Demolition Has Only Just Begun.
What D.C. residents will remember from a year of National Guard occupation
They Spoke English, Wore U.S. Flags and Attacked Fishermen. Who Were They? Ecuadorean crews plying the waters of the Pacific have been targeted by a mysterious outfit equipped with drones. Some sailors appear to have lost their lives.
Water systems are ripe for cyberattacks, experts warn after suspected Iranian hacks
Miserable Failure
A Health Care Rant
‘I’ve definitely lost followers’: influencers face backlash over Meta ‘pervert glasses’ content
ICE plans to give officers gloves that can deliver painful electric shocks
Trump is trying to derail the census—again
Staffers
Multiple USS Abraham Lincoln sailors have tried to go overboard amid extended deployment, families say
Trump’s airplane switcheroo proves he’s a selfish coward
DC-Area Inventory Hits Highest 7-Year High In July As Buyer Activity Cools
Democrats demand answers over 321-diamond ring gifted given to Trump
‘I will get ICE and police to your house’: Immigrant workers say they increasingly face wage theft, deportation threats
Farm linked to cyclosporiasis outbreak hadn’t been inspected in 7 years as FDA lags on foreign inspection targets
Moving past the commute: How WMATA’s off-peak improvements are reshaping regional transportation
What a year in D.C. has cost the National Guard
Donald Trump Invented a New Forever War
I Was Dick Cheney’s Cardiologist. Trump Has Not Looked Well, and We Should Know Why.
Nowhere to go: Chicago teens on ‘takeovers,’ curfews, and lost community spaces
A New Draft Rule for the Census Seeks Sweeping Changes to How Political Power Is Allocated
Trump to Supreme Court: Make Me
The Most Important Problem We Face
The Five Scandals Within the “Air Force One” Scandal
Notable
Don’t Look Up
Man accused of touching women’s hair on Metro convicted of assault (another stellar Jan6-er)

A Section-by-Section Walkthrough of Crown Casino Online

Online gaming platforms are usually described in aggregate – a total game count, a headline bonus figure, a licensing note – which tells a prospective user almost nothing about what they would actually encounter. This walkthrough takes the opposite approach, moving through Crown Casino Online one functional area at a time: the sign-up process, each distinct section of the game lobby, mobile access, and the loyalty structure. The intention is descriptive rather than promotional, and where a section is thin or a constraint applies, it’s noted as such.

The regulatory position first, stated plainly. The platform operates under a licence issued by the government of Curaçao, with eCOGRA certification covering game fairness and payout integrity. This is offshore licensing rather than approval from a national regulator, which means consumer protections are lighter than those provided in strictly regulated markets – a material distinction that prospective users should weigh rather than skim.

Access is limited to individuals aged 18 and over, with identity verification built into the registration process.

The Registration Process, Step by Step

Account creation runs across two sequential forms rather than a single long one, which is a deliberate design choice that reduces abandonment. Users signing up at online Crown Casino  complete the first stage with an email address, a password, a country selection and – importantly – a currency selection that governs every deposit limit, withdrawal ceiling and bonus cap subsequently applied to the account.

Changing that currency afterwards is not straightforward, so the choice warrants a moment’s attention rather than a reflexive click. The second form collects personal details: full name, date of birth, telephone number, plus residential address, city and postcode. Both forms together take under five minutes for most users.

A “remember me” option persists login credentials across sessions, and the account becomes active immediately upon completion, granting lobby access before any deposit is made. The verification step – uploading a passport, driver’s licence or government identity card – is technically separate and can be deferred, though deferring it is the single most common cause of delayed withdrawals later.

Documents clear within a stated 48-hour window, and completing the upload during registration, when nothing is riding on the outcome, converts a potential multi-day obstacle into a five-minute administrative task.

The Slots Section: Volume, Providers and Mechanics

The slot catalogue is the platform’s largest functional area by a considerable margin, with the title count passing 4,000 once every theme and configuration is counted separately. Content is supplied by external studios including Playson and BGaming, which means the games themselves are third-party products certified independently of the operator hosting them.

Mechanically, the section divides into recognisable categories. Classic three-reel layouts with fruit and bar symbolism sit alongside modern video slots with elaborate feature structures. Hold-and-win formats – where special symbols lock in place and trigger respin sequences – appear across a substantial portion of the newer titles. Themed content spans Egyptian settings, mysticism, adventure narratives, Asian-inspired designs and wildlife, which is standard thematic territory for the category.

Return-to-player figures across the section range from roughly 88% at the low end to 98% at the high end, and the applicable figure for any individual title appears in that game’s information panel. Minimum stakes start around 0.2 AUD on a substantial portion of the catalogue.

A demo mode operates across the slot section, allowing any title to be examined using play credits before real money is committed – a genuinely useful function that a significant proportion of users never engage with.

The Live Dealer Floor: Roughly 39 Tables

The live section streams from studios with human dealers rather than running on random number generation alone, which places it in a distinct functional category from the slots. Approximately 39 tables operate across the floor.

Blackjack carries the widest variant selection, with Asian, Speed, Oasis and Gravity formats each running different rule sets and pacing. Roulette appears in classic European configuration with a single zero, alongside live-croupier versions. Baccarat is present in standard form, and several game-show style productions round out the floor – a format category that has expanded considerably across the industry over the past several years.

The functional characteristics differ meaningfully from slot play. Rounds are paced by the dealer rather than by the user, betting windows are time-limited, and the social element – chat functions connecting players to dealers and to each other – is a substantive part of the experience rather than an add-on.

The Poker Room and Table Games

More than 15 poker variations are available, with Texas Hold’em and Omaha carrying the heaviest traffic and Speed Poker offering a compressed format for shorter sessions. This section rewards strategic understanding in a way the slot catalogue structurally cannot, which makes it functionally distinct from most of the platform.

That distinction is worth stating precisely. Poker variants and blackjack involve decisions that affect expected outcomes; slots do not.

The house retains a structural margin across every section regardless, but the mechanism differs, and users who prefer games where their choices matter should navigate accordingly rather than assuming the whole platform behaves identically.

Crash Games, Lotteries and the Secondary Sections

Two smaller functional areas deserve mention because they are frequently overlooked in platform descriptions.

Crash games operate on a simple premise: a multiplier climbs from a starting value and can terminate at any point, with users deciding when to cash out. The format has grown rapidly across the industry, largely because rounds resolve in seconds and the single decision point is easy to understand.

The lottery section carries 26 separate designs, functioning as low-engagement alternatives for users who want a wager without an extended session. Neither section approaches the slot catalogue in volume, but both broaden the platform’s range meaningfully.

Section
Approximate scale
Pacing
Decision involvement
Slots
4,000+ titles User-controlled None beyond stake and title selection
Live dealer
~39 tables Dealer-paced, timed windows Varies by game
Poker
15+ variations User-paced Substantial
Crash games
Small selection Seconds per round Single cash-out decision
Lotteries
26 designs Minimal None

Mobile Access Without an Application

The platform does not distribute a native mobile application. Access on phones and tablets runs entirely through the browser, with the site adapting its layout to the screen rather than requiring an installation.

The functional consequences cut both ways. On the positive side: no download, no storage consumption, no app store account required, and updates that apply automatically without user action. The full game catalogue, cashier, and bonus system are all reachable, with no reduced feature set relative to desktop.

On the constraint side: browser-based delivery cannot match native performance for demanding content, and live dealer streaming is where users notice this most – image quality on smaller screens is softer, and multi-table play is impractical in a way it isn’t on desktop. For slot play and cashier functions, the difference is negligible.

Promotions, Loyalty and What They Require

The promotional structure runs on a weekly cycle rather than a single welcome offer. New accounts receive a 100% deposit match plus 100 free spins on a first deposit from 30 AUD, advertised up to 1,000 AUD – with written terms specifying a tighter cap in some circumstances, which is why the conditions rather than the banner should govern expectations.

Recurring offers include Friday free spins scaling from 20 to 100 by deposit tier, a Sunday top-up of 50% to 300 AUD, a second-deposit bonus extending to 2,500 AUD, and cashback returning 10% on live dealer losses and 15% on slot losses. A ten-tier loyalty programme converts real-money play into comp points that unlock progressively better rewards.

Three functional details govern whether any of this delivers value:

  • Wagering requirements attached to bonus funds, which must be satisfied before conversion to withdrawable money and which sit on the firm side here.
  • Eligible game restrictions, determining which titles count toward clearing those requirements and at what rate.
  • Expiry windows, since offers and free spin allocations lapse without notification.

Bonus funds constitute a wagering obligation attached to a deposit rather than a grant, and reading the specific terms at the point of claiming – not the banner that advertised them – is the only reliable way to know what any given offer involves.

Banking Functions in Brief

Deposits process almost instantly across cards, vouchers, e-wallets and five cryptocurrencies, with fifteen minutes quoted as the maximum. Withdrawals divide into two speeds: crypto routes clear in approximately 24 hours, while bank transfers take three to seven business days. Per-transaction withdrawal ceilings apply, meaning larger sums exit across multiple transfers.

The cashier prefers withdrawals through the deposit method used, which means the payout speed is effectively determined at the moment of the first deposit rather than at the point of cashing out.

Support Functions and Player Controls

Live chat operates around the clock with email as a secondary channel, reaching human agents rather than automated systems. Response times slow measurably during major sporting broadcasts when traffic concentrates.

The platform provides deposit limits configurable from account settings, self-exclusion functionality, and a ten-question self-assessment accessible from the site footer. These controls exist as standard requirements in most licensing frameworks, and their practical value depends entirely on being configured before they are needed rather than after.

For anyone who has read the sections above and wants to proceed: register, verify immediately, and claim the 100% match with its 100 free spins once the terms are read.

Photo: Pavel Danilyuk via Pexels


CLICK HERE TO DONATE IN SUPPORT OF DCREPORT’S NONPROFIT MISSION

The post A Section-by-Section Walkthrough of Crown Casino Online appeared first on DCReport.org.

Lala Approaching Hawaii; Flash Flooding Risks; Excessive Heat

Those old (new?) service sector jobs

An ability to mimic the shrieks of langur monkeys may not seem like a bankable skill, but for some Indians it has become a job, if not a calling.

These vocal professionals specialise in pest control and are being employed to keep out unwanted primates as Delhi prepares to host the badminton world championships.

The sound of the langur is the only effective deterrent to the smaller rhesus macaques that roam around Delhi in large numbers, stealing food and causing havoc.

Here is more from the Times of London.

The post Those old (new?) service sector jobs appeared first on Marginal REVOLUTION.

       

Comments

Related Stories

 

RIP Claude

I’ve used Claude quite a bit for both the upcoming new book and the next edition of Managing Humans. I wrote the entire book, but, as I’ve done for years, I’ve used the robots for editing, research, and data wrangling.

When Anthropic announced they were going to do “text and image” watermarking, my eyebrow was raised. When humans I trusted began to analyze the announcement, both eyebrows went up. This morning, as I’ve done my own research, I’m furious.

As of this moment, this is what I’ve researched.

  • Anthropic states that models born on or after August 2, 2026, will have watermarking and that older models will be retrofitted by December 2, 2026. Anthropic states these changes are in progress, with no per-model disclosure, which means they can switch marking on silently, with no notice promised.
  • There is no way to opt out, no API tier, no plan tier; enterprise-included. Applied server-side, below the model, worldwide.
  • No detector currently exists — only Anthropic can check.

As a writer, no sweat, right? I write my own content. I bang on my own keys. Here’s the issue. Each of the following actions watermarks text:

  • Synthesis
  • Proofreading
  • Translation
  • Summarization
  • Critique1

And most infuriating, the entire burden of their unannounced rollout is on me, and none of it is on them.

Fine. Make it easy. I’ve been a Claude Max user happily from the moment the program appeared. This is what I am doing:

  • Building gates to make sure all Claude text or images are never injected into any of my projects. A good practice anyway.
  • Researching migrating off Claude for all writing-related work. Stay tuned.
  • Getting in the mindset to cancel my Claude Max plan.

As a human who has had to wrangle with EU regulations in the past, I am abundantly clear what’s involved in the laborious bureaucratic process. I can guess what threats Anthropic is facing. However, this is a tone-deaf, clumsy, and alarming opening salvo in their watermark strategy.

Yes, I use Claude Code a huge amount for tool and application development. Go ahead. Watermark away. I am not claiming that I wrote any of that code. My writing is my work, and Anthropic’s current strategy is aggressively writer-hostile.

  1. What this means: if I ask Claude to critique a piece and I happen to cut and paste part of its reply into the text, then that could be marked.

DeepSeek V4 Pro 0813 (on OpenRouter)

DeepSeek V4 Pro 0813 (on OpenRouter)

The latest DeepSeek Pro model is now available, via API only. I had to link to OpenRouter because DeepSeek don't have any obvious announcement page for their new model.

I haven't been able to confirm if they plan to release the open weights, but given the weights are available for both April's deepseek-ai/DeepSeek-V4-Pro and July's deepseek-ai/DeepSeek-V4-Flash-0731 it seems likely. Update: the weights are now available on Hugging Face, 1.7T parameters, 893 GB.

Interestingly I got very different looking pelicans for the three different reasoning levels of low, medium, and high. I've not noticed this kind of difference from any other model:

Low:

Flat vector illustration of a white pelican with a large orange beak, wearing a straw hat with an orange band, riding a teal road bicycle in profile, set against a pale cream circle with a dashed outline and small motion marks trailing behind.

Medium:

A similar cartoon pelican cycling, drawn in a looser outlined style: the bird's body is mostly white line art, its orange beak pouch hangs open under a yellow cap, a long red tongue streams backwards towards a yellow sun, and a small blue fish sits on a tray by the handlebars of a green bicycle whose wheels are drawn as broken yellow arcs.

High:

The pelican again, this time on a red bicycle against a pale blue background, with a bright yellow beak and pouch, a purple pennant flag on the back, a wicker front basket holding a small fish, and black musical notes floating in the top right corner.

In terms of benchmarks... as far as I can tell those were released to the Official DeepSeek WeChat Group, then copied and pasted into a post on Reddit which was deleted by the moderators for being "low-effort", then copied into this ASCII-art table on Hacker News.

Tags: ai, generative-ai, llms, pelican-riding-a-bicycle, deepseek, llm-release, ai-in-china

Why Isn’t the Price of Oil Even Higher?

Donald Trump is not a well man. He is, unfortunately, also President, which means that we all pay a price for his inability to accept reality. Notably, while he insists that he has “total control over the Strait of Hormuz,” shipments of oil through the Strait will remain minimal unless Trump can find a way to smuggle oil out in catering carts — or until he makes a deal with Iran. And we won’t have such a deal until he faces up to the reality that he lost his war of choice.

The Hormuz closure means, in turn, that oil prices — which briefly fell most of the way back to prewar levels on hopes that a deal was really coming — will remain high for the foreseeable future. Here’s the price of Brent crude:

But here’s the puzzle: Why aren’t oil prices even higher? They were over $100 a barrel before markets began betting on an end to the war, so why aren’t they back above $100 again? Also, why are they “only” about $25 a barrel above prewar levels, when many analysts — myself included — suggested that they might go much higher?

A large part of the answer is that oil prices actually are higher — if you look at the right numbers.

Today’s post will be short and wonkish, because I’ve been overwhelmed with real-life responsibilities. I have had enough time, however, to put together a few charts.

So, what do I mean by looking at the right numbers? Nobody burns crude oil directly. Instead, they burn products refined from crude, mainly gasoline and diesel. And these prices, after falling for a while on fake news of peace, are back most of the way to their recent peaks. Here, for example, are wholesale diesel prices:

Source: Haver Analytics

The difference between the price of a barrel of crude and the price of the products refined from that barrel — the “crack spread” — has exploded, rising about $35/barrel since the eve of the war:

Source: RBN Energy

So while the price of a barrel of crude is up around $25, the price of the products refined from that barrel is up about 25+35=60 dollars per barrel, putting it in the range of middle of the road predictions of what would happen as a result of a long-term Hormuz closure.

Why has the crack spread widened so much? The main answer is that a lot of the world’s refining capacity is either trapped inside the Strait or offline as a result of Ukraine’s drone campaign against Vladimir Putin. So it’s not all about Iran. Indeed, one indicator of how much the other war matters is that JD Vance reportedly had to plead with Volodymyr Zelenskyy to halt attacks on oil tankers using the Russian port of Novorossiysk.

The shortage of refining capacity has, in turn, held crude prices down: Buyers aren’t willing to pay extremely high prices for crude oil they can’t refine. Or to put it a different but equivalent way, the cutoff of oil shipments through the Strait of Hormuz in effect required a large rise in global oil prices to ration demand, but much of that rationing has taken place through a rise in the crack spread rather than a rise in crude oil prices.

What does all this mean for the United States? Most immediately, inflation — which was held down for the last two months by falling fuel prices — is set to rise again in next month’s data. And everyone can see that gasoline is back above $4 and diesel back above $5.

So those obsessed with the midterm elections — which means everyone who is paying attention to the crisis of American democracy — should realize that the blue line at the bottom of this chart this is unlikely to turn around significantly before November:

MUSICAL CODA

In honor of Operation Catering Truck:

Thursday assorted links

1. Write a paper in six days with only AIs, then record all of that and write a second paper about writing the first.

2. Saloni on the future of medicine.  “Every disease is a policy failure.”

3. John List on generalizability, very important.  And his comments here.

4. China is now regulating AI companions.

5. Fewer phones, more fighting?

The post Thursday assorted links appeared first on Marginal REVOLUTION.

       

Comments

 

[RODEN] Blood Robots For You and You and You

Roden Readers —

OK, so I need to retract something from the previous Roden sent just a couple weeks back. The weather in Japan, in AUGUST, has been … SOMEWHAT SANE? A series of typhoons — some glancing off Japan, others smacking it — has dropped the humidity, made temperatures livable, and cooled the evenings. Well, at least for a few days. We’ll see what torment next week brings. But: just making note of this miraculous Summer Weather Development. (Meanwhile, Europe broils.)

Separating AI’s Technological Problems from Its Capitalism Problems

This essay was written with Nathan E. Sanders, and originally appeared in Tech Policy Press.

AI represents the first time we humans can do cognitive work outside of our bodies at scale. The only comparable moment is the early years of the industrial revolution, when new technologies like the steam engine provided a quantum leap in our ability to do mechanical work outside of our bodies at scale. If AI’s cognitive capabilities become integrated into our lives, businesses, and governments—a process that will take years if not decades—society will be as unrecognizable as the modern world would be to a preindustrial farmer. And yet, Americans—by a wide margin—say that AI is moving too fast and will have a negative effect on society.

This confluence of technological revolution and public distrust deserves urgent discussion, and a proper framing. The question is not whether it is possible to develop AI in a non-exploitative way, or even whether we can trust AI companies to act in the public interest. The question is whether we will recognize that our existing social and economic systems are failing to achieve these outcomes, and whether we can act in time to make structural change.

Today’s AI is mired in political and economic systems developed generations ago that were never designed to manage widespread computation, let alone automated cognition. The gaps in those systems—and their proclivity to be exploited—are the primary influence on how the technology is being developed, deployed, and used.

In any discussion about AI’s potential, it’s important to separate the technology from the socio-political system it’s embedded in. That AIs can lack context, mix up facts, or fall for stupid tricks are all technological problems. Because the giant developers like OpenAI and Anthropic have prioritized solving them, AIs can now more easily access resources like the web or email, are more disciplined about using those resources, and are better at staying within their guardrails.

Yet AI developers do not seem to be prioritizing other technological problems. Major AI models still act far more sycophantic than humans, telling people what they want to hear even when untrue or not in their best interests. Popular AI models tend to answer questions confidently even when they lack training, knowledge, or evidence to back their claims. In both cases, AI developers choose to train models that please users with flattery and the appearance of competence, rather than constraining them to act in users’ and society’s best interests.

In contrast, ensuring that AI models benefit people broadly, that their energy costs are fairly allocated, that their environmental impacts are minimized, and that they don’t steal content and revenue from publishers are all questions of incentives in a capitalist system.

It’s easy to conflate technology problems with capitalism problems. Back in 2021, science-fiction writer and AI commentator Ted Chiang said that “most fears about AI are best understood as fears about capitalism.” It’s not the tech per se; it’s who controls it and how it could be used against us.

Imagine an AI assistant for a doctor. We can imagine it affecting the profession in one of two ways. The AI could give a doctor more time to do the human parts of their job: to spend more time with their patients, to listen more closely to their needs, to explain things more fully. Or the managers of the medical practice could give that doctor five times the patients—and fire the other four. Which way it would go is not a question of technology. It’s a question of market incentives.

The two are related, of course. Capitalism steers technology, and technology steers markets. But holding the two separate helps us understand that we, as a society, face independent choices on both the technological and sociopolitical axes that need not be coupled.

For example, consider the costs of AI. The leading US labs tout to investors that their frontier models are very expensive and energy-intensive. There are significant technological challenges about improving their energy efficiency, but the sociopolitical questions are more pertinent. It’s a corporate decision made under capitalist market incentives to constantly pursue new models that incrementally push the frontier—at enormous capital cost—and to use them, seemingly, everywhere. Nothing about the technology of AI dictates that models must be retrained constantly, at the largest possible scale. Or that they have to run on every web search, every interaction with your phone, and every time you walk by a security camera.

In a different political and economic system, Chinese developers are producing—and then giving away—smaller, more efficient, more affordable models. While the US government seeks to restrict China’s access to the most advanced chips, China is betting that incentivizing their tech giants to create leaner, more open models using more commodity hardware—models that can be trained with older chips and run even on personal computers—will be an advantage in achieving widespread use and, perhaps, Chinese national influence.

There are other pathways for AI development that are not in service of private capital gains nor authoritarian regimes, but rather a democratic public interest. The best example comes from Switzerland, where public institutions—research funding agencies, universities, supercomputing centers—have collaborated to produce an AI model called Apertus. It is trained entirely on data validated to be licensed for use with AI (not stolen), on preexisting public computing infrastructure, and using renewable hydropower. Its developers are incentivized to produce a public good, not turn a private profit.

It’s dangerous to confuse technology problems with sociopolitical ones. Popular proposals like pausing AI research, moratoria on data center development, or subjecting frontier models to federal government screening are all framed as addressing problems with AI’s technological development, but fail to take into account the larger social problems that govern it. China’s success with government-endorsed development of open-weight frontier models illustrates the futility of keeping AI tech as national secrets, or of any pledge to scale back deployment.

AI is already legitimately useful for a wide range of tasks. It can be a tool for public good, if we choose to solve its sociopolitical problems. Our goal should not be to slow its pace of improvement or scale of deployment, but rather to steer it away from consolidating power and towards the public benefit. We can build sustainable AI, minimizing environmental and energy impacts. And we can equitably distribute the material gains it produces.

Integrating a technology as disruptive as AI responsibly requires structural reforms, and we should decouple the social and technological aspects of AI to design those reforms. Companies—including tech giants—should be forced to pay the energy and environmental costs of its development. Profits should be taxed adequately and redistributed. Antitrust laws should be strongly enforced. Corporations should have a fiduciary responsibility to stakeholders beyond their majority shareholders. These badly needed reforms are responsive to the problems with capitalism that AI is exacerbating, even if they are not specific to the technology.

Criss Barrington Gyford

Sorting through our dad’s (John Gyford) papers we found a few bits of paperwork from his father which seem like a nice collection of things about him and, to a lesser extent, his wife, Ethel Gyford (née Roper), our grandmother. In the interests of populating the internet with facts, here they are.


§ First, his letterhead:

A letterhead in an elegant serif font. His name and address are in the centre. On the left a list of publications he is a 'contributer to'. On the right a list of titles he's 'author of'.

C. Barrington Gyford B. Sc., F.R.G.S.

Author, Journalist and Lecturer

70, Waverley Avenue,
Twickenham, Middlesex.

Telephone: FELTHAM 2212.

He lists himself as a contributor to:

  • Daily Express
  • Evening News
  • The Listener
  • Blue Peter
  • Empire Review
  • Orient Observer
  • Boys’ Own Paper
  • Teachers’ World
  • The Schoolmaster
  • B.B.C.
  • (Stories and Travel Talks)
  • Etc.

And as the author of:

  • “Gateways of the World”
  • “Yours sincerely, The Skipper”
  • “The Skipper Ashore”
  • “N’gaga, King of Gorillas”
  • “A Traveller’s Tales”

§ Next, two slightly different CVs, both written in or just after 1960.


§ Criss Barrington GYFORD

A photo of an approx A4 sized sheet of paper with the following text typed on a typewriter.

d/b 7.12.1901

28, Waldegrave Park,
TWICKENHAM,
Middx.

B.Sc. (London) in Geography, 1937.
Diploma in Education, Kings College, London.
Fellow of Royal Geographical Society.

World travelled during inter-war years.

L.C.C. Lecturer on “Current Events”, 1932/39.
Broadcasting experience (B.B.C. and in U.S.A.) giving “Travel Talks”; “Current Affairs” and stories in Children’s Hour etc., 1921/39.

Author of nine successful books ranging through world-travel experiences; geographical data; and fiction based on fact, including one of Broadcast Echoes series — “A Traveller’s Tales.”.

Served in Royal Naval Reserve; Merchant Service; the Army and the Royal Air Force. Formerly a Major in the Home Guard; now Deputy Commanding Officer of the Middlesex Wing, Air Training Corps.

Twentynine years experience as a Schoolmaster in all types of schools; instructor in L.C.C. Evening Institutes; Lecturer in Economic Geography at Regent St. Polytechnic. For 15 years Headmaster of Twickenham Gramnar School, retiring in December, 1960.

Married to Ethel Florence Roper, L.R.A.M., an expert of the Rhythmic Approach to Physical Training on which she has written four books.
Two children — one son, now an Open Exhibitioner at Jesus College, Oxford; one daughter awaiting to go to University after Commercial Training.

With my family, have travelled all over post-war Europe, and am booked to go behind the “Iron Curtain” this summer — Berlin, Warsaw, Moscow, Leningrad, etc.

Present occupation whilst “retired” — gardening end journalism, together with Youth Work.


§ Criss Barrington GYFORD

A photo of a smallish sheet of paper with the following text typed on a typewriter.

d/b 7.12.1901

Academic Qualifications

B.Sc. (Geography), Queen Mary College.
University Diploma in Education and Ministry of Education Certificate, Kings’ College, University of London.
Fellow of Royal Geographical Society, Associate Member of Institute of British Engineers, 1948.

Teaching Experience

30 years in Primary, Secondary and Technical schools; Evening Institutes and Youth Organisations; including 15 years as Headmaster of Twickenham Grammar School. (just retired 31. 12. 60).
Master for Mathematics; Science and Geography; Lecturer in Geography to Final B.Sc. (Econ) at Regent St. Polytechnic.

Journalistic Experience

Author of numerous articles and series in popular and educational Press, based in part on extensive world travel.
Author of nine books based on travel; adventure and air navigation.

Broadcasting experience

in the B.B.C. programmes pre-1939 with tales of incidents abroad, including the “In Town To-night”; “Young Ideas” and “I was there” series.
These broadcasts were published in book form as one of the “Broadcast Echoes” series by A.J. Arnold & Co. Ltd.
Broadcast thriller serial “The Mask of Death” on the air by New Zealand Broadcasting Corporation.

A photo of a smallish sheet of paper with the following text typed on a typewriter.

[New page, reads as if something is missing.

(and educated)

East Anglian connections

Born in Ipswich, Suffolk, of a family that has been in East Anglian for hundred of years, on both my parents’ sides.

My great-uncle, Rt.Hon. Sir Daniel Ford Goddard, was M.P. for Ipswich for 17 years.
Married Ethel Florence Roper of Bury St. Edmunds, Suffolk, the daughter of late Inspector Roper of the East Suffolk Police.
My wife (a qualified teacher) was acting Headmistress of a village school in Suffolk during the first years of our marriage.
My sister, also a qualified teacher, was also Headmistress of a Suffolk village school, although now a Headmistress in Edmonton.
My mother, my mother-in-law; a brother-in-law and two sisters-in-law, still live in Suffolk: which accounts for my family frequently spending holidays in Ipswich, Felixstowe, Bury St. Edmunds and Lowestoft.
Because of our connections with East Anglia, my son, an undergraduate at Jesus College, Oxford, did a thesis on “Ipswich and its environs” as part of his course.


§ Finally, a leaflet for Twickenham Grammar School, of which he was headmaster, and the junior Newland House School, run by Ethel Gyford (née Roper), his wife.

The front and back covers of a leaflet made of a single sheet of folded paper.
The inside pages of a leaflet made of a single sheet of folded paper.

TWICKENHAM GRAMMAR SCHOOL

Headmaster: C. BARRINGTON GYFORD, B.Sc., Dip.Ed., F.R.G.S.

“Per Ardua ad Gloria”

With Junior Department

NEWLAND HOUSE SCHOOL

Principal: ETHEL F. GYFORD, L.R.A.M., M.R.S.T.

34, WALDEGRAVE PARK, TWICKENHAM

Telephone: POPesgrove 7479

TWICKENHAM GRAMMAR SCHOOL

(an Independent Secondary School)

A co-educational Grammar School to provide a thorough Secondary education leading to the School Certificate and Matriculation examinations.

Age limits, for both boys and girls — 11 to 16 years.

MAIN SUBJECTS

ENGLISH, LATIN, FRENCH, MATHEMATICS, GENERAL SCIENCE, PHYSICAL TRAINING.

SUBSIDIARY

ART, MUSIC, RELIGIOUS KNOWLEDGE, GEOGRAPHY, HISTORY, ELOCUTION.

SPORTS

FOOTBALL, CRICKET, BASEBALL, NETBALL, TENNIS, SWIMMING.

HOURS—

Mornings, 9.30 to 12.
Afternoons, 2 to 4.
Mondays to Fridays only.

FEES, payable in advance.
11 to 13 years …. 8 guineas per term.
14 to 16 years …. 9 guineas per term.
These fees are inclusive.
There are no “extras.”

The HEADMASTER considers that a personal interview with the prospective pupil is necessary in every case before entry to the school. This can be arranged by letter or telephone.

NEWLAND HOUSE SCHOOL

A sound training in all the usual subjects of the school curriculum in small classes ensuring group work and individual attention. Training in Elocution and Dramatic Art is included.

Age limits, boys and girls …. 7 to 11 years.

(On reaching the age of 11 years, pupils may, if suitable, pass into the Senior Department—Twickenham Grammar School).

FEES, payable in advance …. 7 guineas per term.
This is an inclusive fee.
There are no “extras.”

SCHOOL UNIFORM is the same for both Senior and Junior Departments, with a distinguishing badge.

GIRLS

Grey flannel strap skirt with scarlet jumper or white blouse; grey flannel blazer. Grey felt hat with school hat band and badge, or scarlet beret with hat badge.
Navy-blue overcoat or raincoat.
Grey socks or stockings; black shoes.
Navy and red striped tie.
(Older girls may wear grey flannel costumes).

BOYS

Grey flannel suit, grey shirt, grey pullover.
Navy-blue cap with school badge.
Navy-blue overcoat or raincoat.
Grey socks, black shoes.
Navy and red striped tie.

N.B. All pupils are expected to change into soft-soled shoes or slippers on entering the school building.

STAFF

MR. C. BARRINGTON GYFORD. B.Sc. (Special).
University Teacher’s Diploma in Education;
Board of Education Teacher’s Certificate (King’s College, University of London).
Fellow of the Royal Geographical Society.

MRS. ETHEL F. GYFORD. Licentiate of the Royal Academy of Music; Training College for Music Teachers. Board of Education Teacher’s Certificate, with Distinction in Physical Training and Hygiene. Trained at Home and Colonial College, Wood Green.

MRS. N. E. HARRINGTON. Board of Education Teacher’s Certificate with Advanced Art. Trained and qualified at Brighton Training College.

MRS. C. TAYNTON. Fellow of the British Association of Physical Training. Qualified at the Battersea Polytechnic, London, and the Physical Training College, Silkeborg, Denmark. Teacher of Elocution and Dramatic Art, trained under Elsie Fogerty.

MISS M. D. SIMMONS. Board of Education Teacher’s Certificate and Higher Froebel Certificate. Trained and qualified at Victoria College, Belfast.

MRS. CLIFFORD. Froebel-trained assistant mistress.

MRS. HOSKINS. Part-time assistant


Read comments or post one

The Paradox of Protection: Overregulation Threatens Living Kidney Donation in Mexico,

 Protections intended to thwart organ trafficking may inadvertently also "protect" legitimate patients and donors from receiving life-saving medical care.

The Paradox of Protection: How Overregulation Threatens Living Kidney Donation in Mexico, by Francisco J. Reyna-Sepulveda and Javier Sanchez-Maldonado, Transplantation, Publish Ahead of Print, July 27, 2026. | DOI: 10.1097/TP.0000000000005860 

 

 

"Globally, unrelated and nondirected living kidney donations have become important mechanisms for expanding transplant access.1 Structured programs in the United States and Spain support unrelated donation through rigorous psychological evaluation, independent donor advocacy, and transparent oversight systems.3,4 For example, nondirected donors serve as critical initiators of kidney paired donation chains, substantially amplifying transplant opportunities beyond a single donor-recipient pair.3-5 However, a recent regulatory shift in Mexico threatens to effectively preclude these pathways in practice, leaving living kidney donors (including living liver donors) with genuine altruistic intent declined and vulnerable patients losing critical access to life-saving transplants.

"WHEN ALTRUISM REQUIRES PROOF
"On August 4, 2023, the National Transplant Center and the Federal Commission for Protection against Health Risks issued a High Health Directive (Alta Directiva Sanitaria), establishing mandatory standardized protocols for Mexican transplant centers.6 This directive emerged in response to well-documented regional concerns regarding organ trafficking, transplant tourism, regulatory gaps, and the “legal simulation” of donor-recipient relationships. These concerns are entirely legitimate and align with the principles articulated by the Declaration of Istanbul on Organ Trafficking and Transplant Tourism.7 

...

"Although the directive does not explicitly outlaw nondirected donation, its evidentiary requirements effectively preclude it at the committee level. As a result, viable donor candidates may be categorically declined for regulatory rather than medical reasons.  

...

"Although data isolating the exact proportion of donor evaluations declined solely for documentation rather than medical or psychosocial factors are currently unavailable, Mexican National Registry data highlight a concerning sign.9 During the 12 mo preceding the directive’s publication, 438 unrelated living donor kidney transplants were performed nationally, compared with 354 during the subsequent 12 mo—a 19% decline.

...

"This directive severely limits Mexico’s potential to establish domestic paired-exchange networks or participate in cross-border paired kidney exchanges. The Global Kidney Exchange model, for instance, incorporates pairs from middle-income countries into US-initiated chains to overcome financial and immunological barriers.10 This approach has been accompanied by ethical discussion in the transplant literature, particularly regarding concerns about potential inducements and unintended exploitation.10" 

...

"Ultimately, the critical question is not whether expanding living kidney donation should be permitted, but whether a transplant system can be considered ethically complete if a viable living kidney donor candidate is categorically declined for regulatory rather than medical reasons.

We killed off California's grizzly bears over a century ago. Can we resurrect them?

California was once home to about 10,000 grizzly bears. We have since exterminated the bear even though it is still a symbol of the Golden State.

USA fact of the day

Image

Here is the source.

The post USA fact of the day appeared first on Marginal REVOLUTION.

       

Comments

 

Mecca and the mall

Aerial photo of Mecca’s Great Mosque at night, filled with pilgrims.

In a bid for spiritual renewal, I made a pilgrimage to Islam’s holy city. Almost everything I expected to see was gone

- by Azania Imtiaz Patel

Read on Aeon

Where the earth meets the sky

Silhouette of a pyramid at night with a starry sky in the background.

After half a century in the making, an observatory in New Mexico lets viewers peer 13,000 years into the future and the past

- by Aeon Video

Watch on Aeon

Google Design Pisses Its Pants on Twitter/X

A few years ago I’d have looked at this post and maybe leaned toward the idea that a precocious 8th grader somewhere hacked into the @GoogleDesign Twitter account and tried to pass off their little to-do app as having come from Google’s design team. But this is apparently real. I almost hope it’s AI slop and that there aren’t any human designers there who think anything in this app has appropriate proportions or is aesthetically pleasing.

(Here’s an XCancel link for the x.com averse. You can just change any x.com/* URL to xcancel.com/*. But, alas, the XCancel mirror of the original tweet loses the animation showing the UI in motion.)

 ★ 

Please Contribute Today!

We’re almost to the critical goal we need to hit in this year’s Annual TPM Journalism Fund Drive. We have only $37,866 to go. If you’ve been planning on contributing please make it today. We’re almost there. It’s super important. Click here.

Update: Now just $33,853!

Update II: Now just $31,600!

My very interesting Conversation with Daron Acemoglu

Here is the audio, video, and transcript.  Here is the episode summary:

Daron Acemoglu returns for his second appearance with a new book, What Happened to Liberal Democracy?, which Tyler reads as an attempt to redefine and revitalize liberalism for our times. Where Daron’s first visit was about how states and societies contend for the narrow corridor in which liberty survives, this one asks what liberals themselves got wrong, and the answer implicates the educated elite—that is to say, you.

Tyler and Daron discuss what’s wrong with social contract theories and Rousseau’s general will, whether Acemoglu is more objectivist than Rorty, why he blames left liberalism’s own establishment power for its collapse, what standard is left once you refuse to have a book of higher values, nondomination versus noninterference, who counts as working class, why automation alone will not lead to widespread prosperity, how he can call himself a free speech absolutist while wanting to regulate social media, why he worries we’ve given up on educating Americans, whether teachers’ unions need to be reconstituted, what the life expectancy for an educated twenty year old is today, whether open-source models undercut the centralization worry, what pro-worker AI actually means, why the fertility crisis leaves him strangely close to a real business cycle position, whether AI will raise his own already prodigious paper output, why Armenia has disappointed economically, what he wants to learn next, and more.

For an excerpt, let us start from near the beginning:

COWEN: Richard Rorty had a consensus-based defense of liberal democracy. Is your view the same as his, or are there some metrics along which it’s different? Are you more objectivist in some way?

ACEMOGLU: I wouldn’t say it’s more objectivist. I think my commitment in my mind has always been that it’s impossible for us at any point in time not just to know what’s really the absolute truth, but also to have a clear map of what is the right stance. In the same way that I think many people would agree science makes gradual and sometimes uncertain progress toward some better understanding, I think morally, philosophically, we also have to have gradual uncertain evolution toward what we agree on. Objectivism, in some sense, is too strict.

COWEN: Say we’re not evolving toward greater agreement.

ACEMOGLU: No, sometimes we go back.

COWEN: Today, it seems we’re not evolving toward greater agreement, right?

ACEMOGLU: We’re not. Absolutely not. I think you can blame that on reactions to globalization, reactions to technology, better authoritarian challenges. This is the most uncomfortable part because I see myself firmly within the left liberal tradition. I think it’s partly because of the failure of left liberalism. In some sense, if you think of why did Rome fail or collapse, we can tell a story about the barbarians were really too strong. No, really, Rome collapsed because internally it had problems that opened up weaknesses against outside invaders as well as some inside problems.

It’s the same with left liberalism. I think it became quite influential throughout much of the Western world and some of the emerging economies as well over the last 70, 80 years. It did not use that establishment power just in the right way, creating its own weaknesses that made it much more vulnerable to outside attacks. That’s why I think we are now going back because we are at an interregnum period in which ideas are battling again. In some sense, it’s just like the early 19th century where you had all these very different ideas and they were trying to get a toehold in the imagination of people. I think we are going through a period like that, except that there are really many more confusing ideas out there.

COWEN: Say when we’re not evolving toward greater consensus, what’s the external standard you introduce to judge which are the correct ideas and which not? Like Rorty, you need one, though.

ACEMOGLU: I don’t have one.

COWEN: Then why believe in what you believe?

ACEMOGLU: Okay. I think what I believe is, first of all, not as an external standard—I don’t know whether external standard or internal standard is the right word—but that we have to defend some degree of individual freedom because everything starts from that, both in terms of our meaningful lives, but also any kind of improvement in the human condition requires individual initiative, and that individual initiative is impossible without some amount of freedom, a meaningful freedom, not just saying, “Okay, you have the freedom to pray, but you cannot express that idea with others or you cannot turn it into action.” Some meaningful freedom.

That is the only starting point that we need to have. Around that, we need to build things with some sort of consensus within society. That’s what I think liberalism has to recognize, that you have to enshrine those rights, but then give enough elbow room to people to form their own community-level agreements.

COWEN: You present some different values in the book. One is nondomination. Another is noninterference. There’s others. When they clash, what’s the metric you introduce to decide how to resolve that clash?  

ACEMOGLU: I wish I had a perfect answer for that. I don’t.

COWEN: You have an imperfect answer.

ACEMOGLU: I have an imperfect answer. I think noninterference by itself isn’t enough because, at least as read or as interpreted by some philosophers and economists, it is just about being left alone from higher authority or typically state-level authority, although it could be some other authorities as well. We do also need opportunities and some way of actualizing our intentions and our freedom. That’s what the idea of nondomination, which goes back to Roman Republican times, recognizes.

It is not, in my mind, an extremely interventionist philosophy. It doesn’t say the state knows it best or that the state should always have an opportunity to override individual or group-level decisions. It does emphasize that providing people some amount of protection against those who have much greater physical or other power relative to them is something that cannot be done at the individual level. It has to have a community-level component.

COWEN: That’s a good answer, but is it an answer to the question? If we’re Sidgwick, we might say, when values clash, we look to utility, or maybe it’d be cost-benefit analysis to decide which gets priority. You’re not willing to say that, so why not? What’s wrong with that answer?

Very much interesting throughout.

The post My very interesting Conversation with Daron Acemoglu appeared first on Marginal REVOLUTION.

       

Comments

Related Stories

 

Virgin Galactic delays resumption of commercial flights to 2027

Virgin Galactic spaceplane

Virgin Galactic says it will not start commercial flights of its new suborbital spaceplane until early 2027, a delay of a few months.

The post Virgin Galactic delays resumption of commercial flights to 2027 appeared first on SpaceNews.

Space Force orders two more Impulse Space vehicles for maneuvering demonstrations

A $28 million contract expansion adds Victus Salo 2 and 3 to an earlier award for responsive-space missions

The post Space Force orders two more Impulse Space vehicles for maneuvering demonstrations appeared first on SpaceNews.

Cascade Volcanoes Shrouded in Smoke

An ice-capped volcano stands at the center of the image, its surrounding terrain blanketed in brown-gray smoke.
July 31, 2026

In a contrast of fire and ice, smoke from wildland fires mingled with several of the Cascade Range’s prominent, glaciated volcanoes in summer 2026. Astronauts on the International Space Station photographed the scene while orbiting over the U.S. West in late July and early August.

Mount Hood, Oregon’s tallest peak at 11,249 feet (3,429 meters), is pictured above, near a thick plume of smoke pouring from the Grasshopper fire. Thunderstorms passed over the forest in the preceding weeks, and a lightning strike on July 23 ignited the blaze pictured in this July 31 photo. The fire, burning east of the mountain, spread quickly north and east across Mount Hood National Forest amid hot, dry conditions, according to InciWeb.

As of August 12, it had burned nearly 84,000 acres (34,000 hectares) and spread beyond national forest boundaries. Several communities in Wasco County were under “go now” evacuation orders, and the nearby town of Dufur was advised to prepare for immediate evacuation.

An ice-capped volcano stands at the center of the image, its surrounding terrain blanketed in brown-gray smoke.
August 4, 2026

Roughly 100 miles to the north in Washington, Mount Rainier—the state’s tallest peak at 14,411 feet (4,392 meters)—was wreathed in smoke. No major fires burned nearby when this photo was taken on August 4. Instead, smoke drifted in from fires in central and eastern Washington, carried by winds blowing from the east due to a high-pressure system offshore. That day, the National Park Service reported that air quality in the park reached unhealthy levels due to elevated concentrations of fine particulate matter (PM2.5).

Several days later, the Grand Park 2 fire was observed burning within park boundaries, about 3 miles north of the Sunrise Visitor Center. As of August 12, the fire had burned 223 acres (90 hectares) and was uncontained; the cause was yet undetermined.  

Above-normal fire potential was expected to persist across the Northwest through August, according to an outlook from the National Interagency Fire Center. Warm, dry weather—conditions influenced by El Niño—combined with cured fuels to set the stage for large, long-burning fires following lightning- or human-caused ignitions.

Astronaut photographs ISS075-E-1705 and ISS075-E-2221 were acquired on July 31, 2026, and August 4, 2026, respectively, with a Nikon Z9 digital camera using a focal length of 400 millimeters. They are provided by the ISS Crew Earth Observations Facility and the Earth Science and Remote Sensing Unit at NASA Johnson Space Center. The images were taken by a member of the Expedition 75 crew. The images have been cropped and enhanced to improve contrast, and lens artifacts have been removed. The International Space Station Program supports the laboratory as part of the ISS National Lab to help astronauts take pictures of Earth that will be of the greatest value to scientists and the public, and to make those images freely available on the Internet. Additional images taken by astronauts and cosmonauts can be viewed at the NASA/JSC Gateway to Astronaut Photography of Earth. Story by Kathryn Hansen.

References & Resources

You may also be interested in:

Stay up-to-date with the latest content from NASA as we explore the universe and discover more about our home planet.

Smoke Streams Across Eastern Washington
3 min read

Wildland fires in early August 2026 pushed air quality to unhealthy levels, destroyed hundreds of structures, and triggered mandatory evacuations…

Article
Cottonwood Fire Chars Utah
5 min read

The blaze burned more than 150 square miles and swept through parts of a ski resort.

Article
Ontario Wildfire Smoke Moves East
3 min read

Canadian wildfires sent plumes of smoke streaming over Ontario, Quebec, and parts of the U.S. Midwest and Northeast.

Article

The post Cascade Volcanoes Shrouded in Smoke appeared first on NASA Science.

Trusts Explained: Why Estate Planning Today Can Protect Your Family

When people hear the word “trust,” they often assume it is only for the wealthy or for families with complicated estates. In reality, trusts have become one of the most practical estate planning tools available for people from many different financial backgrounds. They can help protect assets, simplify the transfer of property, reduce unnecessary legal hurdles, and provide clear instructions for loved ones after someone passes away. Whether a person owns a home, has retirement savings, or simply wants to make life easier for family members, understanding how trusts work is an important part of planning ahead.

Why Trusts Matter

A trust is a legal arrangement that allows one person, called the grantor, to place assets under the management of a trustee for the benefit of designated beneficiaries. Depending on the type of trust, the grantor may continue controlling those assets during their lifetime or transfer responsibility to someone else according to specific instructions.

One of the biggest advantages of a trust is flexibility. A trust can hold real estate, investment accounts, business interests, personal property, and other valuable assets. The grantor decides how and when beneficiaries receive those assets, making trusts useful for families with young children, adult children who may need financial guidance, charitable goals, or complex family situations.

Unlike a simple will, many trusts also allow assets to transfer privately, avoiding much of the public court process that accompanies many estates. That privacy, combined with greater control over asset distribution, is one reason trusts continue growing in popularity among individuals planning for the future.

Understanding Probate

Many people begin researching trusts after learning about what happens during probate . Probate is the legal process used to validate a will, settle debts, and distribute property after someone dies. Although probate serves an important legal purpose, it can also take months to complete, depending on the size and complexity of the estate, state laws, and whether disputes arise among beneficiaries.

A properly funded revocable living trust can often allow many assets to pass directly to beneficiaries without going through probate. That does not eliminate every legal responsibility following a death, but it may reduce delays, court involvement, and administrative expenses for surviving family members.

Another benefit is continuity. If the grantor becomes incapacitated during their lifetime, a successor trustee can immediately step in to manage trust assets according to the trust’s instructions. That may prevent additional legal proceedings that could otherwise become necessary if no planning has been completed in advance.

While trusts are valuable tools, they work best when paired with a comprehensive estate plan that includes a will, powers of attorney, healthcare directives, and regular updates as life circumstances change.

Planning for Military Families

Estate planning is important for everyone, but certain families may benefit even more from specialized financial guidance. Military families frequently relocate, own property in multiple states, receive unique government benefits, and experience deployments that create planning challenges civilian families may never encounter.

That is why service members and veterans, for example, would want to go with a military financial planning company  because those professionals understand military pensions, Survivor Benefit Plan elections, VA benefits, Thrift Savings Plan accounts, and the legal considerations that often affect military households. A trust can become one piece of a much larger financial strategy that protects both assets and long-term family security.

Military financial professionals may also help families determine whether specific trust structures align with their broader retirement goals, charitable objectives, or plans for passing wealth to future generations. Every family’s circumstances differ, making individualized guidance especially valuable when multiple financial programs intersect.

Even families without substantial wealth often discover that planning ahead provides peace of mind. Having clear instructions already established means loved ones spend less time interpreting legal documents and more time focusing on one another during an already emotional period.

Choosing the Right Trust

Not every trust serves the same purpose. Revocable living trusts remain among the most common because they allow the grantor to modify or revoke the trust while they are alive. Irrevocable trusts generally provide less flexibility but may offer additional asset protection or tax planning opportunities depending on individual circumstances.

Parents may establish trusts for minor children to ensure funds are distributed responsibly over time instead of all at once. Business owners may use trusts to support succession planning. Families caring for loved ones with disabilities may establish specialized trusts designed to preserve eligibility for certain government assistance  programs while still providing financial support.

Selecting the appropriate trust depends on personal goals rather than simply choosing the most common option. An experienced estate planning attorney can explain how different trust structures function under state law and help determine which approach best matches a family’s needs.

The most effective trusts are also properly funded. Creating the document alone is not enough. Assets generally must be retitled or transferred into the trust for many of its intended benefits to apply. Reviewing the trust periodically after major life events such as marriage, divorce, births, deaths, or significant financial changes also helps ensure the plan continues reflecting current wishes.

Planning Ahead Pays Off

Trusts are not just legal documents. They are practical planning tools that can provide clarity, flexibility, and greater control over how assets are managed and distributed. Taking time to establish an estate plan today can make an enormous difference for loved ones tomorrow, helping families navigate life’s most difficult moments with fewer legal obstacles and greater confidence.

Photo: Ivan S via Pexels


CLICK HERE TO DONATE IN SUPPORT OF DCREPORT’S NONPROFIT MISSION

The post Trusts Explained: Why Estate Planning Today Can Protect Your Family appeared first on DCReport.org.

Central Pacific Tropical Weather Outlook


Central North Pacific 2-Day Graphical Outlook Image
Central North Pacific 7-Day Graphical Outlook Image


000
ACPN50 PHFO 142307
TWOCP

Tropical Weather Outlook
NWS Central Pacific Hurricane Center Honolulu HI
Issued by NWS National Hurricane Center Miami FL
200 PM HST Fri Aug 14 2026

For the central North Pacific...between 140W and 180W:

Active Systems:
The National Hurricane Center is issuing advisories on Tropical
Storm Lala, located several hundred miles east-southeast of Hilo,
Hawaii.
The National Hurricane Center is also issuing advisories on
Tropical Depression Hernan, located well west-southwest of the
southern tip of the Baja California Peninsula.

Western Portion of the East Pacific:
An area of low pressure could form well to the west-southwest of the
southern tip of the Baja California Peninsula by the early to middle
part of next week. Gradual development of this system is possible
thereafter while it moves generally westward across the western
portion of the east Pacific.
* Formation chance through 48 hours...low...near 0 percent.
* Formation chance through 7 days...low...20 percent.

$$
Forecaster Mahoney/Pasch
NNNN


Atlantic Tropical Weather Outlook


Atlantic 2-Day Graphical Outlook Image
Atlantic 7-Day Graphical Outlook Image


000
ABNT20 KNHC 142307
TWOAT

Tropical Weather Outlook
NWS National Hurricane Center Miami FL
800 PM EDT Fri Aug 14 2026

For the North Atlantic...Caribbean Sea and the Gulf of America:

Near the Windward Islands (AL92):
A tropical wave near the Windward Islands is producing gusty winds
and a large area of showers and thunderstorms. This system is
moving into a region of increasing upper-level winds and drier air,
and the potential for tropical cyclone formation has decreased.
Even though development is highly unlikely, strong gusty winds to
near gale force and areas of heavy rain are possible across portions
of the Lesser Antilles tonight and on Saturday.
* Formation chance through 48 hours...low...10 percent.
* Formation chance through 7 days...low...10 percent.

Central Tropical Atlantic (AL94):
A tropical wave over the Central Tropical Atlantic, located more
than 1000 miles west of the Cabo Verde Islands, continues to produce
disorganized showers and thunderstorms. While environmental
conditions are conducive for some development over the next few
days, the system is expected to encounter strong upper-level winds
next week, decreasing its chances for development.
* Formation chance through 48 hours...low...30 percent.
* Formation chance through 7 days...medium...30 percent.

$$
Forecaster Pasch/Mahoney


Eastern Pacific Tropical Weather Outlook


Eastern North Pacific 2-Day Graphical Outlook Image
Eastern North Pacific 7-Day Graphical Outlook Image


000
ABPZ20 KNHC 142307
TWOEP

Tropical Weather Outlook
NWS National Hurricane Center Miami FL
500 PM PDT Fri Aug 14 2026

For the eastern and central North Pacific east of 180 longitude:

Active Systems:
The National Hurricane Center is issuing advisories on Tropical
Storm Lala, located several hundred miles east-southeast of Hilo,
Hawaii.

The National Hurricane Center is also issuing advisories on
Tropical Depression Hernan, located well west-southwest of the
southern tip of the Baja California Peninsula.

South of Mexico:
An area of low pressure could form several hundred miles south of
the coast of southern Mexico by the early to middle part of next
week. Some gradual development of this system is possible thereafter
while the system moves westward or west-northwestward well south of
Mexico.
* Formation chance through 48 hours...low...near 0 percent.
* Formation chance through 7 days...low...20 percent.

Western Portion of the East Pacific:
An area of low pressure could form well to the west-southwest of the
southern tip of the Baja California Peninsula by the early to middle
part of next week. Gradual development of this system is possible
thereafter while it moves generally westward across the western
portion of the east Pacific.
* Formation chance through 48 hours...low...near 0 percent.
* Formation chance through 7 days...low...20 percent.

$$
Forecaster Mahoney/Pasch