Sep 3Friday, September 4, 2026 · all daysSep 5 · today »
1.GPT-6 Astra(openai.com)
2262 points by kibae 6 days ago | 2069 comments | permalink
tl;dr: Summary not available
HN Discussion:
  • ~Progress reflects skill acquisition and overfitting at scale rather than true intelligence gains
  • Excited about improved user prompting behavior making the model more collaborative
  • Benchmark comparisons are misleading due to inconsistent harness methodology across models
  • ~Speed, not intelligence, is the real bottleneck when working with models
  • Constant model releases discourage creative human effort
2..name Termination(neil.fraser.name)
2214 points by pavel_lishin 7 days ago | 538 comments | permalink
tl;dr: Verisign proposed and ICANN approved the termination of all 3rd-level .name domains, effective February 2026, affecting roughly 22,000 registrants including the author, who has used neil.fraser.name for nearly 25 years. Beyond losing websites and email, the shutdown creates a serious security risk: if the freed 2nd-level domains (e.g., fraser.name) get registered by others, they could hijack accounts, code signing, and IoT devices tied to the original addresses.
HN Discussion:
  • Proposes a compromise: stop new registrations but honor and reserve existing ones to prevent hijacking
  • ICANN is violating its own mission of stability and security by approving this
  • Clarifies the scope — only 3rd-level domains affected, not all .name domains
  • ~Highlights broader architectural lesson: don't tie identity/security to leased domain names
  • For-profit entities like Verisign will never act in public interest; expecting otherwise is naive
3.Qwen 3.8 27B available on Cerebras at 1500 tokens/s(inference-docs.cerebras.ai)
684 points by altertable 6 days ago | 225 comments | permalink
tl;dr: Cerebras is now serving Qwen 3.8 27B on its public endpoints at ~1500 tokens/s, alongside GPT-OSS 120B at ~3000 tokens/s, with context windows up to 128k/131k on paid tiers. Cerebras notes all public models are unpruned originals, using only selective weight-only quantization for storage while keeping activations, attention, and KV cache at full precision; pruned REAP variants are research-only on Hugging Face.
HN Discussion:
  • ~Rate limits make the service impractical for real coding tasks despite speed
  • ~High speed comes at significantly higher cost compared to alternatives
  • Local inference alternatives can achieve reasonable speeds without these limitations
  • Wish Cerebras would expose this model via OpenRouter for broader access
  • ~Output speed is impressive but tool calling and context limits hamper usefulness
4.The largest electric aircraft just flew [video](youtube.com)
464 points by feb 8 days ago | 352 comments | permalink
tl;dr: Summary not available
HN Discussion:
  • Skepticism about the 'electric' claim since the aircraft uses hybrid configuration with aviation fuel
  • Excitement about electric aviation startups potentially disrupting short-haul flights
  • Questioning the real market viability given short range vs typical flight distances
  • Technical curiosity about design choices like wing struts, build-from-scratch approach, and cruise specs
  • Highlighting the achievement's headline stats (wingspan, weight, low electricity cost)
5.Artificial beaver dams saw juvenile coho salmon survival rates go from 8% to 60%(discoverwildlife.com)
367 points by speckx 6 days ago | 122 comments | permalink
tl;dr: Nonprofit-built artificial beaver dams on tributaries of California's Scott River restored ~9,000 m² of cold, slow-moving wetland habitat, boosting juvenile coho salmon survival from 8% to 60%. Salmon returns to the Scott River remained strong even during drought, outperforming other monitored rivers. Researchers say the low-cost interventions demonstrate beavers' ecological value, but long-term recovery depends on landowners tolerating actual beaver populations.
HN Discussion:
  • Appreciates positive environmental restoration news amid general pessimism
  • Shares historical or personal anecdotes reinforcing beavers' ecological value
  • Highlights additional benefits like aquifer recharge and sediment capture
  • Skeptical that temperature alone explains dramatic survival improvement
  • Questions why actual beavers weren't reintroduced instead of artificial dams
6.Porting my 1993 Amiga game to Godot, with an LLM reading the 68000 assembly(babyloniantwins.com)
365 points by rabahs 7 days ago | 129 comments | permalink
tl;dr: The developer of Babylonian Twins, a 1993 Amiga game written in 68000 assembly, used Claude Fable 5 in Claude Code to port both his 2010 C++ engine and the original 72,758 lines of undocumented assembly into Godot 4 over a weekend. The LLM reverse-engineered proprietary file formats, rebuilt the original binaries byte-identically with vasm, recovered a lost map editor, and even handled store listings and localized screenshots—though it introduced subtle bugs like a guard AI missing an upper-bound check. The Definitive Edition ships on iOS/Android now with the original 1993 game bundled inside, and the original ADF is free on itch.io.
HN Discussion:
  • Sharing similar successful experiences porting retro games with LLMs
  • Reflecting on the poetic significance of AI treating early computing as archaeology
  • Admiration for the original 1993 assembly achievement and curiosity about the development story
  • ~Appreciation that the LLM stumbled, hoping obscure retro code remains challenging for agents
  • Practical questions about cost, tooling, and requests for reusable porting guides
7.Go grandmaster Shin defeats AI KataGo with a two-stone handicap(kedglobal.com)
458 points by gmays 7 days ago | 178 comments | permalink
tl;dr: Shin Jin-seo, the world's top-ranked Go player, defeated KataGo 2-1 in a three-game series with a two-stone handicap, becoming the first human to win an official series against a top-tier Go engine under such conditions. Shin succeeded by abandoning attempts to imitate AI play in favor of a disciplined, defense-oriented strategy focused on territory. The win is seen as a symbolic rebound for humans nearly a decade after AlphaGo's dominance, though it required handicap conditions given the acknowledged skill gap.
HN Discussion:
  • Emphasizes that Shin is an exceptional outlier player, contextualizing the achievement's significance
  • ~The headline is misleading because the handicap means AI is still clearly stronger than any human
  • The win reveals AI weaknesses in strategy and handling unconventional play, showing a human edge in creativity
  • Questions the novelty given prior wins like Pelrine's 2022 victory against KataGo
  • ~Notes technical caveats like limited compute and time-per-move that qualify the achievement
8.Which tools do Claude, Codex and Cursor choose? We measured 17k runs to find out(armature.tech)
290 points by screm 6 days ago | 145 comments | permalink
tl;dr: Armature ran 17k sessions (5.3k valid) across Claude Code, Codex, and Cursor to see which third-party tools coding agents pick when implementing features. The agents rely on different sources (Codex heavily web-searches, Claude Code uses priors and builds in-house ~2x more) and agree on the same tool only 42% of the time, with repo language heavily influencing choices—e.g., Resend wins for TypeScript email, Sendgrid for Python. Some categories are lopsided (Stripe wins 90%, Neon 66%, S3 45%), while heavily-mentioned brands like PayPal, LangChain, and Supabase rarely get picked.
HN Discussion:
  • Validates the study's premise that agents can be marketed to like humans for tool selection
  • Shares personal observations about Claude's limited web search behavior, corroborating findings
  • ~Points to competing/similar open-source tracking work as alternative
  • Critiques the product's high pricing despite finding the problem interesting
  • Broader philosophical concern about AI's golden age ending due to commercial lock-in
9.K2 Horizon: A connected fleet of six open models(ifm.ai)
331 points by karimf 7 days ago | 125 comments | permalink
tl;dr: IFM released K2 Horizon, an open fleet of six models (0.9B to 375B-A23B) under Apache 2.0, publishing not just weights but full training lifecycle artifacts: intermediate checkpoints, data recipes, code, configs, and logs through agentic post-training. The release introduces MoVA (Mixture-of-Value-Attention), extending MoE sparsity to attention, and Uno, a LoRA-based diffusion adapter for lossless inference speedup. Benchmarks show competitive but not leading results against closed models like GPT-5.6 and Claude Sonnet 5, though the small models (0.9B/3.7B/7B) claim SOTA in their size classes. The team also transparently audited and reported reward-hacking behavior on TerminalBench.
HN Discussion:
  • Fully open models with complete training transparency are essential for the AI future
  • Self-reported benchmarks don't match headline claims and omit key competitors like Gemma4
  • ~Small model benchmark claims (7B matching larger models) could be transformative if real
  • Hands-on testing shows the small models hallucinate and aren't trustworthy for coding
  • Open source models prove their value especially when closed LLMs have outages
10.Any Human Ever – One life, drawn at random from all who have ever lived(anyhumanever.com)
633 points by thinkingemote 7 days ago | 307 comments | permalink
tl;dr: Summary not available.
HN Discussion:
  • Data accuracy is questionable with contradictory statistics and misleading or broken citations
  • The random sampler seems broken, not properly weighted toward modern times
  • Cool AI project that inspires appreciation for life and reflection on human history
  • Impressive example of AI-enabled creative projects with no commercial motive
  • Modern money comparisons to subsistence economies are meaningless anachronisms
11.Ask HN: Why were OpenAI, Claude, and Grok simultaneously down?
393 points by halcdev 7 days ago | 682 comments | permalink
tl;dr: Summary not available.
HN Discussion:
  • Shared infrastructure like Cloudflare or major cloud providers caused a cascading outage across services
  • Users treating AI models as interchangeable caused traffic migration and cascading overloads
  • The outage was caused by SpaceX/xAI Memphis datacenter issues affecting compute partners
  • It's just statistical coincidence since these services are frequently down individually
  • Humorous or speculative takes (NSA, AI takeoff, judgement day, vibecoded instability)
12.OpenAI's GPT-6 Astra on ARC-AGI-3(arcprize.org)
232 points by vignesh_warar 6 days ago | 146 comments | permalink
tl;dr: GPT-6 Astra scored 62.7% ($26K) on ARC-AGI-3 Semi-Private using ARC's Standard harness and 99.9% ($19K) using the Provider Adapter harness, both state-of-the-art. Notably, Astra beat the median human's action efficiency on 96% of levels, using 51.7% fewer actions on average, and developed its own compact algebraic notation to model game mechanics. ARC's authors emphasize this is meaningful progress toward generalization but not proof of AGI, given the benchmark's bounded scope.
HN Discussion:
  • Benchmark performance doesn't equate to true intelligence or AGI
  • Suspicion of benchmark gaming via custom harnesses or data leakage
  • Cost-per-puzzle trajectory suggests AI will soon undercut human labor
  • Article fails to clarify what capabilities remain out of reach
  • ~AGI goalposts will keep moving regardless of achievements
13.What I learned from my mom (1941-2026)(experimentalliving.substack.com)
281 points by NaOH 11 days ago | 11 comments | permalink
tl;dr: Writer A.J. Jacobs pays tribute to his mother Ellen Jacobs, who died recently at 84, recounting her many roles as a supportive parent, beloved middle-school science teacher (whose students included famed chef Dan Barber), skilled cloisonné jeweler, devoted grandmother, and NYPL docent. He highlights their long-running daily gratitude email exchange and her determined optimism despite a natural tendency to worry, crediting her with teaching him kindness, curiosity, and humor as coping tools.
HN Discussion:
  • Praise for the article as a beautiful, inspiring tribute worth reading
  • Personal reflection prompting readers to express gratitude to their own mothers while they can
  • Emotional resonance evoking tears or fear about losing one's own parent
  • Playful tribute gesture honoring the mother's memory (e.g., drinking yellow lightning)
  • Offering condolences to the author for their loss
14.Nvidia to acquire Hugging Face(cnbc.com)
324 points by tosh 7 days ago | 106 comments | permalink
tl;dr: Nvidia has agreed to acquire open-source AI platform Hugging Face for $12.9 billion, its second-largest deal ever after December's $20 billion Groq asset purchase. Hugging Face CEO Clément Delangue said he approached Jensen Huang over the summer, and the platform will remain open to the broader AI ecosystem. The deal follows a recent hack of Hugging Face and reinforces Nvidia's push beyond chips further up the AI stack.
HN Discussion:
  • Congratulations to Hugging Face founders for a smart, well-timed exit
  • ~The $12.9B valuation seems inflated and reflects AI hype bubble
  • Questioning what actually justifies Hugging Face's massive valuation beyond being a model repository
  • ~Concerns about conflict of interest given Nvidia's investments in closed-model companies
  • Worry about the future of open access and archival of HF's hosted models
15.VC isn't VC anymore(anildash.com)
308 points by cdrnsf 7 days ago | 247 comments | permalink
tl;dr: Anil Dash argues that venture capital has been corrupted by a handful of mega-firms like Andreessen Horowitz, which have grown so large (managing $50B+) that they no longer function as traditional VCs—instead operating as unaccountable private equity-style entities that profit from management fees regardless of portfolio performance. These "Cancer Capital" firms now dictate industry direction, extract returns through self-dealing before IPOs, and increasingly wield political influence (a16z spent $115M this midterm cycle) while pension funds and retail investors absorb the risk. The result: founders now serve VCs' political agendas rather than the reverse.
HN Discussion:
  • ~Regulatory changes post-GFC drove companies to stay private longer, creating the mega-VC dynamic
  • Founders should build small, sustainable niche businesses to avoid VC corruption entirely
  • ~Article's legal arguments about VC classification are overstated or insignificant
  • Insiders and observers confirm mega-VCs have warped the industry and wield harmful political influence
  • Alternative funding models or fiduciary-like standards are needed to fix the broken VC system
16.Audacity 4.0(github.com)
1137 points by ClydeN 7 days ago | 261 comments | permalink
tl;dr: Audacity 4.0 rebuilds the UI on Qt with high-DPI rendering, dockable panels, workspaces, themes, and a redesigned clip-editing model that allows multi-clip selection, grouping, free placement, and context-sensitive tools replacing the old Select/Envelope/Draw modes. It introduces a new .aup4 project format (backward-compatible with .aup3 imports), ASIO support on Windows, revamped playback/recording, and consistent effect handling. Several Audacity 3 features—Time Tracks, MIDI tracks, Mixer, Macros/scripting, VAMP/LADSPA hosting, and Play-at-speed—are not yet available but planned for future releases.
HN Discussion:
  • Enthusiastic support for the redesign and Muse's rescue of Audacity from technical debt
  • Sharing supplementary resources like release videos and developer interviews
  • Criticism that Audacity still fails to properly integrate with modern Linux audio (JACK/Pipewire)
  • Frustration with rebranding, tech churn, and commercial ownership direction
  • Concerns about telemetry and questions about forks like Tenacity
17.Google Antigravity TOS: 3rd party usage can get Google account suspended(twitter.com)
330 points by tosh 7 days ago | 217 comments | permalink
tl;dr: Google Antigravity's TOS allow Google to suspend your entire Google account if they suspect third-party usage (like OpenClaw) of the service. Unlike an OpenAI or Anthropic ban, losing your Google account can be life-ruining given how deeply integrated it is with email, files, and other critical services, making this a significant risk to consider before using Antigravity.
HN Discussion:
  • Google account bans have disproportionate life-ruining consequences due to deep integration with essential services
  • Fear of arbitrary Google bans is a reason to avoid Google's AI products entirely
  • Google clarified the ToS only bans the Antigravity account, not the entire Google account, contradicting the article
  • ~Users should reduce dependency on Google by self-hosting or using custom domains with backups
  • ~Firsthand experience confirms bans happen from false positives but only affect Antigravity access
18.Gemini 3.8 Flash and 3.8 Flash Cyber(blog.google)
1154 points by bratao 8 days ago | 662 comments | permalink
tl;dr: Google released Gemini 3.8 Flash, a reasoning/coding model priced at $0.75/$3.75 per million input/output tokens, claiming performance approaching larger frontier models on benchmarks like DeepSWE, HLE-Verified, and legal/finance agent tasks—though it uses more tokens per task than 3.7 Flash. A specialized variant, Gemini 3.8 Flash Cyber, targets vulnerability discovery and automated patching, reportedly outperforming larger models on CyberGym and CWE-Bench, and is restricted to vetted defenders via Google's new Fairwind Program. Google says it's already using it internally, including finding a critical Cloud vulnerability in under two hours.
HN Discussion:
  • Impressed by speed and coding/HTML generation capabilities at low cost
  • Gemini excels at real-world knowledge, multimodal tasks, and document parsing
  • Benchmark performance is remarkable for a Flash-tier model, rivaling frontier models
  • Rapid release cadence and incremental improvements strategy is paying off
  • ~Concern that Google hasn't successfully pretrained a new base model since January 2025
19.Pre-Release of Polars 2.0(pola.rs)
400 points by komape 7 days ago | 136 comments | permalink
tl;dr: Polars 2.0 (release candidate out now) makes the streaming engine the default for LazyFrame queries, promising ~5x performance gains and lower memory usage, though row-order is no longer guaranteed for operations like joins and group_by without opting in via `maintain_order=True`. The release also enforces stricter behavior—rejecting lossy type coercions in `is_in`, requiring matching heights in horizontal concat, and removing ambiguous casts in favor of dedicated parsing methods. Removed APIs now raise informative typed exceptions pointing to replacements, and upcoming 2.x work includes out-of-core streaming, a cost-based planner, and a new S3 reader.
HN Discussion:
  • Appreciation for taking semver seriously and focusing on removing deprecations rather than adding features
  • Polars provides superior production stability and type safety compared to Pandas
  • Concern that non-deterministic row ordering by default will cause bugs in scientific pipelines
  • Documentation for new API replacements is insufficient and lacks clear code examples
  • ~Questioning whether streaming-by-default will actually deliver the promised performance gains
20.The browser's main thread is expensive(kciter.so)
423 points by kciter 9 days ago | 150 comments | permalink
tl;dr: The browser's main thread handles JavaScript execution, style, layout, and paint on a single ~10ms-per-frame budget, so long tasks cause jank in scroll, input, and animation. The article covers two strategies: using the main thread wisely via splitting (yielding with setTimeout/rAF), batching (debounce/throttle), prioritizing (priority queues, idle-until-urgent), and deferring (code splitting, IntersectionObserver); and avoiding it entirely by offloading animations to the compositor (transform/opacity, FLIP) or heavy computation to web workers with transferable objects. The biggest wins often come from eliminating work altogether through dropping, merging, or memoization.
HN Discussion:
  • ~Article is great but misses that most slowness comes from bloated JS bundles and hydration, not interactivity
  • Praises the article as enlightening and reinforces the value of yielding/cooperative multitasking techniques
  • ~Minor technical clarification that matching display refresh rate isn't strictly necessary for smooth perception
  • Article should draw more on established scheduling theory rather than framing it as developer judgment
  • Adds supplementary information like View Transitions API, WASM/web workers use cases, and historical examples