source&pool
A daily wire of long-form journalism, video, and discourse — filed, tagged, and laid out flat.
VOL. I·NO. 01
SATURDAY, SEPTEMBER 26, 2026
X 主题热门3549Hacker News3487CNBC67YahooFinance58aihot54Verge529to5Mac44IGN42MacRumors40Kotaku35Engadget28TechCrunch279to5Google24NintendoLife21AndroidAuthority20Eurogamer18Guardian18ArsTechnica16PushSquare15Wccftech14BusinessInsider13FoxBusiness13Investor'sBusinessDaily13Polygon13TechPowerUp13Fortune12USAToday12Gematsu11Gizmodo11VideoGamesChronicle10CNN9NintendoEverything9NPR9CBS8CNET8MotleyFool8GSMArena8Mashable8NBC8SeekingAlpha8AndroidPolice7BleepingComputer7Notebookcheck7PureXbox7VideoCardz7WarhammerCommunity7ABC6bgr6Fox6AlJazeera5AppleInsider5CoinDesk5DroidLife5GamesIndustry.biz5HollywoodReporter5NewYorkPost5PetaPixel5PokeBeach5Tom'sGuide5Yahoo5AndroidCentral4GameInformer4InsiderGaming4PlayStationLifeStyle4SlashGear4TechSpot4Conversation4Hacker4WIRED4Aftermath3BellofLostSouls3Deadline3Electrek3EventHubs3Futurism3GAMINGbible3GearPatrol3Hackaday3HuffPost3Lifehacker3Motor13XBOXWire3PCMag3RockPaperShotgun3SamMobile3SouthChinaMorningPost3UploadVR3WhatHi-Fi?3WindowsCentral3WSB-TV3404Media26abcPhiladelphia2ABC7LosAngeles2AndroidHeadlines2AZFamily2Benzinga2ChromeUnboxed2DCRainmaker2Draftsim2HouseDigest2Jalopnik2MyNintendo2Nature2CrudeOilPricesToday2Pokemon2RoadtoVR2RPGSite2SFGATE2SimsCommunity2TimeExtension2TODAY2TweakTown2Variety224/7WallSt.180Level1ageofempires1Alternet1Anthropic1Apple1ArizonaSports1BostonGlobe1BusinessTimes1BuzzFeed1Yahoo!FinanceCanada1CarandDriver1CarBuzz1cbn1CineD1ClaimDepot1ColoradoSun1Skin.ClubCommunity1consequence1CreativeBloq1YahooCreators1ChristianScienceMonitor1Currently1DailyKos1DaringFireball1DarkHorizons1Decrypt1Deseret1Designboom1Dezeen1DigitalCameraWorld1DirtonDirt1DSOGaming1GameGPU1erictopol.substack1ForexFactory1franchisetimes1Futurity1GameRant1GameWorldObserver1GeekWire1GeekyGadgets1Global1GosuGamers1Gothamist1Hackster.io1HoustonChronicle1iLovetheUpperWestSide1InsideEVs1InterestingEngineering1investor.costco1Invezz1iPhoneinCanada1KCRA1MacObserver1Magic:Gathering1MakeUseOf1Mashed1MLive1MortgageDaily1Motorsport1MP1st1mtgrocks1NBC5Chicago1BloombergLaw1Newsweek1NintendoWire1NYT1OneMileataTime1OregonPublicBroadcasting1OregonLive1PersonaCentral1Phoronix1PickupTruck+SUVTalk1politico.eu1Psyche1qz1Realtor1Road&Track1Salon1ScienceDaily1SeattleRed1SeattleTimes1Semafor1SanFranciscoChronicle1YahooFinanceSingapore1SimpleFlying1GhostHowls1Slate1SlippedDisc1SlowBoring1SoraNews241SpaceNews1statnews1YahooTech1the5krunner1DailyBeast1DailyMeal1Drive1Hindu1Intercept1Register1Times1TimesofIndia1TMZ1TopGear1YahooFinanceUK1PCMagUK1Vulture1WCVB1WFMZ1WHYY1WKYT1YGOrganization1
  1. 041Hacker 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
  2. 042Hacker NewsSEP · 22English

    Writing Rust code that's fast by asking agents to make the code faster

    A developer explores whether AI agents can write significantly faster Rust code through iterative optimization prompts. Testing with Claude Opus 4.5 on algorithms like UMAP, they achieved 2x-20x speedups by having the agent repeatedly optimize Rust implementations, which can be exposed to Python via PyO3 for both speed and usability.

    By mooreds
  3. 043Hacker NewsSEP · 22English

    Rpi – a composable LLM agent SDK in Rust

    rpi is a Rust-native SDK and CLI for building composable LLM agents with support for providers, tools, sessions, and plugins. It is a multi-crate reimplementation of the earendil-works/pi SDK layer, offering both embeddable core libraries and a ready-to-run terminal agent. The project supports Rust-native extensions through a stable ABI and plugin system.

    By Bigfish
  4. 044Hacker NewsSEP · 22English

    OpenAI is about to eat Jev's lunch – Arcturus Labs

    OpenAI is well-positioned to quickly replicate TypeSafe's Jev model, which has become the fastest-adopted model in Vercel's AI Gateway history. The author argues that OpenAI can leverage its existing LLM infrastructure and implicit classification capabilities to fast-follow Jev's approach and integrate it into upcoming products. TypeSafe's primary competitive advantage lies in its training data and training processes.

    By JohnBerryman
  5. 045Hacker 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
  6. 046Hacker 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
  7. 047Hacker 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. 048Hacker NewsSEP · 22English

    A dataset hub for LLM serving research

    Chutes released a year of production LLM serving request traces covering 6.12 billion requests across 9,174 models, enabling research into batching, scheduling, and GPU optimization. Key findings show high temporal locality in user requests, LRU cache effectiveness, and cache-aware routing improvements.

    By Harvard MadSys Lab
  9. 049Hacker NewsSEP · 22English

    RRSI: Regularized Recursive Self-Improvement of Agent Harnesses

    RRSI is a method for automatically improving LLM agent systems by iteratively refining prompts, control flow, and tooling while preventing overfitting through regularization constraints. The approach uses a budget-limited proposer and a critic-pruner selector to favor reusable mechanisms, achieving significant gains on in-distribution and out-of-distribution benchmarks while reducing computational cost.

    By Xia; Peng; Han; Rujun; Wang; Zifeng; Yanfei; Zhang; Yufan; Lee; Yoonho; Huang; Chengsong; CuiZhu; Zhongying; Ming; Yifei; Yao; Huaxiu; Gokturk; Burak; Pfister; Tomas; Chen-Yu
  10. 050Hacker NewsSEP · 22English

    EncryptedLLM: Privacy-Preserving Large Language Model Inference

    EncryptedLLM enables private inference on cloud-deployed large language models using GPU-accelerated fully homomorphic encryption, allowing users to query sensitive data without exposing it to the cloud provider. The work addresses security concerns in healthcare and finance by developing cryptographic techniques that preserve both data privacy and model output quality.

    By rrr_oh_man
  11. 051Hacker 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
  12. 052Hacker NewsSEP · 22English

    Ask HN: Is Astra's writing starting to bother anyone else?

    A user expresses frustration with Astra's writing style, finding it dense and difficult to understand compared to GPT models. They speculate the issue may stem from token-saving optimizations or increased model intelligence, and plan to switch back to Sol.

    By demibabs
  13. 053Hacker NewsSEP · 22English

    Rust code faster than SOTA libraries by asking agents to make the code faster

    A software engineer demonstrates that Claude Opus 4.5 and newer agentic LLMs can write Rust code significantly faster than state-of-the-art libraries through iterative optimization, achieving 2x-20x speedups. The approach involves asking agents to iteratively improve code with appropriate constraints, exemplified through reimplementing machine learning algorithms like UMAP in Rust with PyO3 Python bindings and criterion benchmarking.

    By sdoering
  14. 054Hacker NewsSEP · 22English

    Jev introduces a new shape of LLM

    TypeSafe AI unveiled Jev, a new category of model called 'System One' or 'decision models' that accepts text input but returns floating-point numbers for classifications, yes/no questions, and confidence scores instead of text. Jev is faster and cheaper than traditional LLMs, charging only for input tokens at $0.042 per million, making it suitable for tasks like spam detection, labeling, and search reranking.

    By Simon Willison
  15. 055Hacker NewsSEP · 22English

    XGrammar-2: Fast, Customizable Structured Generation for Tool Calling and Agents

    XGrammar-2 is an upgraded framework for structured generation in AI agent applications, introducing Structural Tag—a unified JSON protocol for expressing tool calls, reasoning channels, and custom output formats. It features efficiency optimizations like cross-grammar caching and speculative decoding support, and has been adopted by major AI companies including xAI, Databricks, and DeepSeek.

    By MLC Community
  16. 056Hacker NewsSEP · 22English

    Smart Software

    The article distinguishes between prompted intelligence (where AI assists human decision-making) and engineered intelligence (where AI judgment is built directly into software architecture). Smart software integrates intelligence as a core operational component rather than as a chatbot or external tool, requiring new software engineering practices that manage context, outcomes, uncertainty, authorization, and error handling within the system's control loop.

    By pdlabs
  17. 057Hacker NewsSEP · 22English

    Ask HN: Ceremonious Architecture in Times of AI

    A discussion on whether AI's ability to rapidly generate boilerplate code makes previously impractical architectural patterns like Domain-Driven Design and Clean Architecture more viable, and whether structured codebases could better constrain AI-generated code.

    By ruxian
  18. 058Hacker NewsSEP · 22English

    I built an autonomous accounting tool to let AI do my taxes

    A developer built an autonomous accounting tool that uses vision LLMs to extract data from receipts and invoices, reconcile them with bank statements, and generate categorized ledgers and audit reports—all running locally on the user's machine with no external accounts or data sharing required.

    By CodeGameDev
  19. 059Hacker NewsSEP · 22English

    Android Bench 2.0 – Long Horizon Android Development Benchmark

    Android Bench 2.0 is a benchmark designed to measure LLM capabilities in AI-assisted Android development, addressing gaps in existing benchmarks. Long-horizon tasks achieved a 28% pass rate with 82.2% average completion over 7.9 hours at $375.7 average cost, while per-task results showed declining performance metrics across more complex scenarios.

    By bentrengrove
  20. 060Hacker NewsSEP · 22English

    Something bugs me about AGI AI LLM, what if we back paddled 1000 year

    An essay questioning whether AI's ability to cheaply fix small coding failures might mask deeper structural problems, similar to how a machine that automatically repairs wall cracks could hide load-bearing issues until catastrophic failure occurs. The author expresses concern that widespread reliance on the same AI systems could amplify these risks by reducing human attention to warning signals.

    By Shattering The Abyss