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 主题热门3520Hacker News3469CNBC67YahooFinance58aihot54Verge529to5Mac43IGN42MacRumors40Kotaku35Engadget28TechCrunch269to5Google24NintendoLife21AndroidAuthority20Eurogamer18Guardian18ArsTechnica16Wccftech14BusinessInsider13FoxBusiness13Investor'sBusinessDaily13Polygon13PushSquare13TechPowerUp13Fortune12USAToday12Gematsu11Gizmodo11VideoGamesChronicle10CNN9NintendoEverything9NPR9CBS8CNET8MotleyFool8GSMArena8Mashable8NBC8SeekingAlpha8AndroidPolice7BleepingComputer7Notebookcheck7PureXbox7VideoCardz7WarhammerCommunity7ABC6bgr6Fox6AlJazeera5AppleInsider5CoinDesk5DroidLife5GamesIndustry.biz5HollywoodReporter5NewYorkPost5PetaPixel5PokeBeach5Tom'sGuide5Yahoo5AndroidCentral4GameInformer4InsiderGaming4PlayStationLifeStyle4SlashGear4TechSpot4Conversation4Hacker4WIRED4Aftermath3BellofLostSouls3Deadline3Electrek3EventHubs3Futurism3GAMINGbible3GearPatrol3Hackaday3HuffPost3Lifehacker3Motor13XBOXWire3PCMag3RockPaperShotgun3SamMobile3SouthChinaMorningPost3UploadVR3WhatHi-Fi?3WindowsCentral3WSB-TV3404Media26abcPhiladelphia2ABC7LosAngeles2AndroidHeadlines2AZFamily2Benzinga2ChromeUnboxed2DCRainmaker2HouseDigest2Jalopnik2MyNintendo2Nature2CrudeOilPricesToday2Pokemon2RoadtoVR2RPGSite2SFGATE2SimsCommunity2TimeExtension2TODAY2TweakTown2Variety224/7WallSt.180Level1ageofempires1Alternet1Anthropic1Apple1ArizonaSports1BostonGlobe1BusinessTimes1BuzzFeed1Yahoo!FinanceCanada1CarandDriver1CarBuzz1cbn1CineD1ClaimDepot1ColoradoSun1Skin.ClubCommunity1consequence1CreativeBloq1YahooCreators1ChristianScienceMonitor1Currently1DailyKos1DaringFireball1DarkHorizons1Decrypt1Deseret1Designboom1Dezeen1DigitalCameraWorld1DirtonDirt1Draftsim1DSOGaming1GameGPU1erictopol.substack1ForexFactory1franchisetimes1Futurity1GameRant1GameWorldObserver1GeekWire1GeekyGadgets1Global1GosuGamers1Gothamist1Hackster.io1HoustonChronicle1iLovetheUpperWestSide1InsideEVs1InterestingEngineering1investor.costco1Invezz1iPhoneinCanada1KCRA1MacObserver1Magic:Gathering1MakeUseOf1Mashed1MLive1MortgageDaily1Motorsport1MP1st1mtgrocks1NBC5Chicago1BloombergLaw1Newsweek1NintendoWire1NYT1OneMileataTime1OregonPublicBroadcasting1OregonLive1PersonaCentral1Phoronix1PickupTruck+SUVTalk1politico.eu1Psyche1qz1Realtor1Road&Track1Salon1ScienceDaily1SeattleRed1SeattleTimes1Semafor1SanFranciscoChronicle1YahooFinanceSingapore1SimpleFlying1GhostHowls1Slate1SlippedDisc1SlowBoring1SoraNews241SpaceNews1statnews1YahooTech1the5krunner1DailyBeast1DailyMeal1Drive1Hindu1Intercept1Register1Times1TimesofIndia1TMZ1TopGear1YahooFinanceUK1PCMagUK1Vulture1WCVB1WFMZ1WHYY1WKYT1YGOrganization1
  1. 021Hacker NewsSEP · 25English

    Show HN: SelMem – selective reconstructive memory for LLMs

    SelMem is a Rust-based system that implements selective reconstructive memory for large language models, enabling path-dependent behavior and identity divergence through selective fact curation rather than context expansion. The project includes encoding, retrieval, and dream-phase reconstruction modules with SQLite persistence, designed to allow multiple LLM instances (like Claire and Silas) to develop distinct personalities from the same underlying corpus.

    By Jbsalles
  2. 022Hacker NewsSEP · 25English

    Developer Process Automation: The sane way to automate developer hours

    Developer process automation uses AI agents to handle repetitive development tasks like bug triage and documentation updates, triggered by webhooks or cron jobs. This approach applies business process automation principles to software engineering, automating standardized, low-risk tasks while keeping developers in control of the process.

    By Theahura
  3. 023Hacker NewsSEP · 25English

    Learning to Discover Interesting Mathematics

    Researchers propose a method to identify interesting mathematical theorems by measuring the ratio of proof length to statement length, which correlates with practical utility. They train a 27B model to predict proof difficulty and develop a system that generates novel theorems, selects the most interesting ones, and iteratively builds self-expanding mathematical libraries with reduced overlap to existing resources.

    By Patel; Niket; Rammal; Ahmad; Hayat; Amaury; Munos; Remi; Kempe; Julia
  4. 024Hacker NewsSEP · 25English

    Using AI to Contribute to Open Source

    A VisiData open source maintainer outlines guidelines for responsibly using AI tools like Claude in project contributions. The approach emphasizes transparency through separate bot accounts, disclosure of AI involvement, and an AI Level classification system to help maintainers assess human effort versus machine-generated code.

    By Saul Pwanson
  5. 025Hacker NewsSEP · 25English

    What About Rails?

    David Heinemeier Hansson announced at Rails World 2026 that he has retired from professional programming and now relies on LLM code generation, claiming humans reading code should be rare. He revealed that 37signals is moving Hey away from Rails to native applications built with LLMs and Rust on the backend, fundamentally shifting his vision of Rails from a framework for ambitious small teams to primarily a platform for web apps of necessity.

    By Jared Norman
  6. 026Hacker NewsSEP · 25English

    Peer review in the LLM (mania) age

    An opinion piece critiques the proliferation of LLM-generated academic submissions overwhelming peer review processes. The author argues against using LLMs for review itself, proposing instead that LLMs should only be used to detect other LLM-generated content, while emphasizing that humans remain essential for evaluating the deep intellectual work that peer review demands.

    By pcfwik
  7. 027Hacker NewsSEP · 25English

    Jev and System One Models: Calibration Beats Accuracy

    TypeSafe AI released Jev, a non-autoregressive model trained for calibrated probability outputs rather than accuracy, designed to answer structured questions with trustworthy confidence scores in a single forward pass. The article argues that calibration—not accuracy—is the critical bottleneck in production classifiers, and Jev's reinforcement learning approach addresses this by training directly for epistemically honest probabilities instead of relying on post-hoc calibration techniques.

    By Kartik Pansuriya
  8. 028Hacker NewsSEP · 25English

    ServingStudio: Simulating, Analyzing, and Optimizing LLM Serving Systems

    ServingStudio is an integrated workbench that uses simulation and autonomous agents to optimize LLM serving systems. The tool simulates performance up to 2,770× faster than real time, analyzes GPU execution costs, and automates the process of identifying bottlenecks and implementing improvements in serving frameworks. Users can monitor the agent's optimization workflow or let it run autonomously to validate changes on actual hardware.

    By matt_d
  9. 029Hacker NewsSEP · 24English

    Show HN: MEF LLM Studio

    MEF LLM Studio is an educational Windows application designed for beginners to understand how language models work through interactive explanations and hands-on experiments. Users can explore tokenization, training dynamics, model comparison, and text generation without writing code.

    By walti1972
  10. 030Hacker NewsSEP · 24English

    Lifelogging with Large Language Models

    A person uses large language models to analyze their personal lifelogging data—journals, to-do lists, sleep and financial records—to generate weekly AI-created summaries that provide emotional insights and pattern recognition. The practice offers cognitive relief and efficiency but raises questions about human-AI relationships and what aspects of life remain incomprehensible to machines.

    By Jaan Altosaar
  11. 031Hacker NewsSEP · 24English

    A Million Agents Is a Distributed System Problem

    Large-scale agent systems face distributed computing challenges similar to traditional operating systems. Agents need resource management, scheduling, and context persistence rather than running indefinitely, while multi-agent coordination introduces overhead that limits scalability depending on task structure.

    By Tony Chang
  12. 032Hacker NewsSEP · 24English

    Cheaper LLM Labelling

    A developer built a system to label 21,000 commits as either maintenance or new development using GPT-5.6 Luna via an LLM CLI tool. To improve latency, they implemented a hybrid approach combining a fast naive Bayes classifier for confident predictions with LLM fallback for uncertain cases, using streaming logistic regression for incremental training.

    By ibobev
  13. 033Hacker NewsSEP · 24English

    Dynamic Abliteration: Non-Destructive Refusal Suppression via Engram Steering

    A technical post demonstrates dynamic abliteration, a method to suppress refusal behaviors in open-weight LLMs like Qwen3-4B by intercepting and modifying intermediate residual streams at runtime using PyTorch hooks, keeping model weights frozen. The approach uses multi-layer steering with engram injection instead of permanent weight modification, tested against a keylogger prompt that the base model refused.

    By Phatak-Dev
  14. 034Hacker NewsSEP · 24English

    When to Use an LLM

    An author establishes a personal rule to avoid using LLMs on subjects where they cannot confidently verify the output, drawing an analogy to a foraging guide's warning about wild plants. The rule aims to prevent accepting hallucinated misinformation, even if it means slower productivity than AI-assisted peers.

    By Extra Long Division
  15. 035Hacker NewsSEP · 24English

    Best LLM for every budget, updated daily

    A daily-updated comparison tool that plots language models against their API pricing to identify the best value options at different budgets. The tool displays a value frontier showing which models offer the highest intelligence scores at each price point, with filtering options and detailed pricing breakdowns.

    By terryds
  16. 036Hacker NewsSEP · 24English

    ASUS Launches ExpertCenter Pro ET900N G3 (GB300, 748GB, Up to 20 PFLOPS)

    ASUS launched the ExpertCenter Pro ET900N G3, a desktop AI workstation powered by NVIDIA's GB300 Grace Blackwell chip with 748GB coherent memory and up to 20 PFLOPS performance. The system enables enterprises and developers to run large-scale AI models locally for LLM fine-tuning, generative AI, and autonomous agents without relying on cloud infrastructure.

    By ASUS
  17. 037Hacker NewsSEP · 24English

    How to serve trillions of tokens for trillion-parameter coding agents

    Modal shares optimization techniques for serving large language models powering coding agents at scale, demonstrating how to achieve 2.8x performance improvements per user and 5.6x across users through inference engineering. The article explains the hardware requirements and workload characteristics necessary to economically operate trillion-token inference services for trillion-parameter models like Moonshot's Kimi K2.6.

    By charles_irl
  18. 038Hacker NewsSEP · 24English

    LLM-friendliness as a metric: porting 20 languages with an LLM

    A developer ported a 51-test benchmark suite from Crystal to 19 programming languages using an LLM over two months, discovering that code expressiveness—measured by the ratio of source code to gzipped size—strongly correlates with how easily an LLM can work with each language. Languages with less boilerplate like Scala and Nim were easier to port, while verbose languages like Zig and C required significantly more debugging and iteration.

    By delian66
  19. 039aihotSEP · 24Chinese

    Claude Opus 5.5 与 GPT-6 Sol、Luna 同日发布,主打性价比与降本

    Anthropic released Claude Opus 5.5 with 1M token context window, priced at $4 per million input tokens and $20 per million output tokens, achieving 40% cost reduction and 30% speed improvement over Opus 5, scoring 66.4% on Terminal-Bench 4.0 as a cost-effective alternative to Gable 5.1.

  20. 040Hacker NewsSEP · 24English

    Code shouldn't know which LLM provider you're using

    LiteLLM is an open source AI Gateway providing a unified interface to call 100+ LLM providers using OpenAI format, available as a Python SDK or self-hosted proxy server. It eliminates provider-specific SDK complexity with features like virtual keys, spend tracking, load balancing, and production-ready performance at 8ms P95 latency.

    By BerriAI