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 News3889X 主题热门3778CNBC83MacRumors80YahooFinance679to5Mac62Kotaku45Verge45IGN35NintendoLife349to5Google33aihot32Gematsu32Eurogamer27Engadget26TechCrunch26BusinessInsider25Guardian20NBC16NPR16CNET15FoxBusiness14Polygon14Fortune13SeekingAlpha13bgr12Gizmodo12CBS11Mashable11PushSquare11USAToday11Wccftech11WIRED11Investor'sBusinessDaily10TechPowerUp10GameInformer9NintendoEverything9ABC8CNN8Fox8Notebookcheck8NewYorkPost8CrudeOilPricesToday8VideoGamesChronicle8ArsTechnica7WindowsCentral7AppleInsider6BleepingComputer6PetaPixel6SamMobile6Deadline5DigitalFoundry5GamesIndustry.biz5Variety5Yahoo5AlJazeera4AndroidPolice4CoinDesk4DroidLife4MotleyFool4GameRant4GSMArena4Jalopnik4PureXbox4SlashGear4Hacker4AP3BuzzFeed3CTech3CanonRumors3ChromeUnboxed3DW3GameDeveloper3Lifehacker3Motor13Blizzard3XBOXWire3PCMag3PCWorld3SeattleTimes3Space3Register3TweakTown3YGOrganization3ZDNET324/7WallSt.2404Media2Aftermath2AndroidCentral2AOL2AwfulAnnouncing2BleedingCool2DigitalCameraWorld2DualShockers2Euronews2EventHubs2Futurism2GearPatrol2Hodinkee2Independent2KITCO2MassivelyOverpowered2MyNintendo2Nature2Newser2Newsweek2PaulKrugman2PokémonGOHub2RoadtoVR2RockPaperShotgun2RPGSite2Conversation2Intercept2NextWeb2Tom'sGuide2UploadVR2VideoCardz2WarhammerCommunity2WindowsLatest2YourTango243rumors1ABC111AboveLaw1ageofempires1AndroidHeadlines1AVClub1Benzinga1BikeRadar1Billboard1BloodyDisgusting1Borderlands1Bungie1Yahoo!FinanceCanada1CineD1CnEVPost1comicbook1CreativeBloq1CyberSecurityNews1DailyKos1DCRainmaker1Defector1derekthompson1Draftsim1CNN1flatpanelshd1FratelloWatches1FrequentMiler1GAMINGbible1garymarcus.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
  9. 009Hacker NewsSEP · 16English

    Datamimic – don't let your coding agent invent its own test world

    Datamimic is an MIT-licensed Python tool for generating deterministic synthetic data and pseudonymizing PII, usable standalone or as part of an Enterprise Platform that adds governance, scanning, and multi-system execution for regulated enterprises.

    By Rapiddweller
  10. 010Hacker NewsSEP · 16English

    Show HN: 2049 - a roguelike that fuses 2048 and Minesweeper

    2049 is a roguelike game that combines 2048 tile-sliding mechanics with Minesweeper mine detection. Players navigate an 8-depth dungeon where tiles merge on movement, hidden mines act as obstacles, and reaching the bottom staircase wins the game. The game runs via CLI or browser (using Pyodide) with no dependencies beyond Python.

    By Skorotkiewicz
  11. 011Hacker NewsSEP · 16English

    Build domain-specific harness and long-horizon agents with OS Python framework

    Cayu is a production-grade Python framework for building domain-specific AI agents with full lifecycle control, including context assembly, tool invocation, durable state management, and human oversight. Extracted from a software factory that deployed thousands of applications using specialized AI agents, Cayu addresses production challenges like process failures, state persistence, and cost attribution that existing agent SDKs overlook.

    By Cayu-Dev
  12. 012Hacker NewsSEP · 15English

    WangNet – 1.8 MB, zero-dependency Numberwang adjudication in 11 languages

    WangNet is a lightweight 1.8 MB neural network that classifies whether numbers are Numberwang, with inference in pure Python requiring no dependencies. It supports 11 languages, achieves 88.9% accuracy on held-out test cases, and can be run locally or via a hosted Hugging Face demo.

    By GraafHenk
  13. 013Hacker NewsSEP · 15English

    Flet 1.0

    Flet, a Python framework for building cross-platform apps, released version 1.0 after four years of development, marking readiness for production use. The release includes comprehensive testing across platforms and Python versions, improved documentation generation, and performance enhancements like faster UI reconciliation and direct Python-to-Dart communication.

    By Ttps; Github Com; FeodorFitsner; Feodor Fitsner
  14. 014Hacker NewsSEP · 15English

    Neuro-Formal Verification: Agentic Language-Agnostic Formal Program Reasoning

    Neuro-formal verification (NFV) uses AI coding agents to automatically formalize and verify programs written in mainstream languages by translating them to verification-aware languages like Dafny or CBMC. Experiments on Python code show NFV achieves 57–63% bug detection rates with 90–92% precision, outperforming LLM-as-judge baselines while providing machine-checked proof artifacts.

    By Lahiri; Shuvendu K
  15. 015Hacker NewsSEP · 15English

    How AI tool calling works (40 lines of vanilla JavaScript)

    This article explains how AI tool calling works: a model receives a list of allowed functions, requests one by emitting structured JSON, your program executes it and returns results, then the loop repeats. The author demonstrates this four-step cycle with runnable 40-line code examples in JavaScript and Python using the Anthropic API.

    By stephenblum
  16. 016Hacker NewsSEP · 15English

    Fedora Linux 45 Beta

    Fedora Linux 45 Beta was released on September 15, 2026, featuring kmscon console replacement, mandatory package signature verification, standardized secret management with oo7, and updated versions of Podman, Python, Go, and other development tools. The beta is available across multiple editions including Workstation, Server, Cloud, and IoT.

    By Aoife Moloney