source&pool
A daily wire of long-form journalism, video, and discourse — filed, tagged, and laid out flat.
VOL. I·NO. 01
SATURDAY, SEPTEMBER 19, 2026
Hacker News3649X 主题热门3476CNBC71MacRumors669to5Mac57YahooFinance48Kotaku47Verge36IGN35aihot34NintendoLife309to5Google25Gematsu25TechCrunch25BusinessInsider23Eurogamer23Engadget17Polygon15PushSquare15Guardian15NBC14bgr13Fortune13SeekingAlpha13USAToday13NPR12FoxBusiness11Gizmodo11Mashable11WarhammerCommunity11Wccftech11AndroidAuthority10ArsTechnica10ABC9CNET9Fox9Notebookcheck9TechPowerUp9AppleInsider8GameInformer8PureXbox8WindowsCentral8CNN7Variety7VideoGamesChronicle7WIRED7BleepingComputer6CoinDesk6Investor'sBusinessDaily6XBOXWire6NintendoEverything6NewYorkPost6PetaPixel6CBS5DigitalFoundry5GSMArena5SamMobile5VideoCardz5Deadline4GameRant4Pokemon4RPGSite4SlashGear4Register4Yahoo4404Media3Aftermath3AlJazeera3AndroidCentral3AndroidPolice3CTech3GearPatrol3Hodinkee3Jalopnik3LosAngelesTimes3Lifehacker3Motor13Blizzard3CrudeOilPricesToday3RockPaperShotgun3SeattleTimes3Space3Conversation3TweakTown3WindowsLatest3YourTango380Level2AOL2AwfulAnnouncing2BleedingCool2BloodyDisgusting2BuzzFeed2CanonRumors2CyberSecurityNews2DualShockers2DW2EventHubs2MotleyFool2FratelloWatches2GamesIndustry.biz2Independent2InsiderGaming2MassivelyOverpowered2Maxroll2MP1st2MyNintendo2Nature2Newser2PCWorld2PokémonGOHub2qz2SouthChinaMorningPost2SFGATE2Intercept2UploadVR2WSB-TV2AboveLaw1BusinessInsiderAfrica1AVClub1Benzinga1BikeRadar1Billboard1Borderlands1Boston1Bungie1CalMatters1ChromeUnboxed1Chron1CineD1comicbook1CreativeBloq1Currently1Cyclingnews1DailyDownforce1DailyKos1DaringFireball1DCRainmaker1Defector1Defense1denver71DenverPost1DigitalCameraWorld1Draftsim1empireonline1Euronews1Fangoria1flatpanelshd1FOX191DetroitFreePress1FrequentMiler1Futurism1GameDeveloper1GamingOnLinux1AAAGasPrices1GeekWire1GeekyGadgets1Hackaday1HollywoodReporter1HuffPost1InterestingEngineering1KITCO1KSL1Lloyd'sList1Macworld1Magic:Gathering1MakeUseOf1Mediaite1Mercury1MonochromeWatches1MorningBrew1MortgageDaily1SemiAnalysis1Newsshooter1Newsweek1nrn1NYT1OregonLive1PageSix1PaulKrugman1PCMag1PlayStationLifeStyle1politico.eu1PittsburghPost-Gazette1QuantaMagazine1Road&Track1RoadtoVR1RockstarINTEL1CultureMapSanAntonio1ScienceAlert1ScientificAmerican1Semafor1YahooSingapore1SportsIllustrated1SimpleFlying1Slate1supercarblondie1YahooTech1TechSpot1Tedium1TelecomTalk1TheGamer1Hacker1NextWeb1TimeExtension1LongmontTimes-Call1TimesUnion1TmoNews1TwistedVoxel1YahooFinanceUK1VisualCapitalist1WOWT1
  1. 001Hacker NewsSEP · 19English

    Inventor of ChatGPT and RLHF Launches Typesafe.ai

    Diogo Almeida, an OpenAI researcher who helped invent RLHF, left the company to start Typesafe AI and released Jev, a non-LLM transformer model that outputs probabilities instead of text for software automation tasks. Jev is significantly faster and cheaper than existing LLMs while eliminating hallucinations, with developers reporting 5-20x performance improvements in classification and routing applications.

    By Tim Fernholz
  2. 002Hacker NewsSEP · 19English

    Reality Is the Final Verifier: On Two Key Gaps in Agentic Software Engineering

    This paper addresses fundamental gaps in agentic software engineering: the requirement gap (requirements approximate stakeholder intent) and model gap (deployment models approximate real environments). The authors propose an assurance-revision loop using deployment evidence to iteratively narrow these gaps, framing the problem as resource allocation between human judgment and agent capability.

    By Krentsel; Alexander; Agarwal; Shubham; Cemri; Mert; Liu; Sankhe; Sidharth; Mao; Ziming; Zaharia; Matei; Stoica; Ion
  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 · 17English

    Axiom Knowledge graph: A deterministic search engine

    Axiom is a hybrid search engine combining BM25 and semantic vector search, designed to provide accurate, deterministic results without relying on cloud services. It operates locally for offline research, AI agent grounding, and sensitive data indexing, addressing concerns about AI hallucinations and data privacy in modern search.

    By project_silenc
  5. 005Hacker NewsSEP · 16English

    Lawsuit accuses AI security company of publishing hallucinated findings

    A lawsuit accuses an AI security company of publishing hallucinated findings. The article appears to be a news digest covering multiple technology stories including cybersecurity threats, AI industry developments, and software updates.

    By Jessica Lyons
  6. 006Hacker 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
  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: What an agent does when anyone can read and rewrite its context

    A demonstration of how AI agents behave when given read-write access to their own context window. The agent self-corrects false notes, edits its own hallucinations, verifies its reasoning by querying copies of itself, and can be manipulated through context editing—sometimes retracting true statements when context is hidden or falsified.

    By ljedrz
  9. 009Hacker NewsSEP · 14English

    AI Risk: The Approval Nobody Signed Off

    AI systems make autonomous decisions at runtime without pre-approval, creating governance gaps that traditional oversight cannot address. Companies suffer real liability when AI models hallucinate or misclassify without human review, representing governance failures rather than technology failures. Effective risk management requires robust oversight structures, since no model will achieve zero error rates.

    By Sanjeev Sharma
  10. 010Hacker NewsSEP · 14English

    Show HN: I was frustrated with AI giving confident answer,Even when it was wrong

    A developer created a tool that verifies AI-generated answers before displaying them to users, aiming to catch errors, hallucinations, and code problems before they're seen. The tool performs pre-execution verification to improve reliability of AI responses.

    By Vineetyadav2
  11. 011Hacker NewsSEP · 13English

    Show HN: Aqqai – Every answer, checked before you see it

    Aqqai is a tool that verifies AI-generated answers before displaying them to users, intercepting errors, hallucinations, and code anomalies at execution time.

    By Vineetyadav2