Nitter lives: X Corp's legal threat fails to kill the project
Two weeks after X Corp's lawyers demanded that the open-source X reader delete itself, the project is back. The reversal says more about how hard it is to sue a distributed codebase than it does about X's appetite for a fight.
Nitter's maintainer says the project will continue, two weeks after X Corp demanded it shut down. The note now pinned to the project's page still records the original threat — on 24 August, X sent cease-and-desist letters demanding permanent takedown of Nitter's instances and its repository — but adds a single line above it: following legal advice, the project will continue, with more details to come. The repository, which had been archived when the letters arrived, is unarchived and development is live again.
That is a fast reversal, and an unusual one. When the letters landed in late August, the maintainer, who goes by Zedeus, took the flagship instance offline and stopped work entirely — the standard response from an unpaid developer handed a demand letter from a company with bottomless legal budget. X's letter, which was reviewed by the press, accused Nitter of unlawful circumvention of X's API and of scraping data and accessing accounts and session tokens, citing Texas's Harmful Access by Computer Act and the Lanham Act, and gave the project a deadline of 5 p.m. EST on 25 August to disappear. The deadline passed with no filing. Now the project says it has advice it is willing to act on.
The timing is the tell: X threw everything at this in one letter and then went quiet. No suit has surfaced in the two weeks since, and in the meantime the network did what networks do — a community-maintained instance list that surfaced on Hacker News this weekend claims Nitter now has more working instances than it did before the takedown attempt. Killing one repository does nothing when the code has been forked, mirrored, and containerized for seven years. X can pressure the developer it can identify; it cannot unpublish a codebase.
The legal theory was always the weak part, and this is where it rubs up against AI. X's own parent company built a frontier model on scraped public data and on the output of other firms' models, and the broader AI industry's position is that publicly accessible data is fair game. A ruling that hosting a reader for public posts is "unauthorized access" would land on an industry whose entire data supply chain is built on the same act. That is not a defense Nitter can assert in court, but it is a reason the case is unattractive to bring.
Our read: this looks less like a negotiated settlement and more like a demand letter that ran out of leverage. Expect a funding drive, and expect X to keep leaning on instance operators rather than the code — that pressure is cheaper and it works.
Practitioners have a blunt answer for why enterprise agents die in year one: nobody owns the integration. A discussion in the agent-building community this weekend asked what actually survives past twelve months, and the answers converged on the same failure mode — the agent itself was fine, the API underneath it changed something minor, and no one had been assigned to fix it, so the deployment quietly rotted over six months. The survivors were almost never the flashy demos; they were boring internal tools that did one job well enough that nobody bothered to rip them out.
It is a useful corrective to the benchmark-chasing that dominates the news. Agent reliability in production is mostly boring operational hygiene — a named owner per integration, monitoring on the third-party APIs the agent depends on, and a definition of the job narrow enough that "technically reasonable but completely wrong" stays rare. Models are not the constraint anymore. Org charts are.
What to watch: whether Zedeus's promised follow-up names a legal defense fund — and whether X shifts from threatening the maintainer to picking off public instance operators one at a time.
Which of your AI deployments actually made it past a year, and what killed the ones that didn't? Tell us in the comments.
Sources: Nitter (GitHub) · Nitter README commit — "Nitter lives" · Hacker News discussion · TechCrunch — X sends cease-and-desist to open source project Nitter · Community instance list (Codeberg) · r/AI_Agents — Which AI tools are still running after a year?