source&pool
A daily wire of long-form journalism, video, and discourse — filed, tagged, and laid out flat.
VOL. I·NO. 01
WEDNESDAY, SEPTEMBER 23, 2026
Hacker News3957X 主题热门3827CNBC78YahooFinance60aihot579to5Mac55MacRumors54Verge44IGN41Kotaku40TechCrunch30AndroidAuthority23Gematsu23NintendoLife239to5Google22Eurogamer20BusinessInsider19Engadget19USAToday16Guardian15WarhammerCommunity15Polygon14PushSquare14ArsTechnica13Wccftech13Fortune12FoxBusiness12NBC12NPR12AppleInsider11Gizmodo11Investor'sBusinessDaily11Notebookcheck10SeekingAlpha10TechPowerUp10ABC9CBS9CoinDesk9GSMArena9NintendoEverything9VideoCardz9bgr8CNN8MotleyFool8Mashable8CNET7Fox7PureXbox7VideoGamesChronicle7WIRED7Yahoo7AlJazeera6BleepingComputer6NewYorkPost6SamMobile6Conversation6PetaPixel5TechSpot5Tom'sGuide5Aftermath4AndroidPolice4Deadline4GameInformer4Motor14XBOXWire4PlayStationLifeStyle4Pokemon4RockPaperShotgun4RPGSite4SouthChinaMorningPost4SlashGear4Variety4WindowsCentral4WSB-TV4404Media380Level3AndroidCentral3BellofLostSouls3DigitalFoundry3DroidLife3EventHubs3GamesIndustry.biz3Hackaday3HollywoodReporter3HuffPost3Lifehacker3MP1st3Nature3PokeBeach3SeattleTimes3SFGATE3TimeExtension3WhatHi-Fi?36abcPhiladelphia2ABC7LosAngeles2AZFamily2Benzinga2CanonRumors2Currently2DCRainmaker2DigitalCameraWorld2FratelloWatches2Futurism2GearPatrol2HouseDigest2InsiderGaming2Jalopnik2LosAngelesTimes2Newsweek2PCMag2qz2SimsCommunity2Slate2Hacker2Intercept2Register2TODAY2TweakTown2YahooFinanceUK224/7WallSt.1BusinessInsiderAfrica1Alternet1AndroidHeadlines1AOL1ArizonaSports1BikeRadar1BloodyDisgusting1Boston1BostonGlobe1BusinessTimes1BuzzFeed1Yahoo!FinanceCanada1CTech1CalMatters1CarBuzz1cbn1ChromeUnboxed1Chron1ClaimDepot1ColoradoSun1Skin.ClubCommunity1ChristianScienceMonitor1CyberSecurityNews1Cyclingnews1DailyDownforce1DailyKos1DaringFireball1DarkHorizons1Decrypt1Defector1Defense1denver71DenverPost1Designboom1DirtonDirt1Draftsim1DSOGaming1DW1Electrek1empireonline1GameGPU1erictopol.substack1Euronews1Fangoria1FOX191DetroitFreePress1GameDeveloper1GameRant1GameWorldObserver1GAMINGbible1GamingOnLinux1AAAGasPrices1GeekyGadgets1Global1Gothamist1Hackster.io1Hodinkee1HoustonChronicle1Independent1InterestingEngineering1Invezz1KITCO1MacObserver1Magic:Gathering1MakeUseOf1Mashed1Maxroll1Mercury1MLive1MonochromeWatches1MorningBrew1MortgageDaily1Motorsport1MyNintendo1BloombergLaw1SemiAnalysis1Newsshooter1NintendoWire1nrn1CrudeOilPricesToday1OneMileataTime1OregonPublicBroadcasting1OregonLive1PageSix1PersonaCentral1politico.eu1QuantaMagazine1Realtor1Road&Track1RockstarINTEL1Salon1CultureMapSanAntonio1SeattleRed1Semafor1SanFranciscoChronicle1SimpleFlying1GhostHowls1SlippedDisc1SoraNews241Space1SpaceNews1YahooTech1the5krunner1DailyBeast1DailyMeal1Drive1Hindu1Times1TimesofIndia1TimesUnion1TMZ1TopGear1PCMagUK1UploadVR1VisualCapitalist1Vulture1WFMZ1WHYY1WindowsLatest1WKYT1WOWT1YGOrganization1YourTango1
  1. 001Hacker NewsSEP · 23English

    Show HN: OpenCode Agent Router – Jev Controlled Subagents

    OpenCode Agent Router is a plugin for OpenCode v2 that dynamically routes subagent tasks to different configured models by querying Jev for structured model selection before creating child sessions. The plugin supports multiple models, skips rerouting resumed sessions, and omits sensitive data from routing requests.

    By Maharshi
  2. 002Hacker NewsSEP · 23English

    Why didn't anybody tell me about Redis Hash Slots?

    A delivery app engineer discovered that their Redis caching layer for route estimates was inefficiently distributing keys across hash slots, causing MGET operations to be split into individual requests. By learning how Redis hash slots work and restructuring their key format, they were able to optimize the batching of multi-key commands to improve latency.

    By Verygoodsoftwarenotvirus
  3. 003Hacker NewsSEP · 23English

    Latest BGP hijack targets hosting software vendor

    A BGP hijack attack on hosting software vendor Softaculous Ltd used a forged BGP route and valid TLS certificates to deliver malicious updates to a small number of installations. The attacker hijacked IP space 162.55.80.0/24 through NexonHost, exploiting RPKI validation gaps to propagate the route globally before legitimate routes countered it.

    By Doug Madory
  4. 004Hacker NewsSEP · 22English

    Show HN: Open-source Express-like HTTP server in C++

    PlusWeb is an open-source Express-style HTTP server framework written in C++17 using libuv and llhttp. It handles routing through a segment trie and demonstrates significantly better performance than Express, maintaining consistent throughput even with thousands of routes while using substantially less memory.

    By Ahmed Sozzer
  5. 005Hacker NewsSEP · 22English

    CaptainCode: Agents. One Captain. Pick the right model for the task

    CaptainCode is a unified agent coordinator that routes tasks across multiple AI models (Claude, Codex, Cursor, Grok) and APIs based on complexity and cost. Users can control model selection through commands like /frontier for demanding work, /cheap for cost efficiency, and /team for multi-agent synthesis, while maintaining a single conversation interface across their existing subscriptions.

    By rom1_pellerin
  6. 006Hacker NewsSEP · 22English

    Jev – a curation of Jev demos on X, tools, skills, and integrations

    Jev is TypeSafe AI's model for making typed decisions on text or JSON data, useful for routing, ranking, and agent actions. This page curates 33 reviewed Jev demos, tools, skills, and integrations from X, GitHub, and YouTube, with SDKs for Python and JavaScript, browser utilities, and local alternatives.

    By Amal-David
  7. 007Hacker NewsSEP · 22English

    Show HN: Relay – a self-hosted LLM gateway with smart routing and request pacing

    Relay is a self-hosted LLM gateway that routes requests across multiple AI providers (OpenAI, Anthropic, Bedrock, Groq, etc.) through a single API. It offers smart routing, request pacing, fallback management, and usage tracking in a single Go binary with an integrated dashboard, designed for AI agents and applications.

    By Anchorshell
  8. 008Hacker NewsSEP · 22English

    jev-router: route to the cheapest model in claude code for your task

    Jev-router is a CLI tool that automatically routes tasks between fast and strong Claude and OpenAI models based on complexity, preserving each CLI's native interface and authentication. It requires Node.js 20.12+, a TypeSafe API key, and can be installed globally via npm or run locally.

    By Gargpratyush
  9. 009Hacker NewsSEP · 22English

    0x025 – System One Models (Jev)

    System One models like Jev are fast, efficient classifiers designed for routing and categorization tasks. They take a state and typed question, returning JSON with probabilities for each predefined answer option. Built by TypeSafe AI using RLCD training to ensure trustworthy confidence scores, they're 6-7x cheaper than large language models for high-volume classification but limited to fixed-set answers.

    By Agam More
  10. 010Hacker NewsSEP · 22English

    What you can build with TypeSafe AI Jev

    TypeSafe AI's Jev model returns typed decisions and probabilities for application workflows. It can route forms, prioritize tickets, review tool calls, categorize documents, and flag content by interpreting context and evidence. Applications should use Jev for interpretation-based decisions while keeping fixed business rules in code.

    By Ben Sabic
  11. 011Hacker NewsSEP · 22English

    Six clones of Jev in 2 days

    Jev, a non-generative decision model, generated 36M views in two days, prompting six open-source clones including ModernBert and Diffusion variants within 48 hours. The model is positioned as a fast 'System 1' complement to LLMs for routing, calibrated probability tasks, and browser-based workflows, though debate centers on speed versus quality and the lack of standard benchmarks.

    By Latent Space
  12. 012Hacker NewsSEP · 21English

    Show HN: Transom – easily manage multiple browser profiles on macOS

    Transom is a native macOS application that manages multiple browser profiles by grouping windows into profile-oriented stacks with a glass tab strip overlay. It supports ten browsers including Chrome, Firefox, and Arc, and automatically routes web links to selected profiles based on customizable rules. The tool requires macOS 13+ on Apple silicon Macs and operates as a menu-bar accessory without a Dock icon.

    By Darvid
  13. 013Hacker NewsSEP · 21English

    The Internet (1997 – 2021)

    A visual documentation of Internet growth from 1997 to 2021, tracking network topology through routing table data and BGP information. The project visualizes how dominant network names evolved through mergers and acquisitions, with detailed maps created in 2003 and 2010 using different data sources and color schemes based on IP space allocation.

    By basilikum
  14. 014Hacker NewsSEP · 21English

    Jevmade.com

    Jev is TypeSafe AI's decision-making model that answers typed questions in parallel within milliseconds, returning calibrated probabilities instead of generating text. JevMade is a community registry showcasing 743 verified experiments built with Jev across games, agents, routing, and automation tasks.

    By zenoware
  15. 015Hacker NewsSEP · 21English

    Mullet of Log Processing: Determinism in the Front, AI at the Back (Expanso/Jev)

    Expanso and Jev demonstrate a hybrid log-processing system combining deterministic rules with AI judgment. A severity-only baseline routes logs by level alone, while the pipeline adds contextual analysis—occurrence counts, time windows, and model scoring—to improve routing decisions. The system remains inspectable by showing baseline versus model-assisted decisions side-by-side.

    By David Aronchick
  16. 016Hacker NewsSEP · 21English

    Jev, Prolog, Pi, and the dream of probabilistic logic programming

    Jev integration with DeepClause and Pi enables probabilistic logic programming for routing and decision-making tasks. The system combines LLM capabilities with Prolog-based determinism to handle customer message triage efficiently, using structured predicates for safety checks, classification, and routing decisions.

    By Andreas
  17. 017Hacker NewsSEP · 21English

    Jev and AI SDK Template by Vercel Labs

    Vercel Labs released Jev AI SDK Template, a Node.js form router that uses AI models to intelligently route submissions by context. It combines Jev for primary evaluation with OpenAI's gpt-5.6-luna-fast as a fallback, includes optional email delivery via Resend, and requires Vercel AI Gateway access for deployment.

    By Vercel-Labs
  18. 018Hacker NewsSEP · 21English

    Find-jevable-code – audit a repo for Jev-replaceable decisions

    Find-jevable-code is an agent skill for Claude Code and Codex that audits repositories to identify semantic decisions (routing, triage, relevance, escalation) that could be converted into Jev primitives: Choice, Score, or Noul. The read-only pipeline surfaces opportunities ranked by code evidence without invoking paid inference.

    By ss_y2n
  19. 019Hacker NewsSEP · 21English

    Jev, Prolog, Pi, and the dream of probabilistic logic programming

    Jev, a probabilistic logic programming system, is being integrated into DeepClause and its Pi extension to enable deterministic routing and decision-making in agent applications. The integration allows developers to build DML/Prolog-based skills that combine LLM reasoning with logical predicates for improved speed and reliability compared to pure LLM approaches.

    By Andreas
  20. 020Hacker NewsSEP · 20English

    One model writes the code, a different model reviews it

    A multi-agent plugin for DeepSeek Harness routes tasks to specialized models for writing and review, with neither model deciding pass/fail outcomes. The system uses qualification probes, schema-enforced verdicts, and durable audit records to ensure work quality while minimizing context overhead in the calling conversation.

    By WDahah