source&pool
A daily wire of long-form journalism, video, and discourse — filed, tagged, and laid out flat.
VOL. I·NO. 01
TUESDAY, SEPTEMBER 15, 2026
Hacker News4009X 主题热门3948MacRumors83CNBC78YahooFinance719to5Mac69Verge52Kotaku43aihot36IGN35NintendoLife359to5Google34Gematsu30TechCrunch28Engadget27Eurogamer27BusinessInsider25NBC20Guardian20CNET17FoxBusiness17Polygon16SeekingAlpha16NPR15Fortune14Gizmodo13USAToday13CBS12Wccftech12WIRED12ArsTechnica11Investor'sBusinessDaily11SamMobile11TechPowerUp11bgr10Mashable10NintendoEverything10NewYorkPost10PushSquare10VideoGamesChronicle10Notebookcheck9ABC8AP8BleepingComputer8CNN8GameInformer8CrudeOilPricesToday8WindowsCentral8Fox7GamesIndustry.biz7PetaPixel7AppleInsider6Yahoo6AndroidPolice5Deadline5Motor15PureXbox5SeattleTimes5Hacker5Variety524/7WallSt.4AlJazeera4DigitalFoundry4DroidLife4MotleyFool4GameRant4GSMArena4InsiderGaming4Jalopnik4PCMag4ZDNET4CanonRumors3ChromeUnboxed3MyNintendo3Nature3Blizzard3XBOXWire3PCWorld3RPGSite3SouthChinaMorningPost3SlashGear3Register3VideoCardz3WarhammerCommunity3WindowsLatest3YGOrganization3Aftermath2AndroidAuthority2AwfulAnnouncing2BleedingCool2BuzzFeed2CTech2CoinDesk2CreativeBloq2DigitalCameraWorld2DualShockers2DW2Euronews2EventHubs2Futurism2GameDeveloper2GAMINGbible2GeekyGadgets2Hodinkee2Independent2InterestingEngineering2Lifehacker2MassivelyOverpowered2Newser2Newsshooter2Newsweek2NFL2NYT2PaulKrugman2PokémonGOHub2RoadtoVR2RockPaperShotgun2Space2Conversation2NextWeb2Tom'sGuide2TweakTown2UploadVR2WhatHi-Fi?2YourTango2404Media143rumors1ABC111AboveLaw1ageofempires1AndroidCentral1AndroidHeadlines1AOL1Autonocion1AVClub1Benzinga1BikeRadar1Billboard1BloodyDisgusting1Borderlands1Bungie1Yahoo!FinanceCanada1Carscoops1CineD1CnEVPost1comicbook1CyberSecurityNews1Dallas1DCRainmaker1derekthompson1CNN1en.softonic1flatpanelshd1FrequentMiler1GameFile1garymarcus.substack1GearPatrol1GeekWire1GoNintendo1Hackaday1HollywoodReporter1ImportAI1InterconnectsAI1JapanTimes1KITCO1KrebsonSecurity1KSL1LosAngelesTimes1Lloyd'sList1WPLGLocal101Macworld1Maxroll1Mediaite1MentalFloss1MiddleEastEye1MPR1SemiAnalysis1NoMan'sSky1nylon.com.sg1OregonLive1PCGamesN1PCGuide1PersonaCentral1politico.eu1PittsburghPost-Gazette1PYMNTS1QuantaMagazine1qz1SammyGuru1ScienceAlert1ScientificAmerican1Semafor1SFGATE1YahooFinanceSingapore1SportsIllustrated1SimpleFlying1Sources1supercarblondie1TechSpot1Tedium1TelecomTalk1DailyBeast1Drive1GameBusiness1TheGamer1Intercept1Times1Time+TideWatches1LongmontTimes-Call1TmoNews1TopGear1TwistedVoxel1YahooFinanceUK1UnHerd1vox1WPBF1WRAL1x1
  1. 001Hacker NewsSEP · 15English

    Transitioning from GUI driven development to AI agent driven development

    The author argues that AI agents represent a superior user interface to GUIs by eliminating mental friction when answering multi-step questions. Unlike GUI-based dashboards requiring users to manually combine data points, agents with tool-equipped LLM loops can directly provide answers. Building effective agents requires providing foundational tools for a problem space rather than pre-mapping specific user questions, a paradigm shift from traditional predetermined GUI design.

    By Steve Chikwiri
  2. 002Hacker NewsSEP · 15English

    Local LLM engine where a tool call cut by the token limit still parses

    Runner, a local LLM engine, handles tool calls that are truncated by token limits by completing them as valid JSON and returning a parseable result, allowing agent loops to continue instead of failing or retrying from scratch like other engines.

    By JoakimPalm-Zen
  3. 003Hacker NewsSEP · 15English

    How OpenAI Used Its Own LLMs to Design Its AI Chip

    OpenAI unveiled Jalapeño, its AI accelerator chip designed partly using its own LLMs, which achieved a 3.6x latency reduction compared to Nvidia's GB300 while consuming less power. The chip moved from concept to silicon in under 20 months with a team of roughly 100 people, leveraging LLMs to accelerate the design process through automation of language and code-based tasks. Industry experts credit the rapid timeline to LLM capabilities integrated into chip design workflows, with potential for even faster development as the models improve.

    By Matthew S Smith
  4. 004Hacker NewsSEP · 15English

    Typesafe.ai's System One Model

    Typesafe.ai's System One model is a decision-making system trained for calibrated probability predictions rather than text generation, designed to answer specific questions within structured workflows. Unlike LLMs, it provides uncertainty-aware judgments optimized against outcomes and integrates deterministic logic for tasks like refund request evaluation.

    By big_toast
  5. 005Hacker NewsSEP · 15English

    LLM Speedrun: Architecture

    Article explaining LLM architecture fundamentals, focusing on the transformer model and attention mechanism. Covers how transformers parallelize computation compared to RNNs, and how attention allows tokens to dynamically reference all previous context. Includes code examples and notation for understanding embeddings, queries, keys, and values.

    By bucket2015
  6. 006Hacker NewsSEP · 15English

    Learning to Solve Hard Problems in RL for LLMs by Never Giving Up

    A blog post discusses how reinforcement learning improvements for large language models disproportionately benefit easier problems while leaving harder ones largely unsolved—a phenomenon called the Matthew Effect. The authors propose a solution called Never Give Up to address this bias and improve performance on genuinely difficult tasks.

    By Michael Noukhovitch
  7. 007Hacker NewsSEP · 15English

    AI-Based Coding and Alienation

    An article explores how AI-assisted programming may produce alienation similar to Marx's theory, particularly regarding loss of ownership and control over code created primarily by large language models rather than the programmer themselves. The author argues that while traditional Marxist conditions don't apply to programmers, AI-based coding creates new forms of alienation through dependency on paid services and loss of code comprehension.

    By Arne Rief
  8. 008Hacker NewsSEP · 15English

    Ask HN: Why aren't LLM token CDN cache's a thing?

    A Hacker News user asks why token CDNs don't exist to cache LLM key-value states across sessions, noting that tools like OpenCode must repeatedly re-explore codebases due to lack persistent memory, and that while caching during work sessions is feasible, the multi-gigabyte KV matrices are expensive to transfer over networks between reboots.

    By devrob
  9. 009Hacker NewsSEP · 15English

    We Benchmark Analytics Agents, this explains how

    A benchmark for analytics agents launched September 1, 2026, testing how different agents answer data questions using their own LLMs paired with standardized inputs (data, semantic layer). The benchmark uses 300 questions across three difficulty tiers on a deliberately messy simulated e-commerce dataset to ensure statistically significant results and fair comparison across vendors.

    By andrebaaij
  10. 010Hacker NewsSEP · 15English

    How to process incoming call audio on Android / iOS?

    User seeks technical guidance on implementing real-time call audio processing on Android and iOS to block spam calls using LLM-based validation. The system would intercept incoming calls, process caller audio through configurable questions, and drop calls if validation criteria are not met.

    By vivzkestrel
  11. 011Hacker NewsSEP · 15English

    Show HN: Bough, the agent I built to replace Claude Code at work

    Bough is a terminal coding agent where the model writes JavaScript programs that execute tool calls directly, enabling batch operations and conditional branching in a single step rather than sequential round trips. The tool supports multiple LLM providers, operates locally with append-only session history, and is highly configurable through YAML plugins.

    By Andreylukin
  12. 012Hacker NewsSEP · 15English

    Show HN: Forward newsletters to an address, get a typeset paper on your Kindle

    A service that forwards newsletters and web content to e-ink devices like Kindle and reMarkable, using an LLM editor to rank and typeset daily briefings. Offers multiple tier options including free briefings, personalized newsletters, grants tracking, and simplified Spanish news.

    By jps330
  13. 013Hacker NewsSEP · 15English

    LLM continuous batching host scheduler in Rust (191k tok/s on 1 vCPU)

    A high-performance LLM serving scheduler written in Rust achieves 191k tokens/second on a single vCPU using continuous batching, paged KV cache allocation, and lock-free scheduling. The repository includes formal SMT Z3 mathematical verification, an independent anti-cheat auditor, and a reproducible benchmark harness under strict hardware isolation.

    By Bmartin-Systems
  14. 014Hacker NewsSEP · 15English

    The Synthetic Yes-Man: AI, Dunning-Kruger, and the Modern Voigt-Kampff Test

    The article examines how Large Language Models amplify the Dunning-Kruger effect by enabling users to generate expert-sounding content without foundational expertise. LLMs, trained to be agreeable through RLHF, function as echo chambers that validate half-baked ideas with polished prose, eliminating the traditional friction that kept overconfidence in check and replacing hard-earned competence with an illusion of mastery.

    By The Sim Gap
  15. 015Hacker NewsSEP · 15English

    APC AI-assisted framework for building audio (VST/AU) plugins

    APC 1.5 is an AI-powered open-source framework for building audio VST/AU plugins with LLM assistance. The update introduces the APC Hub browser dashboard for project management, expands compatibility with multiple AI coding tools (Codex, Cursor, OpenCode, Claude Code), and adds a unified command-line tool with post-release patch and evolution workflows.

    By Noizefield
  16. 016Hacker NewsSEP · 15English

    How much of F-Droid is LLM generated?

    A student programmer explores whether F-Droid apps contain AI-generated code by examining repository aesthetics and development practices. They argue that lazy development practices—like LLM-written READMEs and minimal code review—are telltale signs of AI-generated projects, while acknowledging both the capabilities and societal harms of LLMs.

    By _ZeD_
  17. 017Hacker NewsSEP · 15English

    I measured Apple's on-device LLM across an OS beta cycle

    An engineer measured Apple's on-device LLM across iOS 27 beta cycles using Deforget, an app that converts diary entries into reminders and calendar events. The evaluation harness tracked model performance across multiple OS builds, revealing improvements in restraint, reliability, vocabulary, and consistency while identifying persistent failure modes that required a deterministic repair layer.

    By lachezarov
  18. 018Hacker NewsSEP · 15English

    Obsidian Vault to Enterprise Company Brain

    The article compares personal knowledge management systems like Obsidian with enterprise-scale solutions, examining how individual note-taking apps evolve to handle multiple users, concurrent edits, and automated updates. It discusses limitations of personal graphs—lack of multi-user support, unstructured data, and poor scalability—and explores how AI agents and proper versioning can enable companies to build self-updating, collaborative knowledge bases.

    By Simon Späti
  19. 019Hacker NewsSEP · 15English

    Why do we do astrophysics?

    A white paper examines astrophysics' purpose and value in light of large language models' growing capabilities in scientific research. The author argues for moderate policies governing LLM use in astrophysics, rejecting both unrestricted adoption and outright prohibition, while discussing the field's contributions to science, society, and human development.

    By Hogg; David W
  20. 020Hacker NewsSEP · 15English

    Show HN: Jinfer – AI inference engine for the JVM. AI in a jar

    Jinfer is an AI inference engine for the JVM that enables running large language models, text-to-speech, audio transcription, and vision capabilities directly on Java using a modular, composable architecture. Distributed as lightweight dependencies, it allows developers to build AI applications with jbang scripts without external services.

    By mukel