| 1. | GLM-5.3: Frontier coding with emergent cyber capabilities(z.ai) |
| 1164 points by pella 8 days ago | 578 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 2. | Gemini 3.7 Flash(blog.google) |
| 966 points by thisisauserid 8 days ago | 491 comments | permalink | |
tl;dr: Google released Gemini 3.7 Flash just three weeks after 3.6 Flash, claiming significant gains in coding (FrontierCode 1.1: 43.6% vs 34.4%), web development (WebDev Arena Elo 1588 vs 1538), and document reasoning, along with better instruction-following and tool use. It's priced at an introductory $0.75/1M input and $3.75/1M output tokens—half the cost of 3.6 Flash—and is now powering Gemini Spark for Pro/Ultra subscribers and available via the Gemini API, AI Studio, and Antigravity. | |
HN Discussion:
| |
| 3. | Accelerating GPT-5.6 Sol Ultrafast(cerebras.ai) |
| 707 points by pr337h4m 8 days ago | 276 comments | permalink | |
tl;dr: Cerebras and OpenAI have launched "Ultrafast Mode" for GPT-5.6 Sol, delivering up to 750 output tokens/second—reportedly 11x faster than Fable 5 and completing Humanity's Last Exam in 11 hours versus 78 for Claude Fable 5. The speedup is enabled by Cerebras' Wafer-Scale Engine, which packs 44GB of SRAM per chip to keep model weights on-chip and eliminate the memory-bandwidth bottleneck that slows GPU inference. It's currently available as a limited preview to select OpenAI API customers. | |
HN Discussion:
| |
| 4. | Hello, me. It's been a while(themech.net) |
| 362 points by somesoftdev 8 days ago | 196 comments | permalink | |
tl;dr: After a 14-year hiatus from blogging, the author reflects on how constantly filling silence with podcasts, audiobooks, and social media crowded out their inner voice and slow, exploratory thinking. Recently, they tried doing chores in silence and rediscovered the value of unhurried self-reflection, encouraging readers to try the same. | |
HN Discussion:
| |
| 5. | DeepSeek Harness developer preview(deepseek.com) |
| 731 points by bjin 8 days ago | 306 comments | permalink | |
tl;dr: DeepSeek has released a developer preview of DeepSeek Harness, a plugin-based framework for building AI agents where capabilities (models, tools, sandboxes, storage, UI, etc.) are modular plugins managed by a Cordis kernel. Developers can swap or extend any component via configuration without modifying source code, and can try it via `npx @deepseek-ai/dsh web` or clone the repo from GitHub. | |
HN Discussion:
| |
| 6. | Spaghettifying DRAM(github.com) |
| 706 points by matt_d 8 days ago | 173 comments | permalink | |
tl;dr: Researcher Christopher Domas demonstrates that flipping bits in AMD Family 16h's DRAM controller (MCT/DCT) address-translation registers rewires physical-to-DRAM mappings on the fly, creating aliases that bypass every memory-protection mechanism sitting above the memory controller. Since the scrambling is a GF(2) linear map, an SMT solver like z3 can reconstruct the transform from a few sentinel writes, yielding read/write access to normally fenced regions: PSP/fTPM memory, SMRAM, the C6 idle-state stash, and even live CPU microcode. The technique likely generalizes to Intel, ARM, and RISC-V memory controllers, threatening TEEs like SEV, SGX, TDX, and TrustZone. | |
HN Discussion:
| |
| 7. | Mistral OCR 4.1(docs.mistral.ai) |
| 403 points by spelk 8 days ago | 160 comments | permalink | |
tl;dr: Mistral released OCR 4.1 as a public preview, part of its Document AI stack. The update adds native paragraph-level bounding box extraction, structural block labels, and block-level confidence scores. | |
HN Discussion:
| |
| 8. | Understanding is the new bottleneck(geoffreylitt.com) |
| 421 points by sebg 8 days ago | 239 comments | permalink | |
tl;dr: As AI agents write more code, humans still need to understand it—not just to verify (agents are getting good at that), but to participate meaningfully in the ongoing creative loop and avoid "cognitive debt." The author proposes three techniques borrowed from education: rich explanations (structured "literate diffs" with background, intuition, and quizzes to check comprehension), micro-worlds (interactive tools and debuggers that let you explore how code works), and shared spaces (collaborative environments where teams build mental models together). The broader point: AI's real promise is augmenting human understanding, not just automating it away. | |
HN Discussion:
| |
| 9. | Choose Boring Technology (2015)(mcfunley.com) |
| 419 points by tosh 8 days ago | 241 comments | permalink | |
tl;dr: Companies have a limited budget of "innovation tokens" to spend on novel technology, so most of the stack should be boring, well-understood tools (MySQL, Postgres, Memcached, cron) whose failure modes are known. "Best tool for the job" thinking ignores the massive long-term operational cost of adding new tech; you should optimize globally and prefer solving problems with what you already have. When adding new tech is genuinely warranted, make it a deliberate, company-wide conversation with a migration plan away from what it replaces. | |
HN Discussion:
| |
| 10. | Donkey.bas is 45 Years Old – 131 line of Glory(donkeybas.com) |
| 272 points by jkrauska 8 days ago | 143 comments | permalink | |
tl;dr: A browser-based JavaScript port recreates DONKEY.BAS, the 1981 IBM PC BASICA demo game co-written by Bill Gates and Neil Konzen, to mark its 45th anniversary. Gameplay is unchanged from the original: tap space to switch lanes and avoid the donkey. The port includes optional CRT and sound effects, with a link to the original source and GitHub repo. | |
HN Discussion:
| |
| 11. | Nine PBS sues Iron Mountain over blocked access to archival data(current.org) |
| 376 points by vinayakborkar 8 days ago | 220 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 12. | Single log line is 49KB+ (ext4) / 110KB+ (btrfs) of systemd-journald disk writes(github.com) |
| 253 points by ValdikSS 8 days ago | 218 comments | permalink | |
tl;dr: A bug report against systemd-journald 257.9 shows that a single ~200-byte log line triggers roughly 49KB of disk writes on ext4 and 110KB on btrfs, producing ~50 IOPS for just 2 log lines/second on a VM. The reporter argues this is measured after kernel write coalescing (ruling out the prior dismissal in issue #15292), and blames journald's inefficient on-disk format, which also bloats file sizes and has proven fragile across unclean reboots. | |
HN Discussion:
| |
| 13. | NP-overrated(gruhn.me) |
| 242 points by theanonymousone 8 days ago | 177 comments | permalink | |
tl;dr: NP-hard problems are widely misunderstood as intractable, but in practice worst cases rarely occur and modern solvers routinely find provably optimal solutions—Amazon reportedly solves a billion SMT problems daily. Algorithmic improvements have outpaced hardware gains, with one paper citing a 450-billion-fold speedup between 1991 and 2015. When worst cases do hit, engineers can handle them the same way they handle slow HTTP requests: timeouts and error messages. | |
HN Discussion:
| |
| 14. | Ordinary Abundance(ordinaryabundance.com) |
| 381 points by yen223 8 days ago | 192 comments | permalink | |
tl;dr: An interactive tour through an ordinary modern apartment, pairing everyday objects—running water, electric lights, refrigeration, streaming music, indoor plumbing—with historical quotes expressing awe at each when it was new or unattainable. The piece argues that our mundane comforts represent the culmination of generations of striving, and that recapturing a sense of wonder at them both serves us and honors those who made them possible. | |
HN Discussion:
| |
| 15. | Choosing an AI model: one prompt, 11 models, different results(netlify.com) |
| 218 points by toddmorey 8 days ago | 95 comments | permalink | |
tl;dr: Netlify partnered with OpenRouter to expand model choice in its Agent Runners (coding agents) and AI Gateway, adding open models like Kimi K3, GLM 5.2, and DeepSeek V4 alongside Claude, GPT, and Gemini. In a test generating a simple coffee shop site, credit costs varied wildly—from 2.4 credits (DeepSeek V4 Flash) to over 1,000 (Claude Opus)—with Opus producing the most polished designs but often overspending, while mid-tier models like GPT 5.6 Terra offered strong value. Follow-up posts will evaluate models on more complex app scenarios involving databases, auth, and AI integration. | |
HN Discussion:
| |
| 16. | Gloomberb(gloom.sh) |
| 434 points by rbanffy 8 days ago | 226 comments | permalink | |
tl;dr: Gloomberb is a Bloomberg-style financial terminal offering company research (quotes, financials, filings, options, analyst ratings), market tracking (news, indices, FX, macro events, movers), and workspace tools (portfolios, watchlists, broker integrations, alerts, AI screens, prediction markets, and a "Gloom Cloud" chat). | |
HN Discussion:
| |
| 17. | Mushroom behind 'tiny people' hallucinations identified(phys.org) |
| 294 points by wglb 14 days ago | 278 comments | permalink | |
tl;dr: University of Utah researchers used DNA sequencing to identify Lanmaoa asiatica, an edible bolete mushroom eaten in China and the Philippines, as the culprit behind reliably reported "Lilliputian hallucinations"—vivid visions of tiny people that also appear in Papua New Guinea folklore and certain neurological conditions. Chemical and genetic analysis found none of the known psychoactive compounds (including psilocybin), suggesting an entirely novel hallucinogen. Isolating it could shed light on how the brain generates these specific hallucinations across cultures and diseases. | |
HN Discussion:
| |
| 18. | Codex in ChatGPT desktop app for Linux is now in preview(community.openai.com) |
| 463 points by allanrbo 9 days ago | 316 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 19. | DeepSeek V4 Pro 0813(openrouter.ai) |
| 1027 points by explosion-s 9 days ago | 446 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 20. | Tracking down the 16-year-old WAL-reset SQLite bug(tailscale.com) |
| 1199 points by ropbear 9 days ago | 232 comments | permalink | |
tl;dr: Tailscale spent six months chasing intermittent SQLite database corruption across their control plane shards, working with SQLite's core developers to eventually identify a 16-year-old data race between checkpoints and write transactions (dubbed the "WAL-Reset bug"). Their aggressive manual checkpointing—an unusual but supported configuration—made them uniquely likely to trigger it. The fix shipped in SQLite 3.51.3, and Tailscale later confirmed via instrumentation that the race condition was indeed occurring in production. | |
HN Discussion:
| |