Advertisement · 728 × 90

Posts by Dmitri Alperovitch

How to Reopen the Strait of Hormuz
How to Reopen the Strait of Hormuz YouTube video by Dmitri Alperovitch

How to Reopen the Strait of Hormuz

New Geopolitics Decanted episode on how the US military can mitigate against the anti-ship cruise missile, drone, fast-attack boat and mine threat in the Persian Gulf. And the possible timeline for return to normalcy

youtu.be/Sjz_zxKOMIk

3 weeks ago 44 7 4 2
Preview
Opinion | The U.S. Can’t Get Xi Hooked on Nvidia Chips ‘The exports will relinquish our lead in frontier AI models while actively supporting China’s military and economic advancement,’ writes Dmitri Alperovitch.

@dmitri.silverado.org is right about this.

3 months ago 15 1 0 0
Post image

"During the height of the Cold War, it was unthinkable for the U.S. to sell supercomputers to the Soviet Union, the equivalent of the GPUs today. We’ve never won technological competitions by arming our competitors—we’ve prevailed by preserving a clear advantage."

www.wsj.com/opinion/the-...

3 months ago 71 12 2 2
Preview
Opinion | The arsenal of democracy cannot fight like this The U.S. military’s defense acquisition system is a casualty of bureaucracy.

"We are fast approaching a moment when China’s expansionist ambitions may test America’s resolve," @dmitri.silverado.org and Matt Cronin write. https://wapo.st/3JVhdLd

4 months ago 17 2 1 1
Post image Post image Post image Post image

So far this morning, we’ve had an incredible kickoff with on attribution alphabet soup with the one and only @dmitri.silverado.org and then a fascinating meme-ful talk from @activemeasures.bsky.social and @wylienewmark.bsky.social on SVR cyber espionage and Russian analytic battlefields.

4 months ago 22 5 1 1
Preview
Keeping Russian Economy Afloat: Kremlin's Economic High Wire Act Podcast Episode · Geopolitics Decanted with Dmitri Alperovitch · 22/10/2025 · 44m

I found the latest episode of Geopolitics Decanted with @dmitri.silverado.org very informative on the state of the Russian economy. I don’t know whether these new sanctions are enough to be the potential game changers identified by Chris Weafer.

podcasts.apple.com/gb/podcast/g...

5 months ago 16 1 1 0

I haven’t. What do you think has changed primarily?

7 months ago 0 0 1 0
Preview
Why Drones Can’t Replace Traditional Firepower Geopolitics Decanted by Silverado · Episode

Very interesting podcast by @dmitri.silverado.org why drones are a useful addition to the European military but shouldn't be the main focus for investment in building our military capabilities.

8 months ago 12 3 2 1
Preview
Why Drones Can’t Replace Traditional Firepower Podcast-Folge · Geopolitics Decanted by Silverado · 05.08.2025 · 49 Min.

Great discussion with @justin-br0nk.bsky.social and @dmitri.silverado.org about the "drone panacea myth".

See also the RUSI article www.rusi.org/explore-our-...

8 months ago 19 4 0 0
Preview
Geopolitics Decanted by Silverado News Commentary Podcast · Geopolitics Decanted is a podcast featuring geopolitical analysis and in-depth expert interviews on topics ranging from War in Ukraine, Great Power Competition with China, ch...

I found this discussion between @dmitri.silverado.org and @justin-br0nk.bsky.social on the limitations of drones to be very useful. podcasts.apple.com/us/podcast/g...

8 months ago 16 1 0 0
Advertisement
Preview
Why Drones Can’t Replace Traditional Firepower Podcast Episode · Geopolitics Decanted by Silverado · 08/05/2025 · 49m

Justin Bronk — @justin-br0nk.bsky.social — is a keen observer of military affairs. Talking with @dmitri.silverado.org, he challenges the view that Ukraine’s success with UAVs against Russia is a model for what the US and other western nations should focus on. podcasts.apple.com/us/podcast/g...

8 months ago 23 4 2 0

Hopefully we made it clear on the podcast!

8 months ago 1 0 1 0
Preview
NATO Should Not Replace Traditional Firepower with ‘Drones’ Over-reliance on uncrewed aerial systems or ‘drones’ is leading to significant problems for the Armed Forces of Ukraine, and is not something Western militaries should attempt to replicate

Link to @justin-br0nk.bsky.social article 👇
www.rusi.org/explore-our-...

8 months ago 21 2 0 0
Why Drones Can’t Replace Traditional Firepower
Why Drones Can’t Replace Traditional Firepower YouTube video by Dmitri Alperovitch

Why Drones Can’t Replace Traditional Firepower

My @GeopolDecanted discussion with @justin-br0nk.bsky.social about his recent provocative @rusi.bsky.social piece on this topic.

We also discuss efficacy of Ukrainian F-16s, Operation SpiderWeb and much more. Watch 👇

youtu.be/ykLIH2kY1U8

8 months ago 75 17 3 1

The key is to keep the implementation as simple as possible (attestation via Intel Trust Authority or mTLS) and not include poison pills like kill switches and geofencing that would make this unworkable and too onerous for end-users and chip designers alike

END

9 months ago 12 0 1 0

Through this lens, the Chip Security Act or similar solutions would help accomplish the goal of identifying export control violators with minimal overhead to AI chip companies and exporters

9 months ago 8 0 1 0

The goal here would not be to identify and stop every AI chip export violation but to collect additional data that might help identify export control violators

9 months ago 2 0 1 0

In another scenario, if you have a customer that has purchased tens of thousands of AI chips which are not reporting in every month (accounting for typical chip failure rates, etc), it is also grounds for a BIS investigation of an importer

9 months ago 2 0 1 0

A typical hop between eg Shanghai and Singapore will add 40-300ms of consistent latency which can be easily detected. This would then be a clue for BIS to investigate further

9 months ago 2 0 1 0
Advertisement

To mitigate against this, the exporter's webserver can measure round trip time (RTT) for packets inside the mTLS connection and then compare it to pings to the IP from which the connection is originating

9 months ago 2 0 1 0

Of course, this is not full-proof. Chinese companies can purchase AI chips through shell companies elsewhere, reship the chips to China and then proxy their mTLS connections through VPNs and proxies in countries where the shell companies are based

9 months ago 2 0 1 0
GPU Remote Attestation With Intel® Trust Authority | Intel® Tiber™ Trust Authority Learn about the Intel® Trust Authority Python Client, CLI for Intel TDX and NVIDIA GPU, and Intel Trust Authority REST API that support GPU attestation.

Another way to accomplish this might to be use existing Intel Trust Authority for GPU remote attestation architecture that Intel and Nvidia have partnered on but that creates a requirement to use Intel CPUs, which may not be ideal in every case docs.trustauthority.intel.com/main/article...

9 months ago 2 0 1 0

GPU drivers can already do mTLS handshake operations like ECDSA signing, so this doesn’t even require any new code from the chip designers

9 months ago 2 0 1 0

The connection can be trivially initiated via a simple script from other parts of the environment where the AI chip is deployed, but just talk to the GPU driver for handshake initiation/client key exchange with the EXPORT_CERT. This minimizes the technical reqs for AI chips

9 months ago 2 0 1 0

The mTLS connection would not originate from the chip itself. In fact, it doesn’t even have to originate from the server that the chip is in

9 months ago 2 0 1 0

So if a chip is being sold to a data center in Singapore but the connection originates from an IP address in China (or anywhere else), well, that means you might have a potential transshipment on your hands that warrants BIS investigation

9 months ago 2 0 1 0

The US exporter would then have the country from where the secure mTLS conn is originating from and match it against the customer KYC and export info data that they had been collected during the export process to determine whether country of shipment matches country of use

9 months ago 2 0 1 0
Advertisement

US exporters would run mTLS webservers with public key versions of the EXPORT_CERTs loaded on them (they would get them from the chip designers) to record the IP addresses and their geolocation from where the connections are originating

9 months ago 2 1 1 0

Foreign end-users (wouldn’t apply to US customers or perhaps to trusted foreign govs) would then be obligated by BIS to use this cert for mTLS (mutual-auth) Client Key Exchange connection generation to the US exporter of the chip on a periodic basis (ex. once a week/month)

9 months ago 2 0 1 0

New AI chips going forward can incorporate a new certificate with a private key (EXPORT_CERT) in their Secure Enclave (they already have other certs for secure boot/attestation). So this is a very simple task

9 months ago 2 0 1 0