source&pool
A daily wire of long-form journalism, video, and discourse — filed, tagged, and laid out flat.
VOL. I·NO. 01
TUESDAY, SEPTEMBER 22, 2026
Hacker News3480X 主题热门3339CNBC719to5Mac55MacRumors54YahooFinance41Kotaku35IGN30Verge30aihot26TechCrunch25Gematsu249to5Google23NintendoLife20BusinessInsider18Eurogamer16Polygon15PushSquare14Engadget13NPR13Guardian13WarhammerCommunity13Notebookcheck12AndroidAuthority11Fortune11NBC11USAToday11Wccftech11ArsTechnica10CoinDesk10FoxBusiness10TechPowerUp10ABC9AppleInsider9SeekingAlpha9bgr8CBS8Gizmodo8PureXbox8Yahoo8CNN7NintendoEverything7PetaPixel7VideoCardz7GSMArena6Investor'sBusinessDaily6Mashable6Conversation6BleepingComputer5CNET5MotleyFool5Fox5Pokemon5RockPaperShotgun5SamMobile5WIRED5AndroidCentral4AndroidPolice4DigitalFoundry4GameInformer4Motor14XBOXWire4SlashGear4TechSpot4Variety4VideoGamesChronicle4WindowsCentral4WSB-TV4Aftermath3AlJazeera3BellofLostSouls3Deadline3Hodinkee3HuffPost3NewYorkPost3RPGSite3SeattleTimes3Register3Tom'sGuide3TweakTown3404Media280Level2ABC7LosAngeles2BleedingCool2CTech2CanonRumors2DW2FratelloWatches2Futurism2GameRant2GearPatrol2HouseDigest2InsiderGaming2LosAngelesTimes2Lifehacker2MP1st2Nature2PlayStationLifeStyle2qz2SouthChinaMorningPost2Intercept2TimeExtension26abcPhiladelphia1BusinessInsiderAfrica1Alternet1AndroidHeadlines1AOL1ArizonaSports1Benzinga1BikeRadar1Billboard1BloodyDisgusting1Boston1Bungie1BusinessTimes1BuzzFeed1CalMatters1CarBuzz1cbn1ChromeUnboxed1Chron1ClaimDepot1ColoradoSun1ChristianScienceMonitor1Currently1CyberSecurityNews1Cyclingnews1DailyDownforce1DailyKos1DaringFireball1DarkHorizons1DCRainmaker1Decrypt1Defector1Defense1denver71DenverPost1DigitalCameraWorld1DirtonDirt1Draftsim1DroidLife1DSOGaming1DualShockers1empireonline1erictopol.substack1Euronews1EventHubs1Fangoria1FOX191DetroitFreePress1GameDeveloper1GamesIndustry.biz1GamingOnLinux1AAAGasPrices1GeekWire1Global1Hackaday1HollywoodReporter1HoustonChronicle1Independent1KITCO1Magic:Gathering1MakeUseOf1Maxroll1Mercury1MonochromeWatches1MorningBrew1MortgageDaily1MyNintendo1Newser1SemiAnalysis1Newsshooter1Newsweek1nrn1OneMileataTime1OregonPublicBroadcasting1OregonLive1PageSix1PCMag1PokeBeach1politico.eu1QuantaMagazine1Road&Track1RoadtoVR1RockstarINTEL1Salon1CultureMapSanAntonio1ScienceAlert1Semafor1SFGATE1YahooSingapore1Slate1SlippedDisc1Space1YahooTech1DailyBeast1DailyMeal1Drive1Hacker1Hindu1NextWeb1Times1TimesofIndia1TimesUnion1TMZ1YahooFinanceUK1UploadVR1VisualCapitalist1WindowsLatest1WKYT1WOWT1YourTango1
  1. 001Hacker NewsSEP · 21English

    Jev is an honest game changer

    Jev is a constrained decision model that handles common classification tasks while honestly admitting uncertainty, making it an effective gatekeeper before larger language models. When paired with Gemini as a fallback for low-confidence cases, it matched Grok 4.6's 89.6% accuracy while being 6.24x faster and 8.7x cheaper, with Gemini needed for only 14.6% of questions.

    By pampas
  2. 002Hacker NewsSEP · 21English

    Show HN: Fusion-runtime – self-hosted voice agents, STT+LLM+TTS in one process

    Fusion-runtime is a self-hosted voice agent framework that runs speech-to-text, language models, and text-to-speech in a single process with streaming between components. On an RTX 3090 with a 7B model, it achieves approximately 490ms processing latency and supports interruptions mid-sentence, with a simple Python API for defining agents as single files.

    By SamarthUrs
  3. 003X 主题热门SEP · 21English

    Robinhood Chain trenches · X 热门 · 2026-09-21 14:42 UTC

    Logan Jastremski critiques Robinhood Chain's sustainability and design, arguing that while trading volume is high, it primarily attracts crypto natives rather than mainstream users. He highlights concerns about unsustainable revenue decline, centralized sequencer latency favoring US-based traders, and the shared fee market's congestion issues, questioning whether the chain can support global financial markets.

  4. 004Hacker NewsSEP · 21English

    The Roadmap to Mastering LLM Inference Optimization

    This article explains LLM inference optimization techniques for faster, cheaper production deployments. It covers the two-phase inference process (prefill and decode), memory management strategies like KV caching and PagedAttention, and methods such as model compression and speculative decoding to reduce cost and improve throughput.

    By Bala Priya C
  5. 005Hacker NewsSEP · 21English

    How to Smash the Memory Wall Plaguing High Performance Systems

    Modern server processors struggle with memory wall inefficiencies when handling large analytical workloads across 128+ cores. The article proposes adopting Z-Order (Morton Layout) memory addressing instead of traditional linear RAM models, using the AMD Epyc 9005 architecture as a baseline to demonstrate how 3D spatial data layout can dramatically improve cache performance and reduce interconnect congestion.

    By Cristian Vasile
  6. 006Hacker NewsSEP · 21English

    Replacing an agentic classification loop with Jev: 7x faster

    A researcher replaced an agentic LLM classification pipeline with TypeSafe's System One model (Jev) for product categorization tasks, achieving 7x speedup (3.68s vs 5.50s per item). Jev uses typed Choice questions returning probability distributions instead of generating text, enabling speculative fan-out to descend two tree levels per call, while eliminating the judge loop entirely.

    By sammy_rulez
  7. 007Hacker NewsSEP · 20English

    Rebuilding our agent with Jev as a core primitive

    Nym rebuilt its agent's decision-making using Jev, a fast parallel classifier model from TypeSafe, achieving 4.1–5.7× speedup in reviewer latency while reducing costs and maintaining security controls. Jev replaced seven text-based classifiers previously running on Gemini Flash, passing all 167 evaluation tests compared to four errors in the previous implementation.

    By Ian T Butler
  8. 008Hacker NewsSEP · 20English

    Real-Time Robot Tracking, Re-Architected in Rust

    A robotics startup's vision-guided robot lost track of moving targets due to Python's GIL preventing true parallelism and causing unpredictable timing in the control loop. The system was rewritten in Rust, which provides true parallelism, memory safety without garbage collection, and compiled performance, resulting in the robot successfully tracking targets and cutting end-to-end latency roughly in half.

    By zeniosd
  9. 009Hacker NewsSEP · 20English

    From zero to disaggregated DeepSeek deployment

    A self-taught engineer deployed disaggregated DeepSeek inference for a high-traffic chat product, achieving 0.52s time-to-first-token on V2-Lite using a shared LMCache layer in host RAM across prefiller and decoder GPUs. The setup sustained ~11 req/s on 3× A100s, below the 60 req/s target but demonstrating that prefix-heavy caching is the right architecture for chat workloads.

    By dockerd
  10. 010Hacker NewsSEP · 20Chinese

    Laya MLX

    Laya MLX is an open-weight decision model running natively on Apple Silicon, delivering typed decisions in 13.4 ms median latency with zero output tokens. It enables local inference without external dependencies, demonstrated through a Snake game where every move triggers real-time decision-making with safety layer corrections.

    By Mizorewww
  11. 011Hacker NewsSEP · 20English

    Be Careful with Your Select * Queries

    A developer discovered that SELECT * queries caused performance issues after a LONGTEXT column was added to a table, fetching 500KB-5MB of unnecessary data per request. The problem was especially severe for a user on a VPN, where the larger API response traveled over a worse network path, causing 3-4 second page load delays.

    By Sourabh
  12. 012Hacker NewsSEP · 20English

    Generating levels in real time with the Jev model

    TypeSafe's Jev model, introduced September 15, 2026, enables real-time structured output generation with low latency and cost. A developer tested Jev for procedural platformer level generation, achieving 319–375ms response times at $0.00057 per request, demonstrating its viability for game development despite not reaching sub-100ms speeds.

    By Hugo Duprez
  13. 013Hacker NewsSEP · 18English

    I used Jev to control a swarm of 15 simulated drones in real time

    A multi-drone autonomy simulation using TypeSafe Jev as a fast reflex layer (System 1) that can request strategic advice from a reasoning model (System 2) without pausing control. The interactive dashboard lets users configure fleet size from one to twenty drones, toggle System 2 guidance, and observe real-time decision confidence, latency, and collision outcomes across independent drone navigators.

    By Khordoo
  14. 014Hacker NewsSEP · 18English

    Cache-to-Cache: Direct Semantic Communication Between Large Language Models

    Researchers propose Cache-to-Cache (C2C), a new communication paradigm enabling direct semantic exchange between large language models through their KV-caches rather than text. The approach uses neural networks to project and fuse caches between models, achieving 3.1-5.4% accuracy gains over text-based communication and delivering 2.5x latency speedup.

    By Fu; Tianyu; Min; Zihan; Zhang; Hanling; Yan; Jichao; Dai; Guohao; Ouyang; Wanli; Wang; Yu
  15. 015Hacker NewsSEP · 18English

    TypeSafe / Jev latency-focused demos built by Devin

    TypeSafe and Jev have created latency-focused demonstrations built using Devin.

    By Dabit3
  16. 016Hacker NewsSEP · 18English

    OpenAI lost the plot on boring LLM use cases (2025)

    An NLP practitioner criticizes OpenAI for prioritizing reasoning-heavy models and agents over efficient, cost-effective solutions for traditional text classification and entity extraction tasks. The author argues that GPT-5's mandatory reasoning features add latency and cost without benefiting simple NLP use cases, prompting consideration of alternative providers.

    By Doug Turnbull
  17. 017NewsshooterSEP · 18English

    DJI SDR Transmission 2– a powerful & accessible wireless video transmission tool

    The DJI SDR Transmission 2 is a wireless video transmission system for production teams, offering DCI 4K/60fps 10-bit HDR video, 35ms latency, and 4km range. It supports multi-camera setups with automatic frequency-hopping and dual TX/RX functionality, designed for small-to-medium productions and larger scalable deployments.

    By Sponsored Article
  18. 018Hacker NewsSEP · 18English

    Why Your Emacs Terminal Is Slow and How to Fix It

    This article explains how to optimize Emacs terminal buffers (vterm, eat, ghostel, term, ansi-term) which can become slow when processing large output volumes. It provides Elisp configuration with timer adjustments, scrollback limits, and disabled minor modes to eliminate lag and restore responsiveness.

    By signa11
  19. 019Hacker NewsSEP · 17English

    Union Alpha is Unbiased's Pareto

    Union Alpha is Unbiased's Pareto, a multimodal composite model hosted by OpenRouter with 262,144 token context window, priced at $2.50/M input and $7.50/M output tokens. The model delivers 34 tokens/second throughput and 4.52 seconds latency, supporting function calling and JSON output for research, coding, and agentic workflows.

    By algoth1
  20. 020Hacker NewsSEP · 17English

    Aegis: Zero-GC 64-byte cache-aligned memory arena in C++20 (1B ops in 0.649s)

    Aegis is a zero-garbage-collection, cache-aligned memory arena in C++20 designed for high-concurrency LLM inference runtimes. It achieves 1 billion operations in 0.649 seconds with minimal heap overhead by eliminating allocator churn and lock contention, fitting token verification descriptors into 64-byte cache lines.

    By Markbgilbert