| 1. | Why your local LLM feels dumber than it is(forum.level1techs.com) |
| 364 points by felineflock 16 hours ago | 135 comments | permalink | |
tl;dr: Local LLM inference diverges from reference implementations because every step—attention backends (FlashAttention vs Triton), KV-cache quantization, weight quantization schemes, and the specific CUDA/GEMM kernels selected—produces subtly different logits, causing top-token flips that compound over long contexts. Benchmarks on Qwen3.6-27B show INT4 KV-cache and NVFP4 weights hitting ~50% token divergence by 88k tokens and failing tool calls, while W8A16 INT8 actually outperforms official FP8. Takeaway: your setup's "dumbness" is largely a function of stack-specific numerical drift, not just the model or quant level. | |
HN Discussion:
| |
| 2. | Scrap (2006)(twitter.com) |
| 376 points by tosh 16 hours ago | 197 comments | permalink | |
tl;dr: A 2006 journal entry recounts renovating a wrecked house in Pittsburgh during winter, where the author discovers the city's "scrapper" culture after a cast-iron bathtub vanishes from the yard overnight. When they later recruit two scrappers, Ron and Wade, to haul an old furnace up from the basement, the operation devolves into chaos involving Wade's claustrophobia, missing toes, and Ron taking an axe to the plumbing. The scrappers' payoff for the ordeal: four cents a pound for steel. | |
HN Discussion:
| |
| 3. | ElevenLabs, TwelveLabs, ThirteenLabs(quantumi.sh) |
| 405 points by jemoka 20 hours ago | 122 comments | permalink | |
tl;dr: The author discovered that after ElevenLabs (audio AI) and TwelveLabs (video AI), a surprising number of companies follow the "[number]labs" naming pattern, many of them AI startups, which they cataloged from 0-99. The trend raises questions about whether founders are copying ElevenLabs or independently converging on the scheme. A standout find was seventyonelab.com, a charming early-2000s-style web portfolio that recommends viewing in Netscape 4.0+ or IE 5.0+. | |
HN Discussion:
| |
| 4. | Hister – A private, full content search index that you control(hister.org) |
| 365 points by auraham 4 days ago | 83 comments | permalink | |
tl;dr: Hister is a self-hosted, AGPLv3-licensed search engine that indexes the full content of web pages, local files, browser history, and crawled sites, storing everything on a server you control with no telemetry or mandatory cloud. It supports field filters, wildcards, negation, aliases, and optional semantic search, and is accessible via web UI, terminal, CLI, HTTP API, and MCP server for AI assistants. It runs as a single binary with SQLite or PostgreSQL, and offers browser extensions for automatic indexing of visited pages. | |
HN Discussion:
| |
| 5. | typ.ing(typ.ing) |
| 280 points by bookofjoe 4 days ago | 91 comments | permalink | |
tl;dr: Summary not available. | |
HN Discussion:
| |
| 6. | RF Cafe(rfcafe.com) |
| 205 points by gregsadetsky 4 days ago | 37 comments | permalink | |
tl;dr: RF Cafe's homepage aggregates short posts on vintage and modern RF/electronics topics, including an AI-assisted biography of Hugo Gernsback, tutorials on series/parallel circuits and Thévenin's theorem, and historical articles reprinted from magazines like Radio-Craft, QST, and Popular Electronics. Featured items include Exodus Advanced Communications' AMP20005 18–40 GHz 20W SSPA, a custom amateur radio crossword, and retrospectives on Lee de Forest's Audion, Heathkit, the Tecnetron, and Jodrell Bank. The site is maintained by Kirt Blattenberger and mixes engineering nostalgia with practical hobbyist content. | |
HN Discussion:
| |
| 7. | New MCP Roadmap(blog.modelcontextprotocol.io) |
| 216 points by pentagrama 21 hours ago | 133 comments | permalink | |
tl;dr: The updated MCP roadmap focuses on five priority areas: agentic messaging primitives (server-initiated events, maturing Tasks), unifying on HTTP-native transport (including Streamable HTTP over stdio for local servers), agent identity/enterprise security (DPoP, Workload Identity Federation, token exchange), improved tool-calling primitives with progressive discovery to handle large tool catalogs, and better SDK developer experience. This follows the 2026-07-28 release, which removed protocol-level sessions for horizontal scaling, reworked Tasks as an extension, and added authorization improvements. SEPs within these priority areas get expedited review. | |
HN Discussion:
| |
| 8. | A Friendly Introduction to Racket(geometridae.bearblog.dev) |
| 232 points by signa11 20 hours ago | 130 comments | permalink | |
tl;dr: A beginner-friendly introduction to Racket, a modern descendant of Lisp/Scheme, covering its history from McCarthy's 1958 Lisp through Scheme to today's "language-oriented programming" philosophy. The tutorial walks through installation via DrRacket, basic syntax (everything is `(operator args...)`), functions, lists, higher-order functions like map/filter/foldl, and recursion with a Sierpinski triangle example. It culminates in demonstrating homoiconicity and macros by implementing a `while` loop from scratch, showing how Lisp lets you extend the language itself. | |
HN Discussion:
| |
| 9. | Munder Difflin – Agent harness to run an office of your clones(munderdiffl.in) |
| 283 points by simonpure 1 day ago | 123 comments | permalink | |
tl;dr: Munder Difflin is an open-source (MIT) multi-agent harness that wraps existing CLI coding agents (Claude Code, Codex, Gemini CLI, Cursor, etc.) into local "clones" of you and your teammates, running on your own machine using your existing subscriptions. Clones share memory, review PRs, and communicate with each other via E2E-encrypted messages to hand off work 24/7. Paid tiers ($39/mo individual, $149/seat teams) add sandboxed cloud VMs so clones keep running with the laptop closed. | |
HN Discussion:
| |
| 10. | A Kantian Critique of "Sorry" by Justin Bieber(decodingvibes.com) |
| 217 points by altmanaltman 21 hours ago | 93 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 11. | Canada will match US tariffs 'dollar for dollar' as trade talks break down(bbc.com) |
| 620 points by tartoran 1 day ago | 1440 comments | permalink | |
tl;dr: US-Canada trade talks collapsed Friday night after PM Mark Carney rejected "last-minute changes" to US terms, prompting new 50% US tariffs on about 5% of Canadian exports including wine, dairy, cement, and clothing under the Tariff Act of 1930. Canada will retaliate "dollar for dollar," and analysts estimate the tariffs could cut Canadian GDP by 0.3%-0.6%. The breakdown reverses earlier optimism about a deal that would have reduced tariffs on steel, aluminum, and autos in exchange for Canada restoring US alcohol sales. | |
HN Discussion:
| |
| 12. | OTel isn’t going well(matduggan.com) |
| 229 points by hn_acker 1 day ago | 117 comments | permalink | |
tl;dr: OpenTelemetry's slow progress stems from a three-way collision: strict stability guarantees, a huge scope across many languages/frameworks, and too few maintainers—with data showing several SDKs (PHP, Ruby, C++, Kotlin) dangerously dependent on 1-2 people, far worse than comparable CNCF projects like Envoy or Prometheus. The author proposes a time-bound "beta" tier to get real user feedback without permanent lock-in, honest labeling of maintenance tiers across languages, and more public acknowledgment that the project urgently needs more (ideally vendor-independent) maintainers. | |
HN Discussion:
| |
| 13. | There's no reason for software to be slow anymore(danluu.com) |
| 630 points by Jach 1 day ago | 482 comments | permalink | |
tl;dr: LLM coding agents have drastically reduced the cost of performance optimization work that previously required rare expertise, making it feasible to apply techniques like JIT compilers, custom indexes, and workload-specific tuning to far more projects. The author demonstrates this by having agents add AOT compilation to a regex engine and build a world-class Azul game AI on a laptop in minimal human time, both with meaningful speedups. The implication: workload-specific "dynamic custom software" fitted to individual users or customers is becoming practical, and slow software is increasingly a choice rather than a constraint. | |
HN Discussion:
| |
| 14. | Felony Bench(felonybench.com) |
| 827 points by colinprince 1 day ago | 337 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 15. | Felony charges for citizen deleting phone data at US Border(nytimes.com) |
| 1069 points by floathub 1 day ago | 1305 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 16. | Kobo can run apps now(bandarlabs.github.io) |
| 645 points by thepoet 1 day ago | 204 comments | permalink | |
tl;dr: Cobalt is an open-source app platform for Kobo e-readers, providing a launcher, signed App Store, Rust SDK, and sandboxed runtime that runs static ARM binaries as unprivileged processes on stock hardware. After a one-time USB install, apps (including arXiv reader, Hacker News, Sudoku, a terminal, and RSS feeds) install and update over Wi-Fi, and a reboot returns to the stock Kobo reader. Fully tested on Clara BW, Elipsa 2E, and Clara HD; app contributions are accepted via standard GitHub PRs. | |
HN Discussion:
| |
| 17. | Rust Glancer: Rust LSP using 100x less RAM(rust-glancer.github.io) |
| 412 points by matklad 1 day ago | 104 comments | permalink | |
tl;dr: Rust Glancer is an alternative Rust LSP that targets <100MB RAM usage (vs rust-analyzer's multi-GB footprint) by abandoning incremental analysis in favor of a frozen, filesystem-persisted index that reloads instantly after editor restart. It's built on rust-analyzer's syntax library and Chalk for trait solving, and while incomplete, it supports type inference, macro expansion, and common LSP actions like goto-definition and completions. The author acknowledges heavy LLM use during development but reviewed all code, and positions it as a tradeoff—slower and less complete than rust-analyzer, but viable for low-memory machines. | |
HN Discussion:
| |
| 18. | Stop Anthropomorphizing Intermediate Tokens as Reasoning/Thinking Traces (2025)(arxiv.org) |
| 300 points by nunodonato 3 days ago | 253 comments | permalink | |
tl;dr: This ICML 2026 position paper argues that calling intermediate tokens generated by LLMs "reasoning traces" or "thinking traces" is a misleading anthropomorphization, not a harmless metaphor. The authors contend this framing misrepresents how these models actually work, leads users to wrongly treat the traces as interpretable windows into model cognition, and encourages questionable research directions. They urge the community to abandon such terminology. | |
HN Discussion:
| |
| 19. | AI companies destroy physical books – let's scan rare books before it's too late(annas-archive.gl) |
| 621 points by Cider9986 2 days ago | 895 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 20. | Stop Making TUIs(sockpuppet.org) |
| 407 points by underdeserver 2 days ago | 519 comments | permalink | |
tl;dr: LLM-assisted coding has made building native GUIs (specifically SwiftUI on macOS) so cheap that the author built half a dozen personal apps—a Markdown viewer, music player with LLM agent, Apple TV remote, etc.—without writing UI code by hand. He argues that historical justifications for TUIs (cross-platform reach, SSH, density, accessibility) mostly don't hold up, and that developers should stop building new TUIs and default to native GUIs, driven by CLIs on the backend when remote access is needed. | |
HN Discussion:
| |