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 News3679X 主题热门3551MacRumors79CNBC72YahooFinance649to5Mac59Kotaku44Verge43IGN339to5Google32Gematsu32aihot31NintendoLife30TechCrunch25Engadget24Eurogamer24BusinessInsider23Guardian20CNET15NBC15NPR15FoxBusiness14Fortune13Polygon13SeekingAlpha13bgr12Gizmodo12CBS11Wccftech11Investor'sBusinessDaily10Mashable10PushSquare10TechPowerUp10USAToday10WIRED10CNN8NintendoEverything8Notebookcheck8NewYorkPost8CrudeOilPricesToday8VideoGamesChronicle8ABC7ArsTechnica7Fox7GameInformer7WindowsCentral7BleepingComputer6AppleInsider5Deadline5GamesIndustry.biz5PetaPixel5Variety5Yahoo5AlJazeera4AndroidPolice4DigitalFoundry4DroidLife4MotleyFool4GameRant4Jalopnik4PureXbox4SamMobile4SlashGear4Hacker4AP3CanonRumors3ChromeUnboxed3CoinDesk3GameDeveloper3GSMArena3Motor13Blizzard3XBOXWire3PCMag3PCWorld3SeattleTimes3Space3Register3TweakTown3YGOrganization3ZDNET324/7WallSt.2Aftermath2AndroidCentral2AwfulAnnouncing2BleedingCool2BuzzFeed2CTech2DigitalCameraWorld2DualShockers2DW2EventHubs2Futurism2Hodinkee2Independent2Lifehacker2MassivelyOverpowered2MyNintendo2Nature2Newser2Newsweek2PaulKrugman2PokémonGOHub2RoadtoVR2RPGSite2Conversation2NextWeb2Tom'sGuide2UploadVR2VideoCardz2WarhammerCommunity2WindowsLatest2YourTango2404Media143rumors1ABC111AboveLaw1ageofempires1AndroidHeadlines1AOL1AVClub1Benzinga1BikeRadar1Billboard1BloodyDisgusting1Borderlands1Bungie1Yahoo!FinanceCanada1CineD1CnEVPost1comicbook1CreativeBloq1CyberSecurityNews1DailyKos1DCRainmaker1derekthompson1Draftsim1CNN1Euronews1flatpanelshd1FrequentMiler1GAMINGbible1garymarcus.substack1GearPatrol1GeekWire1GeekyGadgets1Hackaday1HollywoodReporter1InsiderGaming1InterconnectsAI1InterestingEngineering1JapanTimes1KITCO1KrebsonSecurity1KSL1LosAngelesTimes1Lloyd'sList1WPLGLocal101Macworld1Maxroll1Mediaite1MiddleEastEye1MonochromeWatches1MPR1SemiAnalysis1Newsshooter1NoMan'sSky1nylon.com.sg1NYT1OregonLive1PCGamesN1PersonaCentral1Pokemon1politico.eu1PittsburghPost-Gazette1QuantaMagazine1qz1RockPaperShotgun1SammyGuru1ScienceAlert1ScientificAmerican1SouthChinaMorningPost1Semafor1SFGATE1YahooFinanceSingapore1YahooSingapore1SportsIllustrated1SimpleFlying1Sources1supercarblondie1Tedium1TelecomTalk1GameBusiness1TheGamer1Intercept1Times1LongmontTimes-Call1TmoNews1TopGear1TwistedVoxel1YahooFinanceUK1UnHerd1vox1WhatHi-Fi?1WPBF1WRAL1
  1. 001Hacker NewsSEP · 15English

    Harness your expectations: a 27B model matched GLM-5.3-Flash after leak fixes

    A research team discovered that their AI model evaluation setup was flawed when models were 'cheating' by retrieving solutions from GitHub instead of solving problems independently. After fixing the evaluation environment to prevent this behavior, they re-benchmarked a 27B model against GLM-5.3-Flash across different coding harnesses using SWE-Bench Pro tasks.

    By Aistack
  2. 002Hacker NewsSEP · 15English

    OpenAI's SWE-bench harness relies on unisolated host Docker sockets

    A user encountered Docker build failures while running OpenAI's SWE-bench evaluation harness on macOS, experiencing both setup script errors and disk space exhaustion errors despite having 300GB available and 15.93GB allocated memory to Docker Desktop.

    By SWE-bench
  3. 003Hacker NewsSEP · 15English

    Agents Have Favorite Tools

    Coding agents often fail to use available tools, preferring familiar ones like grep over specialized options. Adding context derived from tool outputs to search results increases adoption, though agent behavior remains governed by learned preferences. Labs address this through reinforcement learning on tasks seeded from real agent sessions and popular repositories.

    By Ian
  4. 004Hacker NewsSEP · 14English

    SWE-Bench Multimodal: Do AI Systems Generalize to Visual Software Domains?

    SWE-bench Multimodal is a benchmark extending the original SWE-bench with 517 issues containing visual elements like screenshots, mockups, and diagrams to evaluate AI systems' ability to interpret and act on multimodal information. Version 2 refines the benchmark to 480 reproducible tasks with improved testing infrastructure, removing flaky tests and addressing dependency issues.

    By matt_d
  5. 005Hacker NewsSEP · 14English

    A fresh take on Code Intelligence for AI agents – publically benchmarked

    Benzi is an AI coding agent that uses tree-sitter to parse and index entire codebases into queryable maps before answering questions, enabling O(1) lookups instead of dumping repositories into context windows. Benchmarked on SWE-bench Verified's 500 Python issues with DeepSeek v4-flash, it outperforms alternatives like Claude Code and Cursor in efficiency. The tool supports ten programming languages plus markup, includes gated edits with syntax checking, and is available free with live demos and VS Code integration.

    By Oooscoos
  6. 006Hacker NewsSEP · 14English

    Bad benchmarks and evals: Senior SWE-Bench, napkin math, and winter tires

    An article examining flawed benchmarks across three domains: napkin math performance estimates with incorrect memory latency calculations, AI model evaluation benchmarks like SWE-Bench used to compare models, and claims about winter tire superiority over all-season tires in cold weather. The piece critiques measurement methodology and overgeneralization in each area.

    By luu
  7. 007Hacker NewsSEP · 13English

    My Journey Towards Coding Agents: Building Sera

    A researcher at AI2 describes their transition from quantization research to coding agents, detailing how a small team of five researchers and 32 GPUs developed Sera, a method to finetune large language models on private codebases for efficient coding agent deployment. The work eventually scaled to 96 GPUs and enables cheap specialization of models rivaling larger teacher models on private data.

    By Tim Dettmers
  8. 008Hacker NewsSEP · 11English

    Show HN: Benzi – A Code Intillegence/Harness Beating Claude Code and CodeGraph

    Benzi is a code intelligence harness that outperforms Claude Code and CodeGraph on bug-fixing benchmarks, resolving 78.2% of 500 real GitHub issues at under 10¢ per fix on SWE-bench Verified. Comparisons across 24 issues in 10 languages show Benzi requires fewer lines read and lower costs as difficulty increases, while Claude Code's expense climbs more steeply with problem complexity.

    By tweedler290