source&pool
A daily wire of long-form journalism, video, and discourse — filed, tagged, and laid out flat.
VOL. I·NO. 01
TUESDAY, SEPTEMBER 15, 2026
Hacker News4051X 主题热门3984MacRumors85CNBC80YahooFinance719to5Mac69Verge53Kotaku44aihot36IGN369to5Google35NintendoLife35Gematsu30Engadget28TechCrunch28Eurogamer27BusinessInsider25NBC20Guardian20FoxBusiness18CNET17Polygon16SeekingAlpha16NPR15Fortune14Gizmodo13USAToday13CBS12Wccftech12WIRED12ArsTechnica11Investor'sBusinessDaily11SamMobile11TechPowerUp11bgr10Mashable10NintendoEverything10Notebookcheck10NewYorkPost10PushSquare10VideoGamesChronicle10ABC8AP8BleepingComputer8CNN8GameInformer8CrudeOilPricesToday8WindowsCentral8Fox7GamesIndustry.biz7PetaPixel7AppleInsider6PureXbox6Yahoo6AndroidPolice5Deadline5Motor15SeattleTimes5Hacker5Variety524/7WallSt.4AlJazeera4DigitalFoundry4DroidLife4MotleyFool4GameRant4GSMArena4InsiderGaming4Jalopnik4PCMag4ZDNET4CanonRumors3ChromeUnboxed3MyNintendo3Nature3Blizzard3XBOXWire3PCWorld3RPGSite3SouthChinaMorningPost3SlashGear3Register3TweakTown3VideoCardz3WarhammerCommunity3WindowsLatest3YGOrganization3Aftermath2AndroidAuthority2AwfulAnnouncing2BleedingCool2BuzzFeed2CTech2CoinDesk2CreativeBloq2DigitalCameraWorld2DualShockers2DW2Euronews2EventHubs2Futurism2GameDeveloper2GAMINGbible2GeekyGadgets2Hodinkee2Independent2InterestingEngineering2Lifehacker2MassivelyOverpowered2Newser2Newsshooter2Newsweek2NFL2NYT2PaulKrugman2PokémonGOHub2RoadtoVR2RockPaperShotgun2Space2Conversation2NextWeb2Tom'sGuide2UploadVR2WhatHi-Fi?2YourTango2404Media143rumors1ABC111AboveLaw1ageofempires1AndroidCentral1AndroidHeadlines1AOL1Autonocion1AVClub1Benzinga1BikeRadar1Billboard1BloodyDisgusting1Borderlands1Bungie1Yahoo!FinanceCanada1Carscoops1CineD1CnEVPost1comicbook1CyberSecurityNews1Dallas1DCRainmaker1derekthompson1CNN1en.softonic1flatpanelshd1FrequentMiler1GameFile1garymarcus.substack1GearPatrol1GeekWire1GoNintendo1Hackaday1HollywoodReporter1ImportAI1InterconnectsAI1JapanTimes1KITCO1KrebsonSecurity1KSL1LosAngelesTimes1Lloyd'sList1WPLGLocal101Macworld1Maxroll1Mediaite1MentalFloss1MiddleEastEye1MPR1SemiAnalysis1NoMan'sSky1nylon.com.sg1OregonLive1PCGamesN1PCGuide1PersonaCentral1Pokemon1politico.eu1PittsburghPost-Gazette1PYMNTS1QuantaMagazine1qz1SammyGuru1ScienceAlert1ScientificAmerican1Semafor1SFGATE1YahooFinanceSingapore1YahooSingapore1SportsIllustrated1SimpleFlying1Sources1supercarblondie1TechSpot1Tedium1TelecomTalk1DailyBeast1Drive1GameBusiness1TheGamer1Intercept1Times1Time+TideWatches1LongmontTimes-Call1TmoNews1TopGear1TwistedVoxel1YahooFinanceUK1UnHerd1vox1WPBF1WRAL1x1
  1. 001Hacker NewsSEP · 15English

    Local LLM engine where a tool call cut by the token limit still parses

    Runner, a local LLM engine, handles tool calls that are truncated by token limits by completing them as valid JSON and returning a parseable result, allowing agent loops to continue instead of failing or retrying from scratch like other engines.

    By JoakimPalm-Zen
  2. 002Hacker NewsSEP · 14English

    Show HN: I built Otis, a minimal AI agent that runs local models out of the box

    Otis is an open-source AI agent that runs local and hosted open-weight models with privacy-focused design. It automatically recommends and downloads appropriate models based on hardware and supports llama.cpp, Ollama, LM Studio, and Nvidia PAIR.

    By petrenk0n
  3. 003Hacker NewsSEP · 13English

    Gptel: Emacs Y La IA

    A Spanish-language article about setting up local AI (LLMs) with Emacs for programming projects. The author describes installing llama.cpp from source, selecting the Qwen 3.5 9B model, and troubleshooting compilation and library linking issues on OpenSuse Tumbleweed.

    By Notxor
  4. 004Hacker NewsSEP · 13English

    Show HN: I built ThreadShelf to reuse hard-to-export AI chats like OpenRouter

    ThreadShelf is a local-first application for archiving and searching AI conversations from multiple providers (ChatGPT, Claude, Google AI Studio, OpenRouter, LM Studio, Grok) using semantic search and semantic embeddings stored in LanceDB. Users can export chats as JSON, search by meaning through a web UI or API, and optionally continue conversations using local llama.cpp or external OpenRouter.

    By ChrystianSchutz
  5. 005Hacker NewsSEP · 11English

    What happens when you unplug the coding agent from the cloud

    A developer built Tetris using a local coding agent running open-weight models offline on a laptop with plain HTML, CSS, and JavaScript. The project succeeded technically but revealed a critical failure: the model repeatedly crashed when generating the game logic file due to context window misconfiguration (32768 tokens set but insufficient for the actual task), causing 70 minutes of retries with zero progress despite correct reasoning.

    By Nick Hirras
  6. 006Hacker NewsSEP · 09English

    Tool routing for a local LLM agent: grep to embeddings to GBNF grammar

    Eris is a local LLM agent that evolved through three iterations of tool selection: from grep-based text parsing, to keyword lists and embeddings, to a final approach using embeddings with a policy layer and GBNF grammar constraints. The system selects from ~50 tools for a 14B model by embedding user text, comparing against precomputed tool vectors, and feeding the filtered tool list to both the prompt and grammar to ensure consistency.

    By Jan Paul Dahlke
  7. 007Hacker NewsSEP · 08English

    A Universe of My Own

    A software architect with twenty years in search and data systems discovered llama.cpp and the leaked Llama model, sparking a journey into local LLM experimentation. Building tools like BottyBot and RAGTag, they evolved from simple model testing toward agentic retrieval systems that treat databases as tools for intelligent agents rather than primary products.

    By behohippy