source&pool
A daily wire of long-form journalism, video, and discourse — filed, tagged, and laid out flat.
VOL. I·NO. 01
THURSDAY, SEPTEMBER 17, 2026
Hacker News3780X 主题热门3648CNBC79MacRumors69YahooFinance589to5Mac57Kotaku44Verge389to5Google32aihot32IGN32NintendoLife31Gematsu27Engadget26TechCrunch26BusinessInsider25Eurogamer25Guardian18Polygon17NBC15CNET14Fortune13FoxBusiness13NPR13Wccftech13bgr12Mashable12SeekingAlpha12Gizmodo11PushSquare11USAToday11Notebookcheck10WIRED10TechPowerUp9AppleInsider8CNN8GameInformer8Investor'sBusinessDaily8NewYorkPost8VideoGamesChronicle8WindowsCentral8ABC7CBS7Fox7ArsTechnica6NintendoEverything6CrudeOilPricesToday6BleepingComputer5GamesIndustry.biz5PureXbox5SamMobile5Variety5AlJazeera4AndroidPolice4CoinDesk4DigitalFoundry4GameRant4GSMArena4PetaPixel4SlashGear4Register4CTech3ChromeUnboxed3DW3Jalopnik3Lifehacker3Motor13Blizzard3XBOXWire3PCMag3PCWorld3RockPaperShotgun3RPGSite3Space3Hacker3TweakTown3VideoCardz3WarhammerCommunity3WindowsLatest3Yahoo3ZDNET3404Media2Aftermath2AndroidCentral2AOL2AwfulAnnouncing2BleedingCool2BuzzFeed2CanonRumors2CyberSecurityNews2Deadline2DroidLife2DualShockers2Euronews2EventHubs2MotleyFool2FratelloWatches2Futurism2GameDeveloper2GearPatrol2Hodinkee2KITCO2LosAngelesTimes2MassivelyOverpowered2Maxroll2MP1st2MyNintendo2Newser2PaulKrugman2PokémonGOHub2RoadtoVR2SouthChinaMorningPost2SeattleTimes2SFGATE2Conversation2Intercept2NextWeb2Tom'sGuide2UploadVR2YourTango280Level1ABC111AboveLaw1ageofempires1AVClub1Benzinga1Billboard1BloodyDisgusting1Borderlands1Boston1Bungie1Yahoo!FinanceCanada1CineD1CnEVPost1comicbook1CreativeBloq1Cyclingnews1DailyKos1Defector1DenverPost1derekthompson1DigitalCameraWorld1Draftsim1CNN1flatpanelshd1FrequentMiler1GAMINGbible1garymarcus.substack1GeekWire1GeekyGadgets1Hackaday1HollywoodReporter1Independent1InsiderGaming1InterconnectsAI1InterestingEngineering1KSL1Lloyd'sList1WPLGLocal101Macworld1Mediaite1Mercury1MonochromeWatches1MortgageDaily1MPR1Nature1SemiAnalysis1Newsweek1nylon.com.sg1NYT1OregonLive1PageSix1PCGamesN1Pokemon1PittsburghPost-Gazette1QuantaMagazine1qz1SammyGuru1CultureMapSanAntonio1ScienceAlert1ScientificAmerican1Semafor1YahooFinanceSingapore1YahooSingapore1SportsIllustrated1SimpleFlying1supercarblondie1YahooTech1Tedium1TelecomTalk1GameBusiness1TheGamer1TimeExtension1LongmontTimes-Call1TmoNews1TopGear1TwistedVoxel1YahooFinanceUK1UnHerd1WhatHi-Fi?1WOWT1WPBF1WRAL1YGOrganization1
  1. 001Hacker NewsSEP · 17English

    Jev means structured output is interesting again

    Jev is a specialized AI model that produces only structured output rather than free-form text, enabling it to generate responses in parallel rather than autoregressively. This architecture delivers dramatically faster latency (70-500ms versus seconds for standard LLMs) and enables new use cases like real-time video game playing, suggesting structured output could become a fundamental computational primitive for AI systems.

    By monkeydust
  2. 002Hacker NewsSEP · 17English

    A DuckDB extension where you can use Jev to do quick classification of rows

    A new DuckDB extension enables users to classify rows in CSV, Parquet files, or DuckDB tables using Jev. It processes approximately 1,000 rows in 10 seconds, offering faster performance than LLMs and better ergonomics than traditional classifiers for data analysis workflows.

    By porridgeraisin
  3. 003Hacker NewsSEP · 17English

    Jev Is the Missing Piece in Production AI Systems

    TypeSafe AI introduced Jev, a specialized 'System One' model designed for fast, bounded decisions in production systems. Unlike general-purpose LLMs, Jev outputs typed probabilistic decisions directly rather than generating text, achieving significantly lower latency and cost for operational tasks like incident routing and severity assessment.

    By Nimendra
  4. 004Hacker NewsSEP · 16English

    Reverse-engineered Jev-like model

    A reverse-engineered model mimics Jev, TypeSafe's commercial system for selecting from multiple text options in a single pass. The repository includes implementations for Doom and chess games, with training and evaluation tools using attention-based scoring across option-context pairs.

    By Vinnylarouge
  5. 005Hacker NewsSEP · 16English

    The first (public) System One Model; Jev gives AI the properties of code

    TypeSafe AI introduces Jev, a new class of System One Models designed for machine automation rather than chat. Unlike RLHF-trained language models, Jev produces typed decisions with calibrated confidence estimates, enabling reliable autonomous workflows at significantly lower cost and latency.

    By Anon84
  6. 006Hacker NewsSEP · 16English

    Jev means structured output is interesting again

    Jev is a specialized AI model that produces only structured output instead of human language, enabling it to generate responses in parallel within a single forward pass rather than autoregressively token-by-token. This architecture makes Jev significantly faster (70-500ms vs. seconds for traditional LLMs) and opens new possibilities for AI applications, such as real-time game playing, though the author notes that similar performance could theoretically be achieved with existing LLM optimization techniques.

    By sylvainkalache
  7. 007Hacker NewsSEP · 16English

    Parallel Constrained Decoding

    A developer releases Qwen-2.5-1B-RLCD, an open-source model enabling 5x faster on-device JSON inference without new training. The same developer also announces Jev, a frontier AI model developed over 2 years using a new training method (RLCD) that claims 20-200x performance improvements.

    By rochansinha
  8. 008X 主题热门SEP · 16English

    DeFi · X 热门 · 2026-09-16 11:09 UTC

    A collection of DeFi and crypto discussions from September 16, 2026, covering Sui's positioning as a major financial platform integrating traditional assets and payments, a new AI decision model called Jev designed for production workflows, support for Arc Mainnet on Backpack Wallet, and detailed analysis of Arc's launch featuring native USDC and zero-fee trading on Binance Wallet for a limited period.

  9. 009Hacker NewsSEP · 16English

    Jev means structured output is interesting again

    Jev is a specialized AI model that produces only structured output instead of human language, enabling dramatically faster response times (70-500ms) and parallel processing in a single forward pass. This architectural difference unlocks new computational possibilities beyond traditional autoregressive LLMs, such as real-time game playing, though the author argues similar performance could be achieved through optimized structured output on existing models.

    By dondraper36
  10. 010Hacker NewsSEP · 15English

    Jev: New frontier model 40-400x cheaper and 20-200x faster

    TypeSafe AI announced Jev, a new frontier model optimized for structured decision-making and automation rather than text generation. Jev achieves comparable intelligence to existing large language models while being 40-400x cheaper and 20-200x faster, with parallel sampling that eliminates hallucinations and type errors.

    By albelfio