source&pool
A daily wire of long-form journalism, video, and discourse — filed, tagged, and laid out flat.
VOL. I·NO. 01
WEDNESDAY, SEPTEMBER 16, 2026
Hacker News3902X 主题热门3780CNBC84MacRumors80YahooFinance679to5Mac62Kotaku46Verge46IGN359to5Google34NintendoLife34aihot32Gematsu32Eurogamer27Engadget26TechCrunch26BusinessInsider25Guardian20NBC16NPR16CNET15FoxBusiness14Polygon14Fortune13SeekingAlpha13bgr12Gizmodo12CBS11Mashable11PushSquare11USAToday11Wccftech11WIRED11Investor'sBusinessDaily10TechPowerUp10GameInformer9NintendoEverything9ABC8ArsTechnica8CNN8Fox8Notebookcheck8NewYorkPost8CrudeOilPricesToday8VideoGamesChronicle8WindowsCentral7AppleInsider6BleepingComputer6PetaPixel6SamMobile6Deadline5DigitalFoundry5GamesIndustry.biz5Variety5Yahoo5AlJazeera4AndroidPolice4CoinDesk4DroidLife4MotleyFool4GameRant4GSMArena4Jalopnik4PureXbox4SlashGear4Hacker4AP3BuzzFeed3CTech3CanonRumors3ChromeUnboxed3DW3GameDeveloper3Lifehacker3Motor13Blizzard3XBOXWire3PCMag3PCWorld3SeattleTimes3Space3Register3TweakTown3VideoCardz3YGOrganization3ZDNET324/7WallSt.2404Media2Aftermath2AndroidCentral2AOL2AwfulAnnouncing2BleedingCool2DigitalCameraWorld2DualShockers2Euronews2EventHubs2Futurism2GearPatrol2Hodinkee2Independent2KITCO2MassivelyOverpowered2MyNintendo2Nature2Newser2Newsweek2PaulKrugman2PokémonGOHub2RoadtoVR2RockPaperShotgun2RPGSite2Conversation2Intercept2NextWeb2Tom'sGuide2UploadVR2WarhammerCommunity2WindowsLatest2YourTango243rumors1ABC111AboveLaw1ageofempires1AndroidHeadlines1AVClub1Benzinga1BikeRadar1Billboard1BloodyDisgusting1Borderlands1Bungie1Yahoo!FinanceCanada1CineD1CnEVPost1comicbook1CreativeBloq1CyberSecurityNews1DailyKos1DCRainmaker1Defector1DenverPost1derekthompson1Draftsim1CNN1flatpanelshd1FratelloWatches1FrequentMiler1GAMINGbible1garymarcus.substack1GeekWire1GeekyGadgets1Hackaday1HollywoodReporter1InsiderGaming1InterconnectsAI1InterestingEngineering1JapanTimes1KrebsonSecurity1KSL1LosAngelesTimes1Lloyd'sList1WPLGLocal101Macworld1Maxroll1Mediaite1MiddleEastEye1MonochromeWatches1MortgageDaily1MP1st1MPR1SemiAnalysis1Newsshooter1NoMan'sSky1nylon.com.sg1NYT1OregonLive1PCGamesN1PersonaCentral1Pokemon1politico.eu1PittsburghPost-Gazette1QuantaMagazine1qz1SammyGuru1ScienceAlert1ScientificAmerican1SouthChinaMorningPost1Semafor1SFGATE1YahooFinanceSingapore1YahooSingapore1SportsIllustrated1SimpleFlying1Sources1supercarblondie1Tedium1TelecomTalk1GameBusiness1TheGamer1Times1LongmontTimes-Call1TmoNews1TopGear1TwistedVoxel1YahooFinanceUK1UnHerd1vox1WhatHi-Fi?1WPBF1WRAL1
  1. 001Hacker NewsSEP · 16English

    LLM based CI pipeline code generator for DSCI

    DSCI is a self-hosted CI server that uses an LLM-based agent to automatically generate pipeline configurations. Users can request pipelines by describing their project requirements (e.g., Python with pytest and coverage), and the system generates ready-to-use pipeline code within a minute.

    By melezhik
  2. 002Hacker NewsSEP · 16English

    System One Lite – typed decisions from a local LLM, with no generated tokens

    System One Lite is a local LLM project that converts language models into typed decision engines, eliminating free-form text generation in favor of direct probability scores for predefined options. It runs on Apple silicon using open-weight models and returns structured answers without generated tokens, designed for routing, ranking, and classification tasks in software systems.

    By Snellingio
  3. 003Hacker NewsSEP · 16English

    Building an open source AEC compliance checker that does not guess

    PlanLint is an open-source AEC compliance checker that uses LLMs only for entity recognition and text parsing, while delegating all compliance verdicts to deterministic Python logic grounded in actual CAD geometry and codebook rules. The system models compliance as a bipartite graph in Neo4j, ingesting architectural drawings through specialized pipelines for different sheet types and applying rule-based verification to prevent AI hallucinations that could pass non-compliant designs.

    By Luckman Qasim
  4. 004Hacker NewsSEP · 16English

    ImpactGate: A merge gate that scores the structural decay AI adds

    ImpactGate is a merge gate tool that measures and gates structural decay introduced by code changes using a complexity-based impact formula. It runs as a CLI, pre-commit hook, or CI plugin (GitHub, GitLab, Jenkins) and can warn or block changes exceeding configurable thresholds based on absolute scores or percentile rankings.

    By Officefloor
  5. 005Hacker NewsSEP · 16English

    Seven Cloudflare settings that turned away paying API clients

    Cloudflare's default security settings inadvertently blocked legitimate API clients using Python and Perl libraries, returning 403 errors before payment terms could be presented. The company identified seven configuration issues including Browser Integrity Check, Bot Fight Mode, and AI Crawl Control that prevented paying agents from accessing their paid API endpoints across all three zones.

    By ForgeMesh Labs
  6. 006Hacker NewsSEP · 16English

    An LLM-Turbocharged Community Calendar Reboot (2024)

    A developer rebooted a 2010s community calendar aggregation project using LLM assistance to combine public event calendars from organizations via iCalendar feeds. The new implementation leveraged Claude and ChatGPT to rapidly solve technical challenges including timezone normalization and built a static HTML calendar renderer using Jinja2 templates without external dependencies.

    By Jon Udell
  7. 007Hacker NewsSEP · 16English

    It's not the YAML spec's fault, but

    A programmer defends YAML against common criticisms, arguing that many complained-about issues stem from improper usage rather than the specification itself. The author shares experiences with YAML in projects like a Discord bot and Space Station 14, noting that explicit deserialization logic prevents problems like implicit type conversion.

    By ricobecks
  8. 008Hacker NewsSEP · 16English

    Never-again – so your AI agent stops repeating mistakes you fixed

    never-again is a tool that prevents AI coding agents from repeating fixed bugs by automatically creating git hooks or adding rules to a file. It runs locally without accounts or tracking, works on macOS, Linux, WSL, and Windows, and requires git, bash, and Python 3.7+.

    By Malaysherasia-Ai