| 1. | Kimi K3: Open Frontier Intelligence(kimi.com) |
| 2079 points by vincent_s 56 days ago | 1199 comments | permalink | |
tl;dr: Moonshot's Kimi K3 is a 2.8T-parameter open model with native vision, 1M-token context, and a novel architecture (Kimi Delta Attention + Attention Residuals, 16-of-896 MoE sparsity) claiming 2.5× better scaling efficiency than K2. It reportedly trails Claude Fable 5 and GPT 5.6 Sol overall but competes strongly on long-horizon coding, agentic tasks, and multimodal benchmarks, with demos including autonomous chip design, a from-scratch Triton-like compiler, and video editing. Available now via API ($0.30/$3/$15 per MTok) with full weights to be released July 27, 2026. | |
HN Discussion:
| |
| 2. | Microsoft Comic Chat is now open source(opensource.microsoft.com) |
| 801 points by jervant 56 days ago | 176 comments | permalink | |
tl;dr: Microsoft has open-sourced Comic Chat, the 1996 IRC client that rendered conversations as comic panels with illustrated characters and speech bubbles, and famously debuted the Comic Sans font. The release includes original source code (Visual C++ 4.0/MFC) along with AI-assisted modernization attempts that get it building with current Visual Studio tools and connecting to modern IRC servers. Created by DJ Kurlander's team at Microsoft Research with artwork by cartoonist Jim Woodring, the code is now available on GitHub for study and experimentation. | |
HN Discussion:
| |
| 3. | Decoy Font(mixfont.com) |
| 711 points by ray__ 55 days ago | 158 comments | permalink | |
tl;dr: Decoy Font is a downloadable TTF font that exploits the hybrid image technique (same idea as the Einstein/Monroe illusion), overlaying sharp foreground letters on blurred, low-frequency background letters so humans reading from a distance see a different message than what AI/OCR sees up close. The author demonstrates it fooling ChatGPT and Gemini 3.5, though notes agentic models with proper prompting could likely defeat it. It's positioned as an accessible anti-AI-scraping tool, with potential applications in CAPTCHAs or private messaging. | |
HN Discussion:
| |
| 4. | LM Studio Bionic: the AI agent for open models(lmstudio.ai) |
| 319 points by minimaxir 55 days ago | 126 comments | permalink | |
tl;dr: LM Studio has launched Bionic, a separate AI agent app designed for open models that handles coding, document work, and research tasks. It supports local model execution, cloud inference via LM Studio Secure Cloud (with zero data retention), and includes offline voice transcription powered by Mistral's Voxtral, along with agentic code search, sandboxed document workflows, and automatic checkpoints. Users can switch between local and frontier open-source models like GLM 5.2 and Kimi K2.7 Code to balance cost and capability. | |
HN Discussion:
| |
| 5. | $100 AI Music Video: Claude Fable 5 vs. GPT-5.6 Sol(tryai.dev) |
| 385 points by hershyb_ 55 days ago | 519 comments | permalink | |
tl;dr: Two frontier models (Claude "Fable 5" and GPT "5.6 Sol") were given an autonomous tool-calling harness, a song, and $25/$100 budgets to research, generate, and edit a full music video via ffmpeg. All four runs completed valid videos, but quality was mediocre across the board: characters drifted between shots, lyrics were interpreted too literally, tempo matching was weak, and none of the models iterated on their edits or reviewed their own footage. Claude cost significantly more in tokens (~30-40% of total), while GPT-5.6 Sol was the more inventive editor, mixing multiple video models and adding overlays. | |
HN Discussion:
| |
| 6. | NotebookLM is now Gemini Notebook(blog.google) |
| 364 points by xnx 56 days ago | 178 comments | permalink | |
tl;dr: Google is rebranding NotebookLM to Gemini Notebook, keeping it as a standalone research tool while integrating it into the Gemini app and Google Search's AI Mode. A key upgrade adds a secure cloud computer to each notebook, allowing native code execution for data analysis on user sources—currently available to AI Ultra and Workspace business customers, with Pro users getting access in the coming weeks. | |
HN Discussion:
| |
| 7. | Immersive Linear Algebra Book with Interactive Figures (2015)(immersivemath.com) |
| 284 points by srean 56 days ago | 30 comments | permalink | |
tl;dr: A free online linear algebra textbook that uses interactive figures to teach concepts visually, covering the standard curriculum from vectors and dot products through matrices, determinants, linear mappings, and eigenvalues. Aimed at making linear algebra more intuitive through immersive, browser-based visualizations rather than static diagrams. | |
HN Discussion:
| |
| 8. | Detecting LLM-Generated Texts with “Classical” Machine Learning(blog.lyc8503.net) |
| 237 points by uneven9434 55 days ago | 173 comments | permalink | |
tl;dr: A developer trained TF-IDF + LinearSVC classifiers on ~10,000 pre-ChatGPT Chinese texts paired with LLM-regenerated versions from seven models (Gemini, Qwen, GLM, Kimi, Doubao, Deepseek), achieving ~85% per-sentence accuracy using majority voting. The classical ML approach generalized well to unseen models like Claude and GPT-5, with false positive rates under 0.04% on human-written fanfics, while common evasion tactics (translation roundtrips, "de-AI" prompts) only marginally reduced detection. The full model runs client-side in JavaScript via a web demo, suggesting this is likely how commercial AIGC detectors actually work. | |
HN Discussion:
| |
| 9. | The human-in-the-loop is tired(pydantic.dev) |
| 300 points by haritha1313 55 days ago | 197 comments | permalink | |
tl;dr: Pydantic's author argues that LLM-assisted coding, while genuinely productive, has created a new "supervision fatigue": the satisfying parts of programming (problem-solving, small wins) have been automated away, leaving developers with the exhausting work of reviewing, specifying, and course-correcting mostly-plausible AI output. The result is work that feels simultaneously more productive and less rewarding, more parallelized but lonelier, and addictive in a Skinner-box way. The author compares it to the responsive design transition—craft evolving rather than dying—where taste, architectural judgment, and deep expertise become more valuable, not less, as the human becomes the quality gate for higher output volumes. | |
HN Discussion:
| |
| 10. | The LLM Critics Are Right. I Use LLMs Anyway(theocharis.dev) |
| 307 points by JeremyTheo 56 days ago | 304 comments | permalink | |
tl;dr: The author acknowledges that most criticisms of LLMs—slop, environmental cost, OSS trust erosion, geopolitical risk, opinion homogenization—are valid, yet still uses LLMs heavily (spending ~$10k/month on tokens) because they amplify existing thinking rather than replace it. They share concrete workflows: a "grill-me" skill that forces the LLM to interrogate you until shared understanding, Basecamp-style 3-sentence problem statements, subagents that rip apart context until they hallucinate, and using hallucinated APIs as intuition tests. The key rule: only use LLMs in domains where you can distinguish good output from slop. | |
HN Discussion:
| |
| 11. | Ente – Opening Our Books(ente.com) |
| 277 points by Sherex 56 days ago | 107 comments | permalink | |
tl;dr: Ente, the end-to-end encrypted photo storage service, has publicly opened its business metrics dashboard, showing real-time revenue, paying customer count, and registered account totals. The move aligns with the company's transparency-focused ethos, letting users and observers track the company's growth and financial health directly. | |
HN Discussion:
| |
| 12. | Sony deletes more movies from the accounts of people who ‘bought’ them(techdirt.com) |
| 685 points by nekusar 56 days ago | 435 comments | permalink | |
tl;dr: Sony is again deleting purchased content from PlayStation Store users' libraries, this time removing 551 StudioCanal movies and TV shows on September 1 with no refunds—following similar mass deletions in 2022 (Germany/Austria) and 2023 (Discovery content). The article argues that Sony deliberately obscures the fact that "purchases" are actually revocable licenses, and that without regulatory action or consumer backlash, these deletions will keep happening. | |
HN Discussion:
| |
| 13. | The lost joy of music piracy(pigeonsandplanes.com) |
| 818 points by mcgin 56 days ago | 581 comments | permalink | |
tl;dr: Summary not available. | |
HN Discussion:
| |
| 14. | OnePlus halts operations in USA and Europe(community.oneplus.com) |
| 583 points by pilililo2 56 days ago | 361 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 15. | How Our Rust-to-Zig Rewrite Is Going(rtfeldman.com) |
| 516 points by jorangreef 56 days ago | 296 comments | permalink | |
tl;dr: The Roc team rewrote their 300K-line compiler from Rust to Zig over 18 months, hitting feature parity and gaining benefits like hot code loading, zero-parse deserialization, and eventually ~35ms incremental builds (vs Rust's 3.4s). Memory safety concerns proved overblown: only 2 use-after-free bugs occurred in the Zig compiler itself, both minor. Key reasons for choosing Zig included better memory allocator control, faster builds, and access to Zig's LLVM bitcode serializer, though they miss Rust's borrow checker, private fields, and backwards-compatibility guarantees. | |
HN Discussion:
| |
| 16. | Teardown: A Generic 7-Port USB 3.0 Hub That Wasn't(goughlui.com) |
| 225 points by speckx 59 days ago | 102 comments | permalink | |
tl;dr: A cheap AliExpress "7-port USB 3.0 hub" turned out to be a fake: only one port has actual USB 3.0 pins (wired straight through as a pass-through), while the other six are USB 2.0 sharing bandwidth via two cascaded HS8836A single-TT hub chips. The teardown also revealed skipped shell soldering, missing bypass capacitors, no per-port power protection, and a barrel jack wired to backfeed the host — making it both flimsy and potentially dangerous to connected devices. | |
HN Discussion:
| |
| 17. | If you want to create a button from scratch, you must first create the universe(madcampos.dev) |
| 241 points by treve 56 days ago | 128 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 18. | Inkling: Our Open-Weights Model(thinkingmachines.ai) |
| 1209 points by vimarsh6739 56 days ago | 289 comments | permalink | |
tl;dr: Inkling is a new open-weights Mixture-of-Experts model (975B total, 41B active) with a 1M-token context, native multimodality (text, image, audio), and controllable thinking effort, pretrained on 45T tokens. It's positioned not as a frontier leader but as a strong, balanced base for fine-tuning, benchmarking competitively against open-weights peers like Kimi K2.6 and GLM 5.2, and is available today on Tinker and Hugging Face. A smaller 276B/12B-active variant, Inkling-Small, is previewed with comparable performance on many benchmarks. | |
HN Discussion:
| |
| 19. | I also filed the corners off my MacBook(brt.fyi) |
| 308 points by maxbrt 57 days ago | 222 comments | permalink | |
tl;dr: The author filed down the sharp edges of their M4 MacBook Air because the corners dug uncomfortably into their wrists when using it on their lap. They used a metal file and progressive sandpaper (up to 1200 grit) with tape as guides, applying soapy water to contain dust, and treated the trackpad/keyboard areas with tape to prevent debris intrusion. They frame it as a reminder that laptops are tools and worth modifying for better ergonomics. | |
HN Discussion:
| |
| 20. | Collection of Digital Clock Designs(clocks.dev) |
| 295 points by levmiseri 56 days ago | 50 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |