| 1. | Steam Machine launches today(store.steampowered.com) |
| 1611 points by theschwa 19 hours ago | 1396 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 2. | Polymarket has flooded social media with deceptive videos by paid creators(wsj.com) |
| 323 points by Vaslo 2 days ago | 244 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 3. | GLM-5.2 – How to Run Locally(unsloth.ai) |
| 413 points by TechTechTech 15 hours ago | 182 comments | permalink | |
tl;dr: Unsloth has released dynamic GGUF quantizations of Z.ai's new GLM-5.2, a 744B-parameter (40B active) MoE model with a 1M context window that reportedly matches Claude 4.8 Opus, GPT-5.5, and Gemini 3.1 Pro on benchmarks. The 2-bit quant runs in 239GB (fits a 256GB Mac or 24GB GPU + 256GB RAM), while the 1-bit version retains ~76% top-1 accuracy at 86% smaller size. The model supports three reasoning modes and runs via llama.cpp or Unsloth Studio. | |
HN Discussion:
| |
| 4. | My Mathematical Regression(blog.dahl.dev) |
| 311 points by aleda145 4 days ago | 112 comments | permalink | |
tl;dr: The author rediscovered a 10-year-old Project Euler repo and found that Problem 15 (counting lattice paths in a grid) was solved not with code but with a text file recognizing the answer as the binomial coefficient (2n choose n). They reflect that today they'd reach for brute force, memoization, or just hand it to an AI, lamenting the loss of the mathematical intuition their student self once had. | |
HN Discussion:
| |
| 5. | Moebius: 0.2B image inpainting model with 10B-level performance(hustvl.github.io) |
| 296 points by DSemba 22 hours ago | 71 comments | permalink | |
tl;dr: Moebius is a 0.22B-parameter image inpainting model that matches or beats the 11.9B FLUX.1-Fill-Dev across six benchmarks while running over 15× faster (26ms/step). It achieves this via two innovations: an LλMI block that compresses self- and cross-attention into fixed-size linear matrices to avoid quadratic cost, and a latent-space multi-granularity distillation strategy that transfers capacity from a larger teacher model (PixelHacker) using gradient-norm-adaptive loss weighting. | |
HN Discussion:
| |
| 6. | Canada plans 'nuclear renaissance' with up to 10 reactors built by 2040(cbc.ca) |
| 493 points by geox 17 hours ago | 335 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 7. | Show HN: Got sick of ads, so I made my own logic puzzle site(puzzlelair.com) |
| 207 points by HaxleRose 1 day ago | 124 comments | permalink | |
tl;dr: Puzzle Lair is an ad-free daily logic puzzle site offering 10 puzzle types with a new puzzle each morning. It's free to play, with optional one-time unlocks to access the full catalog of any puzzle type you enjoy. | |
HN Discussion:
| |
| 8. | Flock-Powered Police Chiefs Stalking Women Shows Why Warrants Are Needed(ipvm.com) |
| 525 points by jhonovich 17 hours ago | 235 comments | permalink | |
tl;dr: Multiple police chiefs and officers have been caught using Flock's license plate reader system to stalk romantic partners and rivals—including an Illinois chief who ran an ex-girlfriend's new boyfriend's plate 178 times—with the Institute for Justice documenting at least 18 such cases. Flock publicly claims it tracks vehicles, not people, but its own Chief Legal Officer admitted stalking is "the most common" abuse of the system. Civil liberties groups argue warrants should be required for LPR searches, as already mandated for GPS trackers, cell location data, and wiretaps. | |
HN Discussion:
| |
| 9. | Help I accidentally a wigglegram(lmao.center) |
| 535 points by gregsadetsky 3 days ago | 122 comments | permalink | |
tl;dr: A photographer realized their habit of taking many near-identical shots from slightly different angles meant their camera roll was full of accidental "wigglegrams" (stereoscopic GIFs made from looping similar frames). They wrote a script using perceptual hashing and Hamming distance to automatically find clusters of similar photos in their iCloud library and stitch them into wigglegrams. The script is available on GitHub and works on Mac iCloud libraries or any directory of images. | |
HN Discussion:
| |
| 10. | Deno Desktop(docs.deno.com) |
| 1070 points by GeneralMaximus 1 day ago | 387 comments | permalink | |
tl;dr: Deno 2.9 introduces `deno desktop`, a command that bundles a Deno project (including Next.js, Astro, SvelteKit, and other frameworks it auto-detects) into a self-contained desktop binary with the Deno runtime and a webview. It defaults to the OS's native webview for small binaries but offers a bundled Chromium (CEF) option, uses in-process bindings instead of IPC, supports cross-compilation to macOS/Windows/Linux from one machine, and includes built-in bsdiff-based auto-updates. The feature is currently canary-only and APIs may change before stabilization. | |
HN Discussion:
| |
| 11. | 1,700 free online courses from top universities(openculture.com) |
| 202 points by momentmaker 10 hours ago | 33 comments | permalink | |
tl;dr: Open Culture has compiled a directory of 1,700 free online courses from universities like Yale, MIT, Harvard, and Oxford, spanning humanities, sciences, languages, law, and the arts. Many are MOOCs from Coursera, edX, and FutureLearn—users can audit them for free, though certificates require paid fees (which generate affiliate commissions for the site). Notable offerings include Yale's Financial Markets with Robert Shiller, MIT's Principles of Microeconomics, Harvard's CopyrightX, and language courses in 40+ languages. | |
HN Discussion:
| |
| 12. | Pledging another $400k to the Zig software foundation(mitchellh.com) |
| 781 points by tosh 22 hours ago | 265 comments | permalink | |
tl;dr: Mitchell Hashimoto's family is pledging an additional $400,000 to the Zig Software Foundation (split over two years), bringing their total support to $700,000. He praises Zig's technical progress, community philosophy, and strict no-LLM contribution policy—even though, as a heavy AI user himself, he doesn't fully agree with it. He credits Zig with making Ghostty possible and defends the project's right to set unconventional boundaries amid recent debate sparked by Bun's Zig fork and Rust rewrite. | |
HN Discussion:
| |
| 13. | The text in Claude Code’s “Extended Thinking” output(patrickmccanna.net) |
| 306 points by 0o_MrPatrick_o0 22 hours ago | 212 comments | permalink | |
tl;dr: Claude Code's session logs contain "thinking blocks" that are encrypted with a 600-character signature only Anthropic can decrypt, meaning users can't access their agent's actual reasoning locally. The API only returns a summary of the reasoning—not the raw thinking that drove the model's actions—and full thinking output requires an enterprise agreement. This matters for anyone relying on Claude Code for audit trails, since the available logs are a lossy summary rather than the true reasoning chain. | |
HN Discussion:
| |
| 14. | Munich 1991: The Roots of the Current AI Boom(people.idsia.ch) |
| 223 points by tosh 3 days ago | 98 comments | permalink | |
tl;dr: Schmidhuber claims that in a few months of 1991, his Munich lab published the foundations of nearly every core technique behind today's LLMs: the first (unnormalized linear) Transformer, unsupervised pre-training, neural network distillation, deep residual learning (later central to LSTMs and ResNets), and the basis of generative adversarial networks. He argues the two most-cited papers of all time stem directly from this work, and notes that despite Munich's early dominance (including Dickmanns's self-driving cars), commercial AI leadership has since shifted to the US and China. | |
HN Discussion:
| |
| 15. | Codex logging bug may write TBs to local SSDs(github.com) |
| 487 points by vantareed 1 day ago | 265 comments | permalink | |
tl;dr: A Codex bug caused its SQLite feedback log to write at extreme rates—roughly 37 TB over 21 days on one user's machine—due to a global TRACE-level default that persisted noisy dependency logs, raw WebSocket/SSE payloads, and mirrored OpenTelemetry events. Analysis showed ~96% of retained log bytes came from TRACE noise and otel mirror logs, with heavy insert-and-prune write amplification (5.5B row IDs allocated for only 0.5M retained rows). Two merged PRs now filter noisy targets and stop logging every Responses WebSocket event, eliminating about 85% of logs. | |
HN Discussion:
| |
| 16. | Alan Greenspan has died(washingtonpost.com) |
| 230 points by helsinkiandrew 1 day ago | 224 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 17. | GLM 5.2 vs. Opus(techstackups.com) |
| 505 points by ritzaco 1 day ago | 329 comments | permalink | |
tl;dr: In a head-to-head test building a 3D platformer in raw WebGL from a single prompt, Claude Opus 4.8 finished in half the time and shipped a cleaner, more correct game, while open-weights GLM-5.2 took longer and produced visible bugs (missing textures, broken win condition) but cost about a fifth as much. A key disadvantage: GLM-5.2 is text-only, so it couldn't visually verify its own output and shipped obvious rendering issues. Verdict: GLM-5.2 is the strongest open-weights model available and worth keeping around for cost/openness reasons, but Opus still wins on polish and correctness. | |
HN Discussion:
| |
| 18. | Sakana Fugu(sakana.ai) |
| 228 points by Finbarr 1 day ago | 119 comments | permalink | |
tl;dr: Sakana AI launched Fugu and Fugu Ultra, a multi-agent system delivered via an OpenAI-compatible API that dynamically orchestrates a pool of frontier models (selecting roles like Thinker, Worker, Verifier) based on two ICLR 2026 papers (TRINITY and Conductor). The company claims benchmark results matching or exceeding GPT-5.5, Opus 4.8, and Gemini 3.1 Pro on coding, reasoning, and agentic tasks like SWE-Bench Pro and TerminalBench. Pricing starts at $20/month, with Fugu Ultra at $5/$30 per million input/output tokens; it's unavailable in the EU/EEA pending GDPR compliance. | |
HN Discussion:
| |
| 19. | Did my old job only exist because of fraud?(david.newgas.net) |
| 815 points by advisedwang 1 day ago | 405 comments | permalink | |
tl;dr: A software engineer reflects on his early-career job at GenieDB, a startup acquired by Frost VP, whose owner Stuart Frost was later sued by the SEC for fraud involving excessive fees charged to portfolio companies. Digging into court evidence, the author found emails suggesting GenieDB was kept alive primarily to siphon investor money via fees, though the core technical concept had genuine merit predating Frost's involvement. He grapples with the realization that his move to the US and entire life trajectory may have hinged on a fraudulent scheme. | |
HN Discussion:
| |
| 20. | Apertus – Open Foundation Model for Sovereign AI(apertvs.ai) |
| 523 points by T-A 1 day ago | 181 comments | permalink | |
tl;dr: Apertus is a fully open foundation model from the Swiss AI Initiative (EPFL, ETH Zurich, CSCS), releasing weights, training data, code, and methodology under reproducible terms. It comes in 8B and 70B parameter sizes, is trained on 1000+ languages, and is designed for EU AI Act compliance, including respecting opt-outs, removing PII, and mitigating memorization. | |
HN Discussion:
| |