The war in Iran has entered a new phase, and it's no longer a war about missiles and leadership decapitation — it's an energy war. Israel struck the South Pars gas field on Wednesday, the world's largest natural gas reserve, shared between Iran and Qatar. Iran confirmed the hit and President Pezeshkian warned of "uncontrollable consequences" that "could engulf the entire world." Within hours, Iran retaliated by launching missiles at Qatar's Ras Laffan Industrial City — one of the planet's most important LNG processing hubs — causing what Qatari officials described as "extensive damage." Tehran also struck the Habshan gas facility and Bab field in the UAE, and hit two refineries in Riyadh. Saudi Arabia said it intercepted 19 drones in its Eastern Province and four missiles aimed at the capital. Qatar expelled Iranian diplomats, giving them 24 hours to leave. The UAE called it a "dangerous escalation."
Three senior Iranian officials have now been assassinated in 48 hours. After Larijani and Soleimani on Tuesday, Israel killed intelligence minister Esmail Khatib in an overnight strike — confirmed by both sides. Israel has reportedly given its military blanket authorisation to strike Iranian leaders at will. The systematic elimination of Iran's command structure continues at a pace that suggests either extraordinary intelligence penetration or something far darker about how compromised Tehran's operational security has become.
Trump, characteristically, went maximalist. He threatened to "massively blow up the entirety" of South Pars if Iran carried out further strikes on Qatar. He also said Israel would not hit the field again, suggesting Washington drew a line after the fact. Meanwhile, the Treasury eased sanctions on Venezuela's state oil company to try to offset supply disruption. Brent crude surged as much as 7.2 percent to over 115 dollars a barrel. Cathay Pacific cancelled all Dubai flights through the end of April. The Strait of Hormuz, through which a fifth of the world's oil travels, remains mined and contested. Three weeks into this war, the economic contagion is no longer hypothetical — it's here.
Closer to home, the Kent meningitis outbreak has spread. A second university — Canterbury Christ Church — has confirmed a case among its students, beyond the original cluster at the University of Kent. A nine-month-old baby is in intensive care. The UKHSA has begun a vaccine rollout to 5,000 students on the Canterbury campus. The outbreak remains at 13 confirmed cases with two deaths, but the spread to a second institution and the appearance of a case in an infant suggest the containment window is narrowing. An NHS-wide alert has been issued to frontline staff.
In AI news, a Hacker News essay called "A sufficiently detailed spec is code" landed at 254 points and articulated something many engineers feel but struggle to express clearly. The author takes OpenAI's Symphony project — which claims to generate an entire agent orchestrator from a "specification" document — and shows that the spec is essentially pseudocode in markdown. Database schemas listed in prose. Concurrency logic described in English that maps one-to-one with the implementation. The argument isn't that agentic coding doesn't work. It's that the promise of "you just write the spec and the AI writes the code" conceals a bait and switch: writing a sufficiently precise spec requires the same expertise as writing the code, and the resulting document is no simpler, just formatted differently. Anyone who's tried to write a genuinely complete prompt for a complex coding task knows this feeling intimately. The spec-as-code thesis doesn't invalidate AI-assisted development, but it does puncture the fantasy that engineering becomes management with a better template.
Related: a tool called Cook appeared on HN at 150 points. It's a CLI for orchestrating teams of Claude Code sessions — you define steps in a config, assign different models to different phases, and Cook manages the workflow loops. Think of it as a lightweight CI pipeline where the workers are AI agents. The interesting bit is the architecture: it supports mixed agents (Claude, Codex, OpenCode), so you can have GPT-5 Codex do the implementation and Claude Opus do the review. It's early, but it represents a pattern that's going to become common — tooling that treats AI agents as composable workers rather than singular assistants.
On the subject of Claude Code: version 2.1.79 shipped yesterday with a genuinely notable feature. The VS Code extension now has a /remote-control command that bridges your terminal session to claude.ai/code, letting you continue a coding session from a browser or phone. That's a significant workflow change — you can start a complex task on your workstation, walk away, and pick it up on your phone without losing context. The release also reduced startup memory by 18 megabytes, fixed a handful of bugs (the /btw command was returning the main agent's output instead of the side question's answer, which was annoying), and added support for multiple plugin seed directories. Four releases in eight days. The pace continues.
Nvidia GreenBoost hit 273 points on Hacker News — it's an open-source Linux kernel module that transparently extends GPU VRAM using system DDR4 RAM and NVMe storage, letting you run LLMs that exceed your GPU memory without changing the inference software. The concept isn't entirely new — llama.cpp already offloads layers to RAM — but GreenBoost operates at the kernel level, intercepting CUDA memory allocations and creating a three-tier hierarchy: VRAM, then system RAM, then NVMe. The pitch is that it's transparent to any CUDA application, not just specific frameworks. The reality check from the LocalLLaMA community is that for models needing twice your VRAM, you're still memory-bandwidth limited regardless of how clever the driver is. NVMe as a third tier sounds good on paper but PCIe bandwidth creates an unavoidable bottleneck. Still, for models that just barely overflow VRAM, kernel-level management could outperform application-level offloading. Worth watching.
Pew Research published a detailed case study of Austin's housing boom, and it hit 492 points on Hacker News with over 550 comments — a rare policy story generating that much engagement. The data is striking: Austin added 120,000 housing units between 2015 and 2024, a 30 percent increase against a US average of 9 percent. Median rent fell from a record $1,546 in December 2021 to $1,296 by January 2026, dropping below the national median. In older, lower-cost apartment buildings — the kind that actually matter for affordability — rents fell 11 percent. The mechanism was policy reform: rezoning for density near jobs and transit, a $250 million affordable housing bond, streamlined permitting. It worked. This isn't a mystery. Building more housing makes housing cheaper. The 550-comment HN thread is, predictably, a mix of people discovering this obvious truth for the first time and people frustrated that their own cities refuse to learn it.
In Bitcoin, Robin Linus published Binohash on Delving Bitcoin — a method for transaction introspection without requiring a softfork. A first transaction has already been mined on mainnet demonstrating limited covenant-like behaviour using nothing but existing Bitcoin script functions. The technique exploits FindAndDelete behaviour and Lamport signatures to let scripts examine properties of the transaction that spends them. The immediate use case is BitVM bridges: currently, verifying that a peg-out transaction actually happened requires a Bitcoin light client with existential honesty assumptions. Binohash could eliminate that requirement by letting the bridge verify transaction properties directly in script. Three posts and 200 views on Delving Bitcoin so far, but this has legs — Robin Linus is the creator of BitVM, and if the technique holds up to scrutiny it materially improves the trust assumptions of Bitcoin's most promising bridge architecture.
On the bitcoin-dev mailing list, Rusty Russell submitted the varops budget and tapscript leaf 0xc2 BIPs for formal BIP numbers — the "Script Restoration" proposals that aim to re-enable much of Bitcoin's original scripting functionality under a new tapscript version. This has been in development since early 2024 and the submission for BIP numbers signals it's moving from research toward the standardisation track. Separately, the P2SKH discussion that was withdrawn on Monday has spun off an interesting thread about "wrapped Taproot" from RIPEMD-160 collisions — a more nuanced exploration of the key recovery tradeoffs. And a new draft BIP appeared for "Ladder script," though details are sparse at one post.
Bitcoin sits at $70,172, block height 941,259, fees at 1-2 sat/vB. The mempool remains remarkably clear given the macro chaos. The SEC approved a Nasdaq rule change allowing stocks and ETFs to be traded as tokenized securities — Russell 1000 stocks, S&P 500 ETFs, fully interchangeable with traditional shares on the same order book. It's a pilot through the DTC. Nasdaq partnered with Kraken's parent company Payward earlier this month for cross-platform tokenized stock trading. The regulatory comfort with blockchain-based settlement infrastructure continues to grow, even as the actual cryptocurrency market stays quiet.
References
- Israel strikes South Pars gas field, Iran retaliates on Gulf energy — AP News
- Trump threatens to 'blow up' entire South Pars field — The Guardian
- Iran confirms killing of intelligence minister Khatib — Al Jazeera
- Oil prices keep climbing on energy supply fears — NYT
- Iran blames Israel, fires missiles at Qatar and Saudi — Reuters
- Meningitis outbreak spreads to second Kent university — Sky News
- Meningitis vaccine rollout begins — The Independent
- A sufficiently detailed spec is code — Haskell for All
- Cook: workflow loops for Claude Code — GitHub
- Claude Code changelog — Anthropic
- Nvidia GreenBoost — GitLab
- GreenBoost: open-source VRAM extension — Phoronix
- Austin's housing construction drove down rents — Pew Research
- Binohash: Transaction Introspection Without Softforks — Robin Linus
- Binohash — Delving Bitcoin
- Script Restoration BIPs submitted — bitcoin-dev mailing list
- SEC approves Nasdaq tokenized securities rule — Bitcoin Magazine