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 News3858X 主题热门3725CNBC779to5Mac60MacRumors60YahooFinance57Kotaku40Verge38aihot36IGN369to5Google26TechCrunch25Gematsu24NintendoLife23BusinessInsider21Eurogamer19Engadget15Polygon15PushSquare15WarhammerCommunity15AndroidAuthority14NPR14Guardian14NBC13Notebookcheck13Wccftech13Fortune12USAToday12FoxBusiness11AppleInsider10ArsTechnica10CoinDesk10TechPowerUp10ABC9Gizmodo9Mashable9SeekingAlpha9bgr8CBS8CNN8PureXbox8Yahoo8MotleyFool7Investor'sBusinessDaily7NintendoEverything7PetaPixel7Conversation7VideoCardz7GSMArena6SamMobile6VideoGamesChronicle6WIRED6BleepingComputer5CNET5Fox5GameInformer5Pokemon5RockPaperShotgun5AndroidCentral4AndroidPolice4DigitalFoundry4Motor14XBOXWire4NewYorkPost4RPGSite4SlashGear4TechSpot4Variety4WindowsCentral4WSB-TV4Aftermath3AlJazeera3BellofLostSouls3Deadline3GamesIndustry.biz3Hodinkee3HuffPost3MP1st3PlayStationLifeStyle3SouthChinaMorningPost3SeattleTimes3Register3Tom'sGuide3TweakTown3404Media26abcPhiladelphia280Level2ABC7LosAngeles2BleedingCool2CTech2CanonRumors2DCRainmaker2DigitalCameraWorld2DroidLife2DW2EventHubs2FratelloWatches2Futurism2GameRant2GearPatrol2HouseDigest2InsiderGaming2LosAngelesTimes2Lifehacker2Nature2PCMag2PokeBeach2qz2Intercept2TimeExtension224/7WallSt.1BusinessInsiderAfrica1Alternet1AndroidHeadlines1AOL1ArizonaSports1Benzinga1BikeRadar1Billboard1BloodyDisgusting1Boston1Bungie1BusinessTimes1BuzzFeed1CalMatters1CarBuzz1cbn1ChromeUnboxed1Chron1ClaimDepot1ColoradoSun1ChristianScienceMonitor1Currently1CyberSecurityNews1Cyclingnews1DailyDownforce1DailyKos1DaringFireball1DarkHorizons1Decrypt1Defector1Defense1denver71DenverPost1DirtonDirt1Draftsim1DSOGaming1DualShockers1empireonline1erictopol.substack1Euronews1Fangoria1FOX191DetroitFreePress1GameDeveloper1GamingOnLinux1AAAGasPrices1GeekWire1GeekyGadgets1Global1Hackaday1HollywoodReporter1HoustonChronicle1Independent1Invezz1Jalopnik1KITCO1Magic:Gathering1MakeUseOf1Mashed1Maxroll1Mercury1MLive1MonochromeWatches1MorningBrew1MortgageDaily1Motorsport1MyNintendo1Newser1SemiAnalysis1Newsshooter1Newsweek1nrn1CrudeOilPricesToday1OneMileataTime1OregonPublicBroadcasting1OregonLive1PageSix1politico.eu1QuantaMagazine1Road&Track1RoadtoVR1RockstarINTEL1Salon1CultureMapSanAntonio1ScienceAlert1Semafor1SFGATE1YahooSingapore1Slate1SlippedDisc1Space1SpaceNews1YahooTech1the5krunner1DailyBeast1DailyMeal1Drive1Hacker1Hindu1NextWeb1Times1TimesofIndia1TimesUnion1TMZ1YahooFinanceUK1UploadVR1VisualCapitalist1WindowsLatest1WKYT1WOWT1YourTango1
  1. 001Hacker NewsSEP · 22English

    We Rebuilt Jev's API on an Open Model and Used It to Play Doom

    Researchers rebuilt Jev's API using an open base model (Gemma4) to replicate TypeSafe's System One Model design, which performs zero-shot classification for fast decisions. They demonstrated the replica playing Doom and Flappy Bird with 100-124ms latency per decision, validating that open models can match Jev's published performance without needing TypeSafe's proprietary training methods.

    By Stephen Blum
  2. 002Hacker NewsSEP · 22Chinese

    Show HN: Ego-jev – 0.4s typed decisions for browser agents

    Ego-jev is a browser agent skill that makes typed decisions in ~0.4 seconds per DOM step using TypeSafe's System One API, replacing full LLM calls. It numbers interactive elements, makes one API call to pick an operation and target together, then executes via ego-browser, escalating complex tasks like logins and payments back to the planner.

    By ZephyrDeng
  3. 003Hacker NewsSEP · 22English

    Show HN: Gemma 3 4B as a typed decision function in Rust (47 ms/decision)

    A Rust implementation runs Google's Gemma 3 4B model as a typed decision function, achieving 47 ms per decision (21.2 decisions/sec) on Apple M1 Pro. Instead of token generation and parsing, the system directly extracts logits for legal labels and applies softmax to produce typed answers, with benchmarks showing 58.9% accuracy on JevBench's 231 public decisions.

    By Zozo
  4. 004Hacker NewsSEP · 22English

    GPU is starving – LLM host dispatch at 191k steps/s on 1 vCPU

    Floria is a high-throughput serving engine for large language models that eliminates GPU starvation by replacing Python-based scheduling with native hardware dispatching. Running on a single vCPU, it achieves 191k tokens/sec and 100% GPU utilization, compared to conventional systems like vLLM that leave GPUs idle 25-40% of the time due to host scheduling latency.

    By Cortexlab
  5. 005Hacker NewsSEP · 22English

    Show HN: BlockRazor – A lower-latency sequencer feed for Robinhood Chain

    BlockRazor's rh-feed-speed is a WebSocket block feed latency comparison tool that measures block arrival times across multiple sources for Robinhood Chain. It identifies which source receives each block first, calculates latency percentiles, and exposes metrics via JSON and Prometheus endpoints.

    By BlockRazorinc
  6. 006Hacker NewsSEP · 22English

    The Basics of Transformer Inference

    This article explains Transformer inference, contrasting it with training by introducing latency as a key consideration. It describes how naive token sampling is computationally expensive (O(n²) to O(n³)), but can be optimized using a KV cache to reduce complexity to O(n) to O(n²), enabling efficient sequence generation through separate forward passes for each token.

    By Jacob Austin
  7. 007Hacker NewsSEP · 22English

    Laya vs Jev head-to-head on identical inputs

    A head-to-head benchmark compares Laya and Jev language models on 751 identical test cases across 9 suites, finding Jev outperforms on multi-class and non-English tasks (intent 0.975 vs 0.725, toxic 1.000 vs 0.767) while Laya wins on agnews and mnli with zero cost and lower latency (180–660 ms vs 925–1068 ms). Emotion classification is weak on both models near 0.55 accuracy; gating at 0.85 confidence keeps 58% of Laya traffic at 0.878 accuracy and 78% of Jev at 0.917.

    By Instax-Dutta
  8. 008Hacker NewsSEP · 22English

    Pyrowave: GPU-back video codec for high-bandwidth, low-latency streaming

    PyroWave is a GPU-accelerated intra-only video codec optimized for ultra-low-latency game streaming over local networks, achieving sub-0.1ms encode/decode times at 1080p using Vulkan compute shaders and wavelet transforms similar to JPEG2000.

    By Themaister
  9. 009Hacker 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
  10. 010Hacker 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
  11. 011Hacker 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
  12. 012Hacker 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
  13. 013Hacker 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
  14. 014Hacker 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
  15. 015Hacker 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
  16. 016Hacker 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
  17. 017Hacker 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
  18. 018Hacker 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
  19. 019Hacker 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
  20. 020Hacker 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