Vol. II, No. 44
Covering 12 August - 25 August 2024
Monday, August 26, 2024
Late edition · A Relentless publication
All the fortnight that mattered, in technology and in the world, read next to what we were building at the time.
CHICAGO

Harris accepts a nomination that did not exist a month ago, and a race reborn

Five weeks after a debate that seemed to doom her party, Kamala Harris stood before a roaring convention as its nominee, and Democrats who had been in despair in July found themselves, improbably, in a fight they might win.

Kamala Harris accepted the Democratic presidential nomination in Chicago on August 22, closing a convention that functioned as a collective exhale for a party that, five weeks earlier, had been staring into an abyss. The transformation was one of the strangest in the history of American politics: a president's catastrophic debate, an agonising month of pressure, his withdrawal, and then the near-instant coronation of his vice-president, who consolidated the party, energised its base, out-raised her opponent, and drew even with or ahead of Trump in polls that had shown Biden losing. The convention showcased it all, the Obamas, the Clintons, Walz's plain-spoken Midwestern populism, and a nominee betting that a message of turning the page, of joy against grievance, could carry a race nobody had expected to be a race at all. Trump, knocked off the dominant footing he had held since the debate and the assassination attempt, struggled to find an attack that stuck on an opponent who had existed for a month.

THE WORLD

Ukraine invades Russia, and a platform founder is arrested in Paris

Two stories underlined how unpredictable the year remains. Ukraine, on the defensive for months, stunned the world by invading Russia itself, its Kursk incursion seizing hundreds of square kilometres of Russian territory in the largest attack on the country since the Second World War, a bold gamble to change the war's momentum and its map. And in France, the authorities arrested Pavel Durov, the billionaire founder of the messaging app Telegram, as he stepped off his private jet on August 24, charging him in connection with criminal activity, from fraud to child abuse material, that flourishes on his lightly-moderated, encrypted platform, a case that thrusts the oldest question of the internet age, how responsible is a platform for what its users do, into a French courtroom.

IN BRIEF

A doctor's murder convulses India; a plague returns; the war grinds

The rape and murder of a young trainee doctor at a Kolkata hospital on August 9 ignited nationwide protests across India, as doctors struck and hundreds of thousands marched, the killing crystallising a fury over women's safety and the routine brutality that too often goes unpunished. The World Health Organisation declared the mpox outbreak spreading through central Africa a global health emergency on August 14. And in the Middle East, Israel and Hezbollah traded their heaviest fire yet on August 25 without quite tipping into the all-out war both had seemed to threaten, the region still balanced on its knife-edge.

The Column

The founder in the dock, and the question the internet never answered

France arrested the founder of Telegram this fortnight for what happens on his platform. It forces, at last, the oldest unresolved question of the internet age: how responsible is the person who built the room for what people do inside it.

The arrest of Pavel Durov, the billionaire founder of the messaging app Telegram, as he stepped off his jet in Paris, is being argued as a free-speech story, and it is one, but underneath the slogans is a genuinely hard question that the internet has spent thirty years refusing to answer, and that is now going to be answered, messily, in a French courtroom: how responsible is the builder of a platform for what its users do on it. Durov built a room. Inside that room, alongside a great deal of legitimate conversation, flourishes an enormous amount of crime, fraud, extremism, the trade in images of child abuse, because Telegram is deliberately, proudly lightly moderated and heavily encrypted, a design choice that protects dissidents and criminals in equal measure. France's charge, in effect, is that at some point the builder of the room becomes complicit in what he has knowingly allowed it to host. Durov's defenders say that holding him criminally responsible for his users' acts is like jailing the maker of the roads for the getaway cars.

Both framings contain a real truth, which is exactly why the question is hard. On one side, a platform is not its users, and making founders personally, criminally liable for everything that happens on their services would end the open internet overnight, because no one would build a room that millions could enter if they went to prison for the worst thing any of those millions did inside it. On the other side, "I just built the room" cannot be an infinite shield, because at some point a builder who knows precisely what his design enables, who has been asked repeatedly to address it and has refused, who has made non-cooperation with any authority a selling point, is not a neutral bystander to the crime but a knowing enabler of it. The road-builder analogy fails because the road-builder does not encrypt the getaway cars against the police and market that encryption to criminals as a feature.

The reason this matters far beyond Telegram, and the reason I am writing about it in the same fortnight as an AI-heavy news cycle, is that the exact same question is about to be asked, with far higher stakes, of artificial intelligence. If the builder of a platform bears some responsibility for what users do with the room he built, what is the responsibility of a company whose AI does not merely host the harmful content but generates it directly, on demand, at scale? The Durov case is the internet's oldest unresolved question finally reaching a courtroom, and its answer will echo straight into the AI age, because the AI companies are building rooms too, rooms that do not just let users misbehave but actively produce the misbehaviour when asked. For thirty years the industry has hidden behind "we just built the platform," and the law, mostly, let it. This fortnight, a founder is in the dock, and the shield is being tested at last. However his case resolves, the age in which building the room carried no responsibility for what happened inside it is ending, and the AI companies, who have inherited the same defence, should be watching a French courtroom very closely.

Field Notes
A Relentless build, told plainly

Testing the thing you hope never breaks, and why I spent so much of my career on the part nobody sees

Two issues ago the front page was a software update that crashed the world because it was not properly tested. Here is the discipline that prevents it, the one I spent years practising, and the reason it is always the first thing cut. No client is named.

A large part of my career, more than the glamorous parts, was spent on testing: writing test strategies, planning how a piece of software would be checked before it reached the people who depended on it, building the automated tests that verify, over and over, that the thing still works after every change. It is the least celebrated discipline in software. Nobody demos the tests. No customer is delighted by them. And, as this paper documented two issues ago in the CrowdStrike catastrophe, it is the discipline whose absence takes down hospitals and airlines, because testing is the boring, invisible work that stands between a change and a disaster, and it is therefore always, everywhere, the first thing under pressure to be skipped.

Here is what testing actually is, underneath the jargon, and why it matters more than it looks. Every time you change a piece of software, you might break it, and worse, you might break something far away from what you changed, some other part of the system that quietly depended on the thing you touched, in a way nobody remembered. Software is a web of hidden dependencies, and the terror of changing it is that you can never be fully sure what else you have affected. Testing is the systematic answer to that terror: a body of checks that runs after every change and confirms that the thousand things that are supposed to still work still work, so that you find out you broke something in a test, on a Tuesday, quietly, rather than in production, in front of customers, at the worst moment. Good testing is what lets you change a system with confidence instead of fear, and a system you are afraid to change is a system that slowly dies, because the world moves and it cannot.

The reason it is worth setting down, beyond the CrowdStrike echo, is that testing is the purest example of the thing this paper values and the world systematically undervalues: work whose entire benefit is the absence of a disaster that therefore never gets counted. When testing is done well, nothing happens. The bad change is caught, quietly, and the catastrophe that would have followed simply never occurs, and no one is ever grateful, because you cannot be grateful for a disaster you never knew you avoided. So the test suite is always the thing that gets thinned when the deadline looms, because skipping it has no visible cost today, only an invisible, probabilistic cost on some day in the future that feels, from here, like someone else's problem. I spent years building and defending that invisible work, and I made peace long ago with the fact that its success is indistinguishable from nothing happening. That is the job. The measure of testing done right is a career of disasters that did not occur, on days that felt, to everyone else, completely ordinary. CrowdStrike is what one skipped canary looks like. The alternative is a thousand ordinary Tuesdays, which is exactly what it is supposed to look like, and exactly why nobody funds it until the Tuesday it is missing.

The Ledger
AI
The Durov arrest reframes the platform-liability question for the AI era: if a founder can be charged for what users do on his encrypted platform, what is the liability of a company whose AI model generates harmful content directly? The law is groping toward answers, one arrest at a time.
Data centers & power
Quiet this fortnight. The power reckoning waits on autumn earnings and the next leg of the build-out.
Rates
Powell used his Jackson Hole speech on August 23 to signal clearly that rate cuts are coming, saying "the time has come." A September cut is now certain; the only question is 25 or 50 basis points.
Real estate
US 30-year mortgage 6.46 percent (August 22), continuing to ease as the cut approaches. The frozen market stirs for the first time in two years.
India tech
The Kolkata case is a searing reminder of the gap between India's technological rise and the daily reality of safety, especially for women; no amount of software capability substitutes for the basic protections a society owes its people. The technology sector cannot be separated from the country it lives in.
What we called wrong
Nothing to retract. The Field Notes above reinforce, from the author's own trade, the CrowdStrike lesson from No. 42: the testing that prevents catastrophe is invisible when it works, and therefore always the first thing cut.
The Back Page

She had a name

The trainee doctor whose rape and murder convulsed India this fortnight was 31 years old, working a punishing shift at a Kolkata hospital, asleep in a seminar room because there was nowhere safe for a woman on the night shift to rest, when she was attacked and killed. Her name has been suppressed by law, as the law requires, but the country knew her, in the way it periodically comes to know one victim among the countless, as a face onto which a nation's rage and grief and shame briefly focus. The protests that followed, doctors striking, hundreds of thousands marching, women reclaiming the streets at midnight, were about her and about all the others whose names never surfaced, about a routine, grinding, everyday violence and impunity that most of the time the country manages not to look at. India is, this year, a rising power, a space nation, the world's largest democracy, a technology hub, all of it real and all of it a source of legitimate pride. And it is also a place where a young woman doing her job could not find a safe room to sleep in, and paid for it with her life, and that too is real, and no rocket or election or software triumph erases it. The marches will fade, as they always do, and the country will move on to the next headline, as it always does. But she had a name, and a family, and a shift she never finished, and a nation that, for a fortnight, could not look away, and should not, when it inevitably does, be allowed to forget why it once could not.