source&pool
A daily wire of long-form journalism, video, and discourse — filed, tagged, and laid out flat.
VOL. I·NO. 01
SUNDAY, SEPTEMBER 20, 2026
Hacker News3664X 主题热门3512CNBC68MacRumors649to5Mac59YahooFinance49Kotaku46IGN35Verge35aihot28TechCrunch269to5Google25NintendoLife25Gematsu24BusinessInsider21Eurogamer19NBC15Engadget14Guardian14NPR13Polygon13PushSquare13SeekingAlpha13bgr12Fortune12FoxBusiness12AndroidAuthority11Gizmodo11USAToday11WarhammerCommunity11ABC10ArsTechnica10Fox10TechPowerUp10AppleInsider9Mashable9Notebookcheck9Wccftech9CNET8CNN8PureXbox8PetaPixel7VideoGamesChronicle7WindowsCentral7CoinDesk6GSMArena6Investor'sBusinessDaily6NintendoEverything6SamMobile6Yahoo6BleepingComputer5CBS5DigitalFoundry5GameInformer5WIRED5AndroidCentral4Deadline4GameRant4XBOXWire4NewYorkPost4Pokemon4Conversation4Register4TweakTown4VideoCardz4WSB-TV4404Media3Aftermath3AlJazeera3AndroidPolice3CTech3GearPatrol3Hodinkee3HuffPost3LosAngelesTimes3Lifehacker3Motor13CrudeOilPricesToday3RockPaperShotgun3RPGSite3SlashGear3Space3Variety380Level2AOL2BellofLostSouls2BleedingCool2BuzzFeed2CanonRumors2DualShockers2DW2EventHubs2MotleyFool2FratelloWatches2Futurism2GamesIndustry.biz2InsiderGaming2MassivelyOverpowered2Maxroll2MP1st2Nature2Newser2PCWorld2qz2SouthChinaMorningPost2SeattleTimes2Intercept2WindowsLatest2YourTango2ABC7LosAngeles1AboveLaw1BusinessInsiderAfrica1Alternet1AVClub1AwfulAnnouncing1Benzinga1BikeRadar1Billboard1BloodyDisgusting1Boston1Bungie1CalMatters1cbn1ChromeUnboxed1Chron1ColoradoSun1comicbook1CreativeBloq1ChristianScienceMonitor1Currently1CyberSecurityNews1Cyclingnews1DailyDownforce1DailyKos1DaringFireball1DCRainmaker1Defector1Defense1denver71DenverPost1DigitalCameraWorld1DirtonDirt1Draftsim1DroidLife1empireonline1erictopol.substack1Euronews1Fangoria1FOX191DetroitFreePress1FrequentMiler1GameDeveloper1GamingOnLinux1AAAGasPrices1GeekWire1GeekyGadgets1HollywoodReporter1HouseDigest1Independent1InterestingEngineering1Jalopnik1KITCO1KSL1Lloyd'sList1Macworld1Magic:Gathering1MakeUseOf1Mercury1MonochromeWatches1MorningBrew1MortgageDaily1MyNintendo1Blizzard1SemiAnalysis1Newsshooter1Newsweek1nrn1NYT1OneMileataTime1OregonLive1PageSix1PaulKrugman1PCMag1PlayStationLifeStyle1PokémonGOHub1politico.eu1PittsburghPost-Gazette1QuantaMagazine1Road&Track1RoadtoVR1RockstarINTEL1Salon1CultureMapSanAntonio1ScienceAlert1ScientificAmerican1Semafor1SFGATE1YahooSingapore1SportsIllustrated1SimpleFlying1Slate1YahooTech1TechSpot1Tedium1TelecomTalk1DailyBeast1Hacker1NextWeb1Times1TimeExtension1LongmontTimes-Call1TimesUnion1Tom'sGuide1TwistedVoxel1YahooFinanceUK1UploadVR1VisualCapitalist1WOWT1
  1. 001Hacker NewsSEP · 19English

    You could have built Jev

    Jev is a Large Language Model that generates a single token to answer classification questions, comparing user-provided data against predefined criteria. The article explains the technical mechanics of how such a system works and discusses similar projects that have emerged.

    By baobabKoodaa
  2. 002Hacker NewsSEP · 19English

    There is no model called taste-1

    Command Code markets a feature called "taste-1" as a proprietary neuro-symbolic AI model, but investigation reveals it does not exist as a distinct model. Taste is actually a prompt constructed from user git history and conversation context, sent to whatever underlying model the user already has selected. The feature works by analyzing code diffs, extracting style patterns, and injecting guidelines into the system prompt.

    By infomiho
  3. 003Hacker NewsSEP · 18English

    Alea iacta non est: rerolling the LLM dice

    A developer created a tool called 'reroll' that generates LLM responses five times to test consistency and analyze variation patterns. The tool uses Haiku to categorize differences—whether answers are uniform, mostly uniform, split, or highly divergent—and identifies whether variations stem from different interpretations, different next moves, or contradictions that suggest hallucinations.

    By Roland Szabo
  4. 004Hacker NewsSEP · 18English

    BuiltByVibe – Directory of vibe-coded apps with a free MCP server

    BuiltByVibe is a curated directory of AI-generated software projects where users can share and discover applications created through prompt engineering. The platform hosts 56 projects with community engagement features and includes a free MCP server.

    By notevenbuttery
  5. 005Hacker NewsSEP · 17English

    Classic ML to Cope with Dumb LLM Judges (2025)

    A developer uses local LLMs to evaluate e-commerce search relevance by comparing product attributes against human-labeled data from Wayfair's WANDS dataset. They test various prompting strategies—including forced decisions, consistency checking, and single-attribute analysis—to create a reliable laptop-based search judge that can guide relevance improvements without expensive API costs.

    By Doug Turnbull
  6. 006Hacker NewsSEP · 14English

    Co-Evolving Harnesses and Models

    Researchers investigate how to combine harness evolution (optimizing prompts, tools, and scaffolding) with model fine-tuning to improve smaller models' performance on enterprise agent tasks. They find that imitation learning on expert trajectories actually hurts performance by disrupting model-harness alignment, but an on-policy correction approach that asks experts to fix only failing steps preserves the model's planning style while combining benefits of both optimization methods.

    By Yu; Zhou; Bin; Pentyala; Shiva Kumar; Mehrotra; Shubham; Chaudhuri; Sougata; Bhagavath; Shilpa; Chen; Zeyuan; Xu; Ran; Mui; Phil; Zhu; James; Asur; Sitaram
  7. 007Hacker NewsSEP · 14English

    Prompt steering can reduce DeepSeek v4 hallucinations to below GPT and Claude

    Researchers demonstrated that prompt steering can reduce DeepSeek v4 Pro's hallucination rate below GPT and Claude by tailoring system prompts to the model's specific tendencies. Using the Omniscience benchmark, they found that custom mitigations focused on encouraging abstention significantly outperformed generic anti-hallucination instructions while maintaining accuracy.

    By Rahul
  8. 008Hacker NewsSEP · 14English

    Show HN: Pelican-bicycle alternatives (updated for 2026)

    A collection of thirty SVG drawing prompts featuring animals performing various tasks, inspired by Simon Willison's pelican-bicycle test. Language models were prompted to generate images for these scenarios in 2025 and 2026, with results displayed as returned by the models. The site was created by Claude Fable 5.1 and funded by Tom Gally.

    By tkgally
  9. 009Hacker NewsSEP · 13English

    Ask HN: Is there an emerging pattern for NEGATIVESKILLS.md files?

    A developer asks whether there's an emerging pattern for NEGATIVESKILLS.md files that document antipatterns and bad practices to guide AI agents away from unintended behaviors, similar to negative prompts in diffusion models.

    By mehmetoguzderin
  10. 010Hacker NewsSEP · 13English

    From Hand-Crafted to LLM-Based Variation Operators in Metaheuristics

    This tutorial introduces a framework for classifying large language models used as variation operators in metaheuristics, organized around two descriptors: the type of prompt-conditioning information (Numeric, Symbolic, Linguistic) and artifact persistence (what survives the model call). It provides practitioners with tools to build, classify, and select LLM-based operators through templates, method surveys, and cost-aware decision guides.

    By Camilo Chacón Sartori; Guillem Rodríguez-Corominas; Christian Blum