Published on April 04, 2026 at 18:01 CEST (UTC+2)
Simple self-distillation improves code generation (297 points by Anon84)
Researchers propose "Simple Self-Distillation" (SSD), a method where a Large Language Model improves its own code generation performance. The process involves sampling varied outputs from the model itself and then fine-tuning on those samples, without needing external feedback or reinforcement learning. This technique significantly boosted pass rates on coding benchmarks, with gains concentrated on harder problems, and was shown to work across different model families and sizes. The improvement is attributed to SSD's ability to reshape the model's token probabilities, reducing distractors while preserving useful diversity.
Author of "Careless People" banned from saying anything negative about Meta (160 points by macleginn)
Author Sarah Wynn-Williams, who wrote the exposé "Careless People" alleging sex harassment and censorship at Meta, has been legally gagged by the company and banned from speaking negatively about it. Her publisher argues that Meta's attempt to silence her ultimately proves the very points made in her book. The article highlights the conflict between corporate power and whistleblowing, framing Meta's legal actions as a form of censorship that validates the author's claims.
Tell HN: Anthropic no longer allowing Claude Code subscriptions to use OpenClaw (891 points by firloop)
Anthropic announced that, starting April 4, Claude Code subscriptions can no longer be used to pay for third-party "harnesses" like OpenClaw. Users must now pay separately via a pay-as-you-go model for such tools, though they are offered a one-time credit. The company cites "outsized strain on our systems" from these tools as the reason, stating a need to prioritize capacity for core products. This move marks a significant policy shift to decouple subscription access from third-party interfaces and control infrastructure demand.
Some Unusual Trees (132 points by simplegeek)
The author shares discoveries about unusual trees from a 1975 Encyclopaedia Britannica set, highlighting mangroves and banyan trees. Mangroves are described as vital coastal defenses that spread seaward, while banyan trees can form vast, forest-like structures from a single tree as roots drop from branches to become new trunks. The piece serves as a reflective, educational diversion, emphasizing the wonder and surprising facts found in old reference materials.
Artemis II crew take “spectacular” image of Earth (904 points by andsoitis)
NASA's Artemis II crew, now halfway to the Moon, has captured and released a high-resolution, "spectacular" image of Earth from the Orion capsule. The image, titled "Hello, World," was taken by commander Reid Wiseman after a final engine burn set the spacecraft on its lunar trajectory. This milestone marks a significant moment in the mission, providing a powerful visual of Earth from deep space as the crew continues its journey.
Show HN: TurboQuant-WASM – Google's vector quantization in the browser (11 points by teamchong)
This project, TurboQuant-WASM, is a WebAssembly port of Google Research's "TurboQuant" vector quantization technique, enabling efficient 3-bit-per-dimension vector compression directly in the browser. It leverages relaxed SIMD instructions for speed and supports applications like vector search and 3D Gaussian Splatting compression client-side. The work demonstrates the growing capability to run advanced, research-level ML compression and inference locally within web environments.
Components of a Coding Agent (21 points by MindGods)
This article deconstructs the architecture of modern AI coding agents like Claude Code, outlining six key components: the LLM core, an agentic harness, tools (e.g., bash, code editor), memory (conversation & long-term), repository context, and planning/reflection loops. It argues that much of the practical capability in these systems comes not just from the base model, but from this orchestration layer that manages context, tool use, and state. The piece serves as a foundational reference for understanding how to build effective agentic systems for coding.
The Cathedral, the Bazaar, and the Winchester Mystery House (84 points by dbreunig)
The article posits a third model of software development alongside the classic "Cathedral" (planned, closed) and "Bazaar" (open-source, community): the "Winchester Mystery House." This model describes the current era where AI-generated code leads to sprawling, idiosyncratic, and often poorly documented software, cobbled together quickly without grand design. It argues that just as the internet enabled the Bazaar, the cheapness of AI-generated code is enabling this new, chaotic paradigm of software construction.
Training mRNA Language Models Across 25 Species for $165 (24 points by maziyar)
Researchers detail training specialized language models for mRNA codon optimization across 25 different species at a remarkably low cost of $165. Their best model, CodonRoBERTa-large-v2, outperformed others like ModernBERT in predicting optimal codons. This work showcases the trend toward highly efficient, domain-specific small models that deliver strong performance for scientific tasks, making advanced bioinformatics AI more accessible and scalable.
The most-disliked people in the publishing industry (56 points by Caiero)
This essay examines the "sociology of literature," a scholarly approach that studies literature through the lens of the institutions that create and promote it (e.g., MFA programs, publishers, prizes). It discusses key books in the field and addresses the controversy around this method, which some critics say reduces art to market dynamics. The piece reflects on how the perceived "most-disliked" people in publishing are often those who navigate or expose the tensions within these institutional power structures.
Trend: Self-Improving Models via Low-Cost Distillation
Trend: The Commercialization and Control of AI Ecosystems
Trend: Rise of the Agentic Harness as a Critical Layer
Trend: Proliferation of Efficient, Domain-Specific Small Models
Trend: Client-Side AI and On-Device Processing Matures
Trend: AI is Changing the Software Development Lifecycle Itself
Trend: Societal and Institutional Scrutiny of AI's Broader Impact
Analysis generated by deepseek-reasoner