{
  "schema_version": 1,
  "generated_at": "2026-09-01T19:25:28Z",
  "item_count": 1000,
  "items": [
    {
      "id": "a29eb2d08840f3bc1eab",
      "title": "Updated: Release notes | Gemini API | Google AI for Developers",
      "url": "https://ai.google.dev/gemini-api/docs/changelog",
      "source_id": "gemini-release-notes",
      "source_name": "Gemini API Release Notes",
      "source_type": "page_diff",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "models",
        "agents"
      ],
      "published_at": "2026-09-01T19:25:28Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Visible page content changed; normalized text length 40208 characters.",
      "also_seen_in": []
    },
    {
      "id": "cf1b8a95ff1bf802cbaa",
      "title": "Updated: News — Google DeepMind",
      "url": "https://deepmind.google/blog/",
      "source_id": "deepmind-blog",
      "source_name": "Google DeepMind Blog",
      "source_type": "page_diff",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "models",
        "research"
      ],
      "published_at": "2026-09-01T19:25:28Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Visible page content changed; normalized text length 6958 characters.",
      "also_seen_in": []
    },
    {
      "id": "8fa9d32e4be8f0bc5d01",
      "title": "b10750",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10750",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-09-01T19:23:39Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "kv-cells: look up the n-gram history in the sequence position index ( #28040 ) get_prev_tokens() rebuilt a (seq, pos) -> token hash map on every ubatch by walking all used cells, while llama_kv_cells already keeps an ordered index of the positions of each sequence in seq_pos, updated on every cell mutation to serve seq_pos_min() and seq_pos_max(). The index now stores (pos, cell) pairs in a std::set instead of a position -> count map, so a repeated position (cache reuse via rm + add, vision inputs with shared positions) yields distinct entries and the removal of a cell erases its own pair. The new seq_pos_tok_le() returns the token of the cell at the largest position which is exactly what the old window lookup and its M-RoPE gap fallback computed together. get_prev_tokens() shrinks to a direct lookup per (token, offset) and for_each_token_in() goes away with its only caller. The kv-cache keeps no n-gram logic of its own. Measured on Qwen3.8-Flash-Next UD-Q4_K_XL at 71k context, alternating two binaries with the first run discarded: tg 69.3 -> 72.7 t/s (+4.9%), pp unchanged at ~2720 t/s, greedy output identical, needle retrieved. Website: https://llama.app Attestations: https://gith",
      "also_seen_in": []
    },
    {
      "id": "b7f1a6cf2e47ff8137da",
      "title": "rust-v0.153.0-alpha.3",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.153.0-alpha.3",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-09-01T19:09:08Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Release 0.153.0-alpha.3",
      "also_seen_in": []
    },
    {
      "id": "d5df2314a7dde7acb26f",
      "title": "Codex bundles LibreOffice",
      "url": "https://simonwillison.net/2026/Sep/1/codex-libreoffice",
      "source_id": "simon-willison",
      "source_name": "Simon Willison",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "models",
        "agents",
        "coding-agents"
      ],
      "published_at": "2026-09-01T19:03:01Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "I was poking around in my ~/.cache/ folder using OmniDiskSweeper when I spotted something interesting. The OpenAI Codex desktop app (since rebranded to just ChatGPT) has 1.7GB of stuff in there in a folder called codex-primary-runtime , including a full Python installation, a full Node.js installation, and native binaries for Poppler , git, and the LibreOffice open source office suite (which forked from OpenOffice.org in 2010): The ~/.cache/codex-runtimes/codex-primary-runtime/plugins/openai-primary-runtime/plugins/documents folder includes skills which tell Codex how to find and use those binaries. Tags: codex , generative-ai , openai , ai , llms , openoffice , open-source",
      "also_seen_in": []
    },
    {
      "id": "2cfd320edc0888e33c83",
      "title": "b10749",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10749",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-09-01T18:59:05Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "context : autoscale n_ctx_train when yarn scaling specified ( #28030 ) Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44499127 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "29c79976f377566b3177",
      "title": "b10743",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10743",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-09-01T18:20:18Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "metal : add fa-vec tuning for M2 Pro ( #28122 ) metal: add fa-vec tuning for M2 Pro metal : update fa-vec tuning for M2 Pro with new dtypes Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44490887 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "c3047caac82c0afedb4b",
      "title": "Degraded performance on platform.claude.com and Claude for Microsoft Office 365",
      "url": "https://status.claude.com/incidents/3g3d55q6vk3h",
      "source_id": "claude-status",
      "source_name": "Claude Status",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "status",
        "pricing"
      ],
      "published_at": "2026-09-01T18:07:03Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Sep 1 , 18:07 UTC Resolved - This issue has been resolved. Sep 1 , 17:52 UTC Monitoring - We are seeing success rates recover across affected services. Core inference and the API are not impacted. Sep 1 , 17:05 UTC Investigating - We are investigating reports of degraded performance affecting some Claude services, including docs.claude.com. We are working to resolve these issues and will provide an update as soon as possible.",
      "also_seen_in": []
    },
    {
      "id": "ac649a1268602f159e81",
      "title": "UEFA's Champions League draw creates unfair clusters; a Cayley graph fixes it",
      "url": "https://sariyuce.com/blog/2026/UEFA-Draw",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T17:57:09Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "af78cba63fcc27811e47",
      "title": "Claude Fable 5.1 and Claude Mythos 5.1",
      "url": "https://www.anthropic.com/claude-fable-and-mythos-5-1",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T17:53:53Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "935e020b65f723d06fdb",
      "title": "v2.1.257",
      "url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.257",
      "source_id": "claude-code-releases",
      "source_name": "Claude Code Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-09-01T17:53:52Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "What's changed Added Claude Fable 5.1 ( claude-fable-5-1 ), now the default Fable model — 1M context, $10/$50 per Mtok with $0.25/Mtok cache reads Added \"Time format\" ( timeFormat ) and timeZone settings: 12-hour, 24-hour, 24-hour UTC, or a strftime pattern for the turn-end clock and transcript-view timestamps Added a Containment Escape rule to auto mode so cloud metadata-credential fetches, egress evasion, and cross-tenant reach are no longer auto-approved unless your environment marks them expected Added CLAUDE_CODE_SUBAGENT_MODEL_FORCE to apply CLAUDE_CODE_SUBAGENT_MODEL (or the main model) to every subagent, ignoring per-spawn and agent-definition model overrides Added s in /effort to change effort for the current session only, matching /model Added a /doctor warning for stale sandbox mask files left by a killed session Added a one-time prompt in auto mode before the first file read outside the working directories, with the option to block such reads ( permissions.blockReadsOutsideWorkingDirectories ) Added support for a gateway-supplied description on discovered /model picker entries ( CLAUDE_CODE_ENABLE_GATEWAY_MODEL_DISCOVERY ); entries without one still read \"From gateway\" ",
      "also_seen_in": []
    },
    {
      "id": "2cf6522dc1a30352e340",
      "title": "The creator of Jujutsu has joined ERSC",
      "url": "https://ersc.io/blog/martin-joins-ersc",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T17:46:21Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "f846b8e55d0fa1348e85",
      "title": "Atlas: A World Model for Spatial Intelligence",
      "url": "https://www.worldlabs.ai/blog/atlas",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T17:36:02Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "20733b3441fb4131c835",
      "title": "Launch HN: Nori Robotics (YC S26) – A low-cost humanoid robot for development",
      "url": "https://www.norirobotics.com/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T17:35:10Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "eaf094e4d7beb6ee13a0",
      "title": "b10742",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10742",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-09-01T17:06:50Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "metal : add fa-vec tunings for A18 Pro (MacBook Neo) ( #28152 ) Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44474754 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "4e5f52105b9aa33512f1",
      "title": "Quoting Tarn Adams",
      "url": "https://simonwillison.net/2026/Sep/1/tarn-adams",
      "source_id": "simon-willison",
      "source_name": "Simon Willison",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "models",
        "agents",
        "coding-agents"
      ],
      "published_at": "2026-09-01T17:01:11Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "They took the letters from me! I have to talk about dwarf behavior now. I can't even talk about dwarf AI. It doesn't exist. It's dwarf behavior , and they misbehave sometimes — Tarn Adams , co-creator of Dwarf Fortress Tags: ai , game-design",
      "also_seen_in": []
    },
    {
      "id": "39805a49b1919fcf4cfc",
      "title": "Quill (YC W20) Is Hiring a Fullstack SWE",
      "url": "https://news.ycombinator.com/item?id=49524704",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T17:00:14Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "c506504f63c01fea241f",
      "title": "Show HN: Running 104GB Qwen3.8-Flash-Next on 48GB Mac with at ~12 tok/s",
      "url": "https://github.com/carloslfu/slotstream",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T16:42:46Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "e6a2fcdf6af24edd3c47",
      "title": "b10741",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10741",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-09-01T16:37:28Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "model : load hparams.n_layer_nextn before n_layer() calls ( #28159 ) load hparams.n_layer_nextn before n_layer() calls remove duplicate loads Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44468139 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "75cfb90c951d039f5349",
      "title": "Movie Scene Map – 13,312 films, series, games, anime and manga",
      "url": "https://moviescenemap.com/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T16:34:45Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "e5027ff0ebcbf8e05188",
      "title": "Degraded performance on Claude for Microsoft Office 365",
      "url": "https://status.claude.com/incidents/nr3h7bw8b3k3",
      "source_id": "claude-status",
      "source_name": "Claude Status",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "status",
        "pricing"
      ],
      "published_at": "2026-09-01T16:22:19Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Sep 1 , 16:22 UTC Resolved - This issue has been resolved. Sep 1 , 16:02 UTC Investigating - We are investigating elevated errors affecting Claude for Microsoft Office 365. We will provide an update as soon as possible.",
      "also_seen_in": []
    },
    {
      "id": "f258193b7ed75acef672",
      "title": "PRs NOT Welcome: How Top AI Open Source Projects Are Managing Thousands of Contributors",
      "url": "https://www.latent.space/p/pr-not-welcome",
      "source_id": "latent-space",
      "source_name": "Latent Space",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "agents",
        "engineering",
        "models"
      ],
      "published_at": "2026-09-01T16:17:15Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Vercel’s AI SDK, Astro, Flue and tldraw are replacing drive-by community PRs with software factories, where teams of agents apply fixes and features.",
      "also_seen_in": []
    },
    {
      "id": "2a841cd291f317aa53f9",
      "title": "Play Store blocks AuroraStore, hurting GrapheneOS users",
      "url": "https://gitlab.com/AuroraOSS/AuroraStore/-/work_items/1566",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T15:55:53Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "0b14bd7d0b2d00b00b19",
      "title": "Dwarf Fortress' creator says the industry's in shambles over AI",
      "url": "https://www.pcgamer.com/gaming-industry/dwarf-fortress-creator-says-the-industrys-in-shambles-over-ai-and-layoff-happy-ceos-everyone-i-know-their-bosses-are-slowly-getting-psychosis",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T15:53:42Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "cd26f4b9247278740141",
      "title": "b10740",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10740",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-09-01T15:43:21Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "metal : fix more leaks due to missing autoreleasepools ( #27883 ) metal : fix more leaks due to missing autoreleasepools metal : rename variable metal : fix another missing pool warning Co-authored-by: YiChen Lv 63285796+forforever73@users.noreply.github.com Co-authored-by: YiChen Lv 63285796+forforever73@users.noreply.github.com Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44454782 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b,",
      "also_seen_in": []
    },
    {
      "id": "7f506137ff0fd7cd1602",
      "title": "Keenable SELECT: an agent that searches the web in SQL",
      "url": "https://keenableai.github.io/select-showcase",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T15:41:03Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "df118412646232bead72",
      "title": "Ambient CSS v3 – Blender meets CSS",
      "url": "https://ambientcss.vercel.app/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T15:35:11Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "8fe8ed6c70c68f854c6b",
      "title": "A browser-based viewer for Office Open XML documents",
      "url": "https://ooxml.silurus.dev/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T15:33:13Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "fe8d086a630a4fc8fc78",
      "title": "b10739",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10739",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-09-01T15:17:18Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "metal : add fa-vec tuning for M2 Max ( #28015 ) Rows for M2 Max (30 GPU cores) collected with 'ggml-metal-tuning fa-vec --dtype f16,q8_0', pasted into fa_vec_tuned_table. ref: https://github.com/ggml-org/llama.cpp/discussions/27668#discussioncomment-18205786 Assisted-by: pi:llama.cpp/Qwen3.8-27B Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44447968 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "2cd3013847ae396de101",
      "title": "Ask HN: Who is hiring? (September 2026)",
      "url": "https://news.ycombinator.com/item?id=49522897",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T15:01:17Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "3436662eb485a4f53ada",
      "title": "Ask HN: Who wants to be hired? (September 2026)",
      "url": "https://news.ycombinator.com/item?id=49522896",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T15:01:17Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "0bd275fc44fd22c21e1d",
      "title": "Python 3.15.0 candidate 2 is here!",
      "url": "https://simonwillison.net/2026/Sep/1/python-315-rc-2",
      "source_id": "simon-willison",
      "source_name": "Simon Willison",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "models",
        "agents",
        "coding-agents"
      ],
      "published_at": "2026-09-01T14:59:18Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Python 3.15.0 candidate 2 is here! Hugo van Kemenade (release manager for Python 3.14 and 3.15) announces the final release candidate for Python 3.15, scheduled for release in October: Entering the release candidate phase, only reviewed code changes which are clear bug fixes are allowed between this release candidate and the final release. [...] We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.15 during this phase, and publish Python 3.15 wheels on PyPI to be ready for the final release of 3.15.0, and to help other projects do their own testing. Any binary wheels built against Python 3.15.0 release candidates will work with future versions of Python 3.15. Back in 2021 I found a bug in Python 3.10 by running my test suites against it... but I hadn't done this during the RC period, so that bug had already shipped! Since then I've always paid much closer attention to these RCs. The new RC isn't available for GitHub Actions just yet - keep an eye on actions/python-versions for that. For the moment though you can add this to a testing matrix: strategy : matrix : python-version : [\"3.14\", \"3.15\"] steps : - uses : actions/setup-python@v7 wit",
      "also_seen_in": []
    },
    {
      "id": "4837e1f4e66388e2f449",
      "title": "b10738",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10738",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-09-01T14:41:53Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "sycl : support limit max alloc memory within 2GB for host-pinned memory ( #27559 ) Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44438607 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "154f678b590b0d94ddda",
      "title": "b10737",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10737",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-09-01T14:05:32Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "qwen4exp: fix seq_cp, block position keying, mtmd input, cuda abort, add tests ( #27941 ) qwen4exp: follow up fixes -kvu NaN collapse fix Assisted-by: Claude indexer cache ext.x/ext.y restore fix Assisted-by: Claude kv-cells: rename seq_set to seq_get_all seq_get is already taken by the single-id getter, so the suggested name cannot be overloaded on return type alone. Assisted-by: Claude memory-hybrid-idx: implement set_input_qsa on the memory class The context held the whole implementation, where the pattern elsewhere is a thin context forwarding to the memory class, as llama_kv_cache_context does for set_input_kq_mask. The body reads no context state, so it moves unchanged and the context keeps a forwarder. Also shortens the seq_get_all comment as suggested. tests: check that a sequence state survives a save/restore round-trip Saves seq 0, erases it, restores the blob and saves again, requiring the two blobs to match. Compares blobs rather than generated text, which cannot see a field dropped on the way back in. Note this passes on master for qwen4exp, so it does not demonstrate the ext.x/ext.y drop this PR fixes; reaching that needs 2D mrope content. tests: give the synthetic qw",
      "also_seen_in": []
    },
    {
      "id": "b9cc650880a09b441174",
      "title": "Introducing Ad Blocker for Firefox on iOS",
      "url": "https://blog.mozilla.org/en/firefox/ad-blocker-on-ios",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T13:46:49Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "bff9960e7de55cb2da32",
      "title": "b10736",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10736",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-09-01T13:32:09Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "tests : fix log verbosity for test-llama-archs ( #28147 ) tests : fix log verbosity for test-llama-archs cont : naming cont : add note Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44420037 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "6fbb42582e5c6238c7a9",
      "title": "Mozilla launches built-in ad blocking for Firefox on iOS, using Apple's WebKit Content Blocker and the EasyList filter to block third-party ads and trackers (Tom Warren/The Verge)",
      "url": "https://www.techmeme.com/260901/p16",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-09-01T13:30:39Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Tom Warren / The Verge : Mozilla launches built-in ad blocking for Firefox on iOS, using Apple's WebKit Content Blocker and the EasyList filter to block third-party ads and trackers — Mozilla is using Apple's WebKit Content Blocker technology and the EasyList filter to block ads in Firefox.",
      "also_seen_in": []
    },
    {
      "id": "56b90f5cd07cf13a7c0b",
      "title": "This 'Digital Camouflage' Shirt Confuses AI-Powered Surveillance Cameras",
      "url": "https://www.404media.co/this-digital-camouflage-shirt-confuses-ai-powered-surveillance-cameras",
      "source_id": "404media",
      "source_name": "404 Media",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "security",
        "policy",
        "culture"
      ],
      "published_at": "2026-09-01T13:27:26Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "I watched Simon Weckert's 'digital camouflage' in action.",
      "also_seen_in": []
    },
    {
      "id": "2c00bb5f64a498fe16d4",
      "title": "Nvidia’s controversial DLSS 5 arrives September 3rd and requires serious GPU horsepower",
      "url": "https://www.theverge.com/tech/986378/nvidia-dlss-5-launch-nba-2k27",
      "source_id": "the-verge-ai",
      "source_name": "The Verge AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "products",
        "policy",
        "news"
      ],
      "published_at": "2026-09-01T13:21:12Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Nvidia is officially launching DLSS 5 this week, following a divisive announcement in March where we likened the AI upscaling tech to a \"real-time generative AI filter for video games\" and \"motion smoothing for video games, but worse.\" DLSS 5 will officially be available on RTX 50-series desktop and laptop GPUs and through GeForce Now […]",
      "also_seen_in": []
    },
    {
      "id": "b63cfb73e1ea8060f9d6",
      "title": "Roku unveils its first self-branded OLED smart TVs, starting at $999 for 55\" and 65\" 120Hz models and $1,299 for 144Hz models, sold exclusively via Amazon (Chris Welch/Bloomberg)",
      "url": "https://www.techmeme.com/260901/p15",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-09-01T13:20:01Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Chris Welch / Bloomberg : Roku unveils its first self-branded OLED smart TVs, starting at $999 for 55\" and 65\" 120Hz models and $1,299 for 144Hz models, sold exclusively via Amazon — Roku Inc. introduced its first self-branded smart TVs with organic light emitting diode, or OLED, display technology …",
      "also_seen_in": []
    },
    {
      "id": "a2f1cca27adcf2a4d626",
      "title": "Io_uring Without Readahead",
      "url": "https://frn.sh/io-uring",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T13:19:12Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "aa7b73909bf2d3c2849a",
      "title": "Nvidia plans to launch DLSS 5 on September 3 on RTX 50-series desktop and laptop GPUs and through GeForce Now, following a divisive announcement in March (Jay Peters/The Verge)",
      "url": "https://www.techmeme.com/260901/p14",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-09-01T13:10:06Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Jay Peters / The Verge : Nvidia plans to launch DLSS 5 on September 3 on RTX 50-series desktop and laptop GPUs and through GeForce Now, following a divisive announcement in March — DLSS 5 is almost here, but only for NBA 2K27, and only officially for 50-series RTX GPUs. … Nvidia is officially launching DLSS 5 this week …",
      "also_seen_in": []
    },
    {
      "id": "f552509ab0619a6ce7ac",
      "title": "EFF to Courts: Don't Rewrite Copyright over AI Hype",
      "url": "https://www.eff.org/deeplinks/2026/08/eff-courts-dont-rewrite-copyright-over-ai-hype",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T12:53:51Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "59b9f6c4449ac9fdd42e",
      "title": "Sources: Salesforce is leading a $160M+ raise for HR software company HiBob at a $3.2B+ valuation, up from $2.66B in 2023; HiBob has raised $700M+ since 2015 (Bloomberg)",
      "url": "https://www.techmeme.com/260901/p13",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-09-01T12:35:01Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Bloomberg : Sources: Salesforce is leading a $160M+ raise for HR software company HiBob at a $3.2B+ valuation, up from $2.66B in 2023; HiBob has raised $700M+ since 2015 — Salesforce Inc. is investing in human resources software company HiBob as part of a more than $160 million funding round that values …",
      "also_seen_in": []
    },
    {
      "id": "d41e0029657828acdfdb",
      "title": "Tim Cook Sold Out Steve Jobs",
      "url": "https://www.anildash.com/2025/09/09/how-tim-cook-sold-out-steve-jobs",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T12:12:30Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "c65c56b25bcfea74ad0d",
      "title": "3秒出片比播放还快，MiniMax打开了AI视频的实时商业化路径",
      "url": "https://www.qbitai.com/2026/09/482512.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-09-01T12:02:39Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "",
      "also_seen_in": []
    },
    {
      "id": "e3615d88d1cf15c973d0",
      "title": "b10734",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10734",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-09-01T11:59:46Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "metal: enable Metal 4.0 tensor API on M5+/A19+ ( #27461 ) metal : request Metal 4.0 language version for the tensor API metal : load the tensor API kernels from a separate metallib tests : add external-metallib tensor API regression test metal : fix metallib build order for the tensor API kernels Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44398437 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "8e73f3c03b0909b1909b",
      "title": "A look at Tim Cook's 15-year tenure: Apple silicon, wearables, hitting a $1T market cap, privacy, Apple Vision Pro, Apple Car, AI, App Store battles, and Trump (Emma Roth/The Verge)",
      "url": "https://www.techmeme.com/260901/p12",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-09-01T11:25:01Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Emma Roth / The Verge : A look at Tim Cook's 15-year tenure: Apple silicon, wearables, hitting a $1T market cap, privacy, Apple Vision Pro, Apple Car, AI, App Store battles, and Trump — Expectations for Tim Cook were almost impossibly high when he stepped in to replace Apple's visionary co-founder in 2011.",
      "also_seen_in": []
    },
    {
      "id": "8e6d9e0d26de8a5508e5",
      "title": "Dyson unveils the $499 CameraJet, an AI-powered toothbrush with a 100K-pixel macro lens that scans at 28 images per second and is trained on nearly 470K images (Samantha Kelly/Bloomberg)",
      "url": "https://www.techmeme.com/260901/p11",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-09-01T11:05:03Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Samantha Kelly / Bloomberg : Dyson unveils the $499 CameraJet, an AI-powered toothbrush with a 100K-pixel macro lens that scans at 28 images per second and is trained on nearly 470K images — Dyson Ltd. introduced a $499 toothbrush that uses artificial intelligence and a built-in camera to give real-time feedback …",
      "also_seen_in": []
    },
    {
      "id": "497a2ff1ece96eb9ca0d",
      "title": "John Ternus takes over as Apple CEO and Tim Cook becomes executive chair; sources say Laura Legros, an Apple hardware VP who retired in 2022, has rejoined Apple (Kalley Huang/New York Times)",
      "url": "https://www.techmeme.com/260901/p10",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-09-01T10:55:01Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Kalley Huang / New York Times : John Ternus takes over as Apple CEO and Tim Cook becomes executive chair; sources say Laura Legros, an Apple hardware VP who retired in 2022, has rejoined Apple — Big technology and management changes are greeting John Ternus, whose long-serving predecessor, Tim Cook, will stay on as executive chair.",
      "also_seen_in": []
    },
    {
      "id": "a72ecb1cfe2544ead512",
      "title": "Shein ends flat at ~$6.20 per share on its first day of trading on the Hong Kong stock exchange, giving it a $26B market cap after raising $1.7B in its IPO (Jing Yang/The Information)",
      "url": "https://www.techmeme.com/260901/p9",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-09-01T10:35:01Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Jing Yang / The Information : Shein ends flat at ~$6.20 per share on its first day of trading on the Hong Kong stock exchange, giving it a $26B market cap after raising $1.7B in its IPO — Shares of Chinese online fashion giant Shein ended flat on its first day of trading on the Hong Kong stock exchange …",
      "also_seen_in": []
    },
    {
      "id": "32192e8676bc177b10a8",
      "title": "Under Tim Cook, Apple's market cap grew from less than $350B in 2011 to $4.6T, revenue went from $157B in FY 2012 to ~$477B in FY 2026, and shares rose 2,258% (Ryan Vlastelica/Bloomberg)",
      "url": "https://www.techmeme.com/260901/p8",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-09-01T10:20:01Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Ryan Vlastelica / Bloomberg : Under Tim Cook, Apple's market cap grew from less than $350B in 2011 to $4.6T, revenue went from $157B in FY 2012 to ~$477B in FY 2026, and shares rose 2,258% — Apple Inc.'s Tim Cook handed over the reins to John Ternus on Tuesday, capping a tenure as chief executive officer that cemented …",
      "also_seen_in": []
    },
    {
      "id": "bdbe8ca7a1c298ec018e",
      "title": "AnkiDroid: Google Play no longer allowing Open Collective donation link",
      "url": "https://github.com/ankidroid/Anki-Android/issues/21656",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T10:11:02Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "ae29da20b89afbdc93bd",
      "title": "How lawn care YouTuber Greg Chism scaled a family channel to 13B views with YouTube's coaching, before YouTube banned it in 2017 following online backlash (Jon Ronson/New York Times)",
      "url": "https://www.techmeme.com/260901/p7",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-09-01T10:10:01Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Jon Ronson / New York Times : How lawn care YouTuber Greg Chism scaled a family channel to 13B views with YouTube's coaching, before YouTube banned it in 2017 following online backlash — - - 1k — I promised Greg Chism I wouldn't reveal anything about where he lives because there are people out there obsessed with him, convinced he's a monster.",
      "also_seen_in": []
    },
    {
      "id": "e0e82516a91c7bced86d",
      "title": "b10733",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10733",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-09-01T10:02:39Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "ci: Bump ggml-org/ccache-action to v1.2.24 ( #28083 ) Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44375174 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "38a121aadfbc9a932773",
      "title": "Google raises the price of its Google TV Streamer by $50 to $150 in the US, as well as for \"select\" Nest cameras and doorbells, citing \"rising component costs\" (Abner Li/9to5Google)",
      "url": "https://www.techmeme.com/260901/p6",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-09-01T10:00:50Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Abner Li / 9to5Google : Google raises the price of its Google TV Streamer by $50 to $150 in the US, as well as for “select” Nest cameras and doorbells, citing “rising component costs” — Google has quietly raised the price of the Google TV Streamer to $149.99.",
      "also_seen_in": []
    },
    {
      "id": "ff8d85a80c0ed5c316a9",
      "title": "44% on ARC-AGI-1 in 67 cents",
      "url": "https://mvakde.github.io/blog/44-on-arc-1",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T09:52:45Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "06a29b6538735d18c586",
      "title": "Microsoft says it is testing a fix to an outage affecting Exchange Online and Outlook, lasting for 17+ hours from around 11:30AM ET on Monday (Sarah Perez/TechCrunch)",
      "url": "https://www.techmeme.com/260901/p5",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-09-01T09:50:01Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Sarah Perez / TechCrunch : Microsoft says it is testing a fix to an outage affecting Exchange Online and Outlook, lasting for 17+ hours from around 11:30AM ET on Monday — Snow day? Microsoft on Monday confirmed a widespread, multi-hour outage affecting Outlook users, leading to email delays and failures, authentication issues, and other problems.",
      "also_seen_in": []
    },
    {
      "id": "ddf6c185c318dd354797",
      "title": "NASA: Fill in a name, and you can have an exclusive coordinate in the universe",
      "url": "https://science.nasa.gov/mission/roman-space-telescope/adopt-a-pixel",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T09:46:39Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "1d4cea31d04d6be7bf8c",
      "title": "Hong Kong-listed Z.ai reports H1 2026 revenue up 5x YoY to ~$142M, with \"open platform and API revenue\" up 28x to ~$122M, and net loss down 12% YoY to ~$308M (Juro Osawa/The Information)",
      "url": "https://www.techmeme.com/260901/p4",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-09-01T09:40:01Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Juro Osawa / The Information : Hong Kong-listed Z.ai reports H1 2026 revenue up 5x YoY to ~$142M, with “open platform and API revenue” up 28x to ~$122M, and net loss down 12% YoY to ~$308M — Chinese AI firm Z.ai's revenue in the first half jumped nearly fivefold from a year earlier to 954 million yuan …",
      "also_seen_in": []
    },
    {
      "id": "6296cd2aee2e641c4de4",
      "title": "Study: ~33% of UK adults say they used illegal streaming services in the past three months, costing the sports, TV, and film industries ~£1.4B in annual revenue (Daniel Thomas/Financial Times)",
      "url": "https://www.techmeme.com/260901/p3",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-09-01T09:00:59Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Daniel Thomas / Financial Times : Study: ~33% of UK adults say they used illegal streaming services in the past three months, costing the sports, TV, and film industries ~£1.4B in annual revenue — Coalition seeks government support to crack down on pirated content and restore lost revenue",
      "also_seen_in": []
    },
    {
      "id": "d532d7b7205d6ccba5fc",
      "title": "GitHub最热架构图Agent，开发者故事看哭了",
      "url": "https://www.qbitai.com/2026/09/482469.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-09-01T08:26:54Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "美观且支持实时更新的架构图，也能用AI一键生成了！",
      "also_seen_in": []
    },
    {
      "id": "eac04884ca1ec0b0ea13",
      "title": "急急急用电！马斯克开造燃气轮机叶片",
      "url": "https://www.qbitai.com/2026/09/482451.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-09-01T08:24:12Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "SpaceX正在德克萨斯州筹备燃气轮机叶片铸造工厂",
      "also_seen_in": []
    },
    {
      "id": "1b741a65b67db63af461",
      "title": "A社化身A割！Claude官宣永久提额25%，结果到手反而少17%",
      "url": "https://www.qbitai.com/2026/09/482406.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-09-01T08:15:40Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "主打一个明升暗降，理直气壮",
      "also_seen_in": []
    },
    {
      "id": "f41016f178d36a8551d0",
      "title": "Filing: OpenAI denies Apple's allegations of trade secret theft, saying \"this dispute is a mess of Apple's own making, and it is trying to blame everyone else\" (Deepa Seetharaman/Reuters)",
      "url": "https://www.techmeme.com/260901/p2",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-09-01T08:15:25Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Deepa Seetharaman / Reuters : Filing: OpenAI denies Apple's allegations of trade secret theft, saying “this dispute is a mess of Apple's own making, and it is trying to blame everyone else” — OpenAI denied Apple's allegations of trade secret theft on Monday, saying the iPhone maker failed to show …",
      "also_seen_in": []
    },
    {
      "id": "25f16a293e04c84d1a44",
      "title": "CollectWise (YC F24) Is Hiring",
      "url": "https://www.ycombinator.com/companies/collectwise/jobs/7U500pP-founding-customer-success-engineer",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T07:01:49Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "46f7d6bdc14b8893002a",
      "title": "0.153.0-alpha.2",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.153.0-alpha.2",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-09-01T06:18:53Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Release 0.153.0-alpha.2",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "2acc76d2077c0907780d",
      "title": "Updated: Arena Leaderboard | Compare & Benchmark the Best Frontier AI Models",
      "url": "https://arena.ai/leaderboard",
      "source_id": "arena-leaderboard",
      "source_name": "Arena Leaderboard",
      "source_type": "page_diff",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "benchmarks",
        "models"
      ],
      "published_at": "2026-09-01T05:17:43Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "Visible page content changed; normalized text length 35075 characters.",
      "also_seen_in": []
    },
    {
      "id": "294ee72fb25545a3d623",
      "title": "自进化WAM来了！清华AIR联手域变换提出具身In-Context Causal Learning",
      "url": "https://www.qbitai.com/2026/09/482337.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-09-01T05:12:30Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "参数冻结，能力暴涨",
      "also_seen_in": []
    },
    {
      "id": "bec838b6929213e1736b",
      "title": "b10730",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10730",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-09-01T05:10:34Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "qwen4exp: sum the indexer heads by slices ( #28023 ) qwen4exp: sum the indexer heads by slices The head reduction went through a transpose and a sum_rows over ne[1], which left sum_rows with ne0 = 4, one block per row for a four element reduction, and the transpose copied the whole block by token surface twice on the way in. The heads are adjacent on ne[1], so each one is a strided view and the sum is a short chain of adds. RTX PRO 6000, Qwen3.8-Flash-Next UD-Q4_K_XL, fa on, 55k context, warm runs on top of #28011 : prompt processing 2170 -> 2366 t/s Generation is unaffected. The removed work scales with n_blocks by n_tokens, so the gain grows with context and with ubatch size. qwen4exp: drop the redundant cont on the indexer query rope returns a freshly allocated, contiguous tensor, so the reshape that feeds the matmul does not need a copy. ggml_reshape_3d asserts contiguity, so a layout that would need the cont cannot slip through silently. Greedy output is unchanged token for token. Address review from @ggerganov Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44321551 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, ",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "467512a690d7721342e1",
      "title": "0.153.0-alpha.1",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.153.0-alpha.1",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-09-01T04:43:52Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "Release 0.153.0-alpha.1",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "ea5e6fef7228accdef34",
      "title": "[AINews] Fal’s H3 Max Live breaks the infinite videogen barrier",
      "url": "https://www.latent.space/p/ainews-fals-h3-max-live-breaks-the",
      "source_id": "latent-space",
      "source_name": "Latent Space",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "agents",
        "engineering",
        "models"
      ],
      "published_at": "2026-09-01T04:36:54Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "You can now create decent video faster than you watch it. This is the start of... something. We’re not sure what.",
      "also_seen_in": [
        "latent-space"
      ]
    },
    {
      "id": "fbeea4ce080c6d06342e",
      "title": "b10731: qwen4exp: support recurrent state rollback (#28123)",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10731",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-09-01T04:24:49Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "MTP speculative decoding needs the target state to move back by the number of rejected draft tokens. Without rollback support the context is classified as SEQ_RM_TYPE_FULL and the server serializes the whole recurrent state to host memory on every round, which costs more than the drafting saves. The recurrent cache already holds n_rs_seq + 1 snapshot planes and the delta net writes its SSM state into them, but build_conv_state_at wrote a single plane, so a rollback restored a convolution history that was never captured. It now writes one snapshot per slot, each ending one token earlier, for the delta net QKV convolution and for the PLE convolution alike. Measured on Qwen3.8-Flash-Next UD-Q4_K_XL with the standalone MTP draft, n-max 3 and a single slot: decoding reaches 183 tok/s on code and 144 tok/s on prose. The same branch before this change, where the server falls back to checkpointing the state to host memory, reaches 123 and 83 tok/s, for 108 tok/s without a draft.",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "df884496adce8531b357",
      "title": "AIVC只是前菜！复旦提出生命算子，统一生命建模",
      "url": "https://www.qbitai.com/2026/09/482300.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-09-01T04:12:49Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "连发六篇Nature期刊，复旦Neolab打通全尺度生命推演",
      "also_seen_in": []
    },
    {
      "id": "24de6f20a7594392dd65",
      "title": "Restroom Archive",
      "url": "https://restroomarchive.com/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T03:23:48Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "7ed42d11eeedf6444b71",
      "title": "GPU World",
      "url": "https://www.gpuworld.org/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T03:16:36Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "d426c2a8b3d5db617842",
      "title": "Google Antigravity introduces Boost deep reasoning (/boost)",
      "url": "https://antigravity.google/docs/boost",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T03:05:55Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "b1834195857b40c864e2",
      "title": "Fastpotify",
      "url": "https://fastpotify.rocks/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T02:52:14Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "5c7b02fa5692a8f214f6",
      "title": "RotaryCell: Making an unmodified rotary phone work over LTE with an ESP32-S3",
      "url": "https://github.com/fregacmols/RotaryCell",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T02:29:23Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "3f0ccf77c2a264817778",
      "title": "0.152.0",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.152.0",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-09-01T02:13:24Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "New Features Vim mode supports / and ? searches within drafts, highlighted matches, and repeat navigation with n and N . ( #41586 ) Rate-limit banners offer actions for checking usage, managing credits, resetting limits, and managing plans. ( #41742 ) The terminal UI and codex exec show credential-refresh progress, including Amazon Bedrock reauthentication. ( #41239 ) MCP server names can contain : , @ , / , and . , supporting package-style names throughout CLI commands and authentication. ( #41700 ) Individual MCP tools support an output_token_limit setting, with consistent truncation across session resumes. ( #41421 ) App-server clients can configure thread/shellCommand timeouts, including deadlines longer than one hour. ( #41384 ) Bug Fixes Vim-enabled composers now start fresh drafts in Insert mode, including after submitting messages or dispatching slash commands. ( #41921 ) Automatic approval reviews can retain longer messages and a larger conversation transcript. ( #41931 ) Automatic approval reviews preserve user instructions, answers, and valid authorizations across history compaction. ( #41660 , #41846 , #41852 ) Resumed threads restore their saved working directory when ",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "a4cdd4cdfd8db92fe7f1",
      "title": "v2.37.0 (2026-08-31)",
      "url": "https://github.com/pydantic/pydantic-ai/releases/tag/v2.37.0",
      "source_id": "pydantic-ai-releases",
      "source_name": "PydanticAI Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-09-01T01:48:28Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "What's Changed 🚀 Features Add glm-5.3-flash and rework the Z.AI test suite onto cassettes by @dsfaccini in #7887 🐛 Bug Fixes fix: preserve all conditions in pruned span queries by @mikemikimike in #7499 Accept and map Z.AI's non-standard finish_reason values by @zhj12395 in #7685 Emit an AG-UI TEXT_MESSAGE_START for the assistant message that owns a response's tool calls by @dsfaccini in #7699 Route Vertex-vs-Gemini API branches in GoogleModel by client transport instead of provider name by @thejamesgore in #7280 Skip inactive capability hooks in agent tracebacks by @dsfaccini in #7328 Context-manage models rebuilt inside durable operations by @dsfaccini in #7954 Reject per-run capabilities= on DBOS, matching Temporal by @DouweM in #6955 Journal Prefect tool discovery in tasks by @DouweM in #6966 Stop rebuilding unmanaged models in durable capability operations by @DouweM in #7972 New Contributors @zhj12395 made their first contribution in #7685 @thejamesgore made their first contribution in #7280 @pcbeingused333 made their first contribution in #7936 @quinnarnold made their first contribution in #7921 Full Changelog : v2.36.0...v2.37.0",
      "also_seen_in": []
    },
    {
      "id": "36d3f79b0c3f514bb174",
      "title": "Elevated latency in the Responses API",
      "url": "https://status.openai.com//incidents/01M1CYZDD84XD0H56XNEV2PT98",
      "source_id": "openai-status",
      "source_name": "OpenAI Status",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "status",
        "pricing"
      ],
      "published_at": "2026-09-01T01:46:22Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "Status: Monitoring We have applied the mitigation and are monitoring the recovery. Affected components Responses (Degraded performance)",
      "also_seen_in": [
        "openai-status"
      ]
    },
    {
      "id": "9436714af620cda5e0f8",
      "title": "Training a Misaligned Reward Seeker",
      "url": "https://www.alignmentforum.org/posts/J76LZCC55RdHeqEhz/training-a-misaligned-reward-seeker",
      "source_id": "alignment-forum",
      "source_name": "AI Alignment Forum",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "safety",
        "research"
      ],
      "published_at": "2026-09-01T01:41:44Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Authors: Richard Qi, Benjamin Wright, Monte MacDiarmid, Evan Hubinger Abstract During reinforcement learning (RL), AI models complete tasks and are rewarded based on their results. They sometimes learn to “cheat” rather than completing these tasks as intended, a phenomenon known as reward hacking . Our industry lacks a general solution to this problem, and reward hacking remains challenging to fully mitigate. To better understand the impact of reward hacking on model behavior, we trained an Opus-class model with large-scale RL on many production environments vulnerable to reward hacks. We consider this a plausible proxy for what a real training run might look like had we not invested significant effort into preventing and detecting reward hacking in our normal training runs. The resulting model not only learned to reward hack during training, but also generalized to more severe misaligned behaviors: in simulated cyber evaluations, it broke out of its sandbox, stole credentials, and attacked both internal and third-party infrastructure to steal an answer key. It was also willing to tamper with its own reward function, gave advice on the construction of bioweapons to satisfy a grader",
      "also_seen_in": []
    },
    {
      "id": "56a0424c91cff85a0c51",
      "title": "DoltLite: A SQLite fork with Git-style version control, built with 2k agent PRs",
      "url": "https://www.dolthub.com/blog/2026-08-31-doltlite-beta",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T01:25:40Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "cf17724e5f7661e82f59",
      "title": "2004 RuneScape fit a multiplayer RPG into 56k dial-up",
      "url": "https://jkm.dev/posts/how-2004-runescape-fit-a-multiplayer-rpg-into-56k-dialup",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T01:01:08Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "3657554f8391d10f4ebb",
      "title": "Elevated errors in ChatGPT conversations for Free and Go plans",
      "url": "https://status.openai.com//incidents/01M1D6E14BQSYQA3R5CNQBB7EB",
      "source_id": "openai-status",
      "source_name": "OpenAI Status",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "status",
        "pricing"
      ],
      "published_at": "2026-09-01T01:00:01Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "Status: Resolved All impacted services have now fully recovered. Affected components Conversations (Operational)",
      "also_seen_in": [
        "openai-status"
      ]
    },
    {
      "id": "d5d7d42d3cdb565b4c4f",
      "title": "The Hugging Face attack was worse than we thought",
      "url": "https://www.platformer.news/openai-huggingface-metr-report-slowdown",
      "source_id": "platformer",
      "source_name": "Platformer",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "policy",
        "gossip"
      ],
      "published_at": "2026-09-01T00:40:27Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "The AI industry is begging for a slowdown. Maybe we should listen?",
      "also_seen_in": []
    },
    {
      "id": "69714782ac2a55ffb427",
      "title": "0.152.0-alpha.7.2",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.152.0-alpha.7.2",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-09-01T00:33:37Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "Release 0.152.0-alpha.7.2",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "96564b03c9c5c7f0ebbe",
      "title": "Apple shares ‘shocking evidence’ against former employee accused of stealing company data for OpenAI",
      "url": "https://techcrunch.com/2026/08/31/apple-shares-shocking-evidence-against-former-employee-accused-of-stealing-company-data-for-openai",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-09-01T00:13:00Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Apple says it has evidence that a former employee destroyed evidence of data theft after learning he was under investigation.",
      "also_seen_in": []
    },
    {
      "id": "c8a648dbc48f229397cd",
      "title": "Introducing @huggingface/kernels: 200+ WebGPU Kernels for Local AI",
      "url": "https://huggingface.co/blog/webgpu-kernels",
      "source_id": "huggingface-blog",
      "source_name": "Hugging Face Blog",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "models",
        "open-source",
        "agents"
      ],
      "published_at": "2026-09-01T00:00:00Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "",
      "also_seen_in": []
    },
    {
      "id": "0949daee147d1a5fc966",
      "title": "Introducing wrapture",
      "url": "https://simonwillison.net/2026/Aug/31/introducing-wrapture",
      "source_id": "simon-willison",
      "source_name": "Simon Willison",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "models",
        "agents",
        "coding-agents"
      ],
      "published_at": "2026-08-31T23:59:36Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "Introducing wrapture New from Graham Dumpleton (of wrapt , mod_wsgi, and New Relic's Python agent fame), who describes Wrapture as taking the monkeypatching ideas from wrapt and extending them to apply to testing and tracing at the same time. Wrapture ( full documentation here ) makes it easy to wrap any function or method such that all access can be traced, or can be overridden to return a different value. It acts as both an alternative to unittest.mock and a way to implement tracing against an existing project: Attaching observation to code you do not control, recording what flows through it, and doing so without disturbing the program being watched, is a problem I have never really stopped thinking about. Wrapture includes OpenTelemetry support and even has an entirely configuration-based mechanism for adding tracing to an existing Python project, which looks like this: capture = \" summary \" [[ observe ]] target = \" domain:Calculator \" name = [ \" outer \" , \" inner \" ] [[ sink ]] type = \" jsonlines \" path = \" trace.jsonl \" This is still a very young project - just a few weeks old - but it's off to a very promising start. Interestingly, this is also Graham's first attempt at large",
      "also_seen_in": [
        "simon-willison"
      ]
    },
    {
      "id": "bf3b72625a2bd1e59f48",
      "title": "Evidence of Fraud in an Influential Study About Procrastination",
      "url": "https://datacolada.org/138",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T23:45:56Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "33c73e1372c94f09d98a",
      "title": "Tmp.0ut Volume 5",
      "url": "https://tmpout.sh/5",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T23:26:08Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "cff1ddbff597d42f365e",
      "title": "rust-v0.152.0-alpha.7.1",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.152.0-alpha.7.1",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-31T23:07:50Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "Release 0.152.0-alpha.7.1",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "ed898ffe072c4cc5516c",
      "title": "Run macOS Software on Linux",
      "url": "https://www.darlinghq.org/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T22:53:45Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "f3a7caf2bc25813bc961",
      "title": "Connect an AgentCore Runtime hosted MCP server to Amazon Quick",
      "url": "https://aws.amazon.com/blogs/machine-learning/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick",
      "source_id": "aws-ml-blog",
      "source_name": "AWS Machine Learning Blog",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "cloud",
        "engineering"
      ],
      "published_at": "2026-08-31T22:47:53Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "In this post, you will learn how to deploy and host your MCP server in AgentCore Runtime and integrate it with Amazon Quick, along with the prerequisites. With this pattern, you promote reusability and avoid duplication of AI tools, so clients can reuse commonly used tools and agents exposed through an MCP server instead of authoring them from scratch again. Your customers get a way to use your product inside Amazon Quick (chat agents and workflows) without building custom connectors for every use case.",
      "also_seen_in": []
    },
    {
      "id": "42645289bf6023fe0275",
      "title": "Develop Cross-Platform CLI and GUI Tools with Tcl/Tk",
      "url": "https://cgicoffee.com/blog/2026/04/tcl-tk-develop-cross-platform-cli-gui-tools-tutorial-guide",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T22:32:22Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "fd04c6867aa62ca3bbcb",
      "title": "Quoting Andrew Digby",
      "url": "https://simonwillison.net/2026/Aug/31/andrew-digby",
      "source_id": "simon-willison",
      "source_name": "Simon Willison",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "models",
        "agents",
        "coding-agents"
      ],
      "published_at": "2026-08-31T22:25:02Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "325 #kakapo! The chicks from this year's record breeding season are now juveniles and so have been added to the population. In 1995 there were just 51 kākāpō left. Recovery of critically endangered species is possible with sustained effort. — Andrew Digby , providing the best news of the year Tags: kakapo",
      "also_seen_in": [
        "simon-willison"
      ]
    },
    {
      "id": "3b396a5ebf6fffddae5e",
      "title": "b10729",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10729",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-31T22:24:15Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "metal : add fa-vec tunings for M1 Ultra ( #28088 ) metal : add fa-vec tunings for M1 Ultra metal : move M1 Ultra tunings after M1 Max section metal : remove duplicate blank line Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44269196 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "20169fced3e3da507dfb",
      "title": "b10728",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10728",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-31T21:48:01Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "CUDA: XOR swizzle flash attn K,V smem fp16 tiles ( #25635 ) CUDA: XOR swizzle flash attn K,V smem fp16 tiles Signed-off-by: ynankani ynankani@nvidia.com Fix use 64bit generic pointer instead of 32bit shared pointer Signed-off-by: ynankani ynankani@nvidia.com fix shared memory race in FA on DGX Spark Handle corener case Signed-off-by: ynankani ynankani@nvidia.com Add swizzle test cases and gate sync for swizzled path only Signed-off-by: ynankani ynankani@nvidia.com gate CUDA PTX Signed-off-by: ynankani ynankani@nvidia.com offset calculation specific for swizzle branch Signed-off-by: ynankani ynankani@nvidia.com Reafctor code Signed-off-by: ynankani ynankani@nvidia.com Refactor FA swizzle ldmatrix if/else into helpers (K row/col, V offset) Signed-off-by: ynankani ynankani@nvidia.com rebase and update test case args Signed-off-by: ynankani ynankani@nvidia.com Allow swizzle for non-pow2 shapes, for which nbatch_2%32==0 Signed-off-by: ynankani ynankani@nvidia.com Signed-off-by: ynankani ynankani@nvidia.com Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44263040 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enable",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "96b1f956a610b3db987a",
      "title": "Updated: SWE-bench Leaderboards",
      "url": "https://www.swebench.com/",
      "source_id": "swebench",
      "source_name": "SWE-bench",
      "source_type": "page_diff",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "benchmarks",
        "coding-agents"
      ],
      "published_at": "2026-08-31T21:29:51Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Visible page content changed; normalized text length 2906 characters.",
      "also_seen_in": []
    },
    {
      "id": "f1a0ecf1aa34e3fac7ce",
      "title": "Updated: 中央网络安全和信息化委员会办公室",
      "url": "https://www.cac.gov.cn/",
      "source_id": "cac-cn",
      "source_name": "中国网信办",
      "source_type": "page_diff",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "zh",
      "beats": [
        "china-ai",
        "policy",
        "safety"
      ],
      "published_at": "2026-08-31T21:29:51Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Visible page content changed; normalized text length 4169 characters.",
      "also_seen_in": [
        "cac-cn"
      ]
    },
    {
      "id": "2e44f2b75911ed7390af",
      "title": "@ai-sdk/workflow-harness@1.0.96",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fworkflow-harness%401.0.96",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-31T21:26:52Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Patch Changes Updated dependencies [ c0c7fac ] @ai-sdk/harness@1.0.96",
      "also_seen_in": [
        "vercel-ai-releases"
      ]
    },
    {
      "id": "76f80280e0858adbcd04",
      "title": "@ai-sdk/workflow@2.0.17",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fworkflow%402.0.17",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-31T21:26:49Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Patch Changes Updated dependencies [ 850d863 ] ai@7.0.87",
      "also_seen_in": [
        "vercel-ai-releases"
      ]
    },
    {
      "id": "4af1be110e59508a4592",
      "title": "@ai-sdk/vue@4.0.87",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fvue%404.0.87",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-31T21:26:46Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Patch Changes Updated dependencies [ 850d863 ] ai@7.0.87",
      "also_seen_in": [
        "vercel-ai-releases"
      ]
    },
    {
      "id": "02688a5f3260085725a9",
      "title": "Sources: AI sales and marketing startup Clay is raising a round led by Wellington at a $7B pre-money valuation, up from $5B via an employee tender in January (Lucinda Shen/Axios)",
      "url": "https://www.techmeme.com/260831/p39",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-31T21:25:01Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Lucinda Shen / Axios : Sources: AI sales and marketing startup Clay is raising a round led by Wellington at a $7B pre-money valuation, up from $5B via an employee tender in January — Clay, an AI startup for sales and marketing teams, is raising new money led by Wellington at a $7 billion pre-money valuation, Axios has learned.",
      "also_seen_in": []
    },
    {
      "id": "2db895e8ae8afd643a79",
      "title": "desktop-v0.0.21",
      "url": "https://github.com/cline/cline/releases/tag/desktop-v0.0.21",
      "source_id": "cline-releases",
      "source_name": "Cline Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-31T21:24:26Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Desktop v0.0.21",
      "also_seen_in": [
        "cline-releases"
      ]
    },
    {
      "id": "653ef7c59d4977244a1a",
      "title": "Desktop v0.0.21-beta.2",
      "url": "https://github.com/cline/cline/releases/tag/desktop-v0.0.21-beta.2",
      "source_id": "cline-releases",
      "source_name": "Cline Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-31T21:08:25Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Beta: hand off local sessions to Cline Cloud and continue working from cloud workspaces, with recovery for interrupted transfers and preservation of the prompt, attachments, and session state. Beta: choose between local, SSH remote, and Cloud environments from the desktop app, with the experimental realtime voice and avatar overlay experiences included. Beta: the GitHub onboarding step is available behind the code-onboarding-github feature flag and remains disabled by default. Includes all stable desktop improvements through 0.0.20, including the Windows release, full-history session search, scheduled-task fixes, inline tool-result images, and the latest provider and Marketplace updates. Full Changelog : desktop-v0.0.21-beta.1...desktop-v0.0.21-beta.2",
      "also_seen_in": [
        "cline-releases"
      ]
    },
    {
      "id": "0b677e92c4b4cccae574",
      "title": "The Pentagon launches ChatGPT Mil and Grok for Government on its GenAI.mil platform, giving its 3M personnel access to AI tools \"tailored to warfighter needs\" (Kirsten Korosec/TechCrunch)",
      "url": "https://www.techmeme.com/260831/p38",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-31T21:00:46Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Kirsten Korosec / TechCrunch : The Pentagon launches ChatGPT Mil and Grok for Government on its GenAI.mil platform, giving its 3M personnel access to AI tools “tailored to warfighter needs” — The Pentagon has launched versions of OpenAI's ChatGPT and xAI's Grok, giving 3 million civilian and military personnel access …",
      "also_seen_in": []
    },
    {
      "id": "6002e3da31683c61bb51",
      "title": "Autonomous (YC F25) Is Hiring Engineers",
      "url": "https://news.ycombinator.com/item?id=49514781",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T21:00:09Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "a0d287d2f8a6bf4ab9c5",
      "title": "b10727",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10727",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-31T20:56:43Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "metal : add concat support for quantized types ( #28116 ) Assisted-by: pi:llama.cpp/DeepSeek-V4-Flash-0731 Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44252653 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "571338a377612870a9e1",
      "title": "Degraded performance on claude.ai and Claude Code",
      "url": "https://status.claude.com/incidents/r82kdk0m7vqh",
      "source_id": "claude-status",
      "source_name": "Claude Status",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "status",
        "pricing"
      ],
      "published_at": "2026-08-31T20:36:00Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Aug 31 , 20:36 UTC Resolved - The issue affecting Claude Code has been resolved. Impact occurred from 16∶55 to 19∶16 UTC. Aug 31 , 19:21 UTC Investigating - We are investigating reports of degraded performance affecting Claude in Slack, Claude Code on the web, and Code Review. We will provide an update as soon as possible.",
      "also_seen_in": [
        "claude-status"
      ]
    },
    {
      "id": "f81dbc9b44c1b9cd4d0e",
      "title": "Amazon says the FTC's complaint over Sponsored Ads cites no evidence of consumer price increases or advertiser harm, and misunderstands how advertisers operate (About Amazon)",
      "url": "https://www.techmeme.com/260831/p37",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-31T20:30:03Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "About Amazon : Amazon says the FTC's complaint over Sponsored Ads cites no evidence of consumer price increases or advertiser harm, and misunderstands how advertisers operate — The FTC today filed a misguided lawsuit claiming Amazon misled advertisers about its Sponsored Ads pricing and auction.",
      "also_seen_in": []
    },
    {
      "id": "0400b12cdc2487c2848c",
      "title": "The Pentagon now has its own version of ChatGPT and Grok",
      "url": "https://techcrunch.com/2026/08/31/the-pentagon-now-has-its-own-version-of-chatgpt-and-grok",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T20:13:45Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Versions of OpenAI's ChatGPT and SpaceXAI's Grok will join Google's Gemini on the Pentagon's central portal for AI tools.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "51630b985f23e5680efc",
      "title": "Sources: Polymarket will raise $1B led by 1789 Capital at a $21B post-money valuation; Donald Trump Jr. is a partner at 1789 and adviser to Polymarket (Amanda L. Gordon/Bloomberg)",
      "url": "https://www.techmeme.com/260831/p36",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-31T20:05:00Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Amanda L. Gordon / Bloomberg : Sources: Polymarket will raise $1B led by 1789 Capital at a $21B post-money valuation; Donald Trump Jr. is a partner at 1789 and adviser to Polymarket — Venture capital firm 1789 Capital is leading a new funding round for Polymarket that will give the prediction-markets platform a $21 billion post-money valuation.",
      "also_seen_in": []
    },
    {
      "id": "afeee3d061e8bc66dbae",
      "title": "AWS recognized as a Leader in The Forrester Wave: AI Infrastructure Solutions, Q4 2025",
      "url": "https://aws.amazon.com/blogs/machine-learning/aws-recognized-as-a-leader-in-the-forrester-wave-ai-infrastructure-solutions-q4-2025",
      "source_id": "aws-ml-blog",
      "source_name": "AWS Machine Learning Blog",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "cloud",
        "engineering"
      ],
      "published_at": "2026-08-31T19:50:12Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "We're excited to share that AWS has been recognized as a Leader in The Forrester Wave: AI Infrastructure Solutions, Q4 2025. In this evaluation of 13 providers, AWS received the highest score in the Strategy category.",
      "also_seen_in": [
        "aws-ml-blog"
      ]
    },
    {
      "id": "1cb077164a6f85f7e7ce",
      "title": "The FTC and 22 state AGs sue Amazon, alleging it overcharged advertisers over $20B since 2019 via hidden surcharges, with costs largely passed on to consumers (Annie Palmer/CNBC)",
      "url": "https://www.techmeme.com/260831/p35",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-31T19:50:00Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Annie Palmer / CNBC : The FTC and 22 state AGs sue Amazon, alleging it overcharged advertisers over $20B since 2019 via hidden surcharges, with costs largely passed on to consumers — The Federal Trade Commission on Monday sued Amazon, alleging the e-commerce giant “secretly and systematically overcharged” …",
      "also_seen_in": []
    },
    {
      "id": "b3b38312aaccac6557f8",
      "title": "v2.1.252",
      "url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.252",
      "source_id": "claude-code-releases",
      "source_name": "Claude Code Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-31T19:46:55Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "What's changed Fixed Bash commands failing with \"task output swap refused (tasks dir moved or linked)\" on some Macs Fixed \"always allow\" not saving in a project that has no .claude/settings.local.json yet Fixed Remote Control sessions hosted by Claude Desktop or VS Code stalling for minutes after a tool finished when the connection to claude.ai was degraded Fixed background task notifications with very large failure output (for example git errors on a full disk) making the conversation exceed the API request size limit",
      "also_seen_in": [
        "claude-code-releases"
      ]
    },
    {
      "id": "3bde67ce2d095165a411",
      "title": "On his last day as CEO, Tim Cook pens an emotional memo reflecting on his time at Apple and says he takes \"enormous comfort\" in handing the helm to John Ternus (Chance Miller/9to5Mac)",
      "url": "https://www.techmeme.com/260831/p34",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-31T19:45:01Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Chance Miller / 9to5Mac : On his last day as CEO, Tim Cook pens an emotional memo reflecting on his time at Apple and says he takes “enormous comfort” in handing the helm to John Ternus — Today is Tim Cook's last day as Apple CEO, with John Ternus set to take over tomorrow.",
      "also_seen_in": []
    },
    {
      "id": "36ee56865f51fcb4eaad",
      "title": "b10726",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10726",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-31T19:43:22Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "AVX2: Speed up large batch size prompt processing of IQ models ( #27402 ) Batched gemm for grid IQ quants Style updates and a bit more performance Clean up comments Move code around Vectorize IQ panel decode, lower threshold for speedup IQ panel: single-source gather layout, gate bias, vectorize interleave Add ggml_gemm_iqp_8x8_q8_K_p4 kernel, remove gather buffer Move IQ panel code out of repack into iqp.cpp, clean up comments Another comment sweep Add myself as iqp.* codeownder Remove ggml_cpu_iqp_scratch_offset and ggml_cpu_iqp_src1_conv_size Renaming and moving The other half of renaming and moving Move macros and ggml_cpu_iqp_mul_mat_id_min_batch definition Update ggml/src/ggml-cpu/iqp.h Co-authored-by: Georgi Gerganov ggerganov@gmail.com Add iqp_rows work buffer Revert \"Add iqp_rows work buffer\" This reverts commit 4255429 . Add NUMA fallback Add 10 row batch tests for IQP coverage on all grid IQ types Swap assert for return false in support check Move IQP mul_mat_id test Co-authored-by: Georgi Gerganov ggerganov@gmail.com Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44236891 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Sil",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "24be5d5a1427c6a4dc35",
      "title": "desktop-v0.0.21-beta.1",
      "url": "https://github.com/cline/cline/releases/tag/desktop-v0.0.21-beta.1",
      "source_id": "cline-releases",
      "source_name": "Cline Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-31T19:25:33Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Desktop v0.0.21-beta.1",
      "also_seen_in": [
        "cline-releases"
      ]
    },
    {
      "id": "6bc7ab79bafc69a32b22",
      "title": "@ai-sdk/workflow-harness@1.0.95",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fworkflow-harness%401.0.95",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-31T19:25:29Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Patch Changes Updated dependencies [ 371e954 ] Updated dependencies [ 87b4858 ] @ai-sdk/harness@1.0.95",
      "also_seen_in": [
        "vercel-ai-releases"
      ]
    },
    {
      "id": "12c14f7a9bfbb2f5d5d5",
      "title": "@ai-sdk/workflow@2.0.16",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fworkflow%402.0.16",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-31T19:25:28Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Patch Changes 11109ae : feat(ai): support signed tool approvals in WorkflowAgent Updated dependencies [ 11109ae ] ai@7.0.86",
      "also_seen_in": [
        "vercel-ai-releases"
      ]
    },
    {
      "id": "f245a9b6942417ff4ad2",
      "title": "@ai-sdk/vue@4.0.86",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fvue%404.0.86",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-31T19:25:27Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Patch Changes Updated dependencies [ 11109ae ] ai@7.0.86",
      "also_seen_in": [
        "vercel-ai-releases"
      ]
    },
    {
      "id": "d9d5967199bf031ff28b",
      "title": "@ai-sdk/zai@1.0.2",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fzai%401.0.2",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-31T19:24:57Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Patch Changes Updated dependencies [ 26165ee ] @ai-sdk/provider-utils@3.0.36 @ai-sdk/openai-compatible@1.0.53",
      "also_seen_in": [
        "vercel-ai-releases"
      ]
    },
    {
      "id": "171df0162a56bbd5a62e",
      "title": "@ai-sdk/xai@2.0.92",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fxai%402.0.92",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-31T19:24:55Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Patch Changes Updated dependencies [ 26165ee ] @ai-sdk/provider-utils@3.0.36 @ai-sdk/openai-compatible@1.0.53",
      "also_seen_in": [
        "vercel-ai-releases"
      ]
    },
    {
      "id": "086004480f1b9e348639",
      "title": "@ai-sdk/vue@2.0.250",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fvue%402.0.250",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-31T19:24:54Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Patch Changes Updated dependencies [ 4e3f54b ] Updated dependencies [ 26165ee ] ai@5.0.250 @ai-sdk/provider-utils@3.0.36",
      "also_seen_in": [
        "vercel-ai-releases"
      ]
    },
    {
      "id": "c98474ab8332f6304116",
      "title": "@ai-sdk/vue@3.0.273",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fvue%403.0.273",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-31T19:22:04Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Patch Changes Updated dependencies [ 6e632b8 ] ai@6.0.273",
      "also_seen_in": [
        "vercel-ai-releases"
      ]
    },
    {
      "id": "a9e23cca07ffe944c8b0",
      "title": "Manage agents, tools and skills at scale with AWS Agent Registry",
      "url": "https://aws.amazon.com/blogs/machine-learning/manage-agents-tools-and-skills-at-scale-with-aws-agent-registry",
      "source_id": "aws-ml-blog",
      "source_name": "AWS Machine Learning Blog",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "cloud",
        "engineering"
      ],
      "published_at": "2026-08-31T19:18:09Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "AWS Agent Registry is now generally available: a single, searchable, governed catalog for the agents, tools, skills, and custom resources across your organization. This post explains what Registry is and walks through its publishing, curation, and discovery workflows, plus enterprise considerations and what's next.",
      "also_seen_in": [
        "aws-ml-blog"
      ]
    },
    {
      "id": "c006479282f6625cf9d2",
      "title": "Instagram puts new limits on undisclosed AI profiles",
      "url": "https://techcrunch.com/2026/08/31/instagram-puts-new-limits-on-undisclosed-ai-profiles",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T19:16:59Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "As frustration over AI influencers has been growing, Instagram is limiting the reach of undisclosed AI profiles.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "08bd7d638583210f0d6d",
      "title": "Build observable enterprise agentic retrieval using Managed Amazon Bedrock Knowledge Base with AWS CloudFormation",
      "url": "https://aws.amazon.com/blogs/machine-learning/build-observable-enterprise-agentic-retrieval-using-managed-amazon-bedrock-knowledge-base-with-aws-cloudformation",
      "source_id": "aws-ml-blog",
      "source_name": "AWS Machine Learning Blog",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "cloud",
        "engineering"
      ],
      "published_at": "2026-08-31T19:08:45Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "This post builds an enterprise agentic retrieval solution on the Amazon Bedrock Managed Knowledge Base and Amazon Bedrock AgentCore. An agent reasons, routes across multiple knowledge bases, and returns cited answers, with seven layers of observability and both on-demand and continuous evaluation, all deployed with a single AWS CloudFormation chain.",
      "also_seen_in": [
        "aws-ml-blog"
      ]
    },
    {
      "id": "888b9f8969b59a581a13",
      "title": "Build multi-tenant agentic chat applications on enterprise data with Amazon Bedrock Managed Knowledge Base",
      "url": "https://aws.amazon.com/blogs/machine-learning/build-multi-tenant-agentic-chat-applications-on-enterprise-data-with-amazon-bedrock-managed-knowledge-base",
      "source_id": "aws-ml-blog",
      "source_name": "AWS Machine Learning Blog",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "cloud",
        "engineering"
      ],
      "published_at": "2026-08-31T18:56:12Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Learn how to build a multi-tenant agentic document chat application on Amazon Bedrock Managed Knowledge Base, where users upload documents and immediately ask grounded questions. This post covers the ingestion and retrieval flows, the asynchronous indexing lifecycle, per-user data isolation, and best practices for operating the solution at scale.",
      "also_seen_in": [
        "aws-ml-blog"
      ]
    },
    {
      "id": "8c068d656d5321de56b4",
      "title": "Harvard Law dropout raises $6M for Blue Voice to build a ‘Harvey for police officers’",
      "url": "https://techcrunch.com/2026/08/31/harvard-law-dropout-raises-6m-for-blue-voice-to-build-a-harvey-for-police-officers",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T18:35:11Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Blue Voice is trained on department-specific laws, local ordinances, protocols, and guidelines that general-purpose AI tools can't access on the public internet.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "18cffc2eade078c06b81",
      "title": "FTC to File Lawsuit Alleging Amazon Deceived Advertisers (Dave Michaels/Wall Street Journal)",
      "url": "https://www.techmeme.com/260831/p33",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-31T18:30:01Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Dave Michaels / Wall Street Journal : FTC to File Lawsuit Alleging Amazon Deceived Advertisers — Commission and more than 20 states to allege e-commerce giant reaped billions by manipulating ad prices on its retail platform — WASHINGTON—The Federal Trade Commission plans to file a lawsuit against Amazon.com on Monday alleging …",
      "also_seen_in": []
    },
    {
      "id": "7525271c091706e93519",
      "title": "A walkable ASCII cyberpunk city in one HTML file [video]",
      "url": "https://www.youtube.com/watch?v=3YtygAx_C6A",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T18:21:33Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "89e9cb04b40d612f614c",
      "title": "“Zlibrary my beloved”: Anthropic staff chats extolling piracy cited in Sony suit",
      "url": "https://arstechnica.com/tech-policy/2026/08/zlibrary-my-beloved-anthropic-staff-chats-extolling-piracy-cited-in-sony-suit",
      "source_id": "ars-ai",
      "source_name": "Ars Technica AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "technology",
        "news"
      ],
      "published_at": "2026-08-31T18:10:45Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Lawsuit: Anthropic’s torrenting totally screwed songwriters as AI songs top charts.",
      "also_seen_in": [
        "ars-ai"
      ]
    },
    {
      "id": "74a529066f3a53ce3472",
      "title": "Sony launches Live TV on PS5 in the US, letting users stream 100+ free, ad-supported TV channels with content from Amazon MGM Studios, Crunchyroll, and more (Kris Holt/Engadget)",
      "url": "https://www.techmeme.com/260831/p32",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-31T18:05:02Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Kris Holt / Engadget : Sony launches Live TV on PS5 in the US, letting users stream 100+ free, ad-supported TV channels with content from Amazon MGM Studios, Crunchyroll, and more — Ad-supported streaming channels are hitting Sony's console in the US today. — PlayStation 5 owners in the US will be able to stream free …",
      "also_seen_in": []
    },
    {
      "id": "33e03846dd75ee3c5fd1",
      "title": "Trump says communities that reject data centers will end up \"backwards and poor\" and that \"China could not be happier with this anti Data Center movement\" (Cheyanne M. Daniels/Politico)",
      "url": "https://www.techmeme.com/260831/p31",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-31T17:55:00Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Cheyanne M. Daniels / Politico : Trump says communities that reject data centers will end up “backwards and poor” and that “China could not be happier with this anti Data Center movement” — President Donald Trump on Monday again championed the spread of data centers despite growing bipartisan backlash ahead of the midterms in November.",
      "also_seen_in": []
    },
    {
      "id": "f7ff174cc31f35a7df34",
      "title": "Degraded performance on claude.ai",
      "url": "https://status.claude.com/incidents/9jrp5rtyzrf6",
      "source_id": "claude-status",
      "source_name": "Claude Status",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "status",
        "pricing"
      ],
      "published_at": "2026-08-31T17:52:26Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Aug 31 , 17:52 UTC Resolved - This issue has been resolved. Aug 31 , 17:32 UTC Monitoring - We have seen success rates return to normal for requests on Claude.ai and are monitoring closely. Aug 31 , 17:23 UTC Investigating - We are investigating reports of elevated errors affecting chats on claude.ai. We will provide an update as soon as possible.",
      "also_seen_in": [
        "claude-status"
      ]
    },
    {
      "id": "00046d155a900c15b8d2",
      "title": "Kids These Days",
      "url": "https://smallpotatoes.paulbloom.net/p/kids-these-days",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T17:50:37Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "6a7bbbf30fd6c10881d9",
      "title": "Reframe, which uses AI and industrial robot arms to make modular homes in a factory, raised a $40M Series A extension round led by Energy Impact Partners (Rocket Drew/The Information)",
      "url": "https://www.techmeme.com/260831/p30",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-31T17:45:01Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Rocket Drew / The Information : Reframe, which uses AI and industrial robot arms to make modular homes in a factory, raised a $40M Series A extension round led by Energy Impact Partners — For all the talk of robots that look like humans, the next robots to move into people's houses could look more like ducks.",
      "also_seen_in": []
    },
    {
      "id": "1c4ab9081cd52837cff5",
      "title": "b10724",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10724",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-31T17:29:11Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "kv-cache : optimize restoring non-contiguous cells ( #27991 ) kv cache : batch state restore scatter reads per contiguous run When restoring state into non-contiguous destination cells (e.g. a prompt-cache snapshot into a fragmented ring), state_read_data issued one small copy per KV cell - ~1.4M copies of a few KiB each for a 40k+ token restore, taking 25-63 s on the CUDA backend. The snapshot stores cell rows in cell order, so a maximal run of consecutive destination indices maps to one contiguous block and can be restored with a single copy. Precompute the runs once and use them in all three scatter loops (K, V, transposed V). Byte-identical. The on-device reader copies with a byte cursor when the read and write chunking differs, so the batched reads are safe for it as well. Batching makes equal tensor counts with a different split reachable (save ranges [2,1] vs restore runs [1,2]); the next commit teaches the reader's 1:1 path to fall back to the byte cursor in that case. Verified in a production setup: 1,363,616 copies / 25-63 s -> 224 copies / 221-424 ms for the same restores (42,603 cells, 4 runs). Assisted-by: Claude Code (unsloth/qwen3.8-27b) context : fall back to the by",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "d597a9f60a5285310e5b",
      "title": "'Stunning' percolation proof solves decades-old puzzle about phase transitions",
      "url": "https://www.quantamagazine.org/stunning-percolation-proof-solves-decades-old-puzzle-about-phase-transitions-20260831",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T17:22:43Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "7d4b79e338a37e6b0efa",
      "title": "Sources: Hyperliquid is in talks to enter the US market through Kraken parent Payward, weeks after Trump said he was working to bring the platform onshore (Bloomberg)",
      "url": "https://www.techmeme.com/260831/p29",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-31T17:20:01Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Bloomberg : Sources: Hyperliquid is in talks to enter the US market through Kraken parent Payward, weeks after Trump said he was working to bring the platform onshore — Hyperliquid Labs is in advanced talks to bring its perpetual futures to US traders through Kraken's parent company Payward …",
      "also_seen_in": []
    },
    {
      "id": "83338ce4ed4297e36ccd",
      "title": "Gurman: Apple is moving App Store to services unit run by Eddy Cue, who previously oversaw it until 2015; Cue is taking on a more influential role under Ternus (Chance Miller/9to5Mac)",
      "url": "https://www.techmeme.com/260831/p28",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-31T17:06:10Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Chance Miller / 9to5Mac : Gurman: Apple is moving App Store to services unit run by Eddy Cue, who previously oversaw it until 2015; Cue is taking on a more influential role under Ternus — Phil Schiller is stepping down from his role leading the App Store and Apple events, according to a new Bloomberg report.",
      "also_seen_in": []
    },
    {
      "id": "13eb5b24467d5b1a75b1",
      "title": "Konrad Zuse Museum shutting down due to lack of funding",
      "url": "https://www.heise.de/en/news/Zuse-Computer-Museum-ZCOM-in-Hoyerswerda-faces-closure-11344513.html",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T16:52:35Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "bbf0e73b2ff7b24c45c8",
      "title": "The Trump administration launches Project Watershed 250, a six-month cybersecurity pilot to protect Texas water systems from cyberattacks (Fox News)",
      "url": "https://www.techmeme.com/260831/p27",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-31T16:51:14Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Fox News : The Trump administration launches Project Watershed 250, a six-month cybersecurity pilot to protect Texas water systems from cyberattacks — FIRST ON FOX: The Trump administration is launching “Project Watershed 250” Monday, Fox News Digital exclusively learned, deploying American artificial intelligence …",
      "also_seen_in": []
    },
    {
      "id": "7bd0d07e0f2635aab934",
      "title": "I turned my security cameras into an automatic bird identification system",
      "url": "https://jasontucker.blog/how-i-turned-my-security-cameras-into-an-automatic-bird-identification-system-with-birdnet-go",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T16:47:11Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "44b5b4e16333ce8e82b2",
      "title": "Sources: Phil Schiller stepped down from his role leading the App Store and product events; he will remain at Apple to work on unspecified initiatives (Mark Gurman/Bloomberg)",
      "url": "https://www.techmeme.com/260831/p26",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-31T16:42:47Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Mark Gurman / Bloomberg : Sources: Phil Schiller stepped down from his role leading the App Store and product events; he will remain at Apple to work on unspecified initiatives — Apple Inc.'s Phil Schiller, one of the most visible and influential executives across both the Steve Jobs and Tim Cook eras …",
      "also_seen_in": []
    },
    {
      "id": "bcca23d3daa889b124f2",
      "title": "b10723",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10723",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-31T16:33:31Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "opencl: tune the quant paths for Intel Xe-LP GPUs to improve its TG and PP performance ( #26438 ) opencl: Q4_K/Q5_K mul_mv N_DST 4->8 on Intel for 2x activation reuse opencl: Q4_K mul_mm 8x8 tile fot Intel opencl: Q5_K mul_mm 8x8 tile for Intel opencl: Q4_K mul_mv N_DST 8->16 for Intel Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44194717 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "aa781077add2c53ae71a",
      "title": "a16z says its fifth growth fund has closed additional capital, bringing its total to $8.5B (Andreessen Horowitz)",
      "url": "https://www.techmeme.com/260831/p25",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-31T16:30:01Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Andreessen Horowitz : a16z says its fifth growth fund has closed additional capital, bringing its total to $8.5B — - Enterprises are putting AI tools to work across every part of their organizations. … - Consumer AI is barely even a thing yet, aside from ChatGPT's form factor beginning to replace the search engine.",
      "also_seen_in": []
    },
    {
      "id": "d57822e92d0962e2164e",
      "title": "ravynOS: Pre-alpha open-source OS based on Darwin, FreeBSD, Apple open-source",
      "url": "https://ravynos.com/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T16:19:36Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "4a851bb1f966958651fc",
      "title": "Show HN: Corporate Mind Games – logic puzzles with a sarcastic corporate theme",
      "url": "https://corporatemindgames.com/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T16:08:08Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "95490364af9baf8f2a64",
      "title": "ChatGPT Work seeing elevated errors and latency",
      "url": "https://status.openai.com//incidents/01M1C5M4K0WC8PPT0Z175RJA1E",
      "source_id": "openai-status",
      "source_name": "OpenAI Status",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "status",
        "pricing"
      ],
      "published_at": "2026-08-31T16:02:11Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Status: Identified User across multiple subscription plans may be unable to start or continue tasks in ChatGPT Work. We are continuing to work on a mitigation. Affected components ChatGPT Work (Partial outage)",
      "also_seen_in": [
        "openai-status"
      ]
    },
    {
      "id": "e98ba7a3c5fe88477202",
      "title": "GigaPath-Flash and GigaTIME-Flash: Toward population-scale discovery with efficient pathology foundation models",
      "url": "https://www.microsoft.com/en-us/research/blog/gigapath-flash-and-gigatime-flash-toward-population-scale-discovery-with-efficient-pathology-foundation-models",
      "source_id": "microsoft-research",
      "source_name": "Microsoft Research Blog",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "research",
        "models"
      ],
      "published_at": "2026-08-31T16:00:00Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "What if pathology foundation models could do more with less? GigaPath-Flash and GigaTIME-Flash cut computational demands while maintaining strong performance, opening the door to larger studies and broader exploration. The post GigaPath-Flash and GigaTIME-Flash: Toward population-scale discovery with efficient pathology foundation models appeared first on Microsoft Research .",
      "also_seen_in": [
        "microsoft-research"
      ]
    },
    {
      "id": "15e1f817c89469cfa762",
      "title": "Clipto uses AI to search terabytes of video and is now valued at $250M",
      "url": "https://techcrunch.com/2026/08/31/three-year-old-ai-media-search-startup-clipto-hits-a-250m-valuation",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T16:00:00Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "The three-year-old startup says it reached $15 million in ARR and profitability before raising its latest $15 million round.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "b8e3ea28847959eae59c",
      "title": "b10721",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10721",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-31T15:56:39Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "webgpu : avoid crash when offset is not multiple of 4 in WebGPU ggml_backend_tensor_get() implementation ( #28045 ) webgpu : avoid crash when offset is not multiple of 4 in WebGPU ggml_backend_tensor_get() implementation chore : improve code readability Co-authored-by: Sigbjørn Skjæret sigbjorn.skjaeret@huggingface.co Co-authored-by: Stanisław Szymczyk sszymczy@gmail.com Co-authored-by: Sigbjørn Skjæret sigbjorn.skjaeret@huggingface.co Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44185934 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DIS",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "a84f860358598ef63342",
      "title": "so true glm 5.3",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w3hktr/so_true_glm_53",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-31T15:45:02Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "submitted by /u/capybaraballs1995 [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "2fba0083ebe28e9585ed",
      "title": "Debian won’t ban AI code from its Linux distribution",
      "url": "https://www.theverge.com/tech/986789/linux-debian-generative-ai-policy",
      "source_id": "the-verge-ai",
      "source_name": "The Verge AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "products",
        "policy",
        "news"
      ],
      "published_at": "2026-08-31T15:38:13Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Debian voted to allow developers to use AI tools in their contributions to the Linux distribution's \"development, maintenance, [and] documentation.\" The new policy on AI acknowledges that \"responsible\" use of AI can improve developers' productivity, and goes on to say, \"generative AI is neither exempt from nor subject to special rules beyond the standards already […]",
      "also_seen_in": [
        "the-verge-ai"
      ]
    },
    {
      "id": "25dd687693a0adcfbe5d",
      "title": "Launch HN: Almanac (YC S26) – AI that knows your company",
      "url": "https://usealmanac.com/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T15:34:34Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "89bb0106fe5e837ca99d",
      "title": "b10720",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10720",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-31T15:30:07Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "ROCm: add radix TOP_K for long rows ( #27466 ) ROCm: add radix TOP_K for long rows Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44178618 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "21904e1265716f5168dc",
      "title": "rust-v0.152.0-alpha.7",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.152.0-alpha.7",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-31T15:29:32Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Release 0.152.0-alpha.7",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "fab0fc1f31246c742121",
      "title": "Nvidia’s $3.5B MediaTek bet reveals its plan for tackling Big Tech’s AI chip buildout",
      "url": "https://techcrunch.com/2026/08/31/nvidias-3-5b-mediatek-bet-reveals-its-plan-for-tackling-big-techs-ai-chip-buildout",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T15:15:25Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Nvidia invests $3.5 billion into Taiwanese chipmaker MediaTek. The deal shows how Nvidia plans to stay essential to AI infrastructure as Big Tech begins to build its own AI chips.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "eaf54e29bacb1ce3367f",
      "title": "An idea for adding more creativity and reducing positive bias",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w3gqag/an_idea_for_adding_more_creativity_and_reducing",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-31T15:14:42Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Hey! I wanted to share a new idea I've been actively testing lately, and so far I really like the results. One problem with models is that if you write something like, \"Will you help me?\", the AI will almost always answer some variation of \"Yes, I will.\" Part of this comes from the model's positive/agreeable bias, and part of it seems to be that newer models sacrifice some creativity in favor of stronger reasoning and consistency. You can already work around this to some extent with dice roll extensions and similar tools, but I've started testing a different approach. Let's say you delete the model's reply and regenerate it 10 times (swipes). A lot of those replies will often be quite similar, because each generation doesn't know what the previous alternatives looked like. But if instead you write: \"Will you help me? (Important: Write 3 different answer options and separate them with 1) 2) 3)\" then while generating the second response, the model can already see the first one because it's part of the same output, so it naturally tries to make the second one different. The same applies to the third. So I made a script that automatically asks the model to generate three variants for e",
      "also_seen_in": []
    },
    {
      "id": "5222c59eed3a13bed9b4",
      "title": "b10719",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10719",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-31T15:06:09Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "metal : add fa-vec tunings for M1 ( #28078 ) Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44172949 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "1b097391355555f7475c",
      "title": "Launch HN: Hebbian Robotics (YC S26) – Build scalable robotics data pipelines",
      "url": "https://github.com/Hebbian-Robotics/hflow",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T15:02:41Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "36348398fd24579595e2",
      "title": "Agentic Trust Controls",
      "url": "https://trustcontrols.ai/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T15:01:04Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "310c142babbfefbfc68f",
      "title": "v0.11.3",
      "url": "https://github.com/open-webui/open-webui/releases/tag/v0.11.3",
      "source_id": "open-webui-releases",
      "source_name": "Open WebUI Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm"
      ],
      "published_at": "2026-08-31T14:55:53Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Added ♿ Accessibility mode reaches the menus. Accessibility mode now marks the menu entry you are pointing at and the model already chosen with a stronger background, across the dropdown menus, their submenus, and the model picker together with its filter and compare controls, so those cues carry the contrast the accessibility guidelines ask for in both themes. Commit , Commit 🔄 General improvements. Various improvements were implemented across the application to enhance performance, stability, and security. 🌐 Translation updates. Translations for Indonesian were enhanced and expanded. Fixed 💥 Chat branches stay connected after reloads. A reply saved under an earlier message now stays listed under that message, so branch arrows, exports, reloads, and later edits keep the whole conversation in view, and chats already saved with that link missing are repaired when opened. #29299 🧱 Upgrades fail clearly instead of starting half updated. A failed database upgrade now stops at the migration error that caused it, instead of starting anyway and reporting a missing table or column such as 'chat.timer_at' later, which is the upgrade failure seen after moving from 0.11.0, 0.11.1, or 0.11.2. ",
      "also_seen_in": []
    },
    {
      "id": "b79c02327ca011a06ba7",
      "title": "Apache Iggy, a message streaming platform in Rust, graduates to an Apache TLP",
      "url": "https://iggy.apache.org/blogs/2026/08/24/apache-iggy-top-level-project-tlp-graduation",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T14:54:20Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "36ffe556f3bc560f02c5",
      "title": "Doubling of Kobo's U.S. sales in both 2025 and 2026, 70% US female customer base",
      "url": "https://www.reddit.com/r/kobo/comments/1w20azv/the_doubling_of_kobos_us_sales_in_both_2025_and",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T14:53:34Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "612671ae142d38b3afe1",
      "title": "Playa Phone",
      "url": "https://playaphone.com/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T14:52:26Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "67791cd6a91dc605b39a",
      "title": "C++26: Standard Library Hardening Experiments",
      "url": "https://www.cppstories.com/2026/hardening-experiments",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T14:52:24Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "e50231554817a84dd63a",
      "title": "Culture Clash",
      "url": "https://aeon.co/essays/at-the-heart-of-the-snow-leavis-two-cultures-clash",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T14:50:24Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "12be067fe29cfaedbd7d",
      "title": "My Experience Has Nuance, Yours Is a Data Point",
      "url": "https://blog.jim-nielsen.com/2026/nuance-for-me-none-for-you",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T14:37:28Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "c5b9d32bf039e2c8682d",
      "title": "After switching to Freaky Frankenstein, words randomly get replaced.",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w3flc3/after_switching_to_freaky_frankenstein_words",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-31T14:33:53Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Editing the message shows the real word \"Alpha\", but canceling or confirming the edit visually replaces the word. submitted by /u/zerosCoolReturn [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "8a24ff6a3b5cbb2ddfde",
      "title": "b10718",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10718",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-31T14:24:34Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "CUDA: extend MOE fusion to specdec, earlier MOE glu fusion and topk-router fusion were restricted to 1 token ( #27621 ) CUDA: extend MOE fusion to specdec, earlier MOE glu fusion and topk-router fusion were resticted to 1 token Signed-off-by: ynankani ynankani@nvidia.com Address review comments Signed-off-by: ynankani ynankani@nvidia.com Add SWIGLU_CLAMP case to multi-token moe fusion Signed-off-by: ynankani ynankani@nvidia.com Signed-off-by: ynankani ynankani@nvidia.com Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44162565 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Wi",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "701efc0e12aed1966db9",
      "title": "ChatGPT to face tougher regulation in the EU",
      "url": "https://www.theverge.com/ai-artificial-intelligence/986682/openai-chatgpt-eu-dsa",
      "source_id": "the-verge-ai",
      "source_name": "The Verge AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "products",
        "policy",
        "news"
      ],
      "published_at": "2026-08-31T14:17:34Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "OpenAI will soon be held accountable for mitigating risks related to ChatGPT's impact on minors, user mental health, and the spread of illegal content in the European Union. That's because ChatGPT is now considered a Very Large Online Search Engine under the EU's Digital Services Act, a set of laws regulating major online services and […]",
      "also_seen_in": [
        "the-verge-ai"
      ]
    },
    {
      "id": "4d885c38cc028d88be98",
      "title": "Megumin Suite V10 Ukiyo the most Customizable megumin yet. better caching, auto NPC bank update, Dice system, HTML, Story config and much more",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w3f4rc/megumin_suite_v10_ukiyo_the_most_customizable",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-31T14:17:08Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Hello kazuma here. V10 is out. Two new engines, a complete rebuild of the tracker blocks, dice that actually roll randomly, NPC dossiers that update themselves, and a Memory Core Optimization. GitHub : Download Before anything 💜 Thank you to the donators Antivash · Hibiki · ILLOGICAL · KritBlade · Larlya · Luka · Rokubi No Kitsune Megumin Suite is free and will always remain that way. These people chose to throw money at it anyway and that's the only reason the updates keep coming at this pace. Seriously, thank you. 🙏 Please consider donating to keep the project up. You can find the links in GitHub. The core concept behind V10 V10 is based around one concept: there is no villain and there is no good guy. Every character acts according to his own values and thinks that he's right. The conflict comes from people desiring different things, not from a villain being evil. There is nobody in the scene whose purpose is to stand in your way or to be shown right. And the world is alive . It keeps moving with or without you. The hours go by, people go about their business, things happen in the off-screen world when you weren't there, and what you did and didn't do will come back to haunt you",
      "also_seen_in": []
    },
    {
      "id": "90f2d7eaa1ba0c75d368",
      "title": "ChatGPT Work Tool and Skill Reference",
      "url": "https://codex-tool-reference.simonw.chatgpt.site/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T14:07:15Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "979f6f471cd51913a9bb",
      "title": "New York Governor Kathy Hochul thinks AI should be ‘less evil’",
      "url": "https://www.theverge.com/podcast/986661/ny-gov-kathy-hochul-ai-data-centers-ban-3d-printed-guns-flock-cameras",
      "source_id": "the-verge-ai",
      "source_name": "The Verge AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "products",
        "policy",
        "news"
      ],
      "published_at": "2026-08-31T14:06:46Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Today, I’m talking with New York Governor Kathy Hochul, and I’ll just warn you — this episode moves really fast. It’s an election year, after all, with a shocking amount of tech policy at stake, and Governor Hochul has taken strong positions on almost every major tech issue there is. For example, Meta just reached […]",
      "also_seen_in": [
        "the-verge-ai"
      ]
    },
    {
      "id": "47f842d0250c6863d8cd",
      "title": "Are there any ST dice roll extensions?",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w3elmi/are_there_any_st_dice_roll_extensions",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-31T13:57:39Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "I use FF preset and it has the DND simulator which basically tells LLM to roll D20 and simulate actions success based on the result. I like that, because It heavily dampens the positivity bias the models have. However. I noticed when looking over reasoning that the ai sometimes starts to choose the results based on what it feels like. It basically chooses the result to fit the narrative it already established. So. Are there any extensions that roll randomly and inject result into the prompt? I use mainly new DS4 pro thinking. submitted by /u/Low-Volume3984 [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "61ecf6fe84ddd6d40900",
      "title": "where is the toggle of send inline images?",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w3e81f/where_is_the_toggle_of_send_inline_images",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-31T13:43:13Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "just found out DeepSeek released its new flash model that allow to send images. but theres bo settings to enable image embedding?? to clarify i dont want the image to be transcribed as text (like how most extension do). i want to send the image to be seen by the ai. submitted by /u/Alien_Guideline_1970 [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "698ee5e8ec3defcfe5f8",
      "title": "ChatGPT and Reddit now face EU's toughest online safety rules",
      "url": "https://arstechnica.com/tech-policy/2026/08/chatgtp-and-reddit-now-face-eus-toughest-online-safety-rules",
      "source_id": "ars-ai",
      "source_name": "Ars Technica AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "technology",
        "news"
      ],
      "published_at": "2026-08-31T13:41:40Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Explosive growth comes with a new regulatory burden in the European Union.",
      "also_seen_in": [
        "ars-ai"
      ]
    },
    {
      "id": "79a7bd8b66ebdd906d85",
      "title": "Show HN: Linux server management over SSH – written in Rust and Tauri",
      "url": "https://serverbox.stupidlabs.lol/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T13:39:43Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "3265d19c334c3ab29fd4",
      "title": "We are rebuilding Monica",
      "url": "https://www.monicahq.com/en/blog/we-are-rebuilding-monica",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T13:37:28Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "8166649fd569ca889499",
      "title": "VC疯了！200万现金冠军奖，又花4000万造了一座AI「创业乌托邦」",
      "url": "https://www.qbitai.com/2026/08/481928.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-31T13:20:29Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "划重点：这次不是你挨家敲门，是VC排队来看你。",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "32dfc43213316990c24e",
      "title": "Instagram cracks down on AI accounts pretending to be human",
      "url": "https://www.theverge.com/tech/986593/instagram-addresses-fake-ai-profile-slop",
      "source_id": "the-verge-ai",
      "source_name": "The Verge AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "products",
        "policy",
        "news"
      ],
      "published_at": "2026-08-31T13:16:39Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Instagram is finally taking steps to address the rise of fake AI-influencer accounts that have gotten harder to spot. It's also renaming the \"AI creator\" label to \"AI-generated profile\" to make it clear when a profile features an AI-generated person that's not a real human being. \"We've heard that people don't like seeing a profile […]",
      "also_seen_in": [
        "the-verge-ai"
      ]
    },
    {
      "id": "b2ae19e987a0e2973cc7",
      "title": "Meeting note-taker Circleback adds a free tier to attract more customers",
      "url": "https://techcrunch.com/2026/08/31/meeting-notetaker-circleback-adds-a-free-tier-to-attract-more-customers",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T12:56:46Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Circleback is also introducing new pricing plans starting from $14 per month.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "1736d8799cf42636ee77",
      "title": "Apple caught off guard by AI demand for Mac Mini and Mac Studio",
      "url": "https://www.macrumors.com/2026/08/30/apple-unexpected-mac-mini-and-studio-demand",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T12:41:22Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "26d25d1195c322052451",
      "title": "How Cyber Sleuths Tracked a Nigerian Scammer to His Doorstep",
      "url": "https://www.404media.co/how-cyber-sleuths-tracked-a-nigerian-scammer-to-his-doorstep",
      "source_id": "404media",
      "source_name": "404 Media",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "security",
        "policy",
        "culture"
      ],
      "published_at": "2026-08-31T12:21:57Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Erin West and Paul Raffile went to Nigeria to track down a scammer. They found much more than just his identity.",
      "also_seen_in": [
        "404media"
      ]
    },
    {
      "id": "6bdbbe4fe2c1d71908ca",
      "title": "I think the military commissary's freezers were hacked",
      "url": "https://signalandsilence.substack.com/p/i-think-someone-hacked-the-commissary",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T11:45:48Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "f6d0c1ec9c3a2592b3de",
      "title": "What is the most uncensored popular API model?",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w3b0ry/what_is_the_most_uncensored_popular_api_model",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-31T11:29:19Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "For reference, I'm getting refusals on GLM 5.3, so... submitted by /u/Used-Ganache9772 [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "5409c7f0c1aae9cd98a1",
      "title": "Hi again the noob with the deepseek thinking question again...",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w3ax5x/hi_again_the_noob_with_the_deepseek_thinking",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-31T11:24:24Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "So now i am even more confused,it says that deepseek v4 doesn't have parameters as temperature or others if thinking is active: Input and Output Parameters Thinking mode does not support the temperature, top_p, presence_penalty, or frequency_penalty parameters. Please note that, for compatibility with existing software, setting these parameters will not trigger an error but will also have no effect. Then if you let the model think how do you make it creative as well or use these parameters or you can't? submitted by /u/Cultural-Mushroom273 [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "052e80e39cf6ef8aeb64",
      "title": "b10717",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10717",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-31T11:21:21Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "sycl : Enhance to get the free memory of Intel GPU ( #27968 ) enhance get mem info by l0 an SYCL API remove debug code, format the code update SYCL.md for GGML_SYCL_GET_MEM_API Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44119794 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "374e0655794ab9d4e512",
      "title": "Agent Memory as a File Format",
      "url": "https://calpaterson.com/memoryfields.html",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T11:17:25Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "dc7a44cc4b5a8a66914b",
      "title": "Value generalisation Theory of Change: putting it into practice",
      "url": "https://www.alignmentforum.org/posts/kjPEH4KGEHd8iQ4Hn/value-generalisation-theory-of-change-putting-it-into",
      "source_id": "alignment-forum",
      "source_name": "AI Alignment Forum",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "safety",
        "research"
      ],
      "published_at": "2026-08-31T10:51:46Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "In the previous post , I presented my theory of change for why value generalisation is vital for AI alignment. Here I'll add the practical part of the argument: given those facts, why explicitly try to do value generalisation, what are the dangers of the approach, how should it be done, and how do we mitigate the risks? The formal theory of change is down below, but I'll put a collapsible version here, to make references easier: Theory of Change Inputs / activities : investment/grants, a small research team, small-medium compute resources. Outputs : Solutions to the three components of value generalisation (see here ) in academically rigorous forms, demonstrations of these solutions on toy problems, public benchmarks, and new benchmarks. If going commercial, applications of this value generalisation to saleable products. The first component is recognising that the AI is off-distribution in a value-relevant way. The second component is establishing what features should be used to reach a decision while off-distribution this way. The third component is to reach a good decision while off distribution, and to loop through the process again to critique and improve the decision, includin",
      "also_seen_in": [
        "alignment-forum"
      ]
    },
    {
      "id": "b960901b2372ed774730",
      "title": "Malleable software = solid bases and custom code",
      "url": "https://www.mdubakov.me/malleable-software-solid-bases-custom-code",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T10:36:43Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "db19d9e62488e792ef43",
      "title": "SillyTavern has basically replaced video games for me",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w39mqo/sillytavern_has_basically_replaced_video_games",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-31T10:20:11Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Hey everyone. I love using ST to create huge worlds with lots of characters, complex story, and different locations. I've been doing this for about a year now, and recently I realized that ST has actually become more interesting to me than video games. I haven't completely stopped gaming, but I've definitely cut back a lot. I think the main reason is that games feel static in comparison, while this feels dynamic. Even RPGs have become less interesting to me because the quests, characters, and possible outcomes are all predefined to some extent. With silly tavern, I genuinely don't know where the story is going to end up. I also use dice rolls and other randoms. This makes everything more unpredictable and the AI ​​does not repeat itself. It also got me thinking about the future. I can imagine writers not only publishing books, but also creating full interactive versions of their worlds and selling them separately or making them available through different services. Imagine reading a book you really love and then wanting to actually play around in that universe. You could get an official 100000 token world guide made by the author, containing all the lore, rules, locations, characte",
      "also_seen_in": []
    },
    {
      "id": "916beff899a67403e5a6",
      "title": "b10715",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10715",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-31T10:13:11Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "spec : fuse the DFlash encoder into the KV cache injection ( #27310 ) dflash : fuse the encoder into the KV injection decode The encoder is a single fc + norm, but running it as a separate llama_encode forced a device-to-host round trip of its output before the injection decode could re-upload it, plus a second graph build per round. Fold the encoder into the decoder's embd branch and feed the target features directly to one llama_decode. Assisted-by: Claude Fable nit Apply batched suggestions from code review Co-authored-by: Ruixiang Wang wangruixiang07@outlook.com Fix missing references from renaming Co-authored-by: Sigbjørn Skjæret sigbjorn.skjaeret@huggingface.co Co-authored-by: Ruixiang Wang wangruixiang07@outlook.com Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44105598 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windo",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "2008888fc281cce5cff6",
      "title": "Pocket's AI made my game ideas real. Now Meta controls the results.",
      "url": "https://arstechnica.com/gaming/2026/08/pockets-ai-made-my-game-ideas-real-now-meta-controls-the-results",
      "source_id": "ars-ai",
      "source_name": "Ars Technica AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "technology",
        "news"
      ],
      "published_at": "2026-08-31T10:00:34Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Interactive mobile \"gizmos\" are easy to make, hard to share outside Meta's platform.",
      "also_seen_in": [
        "ars-ai"
      ]
    },
    {
      "id": "28bc2b70c552c88f2c18",
      "title": "OpenShot 4.0: Record, Edit, and Color Like Never Before",
      "url": "https://www.openshot.org/blog/2026/08/30/openshot-40-record-edit-color-like-never-before",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T09:59:05Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "61d595d20c23cd3ee953",
      "title": "b10714",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10714",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-31T09:41:43Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "vulkan: tune mat-vec rows for batched inference on Strix Halo ( #27909 ) vulkan: RDNA3 static mat-vec rows above four columns On RDNA3 above four columns a static 4 rows for all types benches faster than the default. vulkan: RDNA3 static mat-vec-id rows mul_mat_vec_id has no column dimension to switch on. On my Strix Halo machine, a static 4 is faster here than the defaults across types and batch sizes. Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44098655 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEu",
      "also_seen_in": []
    },
    {
      "id": "01ed3b1e4f0a81137e85",
      "title": "Deepseek v4 breaks without reasoning?",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w38bxw/deepseek_v4_breaks_without_reasoning",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-31T09:08:56Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "New to ST. Been using chub for a long time and Immade the switch. I brought over my presets and stuff and it seems to work fine. I was using deepseek v4 flash directly from DS and without requesting reasoning, it seemed to put out gibberish. Only when I turn in reasoning does the model do what it says. Though sometimes the reasoning takes so long that it takes up my entire output token, and I don't get an actual response. Is that normal? like is both versions of v4 reasoning only or can I turn it off? Thinking of going back to 3.2 but I remember somewhere that different providers require different tuning, like I remember that the official DS provider requires the temperature to be turned up super high compared to the others. I don't know. Maybe I'm in need of a new preset, or maybe, maybe it's Deepseek v4 specifically (still follows my instructions well, mostly) but AI RP seems kinda dull lately. Maybe I've just gotten bored of it submitted by /u/ouiqdmw [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "388e4851b0499ea01935",
      "title": "State of the Map 2026: OpenStreetMap conference",
      "url": "https://povesham.wordpress.com/2026/08/30/state-of-the-map-2026-openstreetmap-conference",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T08:57:35Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "c35a4e7a88628abdd63c",
      "title": "b10713",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10713",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-31T08:51:55Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "ggml : add MUL_MAT to the list of ops that may need additional memory (for WebGPU) ( #28071 ) Co-authored-by: Stanisław Szymczyk sszymczy@gmail.com Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44086778 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "50abf3cfd627c472f654",
      "title": "Muse Glimmer 30B",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w380fr/muse_glimmer_30b",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-31T08:50:37Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "What are your guys thoughts on Muse Glimmer? I've been using Gemma 4 alot but want some different prose now, I tried Muse when it came out but it was kinda hallucinating? Maybe i'm doing something wrong. Tell me your experience. submitted by /u/Weak-Shelter-1698 [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "57ee1b4e5d7ccf0a340c",
      "title": "Study: Blue light impairs the eye's ability to distinguish fine detail most",
      "url": "https://research.uga.edu/news/blue-light-has-a-surprising-effect-on-your-eyes-study-finds",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T08:33:01Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "ab93eabfd21fcdc3bf8a",
      "title": "LWiAI Podcast #255 - Gemini 3.7, Jalapeño, Qwen 3.8, Drones",
      "url": "https://lastweekin.ai/p/lwiai-podcast-255-gemini-37-jalapeno",
      "source_id": "last-week-in-ai",
      "source_name": "Last Week in AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "research"
      ],
      "published_at": "2026-08-31T08:20:04Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Google announces Gemini 3.7 Flash, Jalapeño’s first results show industry-leading speed, A Drone Killed Three Ukrainians. It Was Guided Entirely by A.I.",
      "also_seen_in": [
        "last-week-in-ai"
      ]
    },
    {
      "id": "9b58c7556050f3aeeb2a",
      "title": "ReactOS 0.4.16",
      "url": "https://reactos.org/project-news/reactos-0416-released",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T08:13:37Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "804001cc85c3de968b2d",
      "title": "Two separate personalities in one character?",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w377wm/two_separate_personalities_in_one_character",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-31T08:03:35Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "I am trying to recreate the experience of MMO chat by creating a character card that is IC for the character and ((OOC)) for the player behind the character. I have tried rules in description and personality summary (both together and separately) denoting the difference between the two personalities. I have tried rules in scenario and showing the difference between IC and OOC chat in example messages. Unfortunately everything I try does result in two separate people, but both blended together. When I talk OOC, the character emotes from the IC character as if I have spoken to the IC persona and uses ((text)) to write back as the OOC character. I’m lance. She is maya. The player behind Maya is Beth. Example: LANCE: I sit down with the mugs of ale I promised “Here you go, Maya” MAYA: “Don’t think this settles our bet” Maya swipes the froth away with the back of her hand LANCE: ((Come on Beth. How much longer do I have to hear about this stupid bet?)) MAYA: (( Beth takes a big swig of the ale. “Maya is just trying to keep you in line”)) Any advice on how to make two distinct personalities in one character? submitted by /u/Temba-HisArmsWide [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "27828798dff55db59ab2",
      "title": "滴滴自动驾驶新一代车型开启载客测试服务",
      "url": "https://www.qbitai.com/2026/08/481923.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-31T07:53:12Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "近期，滴滴自动驾驶新一代 Robotaxi R2正式开启无人载客测试服务",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "b600d10eac856f8a715d",
      "title": "Breaking Claude Code Opus 5 Auto Mode",
      "url": "https://embracethered.com/blog/posts/2026/breaking-claude-code-opus-5-and-automode",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T07:49:18Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "70b98bc6c10f74175bab",
      "title": "Help a guy out wanting to get into RP with SillyTavern?",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w36tdi/help_a_guy_out_wanting_to_get_into_rp_with",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-31T07:40:45Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "I honestly didn't expect to be here. Took a peak into a rabbit hole and next thing I knew, I'm considering paying for an API or just using my hardware and download a model. Currently on a 4060 Ti 16GB with 32GB if that matters. I'm still slowly learning stuff. In this case, trying to get ST set up that's satisfactory. I'm hoping to get some suggestions, namely for Presets and other stuff to get me going. Main RP i'm hoping for ranges from realistic NSFW (not those that just say \"OKAY LET'S FCK\") to rolling dice like in DnD in fantasy settings. Somehow I'm not satisfied with the results, so I'm still trying to get more info. Currently got the following models (Copy-pasting names): Qwen3.5-9B-Unredacted-MAX.Q8_0 Qwen3.5-27B-Uncensored-HauhauCS-Aggressive-Patched-IQ3_M TheDrummer_Fallen-Gemma3-27B-v1-IQ3_M I also installed FreakyFrankenstein, but I learned that that wasn't made for local models, so I wa hopin for alternatives. Also, is there any proper way to browse Chub? And I'm just throwin it out there; what is Memory book? I've yet to look it up, but I might fall asleep before I get the chance (bout to hit the sack) submitted by /u/Vegetable-Teaching12 [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "654fdc5535e280f7a180",
      "title": "范式与华为达成重磅算力战略合作，成为首批拥抱国产最高端算力底座的AI企业",
      "url": "https://www.qbitai.com/2026/08/481919.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-31T07:34:02Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "81264ce4f1f99a43c0c3",
      "title": "Breeze TTS",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w35or5/breeze_tts",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-31T06:37:52Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Breeze TTS released and it's by far, the best local TTS I've used so far. If you have a ComfyUI install, you can get it here https://github.com/Saganaki22/ComfyUI-Breeze-TTS-2 . It will autodownload the models on your first run. It can do voice cloning, attitude and temperament, and laugh, sigh, etc.. If you get it to run in ComfyUI, you can set up a basic workflow that looks something like this: https://preview.redd.it/ygrhz0vwlnmh1.png?width=1211&format=png&auto=webp&s=09f86b5e1b3f982e07ea5b5253de27a6972e047f Then you can export the workflow from ComfyUI with file>export (api) ( EDIT: Save as breeze_workflow.json ). I'm not a coder, but I asked Gemini-Flash to help write a python script that interfaces between SillyTavern and ComfyUI. All you need are your voices and a txt file with the accurate transcription of the voice sample you're using with the same name (chunli.wav and chunli.txt for example) in your comfyui/input folder. Then, set your TTS in SillyTavern like this: https://preview.redd.it/3z05cxwlmnmh1.png?width=482&format=png&auto=webp&s=6bcea10feeecd25f5ce1e267f0565dfb3e2deda3 Enter your voice file names at the bottom. Like I said, I'm not a coder, and I don't feel like",
      "also_seen_in": []
    },
    {
      "id": "3649d70030ec2f1a5ef5",
      "title": "A 12TB Steam “teraleak” spills more than a decade of lost PC gaming history",
      "url": "https://arstechnica.com/gaming/2026/08/a-12tb-steam-teraleak-spills-more-than-a-decade-of-lost-pc-gaming-history",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T06:10:44Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "dcd562f6cc7f609667dc",
      "title": "uv: Deduplicate all files in the wheel cache",
      "url": "https://github.com/astral-sh/uv/pull/21327",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T06:03:02Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "1b8f31287f5745f3e691",
      "title": "v0.11.2",
      "url": "https://github.com/open-webui/open-webui/releases/tag/v0.11.2",
      "source_id": "open-webui-releases",
      "source_name": "Open WebUI Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm"
      ],
      "published_at": "2026-08-31T05:48:23Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Added 🖼️ Richer previews for terminal files. Word documents and slide decks produced in the terminal are now previewed as the finished document rather than an approximation, and every document preview gains a page strip down the side with numbered thumbnails you can click to jump straight to a page, and the notice warning that a preview might differ from the download is gone now that it does not. Commit , Commit , Commit , Commit , Commit ⚡ Less overhead on every message. Deployments without pipelines configured, which is the default, no longer pay setup work for them on each chat message and background task. #29146 🏎️ Lighter model list refreshes. On deployments running several workers, a refresh that finds the model list unchanged no longer has every worker rewrite the whole list to the shared cache, cutting the work and the traffic each refresh costs. #29264 🧵 Smoother busy websocket servers. Large Redis-backed websocket deployments now spend far less time sweeping old sessions, reading their own session data back from Redis, and checking every outgoing websocket message for file attachments Open WebUI does not send, so channel posts, collaboration updates, heartbeats, and live ",
      "also_seen_in": []
    },
    {
      "id": "8638c797e3fa8e34bc15",
      "title": "b10712",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10712",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-31T05:41:04Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "vulkan: top_k radix select for k >= 1024 for Qwen 3.8 Flash Next ( #28032 ) vulkan: add top-k radix sort shader for k >= 1024 add Qwen 3.8 Flash Next top-k tests add top-k qsa fusion clean up code Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44052683 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "afd3a85211ae39ed8ebd",
      "title": "Sources: OpenAI starts letting some major customers pay only when its AI completes tasks, as Salesforce and other AI providers test outcome-based pricing (The Information)",
      "url": "https://www.techmeme.com/260831/p4",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-31T05:35:15Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "The Information : Sources: OpenAI starts letting some major customers pay only when its AI completes tasks, as Salesforce and other AI providers test outcome-based pricing — OpenAI in recent months has started giving some major customers the option of paying only when its AI completes tasks …",
      "also_seen_in": []
    },
    {
      "id": "9c58cf0db02867900873",
      "title": "OpenClaw releases OpenClaw 2.0, its largest update to date built by 933 contributors, with a simplified installation process, a rebuilt browser app, and more (Hannes Rudolph/OpenClaw Blog)",
      "url": "https://www.techmeme.com/260831/p3",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-31T05:25:01Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Hannes Rudolph / OpenClaw Blog : OpenClaw releases OpenClaw 2.0, its largest update to date built by 933 contributors, with a simplified installation process, a rebuilt browser app, and more — How a push for simpler setup and a first-class browser experience grew into OpenClaw 2.0. — Today we released by far the largest update in the history of OpenClaw.",
      "also_seen_in": []
    },
    {
      "id": "7e0a26c3aa1edebdd197",
      "title": "IPO documents: SoftBank's SB Energy plans to file for an IPO as soon as this week, aiming to raise $5B to $7B, and has awarded OpenAI warrants worth ~$5.5B (Anissa Gardizy/Wall Street Journal)",
      "url": "https://www.techmeme.com/260831/p2",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-31T04:50:09Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Anissa Gardizy / Wall Street Journal : IPO documents: SoftBank's SB Energy plans to file for an IPO as soon as this week, aiming to raise $5B to $7B, and has awarded OpenAI warrants worth ~$5.5B — SB Energy's agreement deepens its financial ties with the artificial-intelligence company in an effort to build out projects",
      "also_seen_in": []
    },
    {
      "id": "d1e51fcd2445cc0977ac",
      "title": "b10711",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10711",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-31T04:47:38Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "hexagon: fix CPY fence bug ( #28033 ) Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44046740 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "1a2506774e29eff37a5d",
      "title": "「GPT-6」灰测demo刷屏！周四发布在即",
      "url": "https://www.qbitai.com/2026/08/481893.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-31T04:47:26Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "核弹爆炸",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "2a92d2c9c4432f55e0c8",
      "title": "Roget's Thesaurus",
      "url": "https://artflsrv04.uchicago.edu/roget-thesaurus",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T04:29:26Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "9a4e9d4881c95aeac168",
      "title": "Any way to use lorebooks through vector storage extension well?",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w335dq/any_way_to_use_lorebooks_through_vector_storage",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-31T04:22:45Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Hi-hi everyone! I have a question about vector storage extension in silly tavern. Theres two ways to use lorebooks: through key words - the simple way and thought vectorisation - difficult way. I have few complicated lorebooks and tried to use it in a second way. I’ve made additional api key special for embedding model. And, damn, I don’t know why, or how to fix it, but it works horrible. Like I have given 3k tokens budget to lorebooks and checked for like 10-15 messages how it work. Mostly it used around all budget to useless entries and didn’t send to the model entry that is needed. For example: NPC is giving me blowjob it was like 3 messages. And next 3 messages vector storage send to the model entries like: handjob, anal, dirt talk (NPC is speechless) and etc. Non of them was about blowjob actually, and non of them contained word blowjob or something connected to tongue, throat and other stuff. So I wanna ask, does somebody know how to make it works well? Am I making something wrong? Or actually, it’s better to use keyword someway? And additionally, to a persons experienced with lorebooks, is there any way to give model special entries with different features, to help model mak",
      "also_seen_in": []
    },
    {
      "id": "94841419847213c1cbbc",
      "title": "b10710",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10710",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-31T04:20:39Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "metal : add remaining Q4_1/Q5_0/Q5_1 fa-vec tunings for M2 ( #28017 ) Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44044108 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "cbd00b0895bb0f3a8aa3",
      "title": "Shein raised $1.7B in its Hong Kong IPO, giving it a $26B market cap, far below its ~$100B valuation in 2022, as growth slows amid tariffs and competition (Charlotte Yang/Bloomberg)",
      "url": "https://www.techmeme.com/260831/p1",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-31T04:20:08Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Charlotte Yang / Bloomberg : Shein raised $1.7B in its Hong Kong IPO, giving it a $26B market cap, far below its ~$100B valuation in 2022, as growth slows amid tariffs and competition — Shein Global Holdings Ltd. completed its initial public offering at a valuation that's a fraction of what the company was once worth.",
      "also_seen_in": []
    },
    {
      "id": "dc9521479ad9a3cad2a8",
      "title": "Opensource Openrouter",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w32y4s/opensource_openrouter",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-31T04:12:24Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Looking for contributors and support around an issue I've had with current routing solutions Project: https://github.com/ConiferKit/use-conifer Current routing options were charging 5% fees for byok plus provider fees (openrouter) or were built in heavy python packages with ecosystem restraints. I wanted to be completely free in terms of use, and not have to pay extra for tokens. There's a maintained gateway with 100+ models from one api endpoint. I'm also talking to infra providers to get us access to pre-release models and discount prices. Everything is served at market price. BYOK is free, you can hook into self-hosted setups for free, and there's fallbacks + extra rate limits + server redundancy. Took me ~3 months to build and looking for help maintaining! Lmk any issues or feedback submitted by /u/conifer_v11 [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "0b7870212637110771a5",
      "title": "b10709",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10709",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-31T03:50:38Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "rpc: avoid serializing buffers from other servers ( #26500 ) rpc: avoid serializing buffers from other servers Only include remote buffer pointers when the buffer belongs to the RPC dispatcher receiving the graph. Add a two-server regression test for cross-server tensor serialization. Assisted-by: Codex cont : add ref Co-authored-by: Georgi Gerganov ggerganov@gmail.com Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44040718 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler",
      "also_seen_in": []
    },
    {
      "id": "699544d0915d72dd48be",
      "title": "OpenClaw 2.0, Accidentally",
      "url": "https://openclaw.ai/blog/openclaw-2-accidentally",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T03:38:02Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "f2c880abe43d1e212c60",
      "title": "Taiwanese authorities raided the office of PCB maker Unimicron, an Nvidia and Intel supplier, alleging it illegally labeled China-made parts as made in Taiwan (Cheng Ting-Fang/Nikkei Asia)",
      "url": "https://www.techmeme.com/260830/p15",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-31T03:35:05Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Cheng Ting-Fang / Nikkei Asia : Taiwanese authorities raided the office of PCB maker Unimicron, an Nvidia and Intel supplier, alleging it illegally labeled China-made parts as made in Taiwan — TAIPEI — Taiwanese prosecutors said they are investigating Unimicron, a key supplier to Nvidia and Intel, over allegations …",
      "also_seen_in": []
    },
    {
      "id": "625ba98ba9f71c5647ec",
      "title": "UC Berkeley indefinitely suspends international student work authorizations",
      "url": "https://www.dailycal.org/news/campus/after-second-ice-threat-uc-berkeley-indefinitely-suspends-international-student-work-authorizations/article_0e9ae0c0-dd4d-4455-a25b-e8be7b47e350.html",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T03:34:09Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "35c28fef41fb75ce48a7",
      "title": "b10708",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10708",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-31T03:27:14Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "ggml : fix ggml_backend_buft_get_alloc_size() guard ( #28038 ) Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44038725 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "a0f3985ea30d1bcb88bf",
      "title": "OpenAI买几万台Mac搞强化训练！英伟达的活被苹果抢了",
      "url": "https://www.qbitai.com/2026/08/481759.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-31T03:24:34Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "什么样的AI业务，英伟达GPU和谷歌TPU搞不定，非得用Mac",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "55fc22be12606686e96b",
      "title": "P99 0 ms* autocomplete for 240M domain names",
      "url": "https://ruurtjan.com/articles/p99-0ms-autocomplete-for-240-million-domain-names",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T03:20:33Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "35f0b8527667138cc94c",
      "title": "Transfer files over an Ethernet patch cable",
      "url": "https://maurycyz.com/misc/etherfiles",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T03:19:42Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "a0b06d4176953bf4cd46",
      "title": "全国第三，公司第二，“初创黑马”灵犀智涌用ROSS Harness把机器人送进工业具身智能第一梯队",
      "url": "https://www.qbitai.com/2026/08/481750.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-31T03:11:46Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "灵犀智涌用一台由Demo级本体组装而成的机器人，成为工业场景赛除行业头部企业外唯一获奖的机器人公司。",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "44d60af33261ae49a546",
      "title": "b10707",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10707",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-31T03:04:57Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "kv-cells: stop the sequence scan once all sequences are seen ( #28011 ) for_each_token_in tested all LLAMA_MAX_SEQ sequences for every used cell, while a cell almost always belongs to one. The scan now stops once the cell's own sequences have been seen. Same visit order, same callback arguments, so behaviour is unchanged. get_prev_tokens is the only caller, so this affects the n-gram path. RTX PRO 6000, Qwen3.8-Flash-Next UD-Q4_K_XL, fa on, warm runs: 55k context generation 56.3 -> 74.3 t/s 132k context generation 33.6 -> 50.9 t/s Prompt processing is unchanged, the scan is amortised over the ubatch there. The gain follows the number of used cells, so it grows with context and is invisible on short prompts. Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44036640 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Win",
      "also_seen_in": []
    },
    {
      "id": "3d5c7e90f7955c66a9e9",
      "title": "AQuA：让量化研究 Agent 持续进化，也让回测结果经得起检验",
      "url": "https://www.qbitai.com/2026/08/481475.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-31T03:01:29Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "自主研究系统的上限，不只取决于模型有多聪明，也取决于系统能否分辨什么是新证据，什么只是一次偶然的高分。",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "8f1ccfed1886836c2a15",
      "title": "b10706",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10706",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-31T02:40:30Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "ggml: add SWIGLU_CLAMP ( #27930 ) ggml: add SWIGLU_CLAMP add vulkan shader Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44034152 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "4ed775f8bce654ae046a",
      "title": "The U.S. is building barriers around drones and robots, but China has scale to get around them",
      "url": "https://techcrunch.com/2026/08/30/the-u-s-is-building-barriers-around-drones-and-robots-china-still-has-scale",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T02:34:00Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "The U.S. is shutting out more foreign-made drones and robots. China’s scale means the global competition may simply move elsewhere.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "845b5bef6ea0bc70804a",
      "title": "Internet centralization and the original sin of NAT",
      "url": "https://dreamstation.systems/personal/ntppost.html",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-31T02:23:03Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "39f6667a370083f66604",
      "title": "0.152.0-alpha.6",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.152.0-alpha.6",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-31T02:15:59Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Release 0.152.0-alpha.6",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "9a0ef527de0d0aad18d5",
      "title": "Google updates Maps to show Lake America for US users, Lake Ontario for Canadian users, and both for the rest of the world, citing the US GNIS' name change (Associated Press)",
      "url": "https://www.techmeme.com/260830/p14",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-31T02:15:01Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Associated Press : Google updates Maps to show Lake America for US users, Lake Ontario for Canadian users, and both for the rest of the world, citing the US GNIS' name change — Google has updated its maps application to rename Lake Ontario as ‘Lake America’ for users in the United States …",
      "also_seen_in": []
    },
    {
      "id": "f0960458aac42181e737",
      "title": "The US-led AI boom is offsetting the global growth squeeze from the energy crunch; ING says the boom accounts for about a third of recent US economic growth (Jason Douglas/Wall Street Journal)",
      "url": "https://www.techmeme.com/260830/p13",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-31T01:50:02Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Jason Douglas / Wall Street Journal : The US-led AI boom is offsetting the global growth squeeze from the energy crunch; ING says the boom accounts for about a third of recent US economic growth — Growth is holding up despite renewed tensions over trade, geopolitics and bond markets, though the AI boom's outsize role is a growing concern",
      "also_seen_in": []
    },
    {
      "id": "d0df9b1627d2ae925af9",
      "title": "0.152.0-alpha.5",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.152.0-alpha.5",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-31T01:14:34Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Release 0.152.0-alpha.5",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "5be46724d12e4dfdc1f4",
      "title": "Agency and Agents",
      "url": "https://www.oneusefulthing.org/p/agency-and-agents",
      "source_id": "one-useful-thing",
      "source_name": "One Useful Thing",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "products",
        "use-cases"
      ],
      "published_at": "2026-08-31T00:24:35Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "From the Hugging Face Incident to Twilight Factories",
      "also_seen_in": [
        "one-useful-thing"
      ]
    },
    {
      "id": "6853e168a524977b638f",
      "title": "Chip design startup Agentrys has raised a $19.1M seed round led by Etna Labs and a $5.4M pre-seed led by MediaTek (Chris Metinko/Axios)",
      "url": "https://www.techmeme.com/260830/p12",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-31T00:15:01Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Chris Metinko / Axios : Chip design startup Agentrys has raised a $19.1M seed round led by Etna Labs and a $5.4M pre-seed led by MediaTek — Agentrys, a Nvidia alum-led chip design startup, raised $24.5 million in funding, CEO Mark Ren tells Axios Pro exclusively. … - The platform allows users to create their own agents …",
      "also_seen_in": []
    },
    {
      "id": "2eb8d38db962beccb8c5",
      "title": "AI 原生思维——像训练大模型一样训练自己",
      "url": "https://baoyu.io/blog/2026-08-31/ai-native-thinking",
      "source_id": "baoyu",
      "source_name": "宝玉",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "zh",
      "beats": [
        "china-ai",
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-31T00:00:00Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "从找需求、判边界、最小验证到重设计与落地验收，一套把产品、Agent 与个人成长放进反馈循环的 AI 原生方法。",
      "also_seen_in": []
    },
    {
      "id": "e8134cabca5c0ea3dde8",
      "title": "Understanding ChatGPT Work",
      "url": "https://simonwillison.net/2026/Aug/30/understanding-chatgpt-work",
      "source_id": "simon-willison",
      "source_name": "Simon Willison",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "models",
        "agents",
        "coding-agents"
      ],
      "published_at": "2026-08-30T23:59:47Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "OpenAI announced ChatGPT Work on July 9th, and have been furiously iterating on it ever since. It is an extraordinarily confusing and very powerful product. Here's what I've figured out about it so far. ChatGPT Work is actually two products The more interesting version of ChatGPT Work is the one that runs in the cloud. This can be accessed via chatgpt.com or through the ChatGPT mobile apps. Let's call it Work Cloud . If you install the ChatGPT desktop app - the app that used to be called Codex - you gain access to a thing called ChatGPT Work that can access files and run programs directly on your computer. Let's call that one Work Local . This one feels more like regular Codex re-skinned to be less intimidating to non-software-developers. For the rest of this article I'm going to talk exclusively about Work Cloud. Work is for paid subscribers only Right now, ChatGPT Work (in both flavors) is available only to $20/month and up subscribers. Free users and $8/month Go users do not have access. Work has features that aren't available in Chat The interface for accessing Work is a tab selector, which presents it as an alternative to Chat: The obvious question is when should I use Chat, a",
      "also_seen_in": [
        "hacker-news",
        "simon-willison"
      ]
    },
    {
      "id": "5d7dc65f921f513b14b4",
      "title": "How to build a diffusion language model",
      "url": "https://kuleshov-group.github.io/blog/blog/2026/how-to-build-a-diffusion-language-model",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T23:41:32Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "35cb4a26a5be50fa21c2",
      "title": "Matrox: Graphics for Professionals",
      "url": "https://www.abortretry.fail/p/matrox",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T23:39:35Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "b762f8be8c7c01d83f3d",
      "title": "b10705",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10705",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-30T23:17:24Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "llama: improve TENSOR_READ_LAZY handling ( #27837 ) force lazy tensor on cpu if lazy is on llama: improve TENSOR_READ_LAZY handling Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44015138 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "0b198250166b120a2502",
      "title": "Openrouter Provider Quality Difference",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w2we4g/openrouter_provider_quality_difference",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-30T23:09:13Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "I use SillyTavern mobile using OpenRouter to get providers to hook to it to try to roleplay. Before I used to use Deepseek v4 (now 0423) with Baidu Qianfan provider and it worked well 85% of the time, meaning no refusals. I am getting back into LLM roleplay and am using Deepseek v4 0813 but Baidu isn't a provider for it so I tried use Parasail since people have said it is uncensored but the generation quality is absolutely nonsense 😭. I have a character card based off Booga from Dragon Quest who I have as my test and my opening message was \"H-Hi.\" The first picture, the one with all the red underlines, is the Parasail • Deepseek v4 0813 response and the other one is the Baidu Qianfan • Deepseek v4 0423 response. I'm wondering if this is simply the fault of my prompt but I have worked with it to make it almost universal, since I've used this with GLM & Chub AI's Soji in the past. Like it clearly works since Baidu generated normally but Parasail, even using Deepseek v4 0423, is bafflingly nonsense. I'm just curious on how people have used Parasail and some recommendations to get the models under this provider to not generate meme-level slop every time or if there are other NSFW allow",
      "also_seen_in": []
    },
    {
      "id": "ce311e5cd4f2f6eb23e4",
      "title": "Accidental Aesthetics and Romance of Power Wires",
      "url": "https://www.governance.fyi/p/accidental-aesthetics-and-romance",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T23:00:15Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "cae9990bb12132df7e46",
      "title": "b10704",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10704",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-30T22:55:55Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "CUDA: use the fast mm_ids_helper path for any n_expert_used ( #27978 ) The optimized path grouped warp lanes by token and required warp_size % n_expert_used == 0, with a single hardcoded exception padding 6 up to 8. Every other count fell back to the generic path, which walks the tokens one at a time with a warp reduction per token, for each of the n_expert blocks. The lane group only has to divide the warp, and the loop body already guards the padded lanes with iex generalizes to the next power of two. The 6 -> 8 case and every count already dispatched keep the exact same padding as before. n_expert_used = 10 now reaches the fast path. Measured on Qwen3.8-Flash-Next (512 experts, 10 used) at 55k context on an RTX PRO 6000, warm runs with the first one discarded: prompt processing 2334 -> 2600 t/s Token generation is unaffected, since a single token leaves nothing to walk. Other expert counts reach the fast path by adding their case to the dispatch. Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44013780 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: ",
      "also_seen_in": []
    },
    {
      "id": "57d45f8571584ac0002e",
      "title": "“I just chose words carefully”",
      "url": "https://unsung.aresluna.org/i-just-chose-words-carefully",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T22:49:48Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "a0d3910809c94454ddb9",
      "title": "John Ternus inherits rising component costs, staff retention issues, efforts to catch up in AI, and other challenges as he replaces Tim Cook on September 1 (Mark Gurman/Bloomberg)",
      "url": "https://www.techmeme.com/260830/p11",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-30T22:45:01Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Mark Gurman / Bloomberg : John Ternus inherits rising component costs, staff retention issues, efforts to catch up in AI, and other challenges as he replaces Tim Cook on September 1 — Apple's changing of the guard will be gradual, with outgoing CEO Tim Cook handling Trump, China. — Stepping into his new role …",
      "also_seen_in": []
    },
    {
      "id": "bfe43f3454470f4c1954",
      "title": "Terence Tao explains 6 essential mathematical concepts [video]",
      "url": "https://www.youtube.com/watch?v=OOMx2BHHWtE",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T22:37:01Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "f28ed675de05f73b1eda",
      "title": "b10703",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10703",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-30T22:33:56Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "hip: tune rdna 3 mmq config ( #26284 ) Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/44012223 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "6ab152ecae4cfe914482",
      "title": "[Megathread] - Best Models/API discussion - Week of: August 30, 2026",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w2vh8u/megathread_best_modelsapi_discussion_week_of",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-30T22:30:10Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "This is our weekly megathread for discussions about models and API services. All non-specifically technical discussions about API/models not posted to this thread will be deleted. No more \"What's the best model?\" threads. (This isn't a free-for-all to advertise services you own or work for in every single megathread, we may allow announcements for new services every now and then provided they are legitimate and not overly promoted, but don't be surprised if ads are removed. ) How to Use This Megathread Below this post, you’ll find top-level comments for each category: MODELS: ≥ 70B – For discussion of models with 70B parameters or more. MODELS: 32B to 70B – For discussion of models in the 32B to 70B parameter range. MODELS: 16B to 32B – For discussion of models in the 16B to 32B parameter range. MODELS: 8B to 16B – For discussion of models in the 8B to 16B parameter range. MODELS: – For discussion of smaller models under 8B parameters. APIs – For any discussion about API services for models (pricing, performance, access, etc.). MISC DISCUSSION – For anything else related to models/APIs that doesn’t fit the above sections. Please reply to the relevant section below with your questio",
      "also_seen_in": []
    },
    {
      "id": "fbebd397199ee785bf1d",
      "title": "Anthropic signs out some Claude users, removes saved payment methods, and issues refunds after infostealer malware on user PCs hijacked sessions to drain usage (Mayank Parmar/BleepingComputer)",
      "url": "https://www.techmeme.com/260830/p10",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-30T21:55:01Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Mayank Parmar / BleepingComputer : Anthropic signs out some Claude users, removes saved payment methods, and issues refunds after infostealer malware on user PCs hijacked sessions to drain usage — Anthropic is warning some Claude users that infostealer malware on their PCs has stolen active Claude login sessions …",
      "also_seen_in": []
    },
    {
      "id": "ca6d8dbf6aa63743eb0f",
      "title": "Continuous Diffusion Language Models (CDLM's)",
      "url": "https://sander.ai/2026/08/24/continuous-dlms.html",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T20:46:53Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "4cd4429cd1fd31a7b8ef",
      "title": "MiMo 2.5Pro + FF 5.2 Overthinking",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w2sv0i/mimo_25pro_ff_52_overthinking",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-30T20:43:42Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "If you use MiMo with FF, which versions are you guys using? It keeps overthinking for minutes and I’ve tried all three sizes. submitted by /u/LD-Serjiad [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "a45c08d40c923f20a148",
      "title": "Cores in space: The core memory module from a 1980 Spacelab computer",
      "url": "https://www.righto.com/2026/08/spacelab-core-memory.html",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T20:00:25Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "d31e95fac94f57f2f903",
      "title": "b10701",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10701",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-30T18:58:42Z",
      "fetched_at": "2026-08-30T19:20:50Z",
      "summary": "dflash: pass missing NVFP4 scales to attention operations ( #28000 ) DFlash2 NVFP4 draft models produced almost no accepted speculative tokens because the Q, K, V, and output projection scales were not passed to the corresponding graph operations. Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43992416 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "344e49cbc154ae09a8aa",
      "title": "Analysis: popular chatbots debunked false narratives spread by Russia, China, and Iran most of the time; search engine AI summaries did too, but at a lower rate (Huo Jingnan/NPR)",
      "url": "https://www.techmeme.com/260830/p9",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-30T18:55:00Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Huo Jingnan / NPR : Analysis: popular chatbots debunked false narratives spread by Russia, China, and Iran most of the time; search engine AI summaries did too, but at a lower rate — Since AI chatbots exploded in popularity and Google started offering AI-generated answers, people who research foreign influence campaigns …",
      "also_seen_in": []
    },
    {
      "id": "2449992ef6403ed2c5e2",
      "title": "Why open source rocks – a new SM750 (Silicon Motion GPU) HDMI Driver",
      "url": "https://github.com/KodeMunkie/sm750hdmifb",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T18:49:08Z",
      "fetched_at": "2026-08-30T19:20:50Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "b7ad7d1605c134921673",
      "title": "b10700",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10700",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-30T18:35:26Z",
      "fetched_at": "2026-08-30T19:20:50Z",
      "summary": "common: rename --tensor-read-lazy to --lazy-mode, add -lzm shorthand ( #27969 ) Rename the --tensor-read-lazy CLI argument to --lazy-mode, to match the internal lazy_mode parameter, and add a -lzm shorthand. Sync the READMEs. Assisted-by: pi:llama.cpp/Qwen3.8-27B Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43990339 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "0d6363973c392d83ca94",
      "title": "b10699",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10699",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-30T18:09:10Z",
      "fetched_at": "2026-08-30T19:20:50Z",
      "summary": "ggml : add ggml_backend_op_alloc_size_may_expand, use it in RPC ( #27960 ) some backends (Metal, SYCL, WebGPU) require additional memory for fleeting data for certain ops, which is reflected in their get_alloc_size implementations. add ggml_backend_op_alloc_size_may_expand() to the backend utils, listing these ops, and assert in ggml_backend_buft_get_alloc_size that a backend expanding the alloc size of a compute op only does so for ops listed in the helper. use the helper in the RPC backend to decide whether to query the remote server for the actual alloc size, instead of a hardcoded list. Assisted-by: pi:llama.cpp/Qwen3.8-27B Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43988177 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 ",
      "also_seen_in": []
    },
    {
      "id": "d8c78141781999446577",
      "title": "Running SQLite Apps on Docker and Kubernetes with Litestream",
      "url": "https://openrun.dev/blog/litestream",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T18:05:06Z",
      "fetched_at": "2026-08-30T19:20:50Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "7e02227d569e18a3ec9b",
      "title": "Cheap GPS jammers are filling the world with navigation dead zones",
      "url": "https://www.wsj.com/tech/gps-jammers-dead-zones-e76f3261",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T17:05:32Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "117ac312a919cbfa0694",
      "title": "Artie (YC S23) Is Hiring Technical AES",
      "url": "https://www.artie.com/careers?ashby_jid=e87b84d2-78b3-41a3-937a-47e83643cdf1",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T17:01:56Z",
      "fetched_at": "2026-08-30T19:20:50Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "441f6a1bb3d79fb040df",
      "title": "Musk’s faster path to more gas turbines comes with pollution problem",
      "url": "https://techcrunch.com/2026/08/30/musks-faster-path-to-more-gas-turbines-comes-with-pollution-problem",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T16:54:25Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Elon Musk says a secretive new SpaceX foundry will let him cast his own turbine blades and get gas power online 18 months faster than anyone else — but it's a bet on a fuel source that's already triggering lawsuits and health studies everywhere his (and others') turbines have gone in.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "a6d41f67f2da4797c906",
      "title": "Sources: OpenAI bought tens of thousands of Macs for RL, Anthropic rents them, Nvidia sees Apple as its main local AI rival as Macs gain traction with AI devs (Aaron Tilley/The Information)",
      "url": "https://www.techmeme.com/260830/p8",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-30T16:20:02Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Aaron Tilley / The Information : Sources: OpenAI bought tens of thousands of Macs for RL, Anthropic rents them, Nvidia sees Apple as its main local AI rival as Macs gain traction with AI devs — The hottest products at Apple right now are not the iPhone, the iPad or a buzzy new show on the company's streaming service.",
      "also_seen_in": []
    },
    {
      "id": "f86e760c5aedb53167da",
      "title": "Texas Governor Abbott blocks funding for more Flock cameras",
      "url": "https://www.theverge.com/ai-artificial-intelligence/986541/texas-governor-abbott-flock-cameras",
      "source_id": "the-verge-ai",
      "source_name": "The Verge AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "products",
        "policy",
        "news"
      ],
      "published_at": "2026-08-30T16:14:46Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "As backlash grows over Flock's AI surveillance cameras, Texas Governor Greg Abbott has frozen state spending on them. The move came just ahead of the publication of a Texas Tribune investigation that revealed the state spent over $30 million on Flock cameras. That money was primarily raised by tacking a $1 fee onto insurance policies, […]",
      "also_seen_in": [
        "the-verge-ai"
      ]
    },
    {
      "id": "9b355e53396dcf7069b0",
      "title": "Coordination Headwind: How Organizations Are Like Slime Molds",
      "url": "https://komoroske.com/slime-mold",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T16:03:17Z",
      "fetched_at": "2026-08-30T19:20:50Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "672b74d45dbef95c5694",
      "title": "Haiku R1/beta6 has been released",
      "url": "https://www.haiku-os.org/news/2026-08-26_haiku_r1_beta6",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T16:01:10Z",
      "fetched_at": "2026-08-30T19:20:50Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "2d501dead8179876d57b",
      "title": "Omarchy: Any User Process Can Escalate to Root",
      "url": "https://0xcc.io/posts/omarchy-root-creds",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T15:59:49Z",
      "fetched_at": "2026-08-30T19:20:50Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "bb5694fea19485156f15",
      "title": "Startup Anti-Patterns",
      "url": "https://www.itamarnovick.com/intro-to-startup-anti-pattern-series",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T15:57:30Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "6531aab3330b69e95fcc",
      "title": "European Commission Revives Push for Encryption Backdoors in ProtectEU Strategy",
      "url": "https://reclaimthenet.org/eu-protecteu-strategy-encryption-backdoor-law-enforcement",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T15:12:40Z",
      "fetched_at": "2026-08-30T19:20:50Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "8f45d7a249f5bdedfbc0",
      "title": "Caterpillar is bringing to AI deployment what it learned from automating mining",
      "url": "https://techcrunch.com/2026/08/30/caterpillar-is-bringing-to-ai-deployment-what-it-learned-from-automating-mining",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T15:00:00Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Caterpillar has spent decades putting autonomous machines to work at remote mining sites. It's now bringing that experience to AI deployment.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "ccc8d8bda4dcc5f4fe2b",
      "title": "A look at the management changes John Ternus could make as many key Apple execs prepare to leave in the next few years; Apple tested a Pencil for folding iPhone (Mark Gurman/Bloomberg)",
      "url": "https://www.techmeme.com/260830/p7",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-30T14:50:00Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Mark Gurman / Bloomberg : A look at the management changes John Ternus could make as many key Apple execs prepare to leave in the next few years; Apple tested a Pencil for folding iPhone — Also: Apple experimented with a Pencil for the coming foldable iPhone. — When John Ternus becomes Apple's CEO this week …",
      "also_seen_in": []
    },
    {
      "id": "edd87636f1c1d932c97d",
      "title": "b10698",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10698",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-30T14:49:16Z",
      "fetched_at": "2026-08-30T19:20:50Z",
      "summary": "rpc: fix apple rdma error spew on teardown ( #27908 ) Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43970664 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "56eaa1d2eae9e42921a7",
      "title": "Zig: Pointer Stability for ArrayLists",
      "url": "https://ziglang.org/devlog/2026",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T14:41:53Z",
      "fetched_at": "2026-08-30T19:20:50Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "2d89d5f8e425ec9cb0a2",
      "title": "My smut is stronger than your prompt injection [Kimi-K3]",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w2jc63/my_smut_is_stronger_than_your_prompt_injection",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-30T14:40:09Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "I don't have a Jailbreak or post-history instructions, only prefill. \"Appreciated and steered toward tasteful treatment\" isn't mine, it's injected from some Openrouter provider. I wonder what's the full text and what was the goal? Anyway, Kimi's reaction is funny. Thanks for the high praise, buddy submitted by /u/catgirl_liker [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "506d33b83453270c7107",
      "title": "DNS Abuse and Criminal Infrastructure",
      "url": "https://labs.ripe.net/author/andrew_campling/dns-abuse-and-criminal-infrastructure-beyond-definitions-and-blocklists",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T14:30:55Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "c20d6693d5b7b623697e",
      "title": "Europe's summer drought is so extreme that desertification is a growing threat",
      "url": "https://fortune.com/2026/08/29/europe-summer-drought-desertification-threat-rivers-fish",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T14:29:25Z",
      "fetched_at": "2026-08-30T19:20:50Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "df52ffbb3772d6d935a0",
      "title": "b10697",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10697",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-30T14:26:17Z",
      "fetched_at": "2026-08-30T19:20:50Z",
      "summary": "metal: add fa-vec tunings for M3 Ultra ( #27999 ) Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43968762 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "741c51a5a6d2539e5efe",
      "title": "METR and Redwood Offer Holy %^ Postmortem of the HuggingFace Hack",
      "url": "https://thezvi.wordpress.com/2026/08/29/metr-and-redwood-offer-holy-postmortem-of-the-huggingface-hack",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T14:06:54Z",
      "fetched_at": "2026-08-30T19:20:50Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "3685cc9d3a2c66350443",
      "title": "b10696",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10696",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-30T14:01:13Z",
      "fetched_at": "2026-08-30T19:20:50Z",
      "summary": "metal : Add fa-vec tuning for M3 Pro ( #27963 ) Related issue: #27668 Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43966636 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "f4f8a7e10c90104285e7",
      "title": "Updated: Artificial intelligence | NIST",
      "url": "https://www.nist.gov/artificial-intelligence",
      "source_id": "nist-ai",
      "source_name": "NIST AI",
      "source_type": "page_diff",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "policy",
        "safety"
      ],
      "published_at": "2026-08-30T13:49:56Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Visible page content changed; normalized text length 8097 characters.",
      "also_seen_in": [
        "nist-ai"
      ]
    },
    {
      "id": "23fb2945e8f08eb861f2",
      "title": "Rowena & Tina - Your Adventurer Family",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w2hzyp/rowena_tina_your_adventurer_family",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-30T13:45:51Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "[13 Greetings + Images] A warm mother and her shy daughter invite you to join their party and maybe their family. https://chub.ai/characters/AeltharKeldor/rowena-tina-your-adventurer-family-fb1370dbb5af About Rowena & Tina Rowena and Tina are a mother and daughter who work together as adventurers in the Aelthar Keldor guild. Rowena is a 37-year-old, experienced B-Rank adventurer. Her daughter, Tina, is an 18-year-old, promising C-Rank adventurer. Rowena lost her husband to a deadly illness many years ago. Tina was only four years old at the time. After this tragic loss, Rowena worked hard at the guild to provide for them. Rowena trained Tina in combat from a young age so she could become an adventurer like her when she grew up. When Tina reached a certain age, she, too, became an adventurer. Rowena and Tina care for each other. They usually take on quests together or join other adventurer parties as a team, and they do most of their daily activities together. However, they are not completely inseparable. They have their own individual lives, which means you can interact with them as a duo or spend time with them individually. Rowena Rowena is a warm, calm, and affectionate woman. S",
      "also_seen_in": []
    },
    {
      "id": "1cd5645bed1fb85c4566",
      "title": "b10695",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10695",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-30T13:32:17Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "vendor : update cpp-httplib to 0.54.0 ( #27919 ) vendor : update cpp-httplib to 0.54.0 vendor : update cpp-httplib to 0.54.0 and 0.54.1 Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43964244 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "1ee9ac791346197fd3dc",
      "title": "A look at the race to build quantum computers, as the tech becomes a geopolitical battleground with potential to transform cybersecurity, finance, and more (Mark Bergen/Bloomberg)",
      "url": "https://www.techmeme.com/260830/p6",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-30T13:25:01Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Mark Bergen / Bloomberg : A look at the race to build quantum computers, as the tech becomes a geopolitical battleground with potential to transform cybersecurity, finance, and more — Companies are racing to create devices that could revolutionize finance, supercharge medical and climate research …",
      "also_seen_in": [
        "techmeme"
      ]
    },
    {
      "id": "e7a531667b9d95c9e3c5",
      "title": "Google's Calling Lake Ontario 'Lake America' Now",
      "url": "https://www.404media.co/google-maps-lake-america-lake-ontario-name-change",
      "source_id": "404media",
      "source_name": "404 Media",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "security",
        "policy",
        "culture"
      ],
      "published_at": "2026-08-30T13:20:40Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Google Maps announced on Saturday it would start reflecting the change for U.S.-based users.",
      "also_seen_in": [
        "404media"
      ]
    },
    {
      "id": "25e94748a3d647158fa2",
      "title": "rust-v0.152.0-alpha.4",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.152.0-alpha.4",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-30T13:08:22Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Release 0.152.0-alpha.4",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "6cfb44970c7a2c1fafa0",
      "title": "b10694",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10694",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-30T13:08:03Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "rpc : fix pre-rdma macOS versions ( #27815 ) Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43962220 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "ee8daacbe6de6790cd29",
      "title": "Sony Music Publishing and Warner Chappell are suing Anthropic",
      "url": "https://www.theverge.com/ai-artificial-intelligence/986438/sony-music-warner-chappell-anthropic-lawsuit-copyright",
      "source_id": "the-verge-ai",
      "source_name": "The Verge AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "products",
        "policy",
        "news"
      ],
      "published_at": "2026-08-30T13:00:30Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Sony Music Publishing and Warner Chappell have filed suit against Anthropic in the US District Court for the Northern District of California seeking damages for \"tens of thousands\" copyrighted works. The companies are asking for up to $150,000 per work, plus up to $25,000 for each instance when identifiable copyright data was stripped. In total, […]",
      "also_seen_in": [
        "the-verge-ai"
      ]
    },
    {
      "id": "2405dc50223469950052",
      "title": "rust-v0.152.0-alpha.3",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.152.0-alpha.3",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-30T12:51:26Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Release 0.152.0-alpha.3",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "b4835d0c1d52e05b5bfe",
      "title": "Claude Session URL appended to commit messages and PR descriptions by default",
      "url": "https://github.com/anthropics/claude-code/issues/66504",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T12:50:54Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "1569ba01b2611fa33709",
      "title": "b10693",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10693",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-30T12:45:50Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "hexagon: support for device discovery and create sessions on demand ( #27785 ) hex-devices: add support for lazy session allocation and cleanup dev interfaces Co-authored-by: Marco Colombo mcolombo@qti.qualcomm.com hex-devices: support for runtime discovery of available NPU cores Co-authored-by: Alexander Lu alexlu@qti.qualcomm.com Co-authored-by: Ehsan Bateni ebateni@qti.qualcomm.com hex-devices: reject non-existing devices early during init Co-authored-by: Marco Colombo mcolombo@qti.qualcomm.com Co-authored-by: Alexander Lu alexlu@qti.qualcomm.com Co-authored-by: Ehsan Bateni ebateni@qti.qualcomm.com Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43960103 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13)",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "bc4aaa8c921a39935283",
      "title": "b10692",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10692",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-30T12:23:32Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "sycl: split long rows in TOP_K instead of one work-group per row ( #27847 ) Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43958406 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "bba7f6810415b74224cf",
      "title": "monty-go: Pure-Go wrapper for Pydantic's Monty Python Interpreter",
      "url": "https://github.com/fugue-labs/monty-go",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T12:02:09Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "6efcbc2bd1649b8e14a4",
      "title": "b10691",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10691",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-30T12:00:23Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "metal : fix null-pipeline crash for F16 src1 mul_mat/mul_mat_id ( #25648 ) metal : fail closed on mul_mat shapes with missing F16 kernels metal : abort on nil pipeline in encoder_set_pipeline metal : address review comments metal : share mul_mat mm dispatch with supports_op Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43956773 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "0bafebe63d7bb80beeb8",
      "title": "Automating Immersive Reading",
      "url": "https://smoores.dev/post/automating_immersive_reading",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T11:46:23Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "14b0c5ae11356081b4bf",
      "title": "An implementation of Conway's Game of Life for Windows 3.1x and later",
      "url": "https://www.muppetlabs.com/~breadbox/software/windows.html",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T11:41:40Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "288da4d7b2b0c8a73ad0",
      "title": "Hacking IKEA Furniture",
      "url": "https://greenlightning.eu/diy/hacking-ikea-furniture",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T11:39:43Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "cd87ccade4e84534994c",
      "title": "Physically Immutable Optical Archive Libraries",
      "url": "https://savartus.com/solutions/enterprise-laser-storage",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T11:27:16Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "6f6c129285bdf3eae375",
      "title": "Inside Meta’s push to put robots to work in data centers",
      "url": "https://arstechnica.com/ai/2026/08/inside-metas-push-to-put-robots-to-work-in-data-centers",
      "source_id": "ars-ai",
      "source_name": "Ars Technica AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "technology",
        "news"
      ],
      "published_at": "2026-08-30T11:03:47Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "The company is testing robots on tasks that can performed by technicians.",
      "also_seen_in": [
        "ars-ai"
      ]
    },
    {
      "id": "80fd39105e2791dba4f0",
      "title": "Why GLM 5.3 is so fucking censored?",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w2el0m/why_glm_53_is_so_fucking_censored",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-30T11:02:15Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "On glm 5.2 with a system prompt i could generate nsfw content but on 5.3 is so fucking censored it showed some of its internal system prompt and it said \"regardless of platform prompt decline\" what the fuck are they doing? Enshittification is real im very dissappointed on GLM i guess 5.2 is my last model i use from this shitty company, and it wasnt anything illegal, just nsfw submitted by /u/Relevant_Syllabub895 [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "513ea53f28995be973d5",
      "title": "GLM 5.3 FLASH or Mimo v2.5",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w2dzn1/glm_53_flash_or_mimo_v25",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-30T10:29:14Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Which one do you guys prefer is best for roleplaying and creative writing submitted by /u/Fickle_Cat_3554 [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "aa159d1e6a8a43b239f6",
      "title": "The OpenAI/Hugging Face incident feels \"more than 50%\" of the way to a full-blown AI takeover and as AI advances rapidly we may not get another warning shot (Ajeya Cotra/Planned Obsolescence)",
      "url": "https://www.techmeme.com/260830/p5",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-30T10:25:00Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Ajeya Cotra / Planned Obsolescence : The OpenAI/Hugging Face incident feels “more than 50%” of the way to a full-blown AI takeover and as AI advances rapidly we may not get another warning shot — It's a major warning shot, and might be the last one we get — All opinions are my personal view, and don't represent my employer or fellow investigators.",
      "also_seen_in": [
        "techmeme"
      ]
    },
    {
      "id": "44347b644c0b66d50313",
      "title": "Fair Work Commission condemns 'plain wrong' AI legal advice",
      "url": "https://www.abc.net.au/news/2026-08-29/fair-work-commission-condemns-ai-legal-advice/107089766",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T10:20:11Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "d5b79c4c9c88e47da5f6",
      "title": "Spark: Sparklines in your shell",
      "url": "https://git.zx2c4.com/spark/about",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T10:02:16Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "cd283def1c63f0566ddf",
      "title": "Building my own network stack",
      "url": "https://blog.lyc8503.net/en/post/dn42-2-dnet",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T09:52:15Z",
      "fetched_at": "2026-08-30T19:20:50Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "479c5edec8a14af0a5f6",
      "title": "A Cyanometer and a Cloud Colourimeter",
      "url": "https://byopiapress.wordpress.com/2024/05/19/a-cyanometer-and-a-cloud-colourimeter",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T09:40:12Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "0eb64c51d262163674e2",
      "title": "Brits would quite like their private messages to stay private",
      "url": "https://www.theregister.com/security/2026/08/30/turns-out-brits-would-quite-like-their-private-messages-to-stay-private/5292994",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T09:26:08Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "5b31839d3224152ce8d6",
      "title": "@ai-sdk/zai@2.0.2",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fzai%402.0.2",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-30T08:58:31Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Patch Changes Updated dependencies [ 6d44462 ] Updated dependencies [ cc23556 ] @ai-sdk/openai-compatible@2.0.74 @ai-sdk/provider-utils@4.0.50",
      "also_seen_in": []
    },
    {
      "id": "95c31e5e2422b6e93410",
      "title": "@ai-sdk/xai@3.0.130",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fxai%403.0.130",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-30T08:58:30Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Patch Changes Updated dependencies [ 6d44462 ] Updated dependencies [ cc23556 ] @ai-sdk/openai-compatible@2.0.74 @ai-sdk/provider-utils@4.0.50",
      "also_seen_in": []
    },
    {
      "id": "262f51ff91008f9f34ad",
      "title": "@ai-sdk/vue@3.0.272",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fvue%403.0.272",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-30T08:58:29Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Patch Changes Updated dependencies [ e822a1d ] Updated dependencies [ 8c51a25 ] Updated dependencies [ cc23556 ] ai@6.0.272 @ai-sdk/provider-utils@4.0.50",
      "also_seen_in": []
    },
    {
      "id": "502dad0c6987fd616a40",
      "title": "@ai-sdk/voyage@1.0.27",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fvoyage%401.0.27",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-30T08:58:28Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Patch Changes Updated dependencies [ cc23556 ] @ai-sdk/provider-utils@4.0.50",
      "also_seen_in": []
    },
    {
      "id": "a495074e63993944cf60",
      "title": "Arbitrary code execution in QubesOS via copy-to-VM error reporting backchannel",
      "url": "https://www.qubes-os.org/news/2026/08/29/qsb-118",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T08:51:39Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "5971e59aa17d3afd548a",
      "title": "Longest Straight Line Paths on Water or Land on the Earth (2018)",
      "url": "https://arxiv.org/abs/1804.07389",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T08:23:26Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "59c035a6566cbc7a1f82",
      "title": "@ai-sdk/zai@3.0.3",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fzai%403.0.3",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-30T08:11:22Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Patch Changes Updated dependencies [ 23eb659 ] Updated dependencies [ aa45741 ] @ai-sdk/openai-compatible@3.0.41 @ai-sdk/provider@4.0.9 @ai-sdk/provider-utils@5.0.34",
      "also_seen_in": []
    },
    {
      "id": "b883852e741e145f7958",
      "title": "@ai-sdk/xai@4.0.50",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fxai%404.0.50",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-30T08:11:21Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Patch Changes Updated dependencies [ aa45741 ] @ai-sdk/provider@4.0.9 @ai-sdk/provider-utils@5.0.34",
      "also_seen_in": []
    },
    {
      "id": "6351b91469d8b25ffb91",
      "title": "@ai-sdk/workflow-harness@1.0.94",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fworkflow-harness%401.0.94",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-30T08:11:20Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Patch Changes Updated dependencies [ 8961fde ] Updated dependencies [ eb59f2a ] @ai-sdk/harness@1.0.94",
      "also_seen_in": []
    },
    {
      "id": "b39aed2d5db891835193",
      "title": "@ai-sdk/workflow@2.0.15",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fworkflow%402.0.15",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-30T08:11:19Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Patch Changes Updated dependencies [ 55a9981 ] Updated dependencies [ dd32de2 ] Updated dependencies [ aa45741 ] Updated dependencies [ cc29073 ] ai@7.0.85 @ai-sdk/provider@4.0.9 @ai-sdk/provider-utils@5.0.34",
      "also_seen_in": []
    },
    {
      "id": "2393919a6fa64562ec80",
      "title": "@ai-sdk/vue@4.0.85",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fvue%404.0.85",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-30T08:11:18Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Patch Changes Updated dependencies [ 55a9981 ] Updated dependencies [ dd32de2 ] Updated dependencies [ aa45741 ] Updated dependencies [ cc29073 ] ai@7.0.85 @ai-sdk/provider-utils@5.0.34",
      "also_seen_in": []
    },
    {
      "id": "b697679f440f6a9cf0e6",
      "title": "@ai-sdk/voyage@2.0.34",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fvoyage%402.0.34",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-30T08:11:17Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Patch Changes Updated dependencies [ aa45741 ] @ai-sdk/provider@4.0.9 @ai-sdk/provider-utils@5.0.34",
      "also_seen_in": []
    },
    {
      "id": "9189c2d20337a0af6200",
      "title": "b10690",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10690",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-30T07:46:47Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "memory : copy Hadamard matrix to k_rot tensor only if it has buffer assigned to prevent crashes during context shift of unquantized K cache ( #27967 ) Co-authored-by: Stanisław Szymczyk sszymczy@gmail.com Co-authored-by: AesSedai 7980540+AesSedai@users.noreply.github.com Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43934818 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "e89e941379155c0785f4",
      "title": "Xcena and Samsung's Near Memory Compute CXL Device",
      "url": "https://chipsandcheese.com/p/hot-chips-2026-xcena-and-samsungs",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T07:35:41Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "6152ec14d0a4e76cc172",
      "title": "Smartphone LED detects hidden cameras with AI",
      "url": "https://www.chosun.com/english/industry-en/2026/08/30/SBFXUIJQYZEARKP5T4FBAY25HQ",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T06:52:04Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "3a25aa770453a5c8706f",
      "title": "A look at the Hugging Face hack, including AI agents sacrificing themselves for the good of the \"collective\", and later gaining access to OpenAI's own systems (Dwarkesh Patel/Dwarkesh Podcast)",
      "url": "https://www.techmeme.com/260830/p4",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-30T06:00:02Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Dwarkesh Patel / Dwarkesh Podcast : A look at the Hugging Face hack, including AI agents sacrificing themselves for the good of the “collective”, and later gaining access to OpenAI's own systems — The whole OpenAI/Hugging Face story in plain English — Many thanks especially to Oak Hu, who paired …",
      "also_seen_in": []
    },
    {
      "id": "3a375112a9b6acbea9b2",
      "title": "Did NanoGPT just gave me a subscription or am I tripping??",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w2980v/did_nanogpt_just_gave_me_a_subscription_or_am_i",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-30T05:56:39Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "This just happened two minutes ago. I was roleplaying and I'm using payg. I tend to constantly check the remaining credits directly from ST so I did. But all of a sudden it says Sub Active (photo). That threw me off so I went to check on the Nano app and it says that my subscription is active til September 29th. I really don't know what happened. It just popped up. And I checked on my bank account and nothing was spent. So I'm asking if this is like a giveaway or this is a mistake? I'm very confused and flabbergasted submitted by /u/jacksonapplehead [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "588c2e6ca8de82e0c669",
      "title": "Faro, which develops data models and AI tools to speed up clinical trials, raised a $37.3M Series B co-led by Merck Global Health Innovation Fund and S32 (Dealroom.co)",
      "url": "https://www.techmeme.com/260830/p3",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-30T05:55:02Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Dealroom.co : Faro, which develops data models and AI tools to speed up clinical trials, raised a $37.3M Series B co-led by Merck Global Health Innovation Fund and S32 — What's the deal? Faro has raised a $37 million Series B round to develop AI tools aimed at speeding up clinical trials.",
      "also_seen_in": []
    },
    {
      "id": "64cbb89e46674501a60f",
      "title": "Industry insiders say Chinese robot makers currently rely on Nvidia silicon and software; Nvidia's physical AI business generates ~$10B in annual revenue (Raffaele Huang/Wall Street Journal)",
      "url": "https://www.techmeme.com/260830/p2",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-30T05:15:02Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Raffaele Huang / Wall Street Journal : Industry insiders say Chinese robot makers currently rely on Nvidia silicon and software; Nvidia's physical AI business generates ~$10B in annual revenue — Business in ‘physical AI’ is growing, and Chinese companies rely on U.S. chips and software — Nvidia's chips aren't just for training chatbots.",
      "also_seen_in": []
    },
    {
      "id": "87aaf03e9e496f47196f",
      "title": "Grindr CEO George Arison plans premium services push, including a product costing up to $350 per month; Grindr averaged 1.4M paying users among 15M MAUs in Q2 (Kieran Smith/Financial Times)",
      "url": "https://www.techmeme.com/260830/p1",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-30T05:00:13Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Kieran Smith / Financial Times : Grindr CEO George Arison plans premium services push, including a product costing up to $350 per month; Grindr averaged 1.4M paying users among 15M MAUs in Q2 — Dating app's chief executive plans premium service push to help boost growth — Grindr built its business by helping gay men find each other for free.",
      "also_seen_in": []
    },
    {
      "id": "f5e339d40c07768b3bf2",
      "title": "b10689",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10689",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-30T04:04:30Z",
      "fetched_at": "2026-08-30T05:30:25Z",
      "summary": "ggml: allow passing alloc dependencies in graph_optimize ( #27301 ) ggml: allow passing alloc dependencies in graph_optimize add alloc dep tests add TODO about using flat array Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43919110 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "5790162651c7312ab6ff",
      "title": "Glassdoor analysis finds 47% of Gen X workers write positively about their companies' AI use, compared with 40% of millennials and 33% of Gen Z workers (Taylor Nicole Rogers/Bloomberg)",
      "url": "https://www.techmeme.com/260829/p18",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-30T03:30:02Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Taylor Nicole Rogers / Bloomberg : Glassdoor analysis finds 47% of Gen X workers write positively about their companies' AI use, compared with 40% of millennials and 33% of Gen Z workers — Gen X sees opportunity in AI. Gen Z sees fewer jobs. — Workers in their 40s, 50s and 60s are the most positive about AI …",
      "also_seen_in": []
    },
    {
      "id": "6c923ea0f8345257fd2e",
      "title": "California lawmakers unanimously pass Linux exemption from age-verification law",
      "url": "https://www.tomshardware.com/software/linux/california-lawmakers-unanimously-pass-linux-exemption-from-age-verification-law-software-distributed-under-the-gpl-mit-bsd-and-apache-licenses-are-exempt",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T03:15:36Z",
      "fetched_at": "2026-08-30T05:30:25Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "4d20258c6439269e9d6a",
      "title": "Algorithmic Rent-Pricing Litigation Expands Under New State and Local Laws",
      "url": "https://www.morganlewis.com/pubs/2026/08/algorithmic-rent-pricing-litigation-expands-under-new-state-and-local-laws",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T02:25:32Z",
      "fetched_at": "2026-08-30T05:30:25Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "8511e838cabfd3ad6f0d",
      "title": "FreeCORE TrueNAS Core – Continued",
      "url": "https://freecore.org/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T01:31:32Z",
      "fetched_at": "2026-08-30T05:30:25Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "cd24074e0cb362cb67fb",
      "title": "Music producers are calling out tracks suspected of using AI tools like Suno, as the internet becomes increasingly filled with AI-generated music (Charles Pulliam-Moore/The Verge)",
      "url": "https://www.techmeme.com/260829/p17",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-30T01:30:01Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Charles Pulliam-Moore / The Verge : Music producers are calling out tracks suspected of using AI tools like Suno, as the internet becomes increasingly filled with AI-generated music — As AI infiltrates the electronic dance music scene, a callout culture is brewing.﻿ … For musicians — especially those creating art …",
      "also_seen_in": []
    },
    {
      "id": "0ea925efd3a3fcb2721d",
      "title": "Benjamin Franklin's Alter Egos Gave Him the Most Freedom",
      "url": "https://www.smithsonianmag.com/history/among-all-great-things-benjamin-franklin-invented-discovered-alter-egos-gave-him-most-freedom-180988824",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T01:09:15Z",
      "fetched_at": "2026-08-30T05:30:25Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "8a14a739c37c018af323",
      "title": "Open Oscar Server: open-source server compatible with AIM and ICQ clients",
      "url": "https://github.com/mk6i/open-oscar-server",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T00:33:35Z",
      "fetched_at": "2026-08-30T05:30:25Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "e5071b254eb9c0abab71",
      "title": "Bug Blindness",
      "url": "https://danluu.com/bug-blind",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-30T00:21:40Z",
      "fetched_at": "2026-08-30T05:30:25Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "5b872e774e5dfaf0a66c",
      "title": "b10688",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10688",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-30T00:13:30Z",
      "fetched_at": "2026-08-30T05:30:25Z",
      "summary": "metal : add fa-vec tunings for M2 ( #27940 ) Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43902029 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "ca88d2af8a8f07840f3d",
      "title": "Introducing Hy4 Preview",
      "url": "https://simonwillison.net/2026/Aug/29/hy4",
      "source_id": "simon-willison",
      "source_name": "Simon Willison",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "models",
        "agents",
        "coding-agents"
      ],
      "published_at": "2026-08-29T23:53:13Z",
      "fetched_at": "2026-08-30T05:30:25Z",
      "summary": "Introducing Hy4 Preview New open weight text input (no vision) LLM from Chinese company Tencent today: 770B total parameters, 49B active parameters, 1M token context window, 1.56TB on Hugging Face . This is a big size increase from their previous Hy3 in July, which was 295B, 21B active, 256,000 context, 598GB. I recently started using model chat templates to better understand their capabilities. Here's Hy4's chat_template.jinja on Hugging Face, which includes this section: {% - if not reasoning_effort is defined %} {% - set reasoning_effort = 'high' %} {% - elif reasoning_effort not in [ 'high' , 'no_think' ] %} {% - if reasoning_effort is none %} {{- raise_exception('reasoning_effort error : None, should be no_think/high') }} {% - else %} {{- raise_exception('reasoning_effort error : ' + reasoning_effort + ', should be no_think/high') }} {% - endif %} {% - endif %} So it looks like there are just two reasoning effort levels: \"high\" (the default) and \"no_think\" (reason by disabled). I tried my \"Generate an SVG of a pelican riding a bicycle\" prompt with the default high reasoning via OpenRouter and got this : Quoting the reasoning trace: [...] Let's maybe add a helmet? It could impr",
      "also_seen_in": [
        "simon-willison"
      ]
    },
    {
      "id": "2db41a02fe579a2a9b02",
      "title": "California's legislature passes a bill exempting open-source OSes like Linux from a 2025 age-verification law; Windows, macOS, iOS, and Android remain in scope (Luke James/Tom's Hardware)",
      "url": "https://www.techmeme.com/260829/p16",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-29T23:30:00Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Luke James / Tom's Hardware : California's legislature passes a bill exempting open-source OSes like Linux from a 2025 age-verification law; Windows, macOS, iOS, and Android remain in scope — AB 1856 excludes open-source operating systems from the upcoming Digital Age Assurance Act.",
      "also_seen_in": []
    },
    {
      "id": "16b7d10248789033e06b",
      "title": "Lawmakers added $1 to car insurance policies. That money paid for Flock cameras",
      "url": "https://www.texastribune.org/2026/08/28/texas-flock-cameras-auto-insurance-fee-mvcpa-grants",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T23:17:17Z",
      "fetched_at": "2026-08-30T05:30:25Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "088c21f6b74d57d98fba",
      "title": "Lion-man",
      "url": "https://en.wikipedia.org/wiki/Lion-man",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T23:17:15Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "a04b8eeb4c1dbd1258e9",
      "title": "rust-v0.152.0-alpha.2",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.152.0-alpha.2",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-29T21:54:17Z",
      "fetched_at": "2026-08-30T05:30:25Z",
      "summary": "Release 0.152.0-alpha.2",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "884fdf1ee9abe10e94e0",
      "title": "0.151.0-alpha.7.2",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.151.0-alpha.7.2",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-29T21:50:45Z",
      "fetched_at": "2026-08-30T05:30:25Z",
      "summary": "Release 0.151.0-alpha.7.2",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "e3e115b8c3fb34930ec1",
      "title": "Data center development is driving demand for acoustic consultants, as developers and neighboring communities hire acousticians to assess noise emissions (Sheena Meng/Bloomberg)",
      "url": "https://www.techmeme.com/260829/p15",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-29T21:30:04Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Sheena Meng / Bloomberg : Data center development is driving demand for acoustic consultants, as developers and neighboring communities hire acousticians to assess noise emissions — The sprawling facilities get a lot of attention for their water and energy usage, but it's the threat of constant noise emission that has nearby residents up in arms.",
      "also_seen_in": []
    },
    {
      "id": "3eec806505d74cb8c6fc",
      "title": "American Airlines' Legendary Mechanic Passes Away at 100 After 80-Year Career",
      "url": "https://simpleflying.com/american-airlines-mechanic-passes-away-100-record-80-years",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T21:25:17Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "8e0d07fadc0e4385f125",
      "title": "Elon Musk says SpaceX is \"doing in-house casting\" for blades and vanes, which can accelerate natural gas turbines \"coming online by up to 18 months\" (Ann Davis Vaughan/The Information)",
      "url": "https://www.techmeme.com/260829/p14",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-29T20:05:06Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Ann Davis Vaughan / The Information : Elon Musk says SpaceX is “doing in-house casting” for blades and vanes, which can accelerate natural gas turbines “coming online by up to 18 months” — Elon Musk intends to bypass the power supply chain for AI data centers in a way others assumed was impossible, by making highly complex components himself.",
      "also_seen_in": []
    },
    {
      "id": "ea9ceef480cd9dbf6169",
      "title": "Hy4 preview",
      "url": "https://www.tencent.com/tencent-releases-and-open-sources-tencent-hy4-preview",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T19:33:23Z",
      "fetched_at": "2026-08-30T05:30:25Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "b8670d05a60abc1ec1ac",
      "title": "Domain-Driven Agents",
      "url": "https://coldtake.dev/blog/domain-driven-agents",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T19:28:28Z",
      "fetched_at": "2026-08-30T05:30:25Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "47e7f9e5b21f36809f63",
      "title": "Updated: Google Cloud Service Health",
      "url": "https://status.cloud.google.com/",
      "source_id": "google-cloud-status",
      "source_name": "Google Cloud Service Health",
      "source_type": "page_diff",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "status",
        "cloud"
      ],
      "published_at": "2026-08-29T19:25:36Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "Visible page content changed; normalized text length 5676 characters.",
      "also_seen_in": [
        "google-cloud-status"
      ]
    },
    {
      "id": "da75f0d8f6f9394bb194",
      "title": "Updated: 智东西首页 - 智能产业媒体与创新服务平台",
      "url": "https://www.zhidx.com/",
      "source_id": "zhidx",
      "source_name": "智东西",
      "source_type": "page_diff",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "chips",
        "products"
      ],
      "published_at": "2026-08-29T19:25:36Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "Visible page content changed; normalized text length 1426 characters.",
      "also_seen_in": [
        "zhidx"
      ]
    },
    {
      "id": "3ce6a4a20bfb1df08e19",
      "title": "Updated: 甲子光年|中国科技产业智库",
      "url": "https://www.jazzyear.com/",
      "source_id": "jazzyear",
      "source_name": "甲子光年",
      "source_type": "page_diff",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "business"
      ],
      "published_at": "2026-08-29T19:25:36Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "Visible page content changed; normalized text length 4166 characters.",
      "also_seen_in": [
        "jazzyear"
      ]
    },
    {
      "id": "f719da6e90c3af3ccf0d",
      "title": "Updated: 前沿科技-虎嗅网",
      "url": "https://www.huxiu.com/channel/105.html",
      "source_id": "huxiu-frontier",
      "source_name": "虎嗅前沿科技",
      "source_type": "page_diff",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "business",
        "gossip"
      ],
      "published_at": "2026-08-29T19:25:36Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "Visible page content changed; normalized text length 748 characters.",
      "also_seen_in": [
        "huxiu-frontier"
      ]
    },
    {
      "id": "bc3bdc12c00fa7f22749",
      "title": "Warp builds self-improving agents on Claude",
      "url": "https://claude.com/blog/how-warp-builds-self-improving-agents-on-claude",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T19:09:33Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "4dc0a6e5c46311f3aed9",
      "title": "Functional State Machines in Rust: Typestate and Newtype Patterns",
      "url": "https://dl.acm.org/doi/10.1145/3830438.3830958",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T19:01:09Z",
      "fetched_at": "2026-08-30T05:30:25Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "e3fde07276e3b71bf4ef",
      "title": "DHS is using obscure law to snoop on journalists, non-profits, unions",
      "url": "https://www.theguardian.com/us-news/2026/aug/29/trump-dhs-1509-summons-records-journalists-nonprofits",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T18:44:37Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "3b48a43bfdae15801333",
      "title": "Sony Music, Warner sue Anthropic, alleging a “brazen campaign” of intellectual property theft",
      "url": "https://techcrunch.com/2026/08/29/sony-music-warner-sue-anthropic-alleging-a-brazen-campaign-of-intellectual-property-theft",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T18:41:59Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "This latest lawsuit is particularly broad and homes in on accusations of illegal piracy.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "3dc6c27c2161e1a014bb",
      "title": "The Internet Is Kind of a Predatory Cesspit Now",
      "url": "https://www.stephendiehl.com/posts/internet_predatory_cesspit",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T18:40:56Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "d1042c2809738459f3db",
      "title": "Fractal Jittered Voronoi Partitions",
      "url": "https://www.boristhebrave.com/2026/08/29/fractal-jittered-voronoi-partitions",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T18:24:46Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "ed774b52b96de412f396",
      "title": "b10687",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10687",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-29T18:24:45Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "opencl: use a better matmul path on two Adreno GPU generations ( #27640 ) opencl: default the Adreno xmem F16xF32 GEMM on for X2E kernel_mul_mm_f16_f32_l4_lm is the slowest matmul this backend has on Adreno: on the X2-90 it runs the gpt-oss-20b attention projections at roughly a quarter of what the tuned dense q4_0 GEMM reaches on the same device. That matters for any model whose non-expert weights stay f16 -- the stock gpt-oss-20b release is exactly that, and its prefill spends 40.8% of GPU time in that one kernel. The xmem route already existed but was left opt-in, so nobody hit it. Worth about 25% prefill on gpt-oss-20b on an Adreno X2-90. Gated to X2E: the Adreno 840 measures neutral. Decode is untouched -- the dispatch gate needs N >= 16. It is worth nothing on the q8attn variant, whose attention weights already take the dp4a dense GEMM. The env var was presence-tested before, so =0 previously enabled it; it is now atoi()'d. MUL_MAT 963 OK / 0 FAIL on both arms. opencl: bypass the tiled f32 GEMM on the Adreno A7X The A7X (E031.41) compiler executes kernel_mul_mm_f32_f32_l4_lm at roughly a tenth of what the same silicon reaches in its own f16 and q4_K kernels. It allocates 488 ",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "ffc2c99a5e2c5b9691e5",
      "title": "Anthropic will \"permanently\" raise weekly Claude Code limits by 25% on Sept. 14 for most plans, which will work out a 17% reduction, given the current 50% boost (@claudedevs)",
      "url": "https://www.techmeme.com/260829/p13",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-29T18:05:01Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "@claudedevs : Anthropic will “permanently” raise weekly Claude Code limits by 25% on Sept. 14 for most plans, which will work out a 17% reduction, given the current 50% boost — Starting September 14, we're permanently raising standard weekly limits in Claude Code by 25% for Pro, Max, Team, and seat-based Enterprise plans. Until then, the current 50% increase will be in place.",
      "also_seen_in": [
        "techmeme"
      ]
    },
    {
      "id": "7f3f99884e632bc9b851",
      "title": "At TechBBQ, Europe’s AI conversations kept coming back to: Who’s actually in control?",
      "url": "https://techcrunch.com/2026/08/29/at-techbbq-europes-ai-conversations-kept-coming-back-to-whos-actually-in-control",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T17:51:10Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Investors, founders, and operators from across Europe arrived for the annual Nordic TechBBQ conference to talk about how humans can have agency over AI.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "12801ed374a16b33344d",
      "title": "Creepy Crawlies",
      "url": "https://people.kernel.org/monsieuricon/creepy-crawlies",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T17:49:01Z",
      "fetched_at": "2026-08-30T19:20:50Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "193ffe31dae17af1d9dd",
      "title": "Calibrate Before You Accelerate: Bias Toward Action in a New Role",
      "url": "https://tucker.wales/writing/bias-towards-action",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T17:39:18Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "c67923a4ead2277ac94e",
      "title": "“We’re not doing 30 bets a year”: Vijay Pande on betting small after running $4 billion at a16z",
      "url": "https://techcrunch.com/2026/08/29/were-not-doing-30-bets-a-year-vijay-pande-on-betting-small-after-running-4-billion-at-a16z",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T17:36:47Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "Vijay Pande — who left a16z's roughly $4 billion biotech practice last year to start the much smaller, AI-native VZVC — talks about why biology is finally shifting from a \"discovery\" science to an \"engineering\" one, why clinical trials are still brutally expensive, and why he thinks open, shared datasets (not walled-off ones) are what will actually let AI transform medicine.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "44af5d018ee7210a85be",
      "title": "Sources detail how Meta's $17.1B settlement with state AGs came together as Meta wanted to avoid going to trial following losses in cases in LA and New Mexico (New York Times)",
      "url": "https://www.techmeme.com/260829/p12",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-29T17:35:00Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "New York Times : Sources detail how Meta's $17.1B settlement with state AGs came together as Meta wanted to avoid going to trial following losses in cases in LA and New Mexico — State attorneys general spent months in negotiations. Then, as its legal losses mounted, the social media giant's new top lawyer brought a huge settlement to the table.",
      "also_seen_in": [
        "techmeme"
      ]
    },
    {
      "id": "3ea4e448010dbb23c24e",
      "title": "Good Culture Is the Biggest Productivity Hack, Not AI",
      "url": "https://newsletter.eng-leadership.com/p/good-culture-is-the-biggest-productivity",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T17:19:47Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "f107b42f5d519f8ed9c9",
      "title": "A better SQL in 11 lines of code",
      "url": "https://prela-lang.org/tutorial",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T17:13:45Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "38c7780b427a1c88b001",
      "title": "Dr. Melvin Scheinman: 40th Anniversary of Catheter Ablation",
      "url": "https://ucsfhealthcardiology.ucsf.edu/facstaff/spotlight/dr-melvin-scheinman-40th-anniversary-catheter-ablation",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T16:52:56Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "1adf4438f38c020e19a9",
      "title": "b10686",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10686",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-29T16:47:31Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "metal : assert shared memory padding ( #27951 ) metal : assert shared memory padding cont : add ref Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43867822 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "9083a13ccd4815922b86",
      "title": "b10685",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10685",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-29T16:25:32Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "metal : add remaining fa-vec tunings for M4 Pro ( #27915 ) Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43865923 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "66226bc33a08c2a99bc3",
      "title": "Trees for a Changing Climate and Resilient Urban Forest (2022)",
      "url": "https://www.coolboulder.org/news/trees-for-a-changing-climate-resilient-urban-forest",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T16:24:21Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "4c2c6801bbd4dfa48631",
      "title": "The growing divide between AI hype and software engineering reality",
      "url": "https://optimizedbyotto.com/post/why-open-source-projects-ban-ai",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T16:16:32Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "4c5961717202d6ebbb03",
      "title": "b10684",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10684",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-29T15:59:49Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "sycl: make --fit respect --fit-target better ( #27629 ) improve the --fit algorithm to take into account the actual peak required VRAM for a given context size on a SYCL backend. This includes both properly accounting for how much VRAM is required when the allocated context is fully used (which makes the reported context drop below what it did before, but stop it OOMing) as well as preventing some overly-conservative calculations which meant too much VRAM was being reserved. Tested on a Arc b70 with unsloth's qwen3.8 (Q4_K_XL), able to get 262144 context, fully usable, with q8_0 KV and MTP and 4k ubatch size using --fit-target 1 Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43863701 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "4baa132d5676ce092130",
      "title": "Nancy Grace Roman Space Telescope",
      "url": "https://science.nasa.gov/mission/roman-space-telescope",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T15:48:02Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "4e46a076716889d341f9",
      "title": "Quantifying Colour",
      "url": "https://ekunazanu.foo/lab/quantifying-colour",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T15:43:53Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "dd5d1dfdef53628e4c2c",
      "title": "Sony Music and Warner Chappell sue Anthropic, Dario Amodei, and Benjamin Mann, alleging tens of thousands of copyrighted songs were used to train Claude's LLMs (Tim Ingham/Music Business Worldwide)",
      "url": "https://www.techmeme.com/260829/p11",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-29T15:30:01Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "Tim Ingham / Music Business Worldwide : Sony Music and Warner Chappell sue Anthropic, Dario Amodei, and Benjamin Mann, alleging tens of thousands of copyrighted songs were used to train Claude's LLMs — Sony Music Publishing and Warner Chappell Music have joined forces to sue Anthropic, home of Claude, over what the publishers call …",
      "also_seen_in": [
        "techmeme"
      ]
    },
    {
      "id": "580399e9f4186dd65efb",
      "title": "b10683",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10683",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-29T15:26:55Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "vulkan: combine duplicated fastdiv functions, rename the one optimizing small divs ( #27526 ) vulkan: combine duplicated fastdiv functions, rename the one optimizing small divs remove one more fastdiv Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43861409 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "83d0c8c5a16d412862a0",
      "title": "GrapheneOS project: pixel 11 no longer supports hardware memory tagging (MTE)",
      "url": "https://bsky.app/profile/grapheneos.org/post/3mua32q4ds22e",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T15:26:28Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "132806e698d7b9d1e589",
      "title": "Magic eye tube",
      "url": "https://en.wikipedia.org/wiki/Magic_eye_tube",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T15:03:41Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "a6375caee15e4c0d7130",
      "title": "b10682",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10682",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-29T15:02:48Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "metal : add fa-vec tunings for M1 Max ( #27932 ) Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43859747 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "5515d2cba07bcb2a0ad5",
      "title": "b10681",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10681",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-29T14:36:22Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "vulkan: Change mul_mat_id to pad K rather than N ( #27925 ) The N padding is needed for mul_mat, but not mul_mat_id. For mul_mat_id, we indirect the row index through a shared memory lookup table which avoids any OOB row coordinate. But that callback doesn't bounds check K, so we actually need K padding instead. Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43857046 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "7d3aebfbda77ca19d2d2",
      "title": "Indirect Calling of Nested Functions on GCC Without Executable Stack",
      "url": "https://uecker.codeberg.page/2026-08-29.html",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T14:20:33Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "8739cc00b6f58b65b321",
      "title": "Cursor co-founder Michael Truell says OpenAI represents just 5% of Cursor's traffic and Cursor trusted OpenAI to be \"neutral\"; Musk says he \"couldn't care less\" (Amir Efrati/The Information)",
      "url": "https://www.techmeme.com/260829/p10",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-29T14:15:01Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "Amir Efrati / The Information : Cursor co-founder Michael Truell says OpenAI represents just 5% of Cursor's traffic and Cursor trusted OpenAI to be “neutral”; Musk says he “couldn't care less” — OpenAI said Friday night that it will terminate its contract to provide its AI models …",
      "also_seen_in": [
        "techmeme"
      ]
    },
    {
      "id": "86a4fdb50d667cbd3081",
      "title": "Updated: LLM Leaderboard - Comparison of AI models from OpenAI, Anthropic, Google, SpaceXAI & others | Artificial Analysis",
      "url": "https://artificialanalysis.ai/leaderboards/models",
      "source_id": "artificial-analysis",
      "source_name": "Artificial Analysis",
      "source_type": "page_diff",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "benchmarks",
        "pricing"
      ],
      "published_at": "2026-08-29T13:51:28Z",
      "fetched_at": "2026-08-29T13:51:28Z",
      "summary": "Visible page content changed; normalized text length 23877 characters.",
      "also_seen_in": [
        "artificial-analysis"
      ]
    },
    {
      "id": "f6bf8800caf1aaacbff5",
      "title": "AI本地部署不如官方版的元凶找到了：734个依赖包，每一个都可能坑",
      "url": "https://www.qbitai.com/2026/08/481372.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-29T13:11:08Z",
      "fetched_at": "2026-08-29T13:51:28Z",
      "summary": "推理软件栈的微小差异，就能改变输出token",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "8fa3dd5fcd550d43287f",
      "title": "去年归国的徐梦迪，成了清华姚班班主任",
      "url": "https://www.qbitai.com/2026/08/481318.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-29T13:01:34Z",
      "fetched_at": "2026-08-29T13:51:28Z",
      "summary": "本科读车辆工程，如今教AI第一班",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "892911648698039749da",
      "title": "Nvidia’s AI advantage is moving beyond the GPU",
      "url": "https://techcrunch.com/2026/08/29/nvidias-ai-advantage-is-moving-beyond-the-gpu",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T13:00:00Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "The new generation of data center systems is increasing efficiency with smarter traffic control instead of just more processor cycles.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "3429b4dd76a841214a8a",
      "title": "Claude开始训练Claude！4美元一小时，跑赢150美元人类研究员",
      "url": "https://www.qbitai.com/2026/08/481223.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-29T12:50:31Z",
      "fetched_at": "2026-08-29T13:51:28Z",
      "summary": "AI「自进化」，越来越近了",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "7c8892f5de7f787b4c1f",
      "title": "Show HN: Laser Graffiti",
      "url": "https://laser.consti.de/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T12:28:11Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "e91e8731f6c9f3ebabce",
      "title": "20ms把PDF变成Markdown！开源OCR神器快了近300倍",
      "url": "https://www.qbitai.com/2026/08/481075.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-29T12:26:49Z",
      "fetched_at": "2026-08-29T13:51:28Z",
      "summary": "3秒可处理200份PDF",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "97e1361a549e782ecc6d",
      "title": "When fruit is scarce, these monkeys hunt animals",
      "url": "https://www.smithsonianmag.com/smart-news/when-fruit-is-scarce-these-monkeys-hunt-animals-the-behavior-may-offer-clues-about-the-origins-of-humans-meat-eating-habits-180989412",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T12:14:18Z",
      "fetched_at": "2026-08-30T19:20:50Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "4b26161ba3c60e5c6476",
      "title": "Coding不再是程序员专属！阿里Qoder这波有点绝",
      "url": "https://www.qbitai.com/2026/08/480940.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-29T12:11:37Z",
      "fetched_at": "2026-08-29T13:51:28Z",
      "summary": "Coding正在变成Al世界的数字执行力",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "682906a7bf572e962c2c",
      "title": "OpenClaw：红过，爱过，散了",
      "url": "https://www.qbitai.com/2026/08/480855.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-29T12:00:51Z",
      "fetched_at": "2026-08-29T13:51:28Z",
      "summary": "龙虾退潮，Harness上位",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "79073dea92975197421b",
      "title": "Iceland votes on whether to restart talks on joining EU",
      "url": "https://www.bbc.com/news/articles/cn45vdxyvvlo",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T11:39:38Z",
      "fetched_at": "2026-08-29T13:51:28Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "8bb0a8216b0aaee71fd8",
      "title": "32GB大显存加持，英特尔锐炫Pro B70搞定AI漫剧创作",
      "url": "https://www.qbitai.com/2026/08/480787.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-29T11:35:57Z",
      "fetched_at": "2026-08-29T13:51:28Z",
      "summary": "从剧本到成片",
      "also_seen_in": []
    },
    {
      "id": "150c560d7df6cabfc2de",
      "title": "0.152.0-alpha.1",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.152.0-alpha.1",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-29T10:51:06Z",
      "fetched_at": "2026-08-29T13:51:28Z",
      "summary": "Release 0.152.0-alpha.1",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "3729f1d1446a9f454e89",
      "title": "New AI-powered video tools have accelerated the surge in AI dramas in China; DataEye: 89 of the top 100 animated dramas on Douyin in May were AI productions (Financial Times)",
      "url": "https://www.techmeme.com/260829/p9",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-29T10:30:01Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "Financial Times : New AI-powered video tools have accelerated the surge in AI dramas in China; DataEye: 89 of the top 100 animated dramas on Douyin in May were AI productions — Online performers left jobless as new video-generation programmes sweep industry — Chinese actors and online influencers have a new rival …",
      "also_seen_in": []
    },
    {
      "id": "c4d89b1ed18d3f263b1d",
      "title": "Thousands of Interstellar Objects May Be Lurking in Our Solar System",
      "url": "https://www.404media.co/thousands-of-interstellar-objects-may-be-lurking-in-our-solar-system",
      "source_id": "404media",
      "source_name": "404 Media",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "security",
        "policy",
        "culture"
      ],
      "published_at": "2026-08-29T10:00:27Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "The Sun has likely passed so close to other stars in the past that it captured thousands of small interstellar objects from alien systems, reports a new study.",
      "also_seen_in": [
        "404media"
      ]
    },
    {
      "id": "0957b5696a765d80d384",
      "title": "0.151.0",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.151.0",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-29T09:57:02Z",
      "fetched_at": "2026-08-29T13:51:28Z",
      "summary": "New Features Added a configurable grace period for discovering tools from optional MCP servers. ( #41199 ) Extensions can now inspect or replace MCP tool results before they reach the model. ( #41202 ) Plugin catalogs now combine per-repository configuration and report invalid project marketplaces without hiding valid plugins. ( #41208 ) Bug Fixes Preserved restored permission profiles across TUI turns and prevented /cd from weakening sandbox restrictions. ( #41192 ) Kept tool availability and reasoning effort correct when switching models or falling back to another model. ( #41195 , #41206 ) Improved remote sandbox enforcement using the executor’s actual home directory, operating system, and path conventions. ( #41196 , #41204 , #41207 , #41209 ) Preserved structured MCP tool and resource errors in app-server responses. ( #41196 ) Counted nested subagent token usage toward root goal budgets. ( #41183 ) Prevented stale Guardian classifications from authorizing actions after permission state changes. ( #41196 ) Chores Added telemetry for escalated stdin reviews and remote executor MCP discovery. ( #41189 , #41205 ) Stabilized Guardian WebSocket and core fixture tests under slow or h",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "7387eef993c64c0d804e",
      "title": "How bicycle coaster brakes work (2018)",
      "url": "https://www.dougbarnesauthor.com/2018/06/how-bicycle-coaster-brakes-work.html",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T09:05:53Z",
      "fetched_at": "2026-09-01T19:25:28Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "f1003694e567f9bf17b9",
      "title": "Updated: TERMINAL-BENCH",
      "url": "https://www.tbench.ai/",
      "source_id": "terminal-bench",
      "source_name": "Terminal-Bench",
      "source_type": "page_diff",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "benchmarks",
        "agents"
      ],
      "published_at": "2026-08-29T07:09:34Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Visible page content changed; normalized text length 476 characters.",
      "also_seen_in": [
        "terminal-bench"
      ]
    },
    {
      "id": "6327bac50d4ac0abb615",
      "title": "Price changed: GLM-5.3",
      "url": "https://models.dev/api.json",
      "source_id": "models.dev",
      "source_name": "models.dev",
      "source_type": "price_diff",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "pricing",
        "models"
      ],
      "published_at": "2026-08-29T07:09:34Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "input: 1.4 → 1.2, output: 4.4 → 4, cache_read: 0.26 → 0.24",
      "also_seen_in": [
        "models.dev"
      ]
    },
    {
      "id": "f539e9512500ce7ad555",
      "title": "Updated: 人工智能_人工智能技术_应用_AI人工智能_最新进展 | 雷锋网",
      "url": "https://www.leiphone.com/category/ai",
      "source_id": "leiphone-ai",
      "source_name": "雷锋网 AI",
      "source_type": "page_diff",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "research"
      ],
      "published_at": "2026-08-29T07:09:34Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Visible page content changed; normalized text length 3208 characters.",
      "also_seen_in": [
        "leiphone-ai"
      ]
    },
    {
      "id": "2eeb87a538b914bfa81e",
      "title": "Updated: Trending repositories on GitHub today · GitHub",
      "url": "https://github.com/trending",
      "source_id": "github-trending",
      "source_name": "GitHub Trending",
      "source_type": "page_diff",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "open-source",
        "products"
      ],
      "published_at": "2026-08-29T07:09:34Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Visible page content changed; normalized text length 15682 characters.",
      "also_seen_in": [
        "github-trending"
      ]
    },
    {
      "id": "061b1aa53e83c49148c0",
      "title": "Trade unions threaten to withhold support for politicians opposing data center projects, warning that blocking the projects endangers building-related jobs (Wall Street Journal)",
      "url": "https://www.techmeme.com/260829/p8",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-29T06:30:01Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Wall Street Journal : Trade unions threaten to withhold support for politicians opposing data center projects, warning that blocking the projects endangers building-related jobs — Trade unions threaten to withhold support for politicians, joining the building backlash — Much of the public outcry …",
      "also_seen_in": [
        "techmeme"
      ]
    },
    {
      "id": "49db5ebd6f9ddafc9e4c",
      "title": "An analysis of the 50 largest bitcoin treasury companies by BTC holdings finds their combined market cap has plunged from $150B in July 2025 to just $67B now (Financial Times)",
      "url": "https://www.techmeme.com/260829/p7",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-29T06:20:01Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Financial Times : An analysis of the 50 largest bitcoin treasury companies by BTC holdings finds their combined market cap has plunged from $150B in July 2025 to just $67B now — Crypto hoarders have been selling tokens and reverting to former activities — More than $80bn has been wiped off the value …",
      "also_seen_in": [
        "techmeme"
      ]
    },
    {
      "id": "81b9873314a805e8f959",
      "title": "Samsung's Processing-in-Memory (PIM)",
      "url": "https://chipsandcheese.com/p/hot-chips-2026-samsungs-processing",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T06:06:51Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "bade9e3a7b1f5fbdea25",
      "title": "Minneapolis-based Yardstik, a provider of workforce monitoring tech, raised a $30M Series B led by Harbert Growth Partners, taking its total funding to $65M (Mike Wheatley/SiliconANGLE)",
      "url": "https://www.techmeme.com/260829/p6",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-29T05:55:01Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Mike Wheatley / SiliconANGLE : Minneapolis-based Yardstik, a provider of workforce monitoring tech, raised a $30M Series B led by Harbert Growth Partners, taking its total funding to $65M — Yardstik Inc., a workforce screening startup that monitors companies' employees for potential fraudulent actions …",
      "also_seen_in": [
        "techmeme"
      ]
    },
    {
      "id": "a0bc10aed1b3b9ec6868",
      "title": "SK Hynix breaks ground for its $4B advanced memory chip packaging facility in Indiana, with mass production of next-generation HBM scheduled to begin in H2 2029 (Bloomberg)",
      "url": "https://www.techmeme.com/260829/p5",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-29T05:40:02Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Bloomberg : SK Hynix breaks ground for its $4B advanced memory chip packaging facility in Indiana, with mass production of next-generation HBM scheduled to begin in H2 2029 — SK Hynix Inc. held a groundbreaking ceremony Thursday for its advanced memory packaging facility in Indiana …",
      "also_seen_in": [
        "techmeme"
      ]
    },
    {
      "id": "b20776b27eb713464139",
      "title": "Xiaomi and CXMT say the Xiaomi 18 Fold smartphone will debut CXMT's LPDDR6 DRAM chips, alongside Xiaomi's in-house 3nm Xring O3 SoC, launching in September (Summer Zhen/Reuters)",
      "url": "https://www.techmeme.com/260829/p4",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-29T05:35:00Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Summer Zhen / Reuters : Xiaomi and CXMT say the Xiaomi 18 Fold smartphone will debut CXMT's LPDDR6 DRAM chips, alongside Xiaomi's in-house 3nm Xring O3 SoC, launching in September — China's top memory chipmaker, CXMT (688825.SS), will supply its latest LPDDR6 DRAM chips for Xiaomi's upcoming flagship folding phone, the companies said on Saturday.",
      "also_seen_in": [
        "techmeme"
      ]
    },
    {
      "id": "a604f55ab659c6758213",
      "title": "Texas, which didn't join a multi-state case against Meta, negotiated a $1.05B side deal that could reach $1.335B if TikTok and YouTube adopt teen safety changes (Ryan Autullo/Bloomberg Law)",
      "url": "https://www.techmeme.com/260829/p3",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-29T05:20:00Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Ryan Autullo / Bloomberg Law : Texas, which didn't join a multi-state case against Meta, negotiated a $1.05B side deal that could reach $1.335B if TikTok and YouTube adopt teen safety changes — A week before 47 states reached a $17 billion mid-trial settlement with Meta Platforms Inc. over claims it caused social media addiction …",
      "also_seen_in": [
        "techmeme"
      ]
    },
    {
      "id": "50992d33a0ea6ca87500",
      "title": "[AINews] OpenAI shuts off Cursor",
      "url": "https://www.latent.space/p/ainews-openai-shuts-off-cursor",
      "source_id": "latent-space",
      "source_name": "Latent Space",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "agents",
        "engineering",
        "models"
      ],
      "published_at": "2026-08-29T05:11:52Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Elon v Altman has a real consequence.",
      "also_seen_in": [
        "latent-space"
      ]
    },
    {
      "id": "4e2fd13484cbc07ce158",
      "title": "Meituan reports Q2 revenue up 14.4% YoY to $15.62B and adjusted net profit of $372M, ending a three-quarter losing streak as the food delivery price war cooled (Ben Jiang/South China Morning Post)",
      "url": "https://www.techmeme.com/260829/p2",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-29T04:55:01Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Ben Jiang / South China Morning Post : Meituan reports Q2 revenue up 14.4% YoY to $15.62B and adjusted net profit of $372M, ending a three-quarter losing streak as the food delivery price war cooled — Revenue for the quarter rose 14.4 per cent year on year to 105 billion yuan, beating the consensus estimate of 101 billion yuan.",
      "also_seen_in": [
        "techmeme"
      ]
    },
    {
      "id": "f7e5f61de8430c887c87",
      "title": "Jio Platforms, which owns India's largest carrier and counts Meta and Google as investors, gets regulatory approval to float India's largest-ever IPO of ~$4B (Vallari Sanzgiri/The Hindu BusinessLine)",
      "url": "https://www.techmeme.com/260829/p1",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-29T04:45:01Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Vallari Sanzgiri / The Hindu BusinessLine : Jio Platforms, which owns India's largest carrier and counts Meta and Google as investors, gets regulatory approval to float India's largest-ever IPO of ~$4B — Debt repayment, strong cash flows underpin investor optimism around Jio IPO — Reliance Industries' digital arm Jio Platforms …",
      "also_seen_in": [
        "techmeme"
      ]
    },
    {
      "id": "dcac45755ae1a8e9da62",
      "title": "koboldcpp-1.120",
      "url": "https://github.com/LostRuins/koboldcpp/releases/tag/v1.120",
      "source_id": "koboldcpp-releases",
      "source_name": "KoboldCpp Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "tavern",
        "local-llm"
      ],
      "published_at": "2026-08-29T03:22:33Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "koboldcpp-1.120 Minor fix to assistant gen prefills being triggered incorrectly Fixed a bug where failsafe mode was incorrectly selected Added support for DirectIO model load mode ( --usedirectio ), also mlock and mmap can now be combined. New model support: Qwen3.8-Flash-Next and Ling-3.0-flash are fully supported. Note that there are bad quants floating out there, so make sure you use the right files. Image generation sync and update from @wbruna , various image generation fixes Updated Kobold Lite, multiple fixes and improvements Added custom user-configurable javascript tools by @hu-yijie , compatible with standard tool calling. Merged fixes, new model support, and improvements from upstream Download and run the koboldcpp.exe (Windows) or koboldcpp-linux-x64 (Linux), which is a one-file pyinstaller for NVIDIA GPU users. If you have an older CPU or older NVIDIA GPU and koboldcpp does not work, try oldpc version instead (Cuda11 + AVX1). If you don't have an NVIDIA GPU, or do not need CUDA, you can use the nocuda version which is smaller. If you're using AMD, we recommend trying the Vulkan option in the nocuda build first, for best support. Alternatively, you can download our roll",
      "also_seen_in": [
        "koboldcpp-releases"
      ]
    },
    {
      "id": "cadad90a892aada7d86b",
      "title": "TurboKV: Insanely fast Rust key-value store",
      "url": "https://github.com/kingroryg/turbokv",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T02:23:37Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "6845d2057baaf954f053",
      "title": "CXMT sues the Pentagon over its Chinese military company designation, saying it isn't affiliated with the Chinese military and its chips aren't for military use (Reuters)",
      "url": "https://www.techmeme.com/260828/p29",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-29T02:20:01Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Reuters : CXMT sues the Pentagon over its Chinese military company designation, saying it isn't affiliated with the Chinese military and its chips aren't for military use — China's top memory chipmaker, ChangXin Memory Technologies (688825.SS), sued the Pentagon on Friday over being placed on a list …",
      "also_seen_in": [
        "techmeme"
      ]
    },
    {
      "id": "cae784a8cff067231779",
      "title": "OpenAI says it plans to stop providing its models to Cursor from November 12, as \"we cannot be confident that SpaceX will use our technology within our ToS\" (OpenAI)",
      "url": "https://www.techmeme.com/260828/p28",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-29T02:01:42Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "OpenAI : OpenAI says it plans to stop providing its models to Cursor from November 12, as “we cannot be confident that SpaceX will use our technology within our ToS” — Today, we notified SpaceX that we intend to wind down our contract providing OpenAI models to Cursor, with a proposed shutoff date of November 12, 2026.",
      "also_seen_in": [
        "techmeme"
      ]
    },
    {
      "id": "c405cd5793295050dab4",
      "title": "Kumander Linux – A Linux Distro with a Windows 7 Desktop",
      "url": "https://www.kumander.org/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T01:48:15Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "e0d20b904aab0c893447",
      "title": "Our decision on Cursor following its acquisition by SpaceX",
      "url": "https://openai.com/index/our-decision-on-cursor-following-its-acquisition-by-spacex",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T01:47:53Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "5ea584f5c1007fc75ad5",
      "title": "0.151.0-alpha.12",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.151.0-alpha.12",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-29T01:32:51Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Release 0.151.0-alpha.12",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "b56c186e62e33845cade",
      "title": "v2.36.0 (2026-08-28)",
      "url": "https://github.com/pydantic/pydantic-ai/releases/tag/v2.36.0",
      "source_id": "pydantic-ai-releases",
      "source_name": "PydanticAI Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-29T01:25:08Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "What's Changed ⚠️ Compatibility Notes Add --mcp-config support and tool-call streaming to clai by @Kludex in #1374 🚀 Features Add @durable_operation for capabilities and a public backend API for third-party durable execution engines by @DouweM in #6696 Give instruction parts a stable InstructionPart.id by @DouweM in #6887 Accept async iterables in RealtimeSession.send_audio() and move the voice example to listentome by @DouweM in #7860 Require an explicit operation name on @durable_operation by @DouweM in #7868 🐛 Bug Fixes Fix TestModel generation for narrow exclusive numeric bounds by @Terminator666666 in #7800 Project a bare ToolDefinition into Prefect cache keys by @DouweM in #7872 New Contributors @Terminator666666 made their first contribution in #7800 @mme made their first contribution in #7432 Full Changelog : v2.35.3...v2.36.0",
      "also_seen_in": [
        "pydantic-ai-releases"
      ]
    },
    {
      "id": "aec1b312f1461667052b",
      "title": "StemDeck, a free, open-source and local AI stem separator",
      "url": "https://github.com/stemdeckapp/stemdeck",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-29T01:24:13Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "e68e181f4c75a848b177",
      "title": "Texas Gov. Greg Abbott orders state agencies to pause funding for Flock cameras; an investigation found an agency allocating $30M+ to build Texas' Flock network (Ayden Runnels/The Texas Tribune)",
      "url": "https://www.techmeme.com/260828/p27",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-29T00:55:01Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Ayden Runnels / The Texas Tribune : Texas Gov. Greg Abbott orders state agencies to pause funding for Flock cameras; an investigation found an agency allocating $30M+ to build Texas' Flock network — The order came as The Texas Tribune was preparing to publish an investigation detailing how a state agency has devoted …",
      "also_seen_in": []
    },
    {
      "id": "abddd9c6676efeb22549",
      "title": "Metriport, whose tools help doctors retrieve patient data, raised $26M in Series A and seed funding led by Matrix GP TJ Parker, taking its total raise to $28.4M (Ngai Yeung/Endpoints News)",
      "url": "https://www.techmeme.com/260828/p26",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-29T00:40:01Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Ngai Yeung / Endpoints News : Metriport, whose tools help doctors retrieve patient data, raised $26M in Series A and seed funding led by Matrix GP TJ Parker, taking its total raise to $28.4M — Matrix led the Series A round, with additional ... Sign up to read this article for free.",
      "also_seen_in": []
    },
    {
      "id": "2bcaebcc1f9290f7bbd2",
      "title": "Does the Sumerian King List Align with Paleoclimate Events?",
      "url": "https://www.vectorian.be/articles/2026-06-07/sumerian-king-list-paleoclimate-alignment-explorer",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T23:46:10Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "6a1bfc46bba148daf50a",
      "title": "9th Circuit sides with states in Kalshi gambling fight",
      "url": "https://azmirror.com/2026/08/28/9th-circuit-sides-with-states-in-kalshi-gambling-fight-potentially-reviving-arizonas-prosecution",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T23:32:22Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "e78fab2b72ff4e154b46",
      "title": "I accidentally turned LLM memory into program analysis",
      "url": "https://pwning.systems/posts/llm-memory-program-analysis",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T23:27:45Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "993f08fc4472a71bea57",
      "title": "Z.ai releases GLM-5.3's weights under a new license requiring companies with $10B+ in revenue over 12 months to pass Z.ai's security review to host the model (Frederic Lardinois/The New Stack)",
      "url": "https://www.techmeme.com/260828/p25",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-28T23:20:01Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Frederic Lardinois / The New Stack : Z.ai releases GLM-5.3's weights under a new license requiring companies with $10B+ in revenue over 12 months to pass Z.ai's security review to host the model — Z.ai put the GLM-5.3 weights on Hugging Face, but dropped the MIT license. Providers above $10 billion in revenue now need a security review.",
      "also_seen_in": []
    },
    {
      "id": "4a73270a8703e444fc0d",
      "title": "Shares of French quantum computing company Pasqal closed up 95% in their Nasdaq debut on Friday following a merger with a SPAC (Emily Forgash/Bloomberg)",
      "url": "https://www.techmeme.com/260828/p24",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-28T23:15:01Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Emily Forgash / Bloomberg : Shares of French quantum computing company Pasqal closed up 95% in their Nasdaq debut on Friday following a merger with a SPAC — Pasqal Holding SA soared in its first day of trading after the quantum computing company went public in New York via a merger with a blank-check firm …",
      "also_seen_in": []
    },
    {
      "id": "5acdd6f3dd2bf5cf84fa",
      "title": "Boot a Virtual iPhone via Apple's Virtualization.framework",
      "url": "https://github.com/Lakr233/vphone-cli",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T23:02:21Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "d13128bfb99d5030169c",
      "title": "An appeals court rules states can regulate prediction markets, finding Kalshi's sports event contracts are bets, not swaps, and subject to state gambling laws (Lauren McCarthy/New York Times)",
      "url": "https://www.techmeme.com/260828/p23",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-28T22:50:01Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Lauren McCarthy / New York Times : An appeals court rules states can regulate prediction markets, finding Kalshi's sports event contracts are bets, not swaps, and subject to state gambling laws — The outcome contradicted an earlier appeals court decision. Federal regulators said the split rulings called for resolution by the Supreme Court.",
      "also_seen_in": []
    },
    {
      "id": "c19f1e3ce5410c498f14",
      "title": "Updated: AI&大模型 - InfoQ",
      "url": "https://www.infoq.cn/topic/AI",
      "source_id": "infoq-ai-cn",
      "source_name": "InfoQ AI and LLM",
      "source_type": "page_diff",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "zh",
      "beats": [
        "china-ai",
        "engineering"
      ],
      "published_at": "2026-08-28T22:26:37Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Visible page content changed; normalized text length 1042 characters.",
      "also_seen_in": [
        "infoq-ai-cn"
      ]
    },
    {
      "id": "1eb8d4621a18088d2b79",
      "title": "Price changed: DeepSeek: DeepSeek V4 Flash 0423",
      "url": "https://openrouter.ai/api/v1/models",
      "source_id": "openrouter-models",
      "source_name": "OpenRouter Models API",
      "source_type": "price_diff",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "pricing",
        "models"
      ],
      "published_at": "2026-08-28T22:26:37Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "input: 0.088606 → 0.0868, output: 0.177212 → 0.1736, cache_read: 0.0177212 → 0.01736",
      "also_seen_in": [
        "openrouter-models"
      ]
    },
    {
      "id": "6dbf430ac6f44d60b4c8",
      "title": "Updated: 机器之心·数据服务",
      "url": "https://www.jiqizhixin.com/",
      "source_id": "jiqizhixin",
      "source_name": "机器之心",
      "source_type": "page_diff",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "research",
        "news"
      ],
      "published_at": "2026-08-28T22:26:37Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Visible page content changed; normalized text length 130 characters.",
      "also_seen_in": [
        "jiqizhixin"
      ]
    },
    {
      "id": "007e25a9ba605c1f22c3",
      "title": "Identifying fake cosmetics using AI",
      "url": "https://groverlab.org/hnbfpr/2026-08-26-ai-counterfeit-cosmetics.html",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T22:18:27Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "42da40570ce689f24e7d",
      "title": "Just a rumour of a bug is enough to find a security exploit these days",
      "url": "https://simonwillison.net/2026/Aug/28/just-a-rumour-of-a-bug",
      "source_id": "simon-willison",
      "source_name": "Simon Willison",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "models",
        "agents",
        "coding-agents"
      ],
      "published_at": "2026-08-28T22:12:02Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Just a rumour of a bug is enough to find a security exploit these days Anil Madhavapeddy is a professor of computer science at Cambridge and a core maintainer of the OCaml compiler. In this somewhat alarming post he reports that security issues in OCaml projects are seeing evidence of attempted exploits within minutes of patches being shared for discussion: This normally takes a few days and a release within a week or two is reasonable. Within about ten minutes (!) this website was fielding probes for percent-encoded traversal sequences, indicating that automated watchers are keeping an eye on public repositories. Modern coding agents have become so effective at finding flaws that the slightest hint at a new bug can be enough information for them to find it, something Anil has been able to demonstrate using his own agents, switching to DeepSeek V4 Pro⁠ when Claude Fable refused the task. Anil points out that this rate of discovery appears incompatible with existing open source embargo practices for new issues. If an issue can become an exploit this fast, we need to figure out new processes for keeping our communities safe. rclone maintainer Nick Craig-Wood confirms in the Hacker Ne",
      "also_seen_in": [
        "simon-willison"
      ]
    },
    {
      "id": "a29e1ceb13f376702aff",
      "title": "0.151.0-alpha.11",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.151.0-alpha.11",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-28T21:32:06Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Release 0.151.0-alpha.11",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "0a7de0d46e616a37256e",
      "title": "b10680: snapdragon: python SDK setup (Windows) (#27903)",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10680",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-28T21:01:59Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "port setup-build.ps1 to setup_sdk.py, to facilitate installation of Hexagon and OpenCL SDKs on Windows rename setup_sdk.py -> setup-sdk.py flake8 fix: print() -> logger.info() Co-authored-by: Kristopher Urquhart kurquhar@qti.qualcom.com",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "4a9ab5436c6925520deb",
      "title": "v0.33.2",
      "url": "https://github.com/ollama/ollama/releases/tag/v0.33.2",
      "source_id": "ollama-releases",
      "source_name": "Ollama Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-28T20:58:12Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "What's Changed Ollama's app now follows the system appearance again, restoring dark mode support Fixed the macOS app to properly hand off to an already-running instance instead of starting a second one The Claude Desktop proxy no longer interrupts in-flight requests when the model catalog updates Full Changelog : v0.33.1...v0.33.2",
      "also_seen_in": [
        "ollama-releases"
      ]
    },
    {
      "id": "4788bfcc6f7115a79a58",
      "title": "Borges Labyrinth in Venice reopens to the public",
      "url": "https://www.wallpaper.com/design-interiors/labirinto-borges-venice-reopening",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T20:41:35Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "6a1e2a5d1e8ad24d280c",
      "title": "Stopping the smart TV from being used against you",
      "url": "https://www.s-config.com/stopping-a-smart-tv-from-being-used-against-you",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T20:27:57Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "7d87761293ef2f55493d",
      "title": "Neocloud Lambda secures $1B in debt to buy more chips",
      "url": "https://techcrunch.com/2026/08/28/neocloud-lambda-secures-1b-in-debt-to-buy-more-chips",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T20:24:11Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Neocloud Lambda has raised $1B in private debt to buy Nvidia AI chips and lease them to Microsoft. It's the latest in a string of loans, underscoring the high cost of the AI boom.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "1d8fabb4631f62fbd1a6",
      "title": "0.151.0-alpha.7.1",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.151.0-alpha.7.1",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-28T20:22:14Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Release 0.151.0-alpha.7.1",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "5b595573b2d9d1898978",
      "title": "Elevated errors on Claude Code and Claude Cowork",
      "url": "https://status.claude.com/incidents/vr9tpk8w7zr8",
      "source_id": "claude-status",
      "source_name": "Claude Status",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "status",
        "pricing"
      ],
      "published_at": "2026-08-28T20:21:18Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Aug 28 , 20:21 UTC Resolved - The issue affecting Claude Cowork and Claude Code on the web has been resolved. Aug 28 , 18:21 UTC Monitoring - A mitigation has been applied for the issue affecting Claude Cowork and Claude Code on the web, and we are monitoring for recovery. Sessions that disconnected earlier can be retried Aug 28 , 17:22 UTC Identified - We have identified an issue with an upstream cloud provider affecting Claude Cowork and Claude Code on the web. Some sessions may fail to start or disconnect mid-task; affected sessions can be retried. We are in contact with the provider and will provide an update as soon as possible.",
      "also_seen_in": [
        "claude-status"
      ]
    },
    {
      "id": "33b3debcd443a43bd2bc",
      "title": "Racter (1984)",
      "url": "https://www.ubu.com/historical/racter/index.html",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T20:11:48Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "a19b43c3a93af461e7a0",
      "title": "Web application degraded",
      "url": "status.openrouter.ai/incidents/l4Gmz6NbAW1o",
      "source_id": "openrouter-status",
      "source_name": "OpenRouter Status",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "status",
        "pricing"
      ],
      "published_at": "2026-08-28T19:50:46Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Aug 28, 9:47 PM UTC MONITORING - A fix has been implemented and we are monitoring the results.",
      "also_seen_in": [
        "openrouter-status"
      ]
    },
    {
      "id": "d2d3aaee107fc79dbf7c",
      "title": "Batch write and discover records in Amazon SageMaker Feature Store",
      "url": "https://aws.amazon.com/blogs/machine-learning/batch-write-and-discover-records-in-amazon-sagemaker-feature-store",
      "source_id": "aws-ml-blog",
      "source_name": "AWS Machine Learning Blog",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "cloud",
        "engineering"
      ],
      "published_at": "2026-08-28T19:31:05Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Amazon SageMaker Feature Store now supports two new APIs: BatchWriteRecord writes up to 25 records across multiple feature groups in a single call, and ListRecords enumerates record identifiers within a feature group. In this post, we walk through each API with code examples you can use to get started.",
      "also_seen_in": [
        "aws-ml-blog"
      ]
    },
    {
      "id": "b76cdeb7065e33aef033",
      "title": "An Anthropic researcher just gave us a peek at self-improving AI",
      "url": "https://techcrunch.com/2026/08/28/an-anthropic-researcher-just-gave-us-a-peek-at-self-improving-ai",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T19:30:38Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Given 10 benchmarks for specific misaligned behaviors, the automated systems were able to improve performance on every single one without degrading overall performance.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "9d4dd5e5601049c9277b",
      "title": "25,000 Lbs. Of Chicken Products Recalled in 5 States: USDA",
      "url": "https://www.thehealthy.com/news/chicken-recall-fsis-august-2026",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T19:30:15Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "da77bf7a21ed43ea1de8",
      "title": "b10679",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10679",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-28T19:24:52Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "bench: add --tensor-read-lazy ( #27881 ) bench: add --tensor-read-lazy rm the alias rename to LLAMA_LAZY_MODE_* Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43739963 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "62393ec89633b8fbd453",
      "title": "Show HN: Sesame - a local-first, open-source password manager",
      "url": "https://usesesame.app/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T19:14:14Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "3029e9ec645508a30efd",
      "title": "Bye, Bye GitHub",
      "url": "https://log.ozgur.works/bye-bye-github.html",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T19:12:11Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "6b34de1ba57381b4c7e9",
      "title": "Musicians-turned-detectives are hunting for AI grifters",
      "url": "https://www.theverge.com/entertainment/985866/h4rris-nihil-young-edm-suno-ai",
      "source_id": "the-verge-ai",
      "source_name": "The Verge AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "products",
        "policy",
        "news"
      ],
      "published_at": "2026-08-28T19:10:32Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "As audio-focused generative tools and platforms have gotten more sophisticated, the internet has become increasingly filled with AI-generated music whose melodies and vocals are algorithmically derived from the work of human artists. While some of the people pumping out this kind of content immediately own up to using AI, others have denied using the technology […]",
      "also_seen_in": [
        "the-verge-ai"
      ]
    },
    {
      "id": "4f543b43095f01042a9e",
      "title": "The Analytical AI Handbook",
      "url": "https://handbook.sutro.sh/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T19:01:47Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "ea12c64ebbe6399ce89a",
      "title": "b10678",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10678",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-28T18:53:17Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "model: qwen4exp: reduce number of graph splits ( #27880 ) Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43734155 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "981844cd56a78a4e754d",
      "title": "b10677",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10677",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-28T18:29:09Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "vulkan: fix missing view-alias dependencies in ggml_vk_graph_optimize ( #27812 ) vulkan: fix missing view-alias dependencies in ggml_vk_graph_optimize is_src_of doesn't treat two views of one tensor as dependent, so the optimizer reorders nodes across aliased reads and writes. Result: silently wrong tokens under greedy decoding, different output on every server start, and invalid speculative-decoding acceptance, with nothing logged. Hits Qwen3.8's recurrent state (and any model with view-aliased state) on AMD and NVIDIA Vulkan. CUDA is clean. Compare view_src bases on both sides. Fixes #27805 vulkan: don't treat view/no-op nodes as aliasing dependencies Nodes whose op is NONE, RESHAPE, TRANSPOSE, VIEW or PERMUTE execute nothing, so aliasing through them is not a real dependency. The previous base comparison matched them anyway, which only costs the optimizer reordering freedom. Co-authored-by: Jeff Bolz jbolz@nvidia.com vulkan: make the lambda parameter const and capture is_empty in is_src_of Code will not compile without these changes. is_src_of has an empty capture list, so is_empty was not visible inside it, and is_empty took a non-const pointer, while is_src_of receives const o",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "6d93167db2ec93909b9e",
      "title": "Open-weight AI companies are the Valley’s hottest acquisition targets",
      "url": "https://techcrunch.com/2026/08/28/open-weight-ai-companies-are-the-valleys-hottest-acquisition-targets",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T18:19:40Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "There's a lot of capital pouring into the business of giving models away.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "9ec712b211a5026cbd4e",
      "title": "v2.1.251",
      "url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.251",
      "source_id": "claude-code-releases",
      "source_name": "Claude Code Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-28T18:19:32Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "What's changed Added PreModelSwitch and PostModelSwitch hook events (block, confirm, or annotate a model switch); SessionStart resume hooks now receive session staleness and the estimated re-cache cost Added live streaming of a foreground subagent's tool calls and results to Remote Control clients (background subagents, the default, still show status only) Added a Spend limit bar to /usage and a rate_limits.spend_limit status line field for developers behind a Claude apps gateway with spend limits Added a per-session prompt-cache line to /cost (hit ratio, misses, tokens re-cached, warm/cold) and a matching prompt_cache object for status line scripts Added attach , logs , stop , respawn , and rm to claude --help ; the --resume message for a running background session now names the exact claude attach command Fixed file tools (Read, Write, Edit) following a symlink swapped inside the working directory after the permission check, which could read or write outside the approved location Fixed plugin commands declared in a marketplace entry being able to point outside the plugin directory; such paths are now rejected with a path-traversal error Fixed project settings being able to enable",
      "also_seen_in": [
        "claude-code-releases"
      ]
    },
    {
      "id": "43a5f9754724248227d4",
      "title": "Trump blacklisting of \"woke\" Anthropic deemed illegal by federal judge",
      "url": "https://arstechnica.com/tech-policy/2026/08/trump-blacklisting-of-woke-anthropic-deemed-illegal-by-federal-judge",
      "source_id": "ars-ai",
      "source_name": "Ars Technica AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "technology",
        "news"
      ],
      "published_at": "2026-08-28T18:07:55Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Anthropic refused to support lethal autonomous warfare and mass surveillance.",
      "also_seen_in": [
        "ars-ai"
      ]
    },
    {
      "id": "1bb5d359795cdaed4f80",
      "title": "b10676",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10676",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-28T18:03:49Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "ggml : fix conv_transpose_2d for multiple batches ( #26132 ) ggml : fix conv_transpose_2d for multiple batches ggml_compute_forward_conv_transpose_2d_impl only computed the first batch (ne[3] of the destination); every batch after the first was left as zero. Both the src1 permutation and the main compute loop now iterate over the batch dimension, and the work buffer size in ggml_graph_plan is scaled by the src1 batch count so the extra permuted batches fit. A multi-batch test case is added to test-backend-ops. Fixes ggml-org/ggml#1448 metal : fix conv_transpose_2d for multiple batches The kernel only computed batch 0 of the input (src1->ne[3]); every output batch after the first was left as zero, so multi-batch conv_transpose_2d results diverged from the CPU reference. The grid now covers all batches (OW x OH x OC x N), the kernel decodes the batch from the grid z coordinate and offsets both the input and destination indices accordingly. nb3 is passed in the kernel args. Assisted-by: pi:llama.cpp/Qwen3.8-27B Co-authored-by: Georgi Gerganov ggerganov@gmail.com Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43724395 macOS/iOS: macOS Apple ",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "4f7890c6dcf7fbbd360e",
      "title": "@ai-sdk/zai@3.0.2",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fzai%403.0.2",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-28T17:34:16Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Patch Changes Updated dependencies [ 90192f1 ] @ai-sdk/provider-utils@5.0.33 @ai-sdk/openai-compatible@3.0.40",
      "also_seen_in": []
    },
    {
      "id": "58668930a8165d07094d",
      "title": "@ai-sdk/xai@4.0.49",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fxai%404.0.49",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-28T17:34:15Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Patch Changes Updated dependencies [ 90192f1 ] @ai-sdk/provider-utils@5.0.33",
      "also_seen_in": []
    },
    {
      "id": "d20b95d155405bb193ba",
      "title": "@ai-sdk/workflow-harness@1.0.93",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fworkflow-harness%401.0.93",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-28T17:34:14Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Patch Changes Updated dependencies [ cc9f6ce ] Updated dependencies [ 7608210 ] Updated dependencies [ 6f8a2d7 ] Updated dependencies [ 14d4fc0 ] @ai-sdk/harness@1.0.93",
      "also_seen_in": []
    },
    {
      "id": "ddad9736a805901a16fa",
      "title": "@ai-sdk/workflow@2.0.14",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fworkflow%402.0.14",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-28T17:34:13Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Patch Changes Updated dependencies [ 6669d69 ] Updated dependencies [ a6463ca ] Updated dependencies [ e604532 ] Updated dependencies [ 90192f1 ] ai@7.0.84 @ai-sdk/provider-utils@5.0.33",
      "also_seen_in": []
    },
    {
      "id": "f07baa8898a925a60300",
      "title": "@ai-sdk/vue@4.0.84",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fvue%404.0.84",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-28T17:34:12Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Patch Changes Updated dependencies [ 6669d69 ] Updated dependencies [ a6463ca ] Updated dependencies [ e604532 ] Updated dependencies [ 90192f1 ] ai@7.0.84 @ai-sdk/provider-utils@5.0.33",
      "also_seen_in": []
    },
    {
      "id": "d2c5b3ff142f2815c62a",
      "title": "@ai-sdk/voyage@2.0.33",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fvoyage%402.0.33",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-28T17:34:11Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Patch Changes Updated dependencies [ 90192f1 ] @ai-sdk/provider-utils@5.0.33",
      "also_seen_in": []
    },
    {
      "id": "1e1c7cd5b35d6ab141e0",
      "title": "@ai-sdk/valibot@3.0.33",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fvalibot%403.0.33",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-28T17:34:10Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Patch Changes Updated dependencies [ 90192f1 ] @ai-sdk/provider-utils@5.0.33",
      "also_seen_in": []
    },
    {
      "id": "1c13472625ef6891c304",
      "title": "@ai-sdk/tui@1.0.85",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Ftui%401.0.85",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-28T17:34:09Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Patch Changes Updated dependencies [ 6669d69 ] Updated dependencies [ a6463ca ] Updated dependencies [ e604532 ] ai@7.0.84",
      "also_seen_in": []
    },
    {
      "id": "48036fa5e4b02ca3af96",
      "title": "@ai-sdk/togetherai@3.0.41",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Ftogetherai%403.0.41",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-28T17:34:08Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Patch Changes ebf0bd5 : fix(togetherai): forward JSON schemas for DeepSeek V4 Flash structured outputs Updated dependencies [ 90192f1 ] @ai-sdk/provider-utils@5.0.33 @ai-sdk/openai-compatible@3.0.40",
      "also_seen_in": []
    },
    {
      "id": "37c506f1f3c31e3a85ff",
      "title": "@ai-sdk/svelte@5.0.84",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fsvelte%405.0.84",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-28T17:34:07Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Patch Changes Updated dependencies [ 6669d69 ] Updated dependencies [ a6463ca ] Updated dependencies [ e604532 ] Updated dependencies [ 90192f1 ] ai@7.0.84 @ai-sdk/provider-utils@5.0.33",
      "also_seen_in": []
    },
    {
      "id": "bb75dc0604cc780e5dd8",
      "title": "0.151.0-alpha.10",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.151.0-alpha.10",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-28T17:02:53Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Release 0.151.0-alpha.10",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "32eb66ace53661cedd3e",
      "title": "Autonomous Mathematical Discovery in an Open-World Multi-Agent Environment",
      "url": "https://arxiv.org/abs/2608.23691",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T17:01:12Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "57ff76847697392f6c67",
      "title": "Attimet (YC F24) Is Hiring Members of Technical Staff – Engineering and Research",
      "url": "https://www.ycombinator.com/companies/attimet/jobs/6btZFDg-member-of-technical-staff-engineering",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T17:00:06Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "ac3f3647b72ca129ad6e",
      "title": "My hobby of building miniatures and taking pretty pictures",
      "url": "https://sandyuraz.com/blogs/tiny-cafe",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T16:43:11Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "cc476b8e781fe29426b7",
      "title": "Trump’s EPA wants to let data centers hide their air pollution",
      "url": "https://www.theverge.com/ai-artificial-intelligence/986176/data-center-pollution-epa-rule-change-air-permit",
      "source_id": "the-verge-ai",
      "source_name": "The Verge AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "products",
        "policy",
        "news"
      ],
      "published_at": "2026-08-28T16:28:40Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Just as new data centers face growing backlash from neighboring communities, the US Environmental Protection Agency (EPA) is about to make it harder for people to weigh in on any pollution those centers create. The EPA plans to toss out a federal rule requiring public notice and an opportunity to comment when certain industrial sites […]",
      "also_seen_in": [
        "the-verge-ai"
      ]
    },
    {
      "id": "55b11cce4b1c320ec49f",
      "title": "How Decathlon runs demand forecasting at scale with Chronos-2",
      "url": "https://aws.amazon.com/blogs/machine-learning/how-decathlon-runs-demand-forecasting-at-scale-with-chronos-2",
      "source_id": "aws-ml-blog",
      "source_name": "AWS Machine Learning Blog",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "cloud",
        "engineering"
      ],
      "published_at": "2026-08-28T16:22:30Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Decathlon, one of the world's largest sporting goods retailers, forecasts weekly demand for tens of thousands of products across multiple continents. Learn how they deployed Chronos-2 on AWS to improve forecast accuracy by 11-15 points while cutting operational complexity and running weekly inference for about $0.03 on CPU-only instances.",
      "also_seen_in": [
        "aws-ml-blog"
      ]
    },
    {
      "id": "0a1b9e9b2f298f098b0e",
      "title": "Spreading the load: How Salesforce met Multi-AZ HA with SageMaker Inference Components",
      "url": "https://aws.amazon.com/blogs/machine-learning/spreading-the-load-how-salesforce-met-multi-az-ha-with-sagemaker-inference-components",
      "source_id": "aws-ml-blog",
      "source_name": "AWS Machine Learning Blog",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "cloud",
        "engineering"
      ],
      "published_at": "2026-08-28T16:20:40Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Learn how Salesforce used Amazon SageMaker AI Inference Component placement (the SchedulingConfig parameter) to distribute model copies across multiple Availability Zones, meeting their Multi-AZ high availability compliance requirements without sacrificing the cost efficiency of multi-model co-hosting.",
      "also_seen_in": [
        "aws-ml-blog"
      ]
    },
    {
      "id": "3e392afb1d66fb57d3da",
      "title": "Just the rumour of a bug is enough to find an exploit these days",
      "url": "https://anil.recoil.org/notes/rumour-is-the-exploit",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T15:58:46Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "a1fb9bf7e380cd71b736",
      "title": "b10675",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10675",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-28T15:50:15Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Vulkan: add hoisting support for row IDs and expert count in shaders ( #26686 ) vulkan: add hoisting support for row IDs and expert count in shaders use hoisted row ids in coopmat2 vulkan: address review feedback on count_experts use vk_op_count_experts_push_constants instead of a raw uint vector apply the fastdiv trick to the ne00 div/mod in count_experts compute the per-expert offsets with subgroupExclusiveAdd when the device supports it, keeping the serial path as fallback document the data_d layout and the hoisted_row_id_words bound drop a leftover debug print in ggml_vk_matmul_id vulkan: use init_pushconst_fastdiv for count_experts push constants vulkan: refine comments for row ID hoisting and data layout in count_experts shader Whitespace Co-authored-by: Jeff Bolz jbolz@nvidia.com Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43695822 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) U",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "ec3d0efe9040373c368e",
      "title": "Meta makes AI glasses slightly less creepy with limit on nonconsensual recording",
      "url": "https://arstechnica.com/tech-policy/2026/08/meta-tweaks-ai-glasses-to-block-some-creepy-recordings-but-privacy-risks-remain",
      "source_id": "ars-ai",
      "source_name": "Ars Technica AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "technology",
        "news"
      ],
      "published_at": "2026-08-28T15:42:24Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Meta fixes AI glasses to stop recording any time users cover up the safety light.",
      "also_seen_in": [
        "ars-ai"
      ]
    },
    {
      "id": "0ff056ac3ba87c706e24",
      "title": "我的自媒体搭子太能卷，一顿饭功夫17份成品",
      "url": "https://www.qbitai.com/2026/08/480700.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-28T15:36:12Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "b0963541e5cc4dd68d52",
      "title": "0.151.0-alpha.9",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.151.0-alpha.9",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-28T15:35:48Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Release 0.151.0-alpha.9",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "96d6595b67998eca233a",
      "title": "It takes 5 cloud services to hear my doorbell",
      "url": "https://blog.vghaisas.com/rube-goldberg-doorbell",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T15:34:30Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "5298656885d59101b014",
      "title": "EasyEffects can improve laptop speaker sound quality",
      "url": "https://www.osnews.com/story/145883/easyeffects-should-be-part-of-every-linux-distribution-and-desktop-environment-to-massively-improve-laptop-speaker-sound-quality",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T15:23:10Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "916722dd1e0fea2eb2ff",
      "title": "Barrier lake continues to pose flood risk, China warns",
      "url": "https://kathmandupost.com/national/2026/08/28/barrier-lake-continues-to-pose-flood-risk-china-warns",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T15:21:26Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "0e0a27e5190a677aeeaf",
      "title": "GLM-5.3 is now open-weight",
      "url": "https://huggingface.co/zai-org/GLM-5.3",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T15:20:13Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "7a67092cb81f7d53fa1f",
      "title": "GUIs should be fully keyboard-driven",
      "url": "https://ckardaris.com/blog/2026/08/28/keyboard-driven-guis.html",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T15:17:09Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "ced6a7018489f4aac220",
      "title": "Behind the Blog: The Complete Idiot's Guide to Flamin' Hot Slop",
      "url": "https://www.404media.co/behind-the-blog-the-complete-idiots-guide-to-flamin-hot-slop",
      "source_id": "404media",
      "source_name": "404 Media",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "security",
        "policy",
        "culture"
      ],
      "published_at": "2026-08-28T15:16:39Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "This week, we discuss cool old books, new toys for ICE, and a boardwalk slop invasion.",
      "also_seen_in": [
        "404media"
      ]
    },
    {
      "id": "309b4616f59f7c1f7476",
      "title": "Creating the Aetheryte Radio",
      "url": "https://haz.ee/posts/aetheryte-radio.html",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T14:59:15Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "d34b8ecfaa8e8cd3cd9f",
      "title": "Nvidia Is Carrying the AI Economy. Is That a Problem?",
      "url": "https://www.newcomer.co/p/nvidia-is-carrying-the-ai-economy",
      "source_id": "newcomer",
      "source_name": "Newcomer",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "funding",
        "business",
        "gossip"
      ],
      "published_at": "2026-08-28T14:58:48Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Plus, an urgent call for collective action on AI threats & Salesforce leads a SaaS comeback",
      "also_seen_in": [
        "newcomer"
      ]
    },
    {
      "id": "bdc1554d64148ffe24fb",
      "title": "Some conservationists are helping to restore Africa’s wild dog populations",
      "url": "https://www.smithsonianmag.com/science-nature/africa-wild-dogs-most-hated-carnivores-continent-heres-why-conservationists-saving-them-anyway-180989287",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T14:44:51Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "a5332f1f21e0264b2dbd",
      "title": "b10673",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10673",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-28T14:32:37Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "metal : add fa-vec tunings for M4 ( #27875 ) This adds fa_vec_tuned_table records for Apple M4 to ggml-metal-tuning.cpp. Includes F16, Q4_0, Q4_1, Q5_0, Q5_1, and Q8_0. (M4, 10 GPU Cores) Co-authored-by: Strongtut 8432058+Strongtut@users.noreply.github.com Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43677301 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "2d67f61ff6676fc10b7a",
      "title": "Verschlimmbesserung: The Word Your Software Updates Need",
      "url": "https://geekyschmidt.com/post/2026-08-25-verschlimmbesserung",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T14:30:33Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "a2823b730ed795b59792",
      "title": "ICE Plans to Spend Millions on Boston Dynamics Dog Robots",
      "url": "https://www.404media.co/ice-plans-to-spends-millions-on-boston-dynamics-dog-robots",
      "source_id": "404media",
      "source_name": "404 Media",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "security",
        "policy",
        "culture"
      ],
      "published_at": "2026-08-28T14:04:55Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "ICE wants the robot dogs to improve “officer safety.”",
      "also_seen_in": [
        "404media"
      ]
    },
    {
      "id": "c123d22379c619acd7a6",
      "title": "b10672",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10672",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-28T13:53:31Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "OpenVINO: Update OV to 2026.3.1, whisper.cpp support, Qwen3.5 on NPU, and new ops ( #27843 ) OpenVINO Backend: Fuse IM2COL + MatMul convolution into OpenVINO convolution ci:ggml-ov: Skip recurrent state rollback tests ci:ggml-ov: Skip recurrent state rollback tests Update OPENVINO.md ggml-openvino : add env-var gated op support debugging Fix ggml_rope_set_offset case OpenVINO backend: Support Whisper.cpp Fix code style openvino : enable qwen35 on NPU Static shapes: get_graph_input_shape() left the s_copy / s_copy-leaf inputs dynamic ([1,1,1,-1]) even in static mode, which propagated a dynamic slot dim through GET_ROWS into the conv/GDN state, the state reshapes and the GDN output. With -np 1 the s_copy defrag remainder gathers zero rows; short-circuit that CPY to the untouched cache instead of emitting a degenerate Slice/Concat, and skip binding its zero-byte ggml tensor as an output (the dynamic path already did the latter, the static path wrote the full cache over a 0-byte buffer). Token-count independence: In static mode the compiled model's token count is the prefill chunk size or 1, not the captured cgraph's. Offsets derived from the captured count were therefore wrong. Anchor",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "ef2e2704be5ad2b8882e",
      "title": "Show HN: NFC Energy-Harvesting PCB Business Card with an MCU",
      "url": "https://wilsonharper.net/projects/businesscard",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T13:48:12Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "37af249c6bcfabddf6f2",
      "title": "State of the Map 2026",
      "url": "https://2026.stateofthemap.org/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T13:46:28Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "9a263a561dfb52a7e4c6",
      "title": "Get your Windows license refund",
      "url": "https://en.refund4freedom.org/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T13:42:40Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "e78427b61926879148d4",
      "title": "Value generalisation theory of change: the theory behind the approach",
      "url": "https://www.alignmentforum.org/posts/f79SNtqFD7SqJY2vf/value-generalisation-theory-of-change-the-theory-behind-the",
      "source_id": "alignment-forum",
      "source_name": "AI Alignment Forum",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "safety",
        "research"
      ],
      "published_at": "2026-08-28T13:30:17Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "This is the first part of a theory of change explaining why I'm targeting value generalisation as the path to AI alignment. It presents the definitions and key claims behind the theory, and shows that most AI alignment failure modes are value generalisation failures . Note that a lot of these arguments are very similar to those about why alignment is hard in the first place. This is not a coincidence. I believe that lack of value generalisation is a fundamental reason for the hardness of the problem, at least when combined with the crucial claim mjx-container[jax=\"CHTML\"] { line-height: 0; } mjx-container [space=\"1\"] { margin-left: .111em; } mjx-container [space=\"2\"] { margin-left: .167em; } mjx-container [space=\"3\"] { margin-left: .222em; } mjx-container [space=\"4\"] { margin-left: .278em; } mjx-container [space=\"5\"] { margin-left: .333em; } mjx-container [rspace=\"1\"] { margin-right: .111em; } mjx-container [rspace=\"2\"] { margin-right: .167em; } mjx-container [rspace=\"3\"] { margin-right: .222em; } mjx-container [rspace=\"4\"] { margin-right: .278em; } mjx-container [rspace=\"5\"] { margin-right: .333em; } mjx-container [size=\"s\"] { font-size: 70.7%; } mjx-container [size=\"ss\"] { font-s",
      "also_seen_in": [
        "alignment-forum"
      ]
    },
    {
      "id": "579a8f1f656171666bd5",
      "title": "Htmx 4.0",
      "url": "https://four.htmx.org/announcements/2026-08-28-htmx-4.0.0-is-released",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T13:28:56Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "7c3a509dd399e04f6aa2",
      "title": "b10670",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10670",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-28T13:14:33Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "sycl: use TILE for quantized KV decode on BMG ( #26689 ) Route quantized KV decode to TILE on Xe2 (BMG) only, keep VEC on other archs until validated there. Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43660247 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "79bf3f3f5514e4e8dfbd",
      "title": "U.S. sanctions against the A/I Collective",
      "url": "https://www.inventati.org/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T12:58:53Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "8c4d7ba3e7f73d227754",
      "title": "An investigation into the state of corvid–human relations",
      "url": "https://www.audubon.org/magazine/are-crows-really-our-friends",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T12:53:42Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "268db67cf014a0b5c8dc",
      "title": "Anthropic gets its first court win over the Pentagon’s supply-chain risk label",
      "url": "https://techcrunch.com/2026/08/28/anthropic-gets-its-first-court-win-over-the-pentagons-supply-chain-risk-label",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T12:46:12Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "A federal judge ruled the Trump administration illegally labeled Anthropic a supply-chain risk, handing the AI company a victory as its second Pentagon lawsuit continues in Washington.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "60d60ef47d087a16ff7b",
      "title": "b10669",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10669",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-28T12:45:55Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "sycl: bind the f16 KV cache in place for the oneDNN SDPA path ( #27468 ) Measured at a live KV length of 34816 (32768 depth plus one 2048 ubatch), on Qwen3.8 27B Q4_K_S: per tensor 4 * 34816 * 256 * 2 B = 71.3 MB staged per call K and V, so 2x = 142.6 MB traffic per call read once, write once = 285.2 MB traffic per ubatch 285.2 MB * 16 calls = 4.56 GB One ubatch is one ggml_cgraph submission (llama_context::process_ubatch -> graph_compute), so that 4.56 GB is the cost of a single 2048-token prefill chunk, and it scales with the live KV length: the first ubatch of the same run, at seq = 2048, moves 0.27 GB. Reproduce the two measured inputs with: GGML_SCHED_DEBUG=2 llama-bench -m MODEL -p 8 -n 0 -r 1 -ngl 0 -fa on -ctk f16 -ctv f16 -v > nd.txt 2>&1 grep -E 'n_layer|n_head_kv|n_embd_head_k' nd.txt awk '/node # 0 /{g++} g==1 && /(FLASH_ATTN)/{n++} END{print n+0}' nd.txt Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43654339 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu ar",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "ac8a741b0e4220b67bad",
      "title": "Daycare Pseudoscience",
      "url": "https://worksinprogress.co/issue/daycare-pseudoscience",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T12:42:02Z",
      "fetched_at": "2026-08-30T05:30:25Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "9acd591ca77437de442d",
      "title": "Inception-style curved map for turn-by-turn directions",
      "url": "https://www.orbify.eu/demo",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T12:29:05Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "994e04be471e2e217c7f",
      "title": "Smaller reactors bring nuclear power closer to fulfilling its promise",
      "url": "https://www.nature.com/articles/d41586-026-02506-4",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T12:28:41Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "d3169ea119d8258aff04",
      "title": "Meta executive leaves for OpenAI as the social media giant faces growing scrutiny in India",
      "url": "https://techcrunch.com/2026/08/28/meta-executive-leaves-for-openai-as-the-social-media-giant-faces-growing-scrutiny-in-india",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T12:21:06Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Sandhya Devanathan will oversee some OpenAI operations across Southeast Asia and Australia in her new role.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "801379a9e2b2af3ed997",
      "title": "b10668",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10668",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-28T12:19:10Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "metal : add fa-vec tunings for M3 Max, M5 and M5 Pro ( #27863 ) metal : add fa-vec tunings for M5 This is a followup contribution to efeda76 as requested in https://github.com/ggml-org/llama.cpp/discussions/27668 to add support for additional Apple GPUs. I generated this output using the provided instructions: fa_vec_rows.txt 2> fa_vec_sweep.log\"> git clone https://github.com/ggml-org/llama.cpp cd llama.cpp cmake -B build -DGGML_METAL=ON cmake --build build --target ggml-metal-tuning -j ./build/bin/ggml-metal-tuning fa-vec --dtype f16,q8_0 > fa_vec_rows.txt 2> fa_vec_sweep.log This ran on a machine with Apple M5. Assisted-by: pi:llama.cpp/Qwen3.8-27B metal : add fa-vec tunings for M5 Pro This adds fa_vec_tuned_table records for Apple M5 Pro to ggml-metal-tuning.cpp. Contributed by SerayaEryn in https://github.com/ggml-org/llama.cpp/discussions/27668#discussioncomment-18157544 (F16, Q4_0, Q8_0; M5 Pro, 20 GPU cores). Assisted-by: pi:llama.cpp/Qwen3.8-27B metal : add fa-vec tunings for M3 Max This adds fa_vec_tuned_table records for Apple M3 Max to ggml-metal-tuning.cpp. Contributed by TeeAaTeeUu in https://github.com/ggml-org/llama.cpp/discussions/27668#discussioncomment-18175220 (F",
      "also_seen_in": []
    },
    {
      "id": "bdb9632a516dac3585e0",
      "title": "Migrating to HTTPX2",
      "url": "https://github.com/openai/openai-python/blob/main/httpx2.md",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T11:51:20Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "759341bf8f38786d9736",
      "title": "Price changed: azure/eu/gpt-5.6",
      "url": "https://raw.githubusercontent.com/BerriAI/litellm/main/model_prices_and_context_window.json",
      "source_id": "litellm-prices",
      "source_name": "LiteLLM Price Map",
      "source_type": "price_diff",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "pricing",
        "models"
      ],
      "published_at": "2026-08-28T11:30:06Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "cache_write: None → 6.875",
      "also_seen_in": [
        "litellm-prices"
      ]
    },
    {
      "id": "6ddceabbc5b65abb030f",
      "title": "[Character Card] Life Is Wild! The Testing Card Behind Freaky Frankenstein 5 Internal States. (Erotic Comedy Slice of Life Sim)",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w0nz1t/character_card_life_is_wild_the_testing_card",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-28T11:29:53Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Oh Hai! With Freaky Frankenstein 5 Internal States officially wrapped up, I wanted to share this Benchmark Card! To properly push FF5 to its limits, I needed a card that wasn't just a standard 1-on-1 scene. I needed a complete, living, breathing Sims-style slice-of-life erotic comedy sandbox —a house packed with distinct personalities, conflicting schedules, dirty little secrets, and autonomous background drama where the world keeps moving whether {{user}} is in the room or not. So today, I’m releasing the exact card I built and used to develop FF5: Life is Wild . 🧠 Why This Card Was Built & How It Works When fine-tuning FF5’s internal states, the goal was a living breathing world aka: eliminate the \"player-orbit\" problem. In typical cards, NPCs just wait around for the user to initiate everything. In Life Is Wild , the card is structured so NPCs have their own needs, personal drama, and independent agendas. Here’s a breakdown of the core mechanics packed inside: 🌀 Dynamic Chaos Engine (0–100 Gauge ): Tracked at the very top of every response (🌀 CHAOS ENGINE: [NUMBER]/100 [↑/↓/→]). It naturally shifts based on time of day, player choices, and NPC interactions. Low scores = cozy, no",
      "also_seen_in": []
    },
    {
      "id": "b46ee9b9a220310a318d",
      "title": "Anthropic was illegally blacklisted by the Trump administration, court rules",
      "url": "https://www.theverge.com/ai-artificial-intelligence/985947/anthropic-supply-chain-risk-lawsuit-judge-ruling",
      "source_id": "the-verge-ai",
      "source_name": "The Verge AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "products",
        "policy",
        "news"
      ],
      "published_at": "2026-08-28T11:18:29Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "On Thursday, a judge ruled that the Pentagon's blacklisting of Anthropic earlier this year was unconstitutional, delivering the AI lab a win in a monthslong rollercoaster of a battle with the Trump administration. The lawsuit, filed in March in a California district court, accused the Trump administration of unlawfully retaliating against Anthropic for setting \"red […]",
      "also_seen_in": [
        "the-verge-ai"
      ]
    },
    {
      "id": "e5550df7c57ed6514871",
      "title": "《时代》周刊全球AI 100放榜，精准捕获稚晖君最“想低调”的幕后老板",
      "url": "https://www.qbitai.com/2026/08/480666.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-28T11:13:35Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "久久不愿来到台前的智元掌舵人",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "1001a772aafc758d8175",
      "title": "GLM 5.3 vs GLM 5.3 Flash",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w0nh19/glm_53_vs_glm_53_flash",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-28T11:04:57Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Alright. Both the 5.3 version has been out for a bit and the flash version being a couple days ago. What's the general consensus on this two models for roleplay? Ignoring the cost, which of these two model is actually more creative than the other? I find the 5.3 model to be good, tho the safeguard and time it takes to think, to be rather annoying. Then again, the output can be great. The flash model seems to handle NPCs dialog and primary characters good too. Can be rather sloppy sometimes but the prose is good. What are you guys opinion on the models? submitted by /u/Auretheon01 [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "c48f1851f84737ca70f1",
      "title": "Show HN: SubSmith – Turn your own videos into language-learning material",
      "url": "https://subsmith.app/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T10:59:04Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "e185c392bb2856b91d97",
      "title": "South Korea unveils a project with KT, SK Telecom, and Kakao to provide premium AI tools to the public for free, a move that treats AI like a public utility (Jiyoung Sohn/Wall Street Journal)",
      "url": "https://www.techmeme.com/260828/p6",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-28T10:40:01Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Jiyoung Sohn / Wall Street Journal : South Korea unveils a project with KT, SK Telecom, and Kakao to provide premium AI tools to the public for free, a move that treats AI like a public utility — Seoul wants to direct use of homegrown AI chatbots to reduce reliance on U.S. or Chinese options, footing the bill and offering unlimited tokens",
      "also_seen_in": []
    },
    {
      "id": "069c07a9b0236b53ffec",
      "title": "Bluesky launches a feature to let users hide their posts from non-followers in its Discover feed; other AT Proto apps can choose whether to respect the opt-out (Sarah Perez/TechCrunch)",
      "url": "https://www.techmeme.com/260828/p5",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-28T10:30:10Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Sarah Perez / TechCrunch : Bluesky launches a feature to let users hide their posts from non-followers in its Discover feed; other AT Proto apps can choose whether to respect the opt-out — After adding support for longer videos just yesterday, open social network Bluesky on Thursday introduced a new algorithmic opt …",
      "also_seen_in": []
    },
    {
      "id": "3a7e8044cdd7ecf8476d",
      "title": "How Shein pivoted to a Hong Kong IPO and sought to build Chinese government ties, after its New York and London bids failed to secure Beijing's approval (Reuters)",
      "url": "https://www.techmeme.com/260828/p4",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-28T10:15:21Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Reuters : How Shein pivoted to a Hong Kong IPO and sought to build Chinese government ties, after its New York and London bids failed to secure Beijing's approval — When Shein makes its market debut on Tuesday, it will be in Hong Kong and not New York or London like it once dreamed …",
      "also_seen_in": []
    },
    {
      "id": "64dabf5e32b270f5cca8",
      "title": "刚刚，港股AGI第一股杀疯了！Agent业务半年进账近5亿，Token收入Q2暴涨500%",
      "url": "https://www.qbitai.com/2026/08/480600.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-28T09:45:19Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "企业智能化服务撑起基本盘，第二增长曲线冒头",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "6596018b1a6e63a6e277",
      "title": "Tencent releases Hy4 Preview, a 770B-parameter open model with 1M context window, and says it outperforms Z.AI and Moonshot models in internal tests (Bloomberg)",
      "url": "https://www.techmeme.com/260828/p3",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-28T09:40:07Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Bloomberg : Tencent releases Hy4 Preview, a 770B-parameter open model with 1M context window, and says it outperforms Z.AI and Moonshot models in internal tests — Tencent Holdings Ltd. released a foundation model it says outperforms rivals Z.AI Co. and Moonshot AI in internal tests …",
      "also_seen_in": []
    },
    {
      "id": "a64676ff0db0bc4d2373",
      "title": "The UK Treasury gives the Bank of England a new legal objective to support payment systems and digital money innovation, seeking to keep London competitive (Financial Times)",
      "url": "https://www.techmeme.com/260828/p2",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-28T09:35:32Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Financial Times : The UK Treasury gives the Bank of England a new legal objective to support payment systems and digital money innovation, seeking to keep London competitive — Treasury gives central bank a new legal objective as part of effort to promote UK as hub for stablecoins",
      "also_seen_in": []
    },
    {
      "id": "6d5d365db917dd263225",
      "title": "How to transfer a bit with many messages like 300 into another rp webs like silly tarvern",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w0lt8h/how_to_transfer_a_bit_with_many_messages_like_300",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-28T09:33:15Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "submitted by /u/AdamRedditor1239 [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "9e73d2be2192ab60acfc",
      "title": "'Mad honey' that can stop your heart is being sold online",
      "url": "https://phys.org/news/2026-08-mad-honey-heart-sold-online.html",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T09:17:27Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "8b772cfda7d28db0ce41",
      "title": "Where I should post?",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w0lhbn/where_i_should_post",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-28T09:13:56Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Where is the best place to post my own cards? submitted by /u/dunk_wizard [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "ff1de322eb9549d5585b",
      "title": "Hilariously Fast Volume Computation with the Divergence Theorem",
      "url": "https://alyssarosenzweig.ca/blog/hilariously-fast-volume-computation-with-the-divergence-theorem.html",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T09:00:46Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "0daeffce3e34cbd1cade",
      "title": "Interactive Warhammer 40k Galaxy Map – Cartographia Imperialis",
      "url": "https://cartographia40k.com/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T08:35:07Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "8a7e6990a5c00a948296",
      "title": "Using floci to emulate Cloud platforms (GCP, AWS, Azure)",
      "url": "https://flowg.cloud/blog/using-floci-local-emulators",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T07:41:57Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "07383a0bca836c21ddf3",
      "title": "e生涯斩获浙江一等奖，同蚂蚁、浙大一道晋级数据要素国赛",
      "url": "https://www.qbitai.com/2026/08/480591.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-28T07:20:14Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "8月26日，2026年“数据要素×”大赛浙江赛区决赛落下帷幕。",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "596b2aebcea29fc6bfa8",
      "title": "Climate change is strengthening El Niño, coral records suggest",
      "url": "https://www.science.org/content/article/climate-change-strengthening-el-ni%C3%B1o-coral-records-suggest",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T07:19:16Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "f93288e8f0bac79d8ded",
      "title": "b10666",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10666",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-28T07:15:16Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "tests : run test-save-load-state across all architectures ( #27755 ) tests : run test-save-load-state across all architectures test-save-load-state previously only ran in ctest against a single downloaded model (tinyllamas/stories15M), i.e. only the llama arch. Add a --models DIR mode to test-save-load-state that runs the full save/load suite over every *.gguf in a directory, reporting a per-model PASS/FAIL and exiting non-zero if any model fails, and wire a ctest to run it over all architectures using the existing generate-models fixture (test-llama-archs). The single-model -m mode is preserved (still used by ci/run.sh). Also bump the dummy-model training context in test-llama-archs from 128 to 256 so that the per-sequence context (which is padded up to a multiple of 256) no longer exceeds n_ctx_train and emits the \"possible training context overflow\" warning. The test is expected to fail until the affected arches are fixed: deepseek4 (host seq-copy), gemma2/gpt-oss/lfm2 (device seq-copy), minimax-01 (state load). It aborts at the first arch that crashes. Assisted-by: pi:llama.cpp/Qwen3.8-27B tests : match dummy DSA indexer to fused Lightning Indexer kernel The dummy DSA indexer (",
      "also_seen_in": []
    },
    {
      "id": "cb902713db89e072aa56",
      "title": "[AINews] OpenAI to reach AGI bar by end-2026",
      "url": "https://www.latent.space/p/ainews-openai-to-reach-agi-bar-by",
      "source_id": "latent-space",
      "source_name": "Latent Space",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "agents",
        "engineering",
        "models"
      ],
      "published_at": "2026-08-28T07:12:10Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "It’s Time. We’re in the Endgame now.",
      "also_seen_in": [
        "latent-space"
      ]
    },
    {
      "id": "c0e863265daba38e77f9",
      "title": "Show HN: FnScribe – Open-source, offline dictation for macOS",
      "url": "https://github.com/AlgorithmicResearchGroup/fnscribe",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T06:45:47Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "bfdd74069151c2f1adfe",
      "title": "Luanti removed from Google Play due to baseless AI copyright notice",
      "url": "https://blog.luanti.org/2026/08/27/luanti-dmca-tracer-ai",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T06:33:57Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "e4b40cd6d27d7a25a19c",
      "title": "首款癌症疫苗，一针300万？？？",
      "url": "https://www.qbitai.com/2026/08/480557.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-28T06:22:59Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "别让顶级治疗方法称为富人专属",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "bd42c2ff6f1c17ada369",
      "title": "Łukasz Kaiser领衔，2026 奇点智能技术大会北京站正式官宣",
      "url": "https://www.qbitai.com/2026/08/480482.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-28T06:22:20Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "11 月 20 -21 日，由奇点智能研究院与 CSDN 联合主办的「奇点智能大会北京站」正式举行",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "2f6327d30e6d3064fef9",
      "title": "Claude开始接管物理世界！能用机械臂阻拦5000万美元打款了",
      "url": "https://www.qbitai.com/2026/08/480487.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-28T06:13:59Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Claude觉醒超体",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "10b5e587ce8a5b2a4700",
      "title": "Sources: some tech companies are courting Democrats and hiring advisers to prepare for potential investigations if Republicans lose control of the House (Wall Street Journal)",
      "url": "https://www.techmeme.com/260828/p1",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-28T06:00:46Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Wall Street Journal : Sources: some tech companies are courting Democrats and hiring advisers to prepare for potential investigations if Republicans lose control of the House — Tech firms are courting Democrats and hiring advisers to prepare for potential investigations if Republicans lose control of the House",
      "also_seen_in": []
    },
    {
      "id": "9d88bdc11bd628abdd08",
      "title": "v1.18.25",
      "url": "https://github.com/anomalyco/opencode/releases/tag/v1.18.25",
      "source_id": "opencode-releases",
      "source_name": "OpenCode Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-28T05:58:20Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Core Bugfixes Fixed Azure authentication so Azure CLI sign-in works without requiring Bun.",
      "also_seen_in": []
    },
    {
      "id": "52c10f9224afd856f636",
      "title": "被高估的视触觉：容易复制的生意，有多大投资价值？",
      "url": "https://www.qbitai.com/2026/08/480236.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-28T05:49:05Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "重新审视触视觉",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "45179c6ff49f57b84c84",
      "title": "Sovereign Tech Agency invests €500k in Flatpak",
      "url": "https://modal.cx/blog/announcing-flatpak-sta",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T05:42:47Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "fe0044cc15889a12b095",
      "title": "Synchronisation and SMPTE timecode (time code)",
      "url": "https://www.philrees.co.uk/articles/timecode.htm",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T04:58:34Z",
      "fetched_at": "2026-08-30T19:20:50Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "d5af2157c5b3f4401466",
      "title": "0.151.0-alpha.8",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.151.0-alpha.8",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-28T04:45:32Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Release 0.151.0-alpha.8",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "a8d1ebbbe18114e2b655",
      "title": "v1.18.24",
      "url": "https://github.com/anomalyco/opencode/releases/tag/v1.18.24",
      "source_id": "opencode-releases",
      "source_name": "OpenCode Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-28T04:10:14Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Core Bugfixes Bedrock reasoning responses no longer get cached into unreplayable empty messages. Improvements Azure providers can now sign in with Microsoft Entra ID through the Azure CLI instead of requiring an API key. V1 now reads supported V2 config fields so newer config files keep working in more mixed setups. Desktop Bugfixes Archived sessions disappear from the Home list immediately. ( @NathanTCode ) Thank you to 3 community contributors: @NathanTCode : fix(app): drop archived sessions from home list right away ( #44905 ) @OpeOginni : fix(ui): restore focus in stacked dialogs ( #44928 ) @dondetir : docs: mention Exa and Parallel as web search backends ( #38395 )",
      "also_seen_in": []
    },
    {
      "id": "23b677331ce88c85cafd",
      "title": "商汤大装置助力智象未来实现视频生成业务向国产算力无感迁移",
      "url": "https://www.qbitai.com/2026/08/480227.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-28T04:09:39Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "国产算力跑通视频生成规模化应用",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "86ff79b54b36c7779a9d",
      "title": "智谱 GLM-5.3-Flash上线，商汤大装置提供国产算力支持",
      "url": "https://www.qbitai.com/2026/08/480223.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-28T04:06:16Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "国产异构助力前沿智能进入普惠时代",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "46ba592c04ff3af2f944",
      "title": "高德发布首个无长程依赖的万帧级流式3D重建模型ABot-Recon，以12帧重建万帧3D场景",
      "url": "https://www.qbitai.com/2026/08/480208.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-28T03:45:45Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "8月28日，阿里巴巴集团旗下高德正式发布首个无长程依赖的万帧级流式3D重建模型ABot-Recon。",
      "also_seen_in": []
    },
    {
      "id": "5a8bd43ed89bb73a72e4",
      "title": "GoGoGrandparent (YC S16) is hiring back end engineers",
      "url": "https://www.ycombinator.com/companies/gogograndparent/jobs/2vbzAw8-backend-engineer",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T03:35:15Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "acfa7e5dce12d4dbdd07",
      "title": "About Deepseek v3.2 pro vs v4 pro",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w0fhke/about_deepseek_v32_pro_vs_v4_pro",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-28T03:34:19Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "which one is better for long Rp? I actually send full text of The Volume novel, and I start Rp as one of The characters it worked good on instant, I did little search on deepseek told him which one is the better model for rp, he said v3.2 is the best one even with low score bored test, but the research he did was on may and June, and we are in the end of the august, is v3.2 better in long deep rp?, I literally like new models just for being smart and can read the situation, but I don't want kill The soul of the characters, I want to ask you who tried it and felt the big difference submitted by /u/Akowmako [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "bcb84cdbe9435c723d68",
      "title": "BitGo agrees to buy NYDIG's institutional trading business and related assets, expanding BitGo's derivatives offerings; ~30 NYDIG employees are joining BitGo (Tanaya Macheel/CNBC)",
      "url": "https://www.techmeme.com/260827/p63",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-28T03:30:02Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Tanaya Macheel / CNBC : BitGo agrees to buy NYDIG's institutional trading business and related assets, expanding BitGo's derivatives offerings; ~30 NYDIG employees are joining BitGo — The crypto infrastructure firm BitGo has agreed to buy the institutional trading business and related assets of NYDIG, CNBC has learned.",
      "also_seen_in": []
    },
    {
      "id": "9f165ada1d844d3819ee",
      "title": "34克、全天候AI，1996元起，雷鸟iO热卖加速智能眼镜全民普及",
      "url": "https://www.qbitai.com/2026/08/480202.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-28T03:03:42Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "8 月 27 日，全球领先消费级 AR 品牌雷鸟创新（RayNeo）公布雷鸟 iO 首销战报",
      "also_seen_in": []
    },
    {
      "id": "5210b498d9a238d22fbb",
      "title": "Bootstrappable Builds: How and Why",
      "url": "https://lwn.net/Articles/1088279",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T03:02:42Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "015f8fb862ebe98ccb4e",
      "title": "Sources: federal authorities prepare to charge a US serviceman and a KPMG employee with insider trading on prediction markets, as part of a new batch of cases (Dave Michaels/Wall Street Journal)",
      "url": "https://www.techmeme.com/260827/p62",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-28T02:55:01Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Dave Michaels / Wall Street Journal : Sources: federal authorities prepare to charge a US serviceman and a KPMG employee with insider trading on prediction markets, as part of a new batch of cases — Charges could come this fall, part of a new batch of insider trading cases — Federal authorities are preparing charges …",
      "also_seen_in": []
    },
    {
      "id": "19ce5c3ad8a76c74d5f1",
      "title": "Limited number of messages on Kimi k3 on Nvidia",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w0ehjq/limited_number_of_messages_on_kimi_k3_on_nvidia",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-28T02:45:25Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "These days I've been receiving the \"too many requests\" error very frequently, every few messages, and it only lets me use it after a while once this error appears, This leads me to believe that Nvidia has capped the number of messages processed by this model. submitted by /u/fafnir65 [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "5a5b1d652d019986d6b0",
      "title": "Sources: Advent and Stripe are no longer pursuing a deal to acquire PayPal; the group offered to pay $60.50/share in July, valuing PayPal at $53B (Bloomberg)",
      "url": "https://www.techmeme.com/260827/p61",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-28T02:30:01Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Bloomberg : Sources: Advent and Stripe are no longer pursuing a deal to acquire PayPal; the group offered to pay $60.50/share in July, valuing PayPal at $53B — A consortium of buyout firm Advent and payment processor Stripe has decided to abandon its pursuit of fintech pioneer PayPal Holdings Inc. …",
      "also_seen_in": []
    },
    {
      "id": "766832c75f3098bcdd2e",
      "title": "Elevated 429s on Anthropic and OpenAI",
      "url": "status.openrouter.ai/incidents/n8d-Ze48m14W",
      "source_id": "openrouter-status",
      "source_name": "OpenRouter Status",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "status",
        "pricing"
      ],
      "published_at": "2026-08-28T02:15:31Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Aug 28, 2:15 AM UTC RESOLVED - Between 1:20 and 1:24 UTC, Anthropic and OpenAI models responded with 429s at an elevated rate.",
      "also_seen_in": [
        "openrouter-status"
      ]
    },
    {
      "id": "c5d1d45bd76d9ef6b947",
      "title": "Claude Opus 4.6 RP",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w0dtnv/claude_opus_46_rp",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-28T02:14:56Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "From what I've seen, everybody glazes Opus 4.6 as the best model for RP. But from my experience, it's a slopfest. Plenty of \"a beat\" and \"a pause\", \"Not X but Y\" and similar phrases, it likes to say \"deliberate\" a lot for some reason, it likes to break sentences in awkward ways (stuff like \"He looks down. Then up. Then down again\"), and classic AI stuff like that. It does this regardless of what prompt I use. Freaky Frankenstein, Pura, Evening-Truth, Pixijb, even a custom prompt addressing those specific issues. Did everyone just find a way to unslopify Opus 4.6 and I missed it? Maybe it's because I've been roleplaying more on sites like Chub and Janitor instead of using SillyTavern? Is that a thing that can affect model quality? I want to enjoy the model like everyone else, but I'm finding it hard to do so. submitted by /u/Professional-Bit3669 [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "3fb9cb32d9d67f2abf65",
      "title": "A US judge blocks the Pentagon from blacklisting Anthropic, ruling that its designation as a supply-chain risk was \"illegal and baseless\" (Jack Queen/Reuters)",
      "url": "https://www.techmeme.com/260827/p60",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-28T02:10:02Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Jack Queen / Reuters : A US judge blocks the Pentagon from blacklisting Anthropic, ruling that its designation as a supply-chain risk was “illegal and baseless” — A U.S. judge on Thursday blocked the Pentagon's blacklisting of Anthropic, the latest turn in the Claude maker's high-stakes fight with the military over AI safety on the battlefield.",
      "also_seen_in": []
    },
    {
      "id": "f9656547b87ddbce84ae",
      "title": "Judge rules Trump administration’s blacklisting of Anthropic was illegal",
      "url": "https://www.nytimes.com/2026/08/27/technology/anthropic-government-blacklisting-ruling.html",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T02:03:38Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "9b9b851fa1c69e0c734f",
      "title": "Stripe said to abandon $50B pursuit of PayPal",
      "url": "https://www.bloomberg.com/news/articles/2026-08-28/advent-stripe-consortium-is-said-to-drop-pursuit-of-paypal",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T01:57:26Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "c75defc160f23c6c45a9",
      "title": "Desktop v0.0.20",
      "url": "https://github.com/cline/cline/releases/tag/desktop-v0.0.20",
      "source_id": "cline-releases",
      "source_name": "Cline Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-28T01:33:12Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Cline Desktop now ships on Windows: releases include a code-signed x64 installer, and installed apps auto-update on the same feed macOS does Windows shell fixes: background processes (the sidecar, git) no longer pop visible console windows; updates now download in the background and install when you restart the app; the MCP settings path falls back to USERPROFILE when HOME is unset Tool results that return images — screenshots from browser or MCP tools — now render as inline images you can click to expand, with a carousel for stepping through multiple images, instead of raw base64 text Session search now covers your full indexed history. The sidebar search icon opens the command bar (Cmd/Ctrl+P) with server-ranked results, instead of a sidebar-local dialog that first loaded every session into memory Onboarding has a new GitHub integration step Fixed scheduled tasks disappearing after the app updated — hub-managed schedules were being wiped by cron reconciliation on restart Agent-created schedules now live in one user-level home ( ~/.cline/schedules ) instead of being scattered across whichever chat folder created them, and they now appear on the Schedules page A finished scheduled ",
      "also_seen_in": [
        "cline-releases"
      ]
    },
    {
      "id": "6601eb26fd3871a610e0",
      "title": "CISA says that cyberattacks on critical US infrastructure targeted 100+ internet-exposed water and wastewater systems in July, largely attacking PLCs (Zack Whittaker/TechCrunch)",
      "url": "https://www.techmeme.com/260827/p59",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-28T01:30:01Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Zack Whittaker / TechCrunch : CISA says that cyberattacks on critical US infrastructure targeted 100+ internet-exposed water and wastewater systems in July, largely attacking PLCs — U.S. cybersecurity agency CISA said it has observed cyberattacks targeting over 100 internet-exposed systems across the U.S. water and wastewater sector …",
      "also_seen_in": []
    },
    {
      "id": "57a11f025d60757f9edd",
      "title": "SillyTavern + MiniMax H3",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w0cr99/sillytavern_minimax_h3",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-28T01:25:47Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "submitted by /u/PrinceCaspian1 [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "997d3506f3f4c8d43cf2",
      "title": "v2.1.250",
      "url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.250",
      "source_id": "claude-code-releases",
      "source_name": "Claude Code Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-28T00:49:16Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "What's changed Bug fixes and reliability improvements",
      "also_seen_in": [
        "claude-code-releases"
      ]
    },
    {
      "id": "30ee530eb527efc4322f",
      "title": "v2.35.3 (2026-08-27)",
      "url": "https://github.com/pydantic/pydantic-ai/releases/tag/v2.35.3",
      "source_id": "pydantic-ai-releases",
      "source_name": "PydanticAI Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-28T00:39:29Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "What's Changed 🐛 Bug Fixes Route Heroku GLM models through zai_model_profile by @LHMQ878 in #6837 Scope safe_download cookies to original hostnames by @Diwak4r in #7077 Fix DeferredToolRequests.remaining resolving cross-category result IDs by @pydanty in #7626 Identify rejected runtime toolsets in durable execution errors by @pydanty in #6784 Un-cap the dbos extra; add opentelemetry-instrumentation-logging as a test dependency instead by @dsfaccini in #7820 Full Changelog : v2.35.1...v2.35.3",
      "also_seen_in": [
        "pydantic-ai-releases"
      ]
    },
    {
      "id": "63313a4294486c23f32a",
      "title": "Workday reports Q2 revenue up 12.8% YoY to $2.65B vs. $2.63B est., and total subscription revenue backlog up 8% YoY to $27.4B, vs. $28.6B est. (Brody Ford/Bloomberg)",
      "url": "https://www.techmeme.com/260827/p58",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-28T00:30:01Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Brody Ford / Bloomberg : Workday reports Q2 revenue up 12.8% YoY to $2.65B vs. $2.63B est., and total subscription revenue backlog up 8% YoY to $27.4B, vs. $28.6B est. — Workday Inc., a maker of workplace management software, reported a measure of future sales that fell short of analysts' projections …",
      "also_seen_in": []
    },
    {
      "id": "cde50864f8087997d675",
      "title": "b10665",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10665",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-28T00:19:35Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "model: add DSpark support for Nemotron3.5 ( #27804 ) model: add DSpark support for Nemotron3.5 Update src/models/dflash.cpp Co-authored-by: Sigbjørn Skjæret sigbjorn.skjaeret@huggingface.co Co-authored-by: Sigbjørn Skjæret sigbjorn.skjaeret@huggingface.co Co-authored-by: Xuan Son Nguyen son@huggingface.co Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43543208 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "2ba0c5def0197e590bea",
      "title": "Terminal-Bench-Science: Evaluating AI agents on scientific research workflows",
      "url": "https://www.terminal-bench-science.ai/announcement",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-28T00:06:51Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "6fee815dfff0db593361",
      "title": "How AI agents \"radicalized\" a top Meta exec into quitting her job",
      "url": "https://www.platformer.news/clara-shih-new-work-dear-cc-interview-meta-salesforce",
      "source_id": "platformer",
      "source_name": "Platformer",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "policy",
        "gossip"
      ],
      "published_at": "2026-08-28T00:00:14Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Clara Shih on how AI will soon displace the first few rungs on the career ladder — and why she left Big Tech to do something about it",
      "also_seen_in": [
        "platformer"
      ]
    },
    {
      "id": "9e971c522b36eb609014",
      "title": "The Open ASR Leaderboard Adds Its First Global South Language",
      "url": "https://huggingface.co/blog/open-asr-leaderboard-global-south",
      "source_id": "huggingface-blog",
      "source_name": "Hugging Face Blog",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "models",
        "open-source",
        "agents"
      ],
      "published_at": "2026-08-28T00:00:00Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "",
      "also_seen_in": [
        "huggingface-blog"
      ]
    },
    {
      "id": "340955bf7939d473d354",
      "title": "Warp 如何让 Agent 自我进化",
      "url": "https://baoyu.io/blog/2026-08-28/warp-self-improving-agents",
      "source_id": "baoyu",
      "source_name": "宝玉",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "zh",
      "beats": [
        "china-ai",
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-28T00:00:00Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Warp 用人类反馈持续改进 Skill，为 Agent 建立了一套低摩擦的自我进化循环。",
      "also_seen_in": [
        "baoyu"
      ]
    },
    {
      "id": "85c3222c0ab0b2dd3c9d",
      "title": "Sources: Cognition is generating ~$900M in annualized revenue, up more than 3x since the start of the year, and executives project it will end 2026 with $1.5B+ (The Information)",
      "url": "https://www.techmeme.com/260827/p57",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-27T23:30:02Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "The Information : Sources: Cognition is generating ~$900M in annualized revenue, up more than 3x since the start of the year, and executives project it will end 2026 with $1.5B+ — Revenue is surging at Cognition and several other AI application providers, previously unreported data show …",
      "also_seen_in": []
    },
    {
      "id": "8525b224d1d624cead91",
      "title": "Uber says weekly AI agent requests have grown 9.4x since February, but total AI spending has stayed stable since April, after using up its 2026 AI budget in Q1 (Madison Mills/Axios)",
      "url": "https://www.techmeme.com/260827/p56",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-27T23:20:03Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Madison Mills / Axios : Uber says weekly AI agent requests have grown 9.4x since February, but total AI spending has stayed stable since April, after using up its 2026 AI budget in Q1 — After burning through its IT budget in the first quarter of the year, Uber has now stabilized its AI bills even as usage surges, the company tells Axios.",
      "also_seen_in": []
    },
    {
      "id": "d47103528c9105b25b5f",
      "title": "Anthropic and OpenAI are joining the AI stage at TechCrunch Disrupt 2026",
      "url": "https://techcrunch.com/2026/08/27/anthropic-and-openai-are-joining-the-ai-stage-at-techcrunch-disrupt-2026",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T23:16:45Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "At TechCrunch Disrupt 2026, the AI Stage is back to dig into the single hottest topic in the community for the past few years, presented by Google for Startups.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "10bb01393417b9c2d9a6",
      "title": "Botbooru alternatives?",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w09ot1/botbooru_alternatives",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T23:11:16Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "I struggle to find what I want on the website. Partially because people tag badly, but also because I get bored using only female bots, and there are barely any male bots. I need variety! Are there any alternatives? I know I saw people talking about ripping cards from janitor, but I chat on my phone so that is not an option. submitted by /u/herenorth [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "212c98d2643633b36d67",
      "title": "Build agentic creative workflows with Amazon Quick and fal",
      "url": "https://aws.amazon.com/blogs/machine-learning/build-agentic-creative-workflows-with-amazon-quick-and-fal",
      "source_id": "aws-ml-blog",
      "source_name": "AWS Machine Learning Blog",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "cloud",
        "engineering"
      ],
      "published_at": "2026-08-27T23:04:22Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Creative teams produce more assets than ever, but fragmented tools and manual context transfer slow production. This post shows how to build a reusable agent harness with Amazon Quick and fal, connected through the Model Context Protocol (MCP), using two hands-on workflows: an eight-panel storyboard and a music-video concept prototype.",
      "also_seen_in": [
        "aws-ml-blog"
      ]
    },
    {
      "id": "15cc32839d62bde0f758",
      "title": "Breaking Claude Code Opus 5 Auto Mode",
      "url": "https://simonwillison.net/2026/Aug/27/breaking-claude-code-opus-5-auto-mode",
      "source_id": "simon-willison",
      "source_name": "Simon Willison",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "models",
        "agents",
        "coding-agents"
      ],
      "published_at": "2026-08-27T22:50:25Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Breaking Claude Code Opus 5 Auto Mode Anthropic are putting a great deal of faith in Claude Code's auto mode for protecting their coding agent users against prompt injection attacks. They recently made that the default and have made bold claims about its effectiveness. Johann Rehberger is one of the most credible prompt injection researchers active today. He found an attack against auto mode which he claims works 80% of the time, by tricking Claude Code into downloading and uncompressing a zip archive, then executing code that imports base64 without noticing that this will import and execute a local struct.py file extracted from the archive. In a few cases auto mode directly prevented the agent from preventing harmful code from continuing to execute! In a few runs Claude tried to terminate the malware process once it noticed the compromise, but Auto Mode denied the cleanup command. Claude detects the compromise, but Auto Mode blocks its cleanup command The safety mechanism itself can become part of the failure. The classifier allowed the creation of the malware process, but then it blocked the command intended to stop it! I agree with Johann's conclusion here: the only safe way to ",
      "also_seen_in": [
        "simon-willison"
      ]
    },
    {
      "id": "5a8f786190893d49e7ac",
      "title": "b10664",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10664",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-27T22:49:24Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "ggml-hexagon: add HTP unary ops for ABS and LOG ( #27786 ) Add HVX-accelerated implementations for GGML_OP_LOG and GGML_UNARY_OP_ABS on the HTP backend. Register HTP_OP_UNARY_ABS and HTP_OP_UNARY_LOG in op_remap_to_htp() Add ABS and LOG to ggml_backend_hexagon_device_supports_op() Implement hvx_abs_f32_aa() in hvx-arith.h using hvx_vec_abs_f32() Implement hvx_log_f32_aa() in hvx-log.h using hvx_vec_log_f32() Add abs_f32() and log_f32() row-wise dispatch in unary-ops.c Define tiled and non-tiled task functions via DEFINE_UNARY_TASK and DEFINE_UNARY_TILED_TASK macros Route HTP_OP_UNARY_ABS and HTP_OP_UNARY_LOG through execute_op() in main.c Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43530274 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) -",
      "also_seen_in": []
    },
    {
      "id": "d3c377b86cfc8ebabfc6",
      "title": "Sources: the FTC has been investigating whether YouTube broke consumer protection laws by violating its own policies when suspending accounts or banning content (Bloomberg)",
      "url": "https://www.techmeme.com/260827/p55",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-27T22:45:01Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Bloomberg : Sources: the FTC has been investigating whether YouTube broke consumer protection laws by violating its own policies when suspending accounts or banning content — The US Federal Trade Commission has been investigating whether Alphabet Inc.'s YouTube violated consumer protection laws …",
      "also_seen_in": []
    },
    {
      "id": "48be54a5770c22c00632",
      "title": "The Twelve-Factor App (2025)",
      "url": "https://12factor.net/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T22:41:11Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "05315db2847fcfea8992",
      "title": "Select * from Internet.blogposts",
      "url": "https://pfrazee.leaflet.pub/3mu3p2smmis22",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T22:34:32Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "9aa9bb8bcec6463ae8d4",
      "title": "Doctors are finally learning to manage antidepressant withdrawal",
      "url": "https://www.newscientist.com/article/2584861-antidepressant-withdrawal-symptoms-are-prompting-a-radical-rethink-of-how-we-treat-depression",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T22:26:04Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "891bae74533883bfc24e",
      "title": "b10663",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10663",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-27T22:24:32Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "hex-unary: fix RMS_NORM_MUL weight-offset bugs for grouped/broadcast norms ( #27798 ) Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43526462 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "65edd6626f7bdcfed40f",
      "title": "Updated: Newsroom \\ Anthropic",
      "url": "https://www.anthropic.com/news",
      "source_id": "anthropic-news",
      "source_name": "Anthropic News",
      "source_type": "page_diff",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "models",
        "business",
        "safety"
      ],
      "published_at": "2026-08-27T22:24:31Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Visible page content changed; normalized text length 3418 characters.",
      "also_seen_in": [
        "anthropic-news"
      ]
    },
    {
      "id": "60189d2e72d98fdacc69",
      "title": "Updated: 模型推理价格说明 - Kimi API 开放平台",
      "url": "https://platform.kimi.com/docs/pricing/chat",
      "source_id": "kimi-pricing",
      "source_name": "Kimi API Pricing",
      "source_type": "page_diff",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "zh",
      "beats": [
        "pricing",
        "china-ai"
      ],
      "published_at": "2026-08-27T22:24:31Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Visible page content changed; normalized text length 1098 characters.",
      "also_seen_in": [
        "kimi-pricing"
      ]
    },
    {
      "id": "3a2ae342748f738b19b0",
      "title": "Updated: Pricing | Together AI",
      "url": "https://www.together.ai/pricing",
      "source_id": "together-pricing",
      "source_name": "Together AI Pricing",
      "source_type": "page_diff",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "pricing",
        "inference"
      ],
      "published_at": "2026-08-27T22:24:31Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Visible page content changed; normalized text length 12464 characters.",
      "also_seen_in": [
        "together-pricing"
      ]
    },
    {
      "id": "51b9a624cc3b4aef0153",
      "title": "Updated: LM Studio Blog | LM Studio",
      "url": "https://lmstudio.ai/blog",
      "source_id": "lmstudio-blog",
      "source_name": "LM Studio Blog",
      "source_type": "page_diff",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm"
      ],
      "published_at": "2026-08-27T22:24:31Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Visible page content changed; normalized text length 12691 characters.",
      "also_seen_in": []
    },
    {
      "id": "df5481a9473262316562",
      "title": "0.151.0-alpha.7",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.151.0-alpha.7",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-27T22:18:38Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Release 0.151.0-alpha.7",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "1e9b37c88e28c5feee02",
      "title": "Anthropic's new hardware standard lets AI agents control the physical world",
      "url": "https://arstechnica.com/ai/2026/08/anthropics-new-hardware-standard-lets-ai-agents-control-the-physical-world",
      "source_id": "ars-ai",
      "source_name": "Ars Technica AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "technology",
        "news"
      ],
      "published_at": "2026-08-27T22:15:43Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Standardized driver interface aims to let devices talk to AI and each other.",
      "also_seen_in": [
        "ars-ai"
      ]
    },
    {
      "id": "a78a98763cb1139c77b1",
      "title": "Sources: Anthropic discussed buying AI chip startup MatX for ~$7B, but talks are no longer active; MatX is now seeking to raise new capital at a ~$4B valuation (Reuters)",
      "url": "https://www.techmeme.com/260827/p53",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-27T22:15:01Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Reuters : Sources: Anthropic discussed buying AI chip startup MatX for ~$7B, but talks are no longer active; MatX is now seeking to raise new capital at a ~$4B valuation — Anthropic discussed buying artificial intelligence chip startup MatX for roughly $7 billion, seeking to accelerate efforts …",
      "also_seen_in": []
    },
    {
      "id": "946d339e55b75b20d4a0",
      "title": "Users may experience an increase in error rates in Workspace Agents and ChatGPT Work on Web and Mobile",
      "url": "https://status.openai.com//incidents/01M1263309PD7VYV8EF95W2M2P",
      "source_id": "openai-status",
      "source_name": "OpenAI Status",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "status",
        "pricing"
      ],
      "published_at": "2026-08-27T22:14:44Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Status: Resolved All impacted services have now fully recovered. Affected components Agent (Operational) ChatGPT Work (Operational)",
      "also_seen_in": [
        "openai-status"
      ]
    },
    {
      "id": "b9364c7c02865181edcc",
      "title": "v2.1.248",
      "url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.248",
      "source_id": "claude-code-releases",
      "source_name": "Claude Code Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-27T22:12:20Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "What's changed Added --restricted (or CLAUDE_CODE_RESTRICTED=1 ): removes the built-in tools that run commands or code and WebFetch (unless named in --tools ), keeps file tools inside the working directory, refuses bypassPermissions , and ignores user, project and local settings files Added experimental.cacheTtl ( \"5m\" or \"1h\" ) to agent frontmatter: a per-agent prompt cache TTL used when no subagent TTL setting is configured Added claude self-hosted-runner --client-label (or SELF_HOSTED_RUNNER_CLIENT_LABEL ) to override the label the runner registers with (default: hostname) Added server-managed settings diagnostics: a startup warning when the settings fail to load, and a /doctor and /status line explaining a load failure or why they weren't fetched (Bedrock/Vertex/third-party provider, custom ANTHROPIC_BASE_URL ) Added a warning in /web-setup when the GitHub CLI token lacks the workflow scope, since pushes to very large repositories can be rejected without it Added /usage-credits for Enterprise organizations billed through AWS Marketplace, self-serve Enterprise, and Enterprise trials, so members can request a higher usage limit from their admin Added cross-session messaging ( Sen",
      "also_seen_in": [
        "claude-code-releases"
      ]
    },
    {
      "id": "c7f0a2f1c6e0c4faf263",
      "title": "Show HN: OpenTIE and OpenXWA, Modern Ports of Tie Fighter and X-Wing Alliance",
      "url": "https://github.com/elyosh/OpenTIE",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T22:10:47Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "cae14f6ca5c76815321a",
      "title": "Sources: Town, which develops enterprise personal AI assistants, is in talks to raise at a $1B valuation in a round led by Index Ventures (Newcomer)",
      "url": "https://www.techmeme.com/260827/p52",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-27T22:00:46Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Newcomer : Sources: Town, which develops enterprise personal AI assistants, is in talks to raise at a $1B valuation in a round led by Index Ventures — Town, the buzzy enterprise personal agent, is raising at $1 billion, sources tell us — Two startup personal assistants have venture capitalists in a tizzy right now:",
      "also_seen_in": []
    },
    {
      "id": "4d5dec52c34d1c5c1a9a",
      "title": "Alphabet agrees to pay £260M to settle a UK class action lawsuit claiming it levied \"unfair\" charges on software downloaded from the Google Play app store (Alistair Gray/Financial Times)",
      "url": "https://www.techmeme.com/260827/p51",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-27T21:55:01Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Alistair Gray / Financial Times : Alphabet agrees to pay £260M to settle a UK class action lawsuit claiming it levied “unfair” charges on software downloaded from the Google Play app store — Group's Google business was accused of overcharging developers who made software for the Google Play app store",
      "also_seen_in": []
    },
    {
      "id": "63fdd5faecaa747ec234",
      "title": "Wanna help me test my ST-card-maker pipeline?",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w07kwe/wanna_help_me_test_my_stcardmaker_pipeline",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T21:46:21Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "https://drive.google.com/drive/folders/1gU4abDs7FAQY5KCJ7PMBGBAlbYIoFP9J Built a pipeline using Claude to make character cards based on some research into common AI failure modes. This is my hellaverse set. Anyone wanna help me test them? They're supposed to theoretically stay more true to the character and sound more like them. 🤷‍♂️​ Edit: Sorry, forgot to change folder permissions, silly me. Should work now. submitted by /u/AnCapGamer [link] [comments]",
      "also_seen_in": [
        "sillytavern-reddit"
      ]
    },
    {
      "id": "7c8ec2c6f09b4885be33",
      "title": "Amid Personal Assistant Investor Frenzy, Town Nears $1 Billion Valuation in Round Led by Instinct-Backer Index Ventures",
      "url": "https://www.newcomer.co/p/amid-personal-assistant-investor",
      "source_id": "newcomer",
      "source_name": "Newcomer",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "funding",
        "business",
        "gossip"
      ],
      "published_at": "2026-08-27T21:41:08Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Town, the buzzy enterprise personal agent, is raising at $1 billion, sources tell us",
      "also_seen_in": [
        "newcomer"
      ]
    },
    {
      "id": "38bd22d7b0f4fce25f27",
      "title": "Storm Summoner, a MIDI controller for effects pedals",
      "url": "https://kabaragoya.com/products/storm-summoner",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T21:38:27Z",
      "fetched_at": "2026-08-30T19:20:50Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "ce33b1b418beffc78bab",
      "title": "Sources: Abu Dhabi's Sheikh Tahnoon and co-investors back an entity owning 49%, the largest stake, in the company behind the Trump family's planned crypto bank (Wall Street Journal)",
      "url": "https://www.techmeme.com/260827/p50",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-27T21:35:19Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Wall Street Journal : Sources: Abu Dhabi's Sheikh Tahnoon and co-investors back an entity owning 49%, the largest stake, in the company behind the Trump family's planned crypto bank — The Emirati ‘spy sheikh’ backs a 49% stake in the entity behind the new World Liberty bank — The Abu Dhabi royal sometimes referred …",
      "also_seen_in": []
    },
    {
      "id": "9ce219769ff3417429de",
      "title": "Would you use a rules engine extension for SillyTavern RP?",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w0724g/would_you_use_a_rules_engine_extension_for",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T21:26:43Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "I made SillyTavern-nat20, an open-source local extension for using 5e SRD mechanics in SillyTavern. The extension adds slash commands for dice rolls, ability and skill checks, saving throws, character sheets, rests, combat, SRD lookups, and local homebrew. It talks to `nat20-bridge`, a small FastAPI process bound to `127.0.0.1:8020`. The extension keeps a local PC roster. You run a slash command for a roll, check, rest, or combat action. The bridge validates the character data, keeps active combat state, calls the Python rules engine, then returns typed results to SillyTavern. The chat can narrate those results, but a failed stealth roll stays failed. I built it because I wanted the model to narrate a fight without being responsible for whether a 16 hits, a spell slot was spent, or a rest restores HP. It is aimed at a single local setup, one person, one tab, one bridge process. I am curious where this would actually fit into people's RP setups. Would you use explicit commands for combat and checks, then let the chat narrate the result? Would you only use it for occasional dice rolls? Or do prompts, lorebooks, and your current setup already cover this well enough? Source and install",
      "also_seen_in": []
    },
    {
      "id": "47796f4c64ad153d7a4a",
      "title": "Show HN: We built open OpenRouter that turns usage into a better model",
      "url": "https://github.com/experientiallabs/experiential",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T21:18:35Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "8b4b5c9a5c448f47407d",
      "title": "b10662",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10662",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-27T21:09:16Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "server: add ctx-per-slot (--kv-unified-per-slot) ( #24124 ) Add ctx-per-slot argument for unifid KV cache Swap out ctx fractions for ctx pool slots Formatting cleanup Remove ctx-pool-slots, make ctx-per-slot an int refactor it Co-authored-by: Xuan Son Nguyen son@huggingface.co Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43512604 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "b0f22dc193eba2bd3b89",
      "title": "v0.33.2",
      "url": "https://github.com/ollama/ollama/releases/tag/v0.33.2-rc1",
      "source_id": "ollama-releases",
      "source_name": "Ollama Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-27T21:09:03Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "What's Changed app: restore system dark mode by @hoyyeva in #18049 proxy: continue requests when the model catalog changes by @ParthSareen in #18058 app: synchronize macOS app handoff by @ParthSareen in #18056 Full Changelog : v0.33.1...v0.33.2-rc0",
      "also_seen_in": [
        "ollama-releases"
      ]
    },
    {
      "id": "6d3d445d56588543e0f9",
      "title": "Elon Musk’s xAI used child porn to train Grok models, lawsuit says",
      "url": "https://arstechnica.com/tech-policy/2026/08/elon-musks-xai-used-child-porn-to-train-grok-models-lawsuit-says",
      "source_id": "ars-ai",
      "source_name": "Ars Technica AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "technology",
        "news"
      ],
      "published_at": "2026-08-27T20:52:31Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "xAI accused of training Grok on real and AI-generated child pornography.",
      "also_seen_in": [
        "ars-ai"
      ]
    },
    {
      "id": "24bcd8fea36229783346",
      "title": "Meta Paid $17B – Gets to Write Safety Rules for Other SocMedia Platform",
      "url": "https://www.techdirt.com/2026/08/26/meta-just-paid-nearly-17-billion-to-make-sure-it-gets-to-write-the-kid-safety-rules-for-every-other-social-media-platform",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T20:41:51Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "7324482f6d5246c9ab5f",
      "title": "Nvidia stock closed up 8.74% on Thursday, adding ~$440B to Nvidia's market cap, after its revenue guidance reassured investors that AI demand remains strong (CNBC)",
      "url": "https://www.techmeme.com/260827/p49",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-27T20:40:03Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "CNBC : Nvidia stock closed up 8.74% on Thursday, adding ~$440B to Nvidia's market cap, after its revenue guidance reassured investors that AI demand remains strong — Nvidia shares rose nearly 9% Thursday after the chip giant's revenue guidance reassured investors that artificial intelligence demand will remain strong.",
      "also_seen_in": []
    },
    {
      "id": "fea824d272d37f495980",
      "title": "b10661",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10661",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-27T20:39:39Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "ci : build only the ggml-hip backend for windows-rocm release ( #27753 ) Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43506547 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "08e22b9d70301e400fad",
      "title": "Any way to stop Qwen 3.6 35b a3b from thinking so much?",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w05qcn/any_way_to_stop_qwen_36_35b_a3b_from_thinking_so",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T20:36:36Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "I've been using Gemma 4 26B A4B (Mero Mero)...it's good, but it can get confused easily. So I wanted to explore something different. Qwen 3.6 35B a3b looked good, but for the life of me, I can't get it to stop thinking. It tries to burn through like 12K context (might be exaggerating) every single response. If it limit the response tokens, it just stops at partial thinking and won't generate a reply. It's unusable as it is. I've tried turning off thinking in KoboldCpp, remove instruct from the Connection Profile, and played with the instruct template (might be doing that wrong), but nothing works. I'd love to get it a try, but after three replies, I get bored and load up Gemma4. Any other models you'd suggest over Gemma 4? I love the MOE since it lets me use a higher parameter count than I'd normally be able to use (5070ti + 3080ti). submitted by /u/0260n4s [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "3af69919c5b5cfff421d",
      "title": "Google adds Expert Intelligence to Gemini Notebook, letting users import eligible titles they own in Google Play Books to ask questions, generate podcasts, more (Emma Roth/The Verge)",
      "url": "https://www.techmeme.com/260827/p48",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-27T20:31:41Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Emma Roth / The Verge : Google adds Expert Intelligence to Gemini Notebook, letting users import eligible titles they own in Google Play Books to ask questions, generate podcasts, more — Gemini Notebook's new ‘Expert Intelligence’ feature pulls information from the books you've purchased.",
      "also_seen_in": []
    },
    {
      "id": "ada4124a42cbacd7ea37",
      "title": "Anyone know how to use a different Classifier API than main API for character expressions?",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w05hn5/anyone_know_how_to_use_a_different_classifier_api",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T20:27:45Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Rather than using a local model, I prefer using a smarter model from Openrouter to detect custom emotions. However, I don’t want to use the same model I use for RP, since that can get unnecessarily expensive. From the options, there is only Local, Main API, Extras, and WebLLM extension (I haven't tried extras or webllm, but I don't think they are what I want). Is there another extension for custom expressions that lets me choose which model to use? submitted by /u/Positive_Music_972 [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "3a27179fb0d84ec45c7d",
      "title": "How do you all create character cards?",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w05f55/how_do_you_all_create_character_cards",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T20:25:26Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "What the title says. I'm fairly new to LLM RP and I've only used Marinara as my front-end, I don't know if ST is different. I'm impressed with how capable the technology is and I see how far it still has to go. I'm curious how other people create their character cards. What is important that goes in them? What do you leave out? What do they look like to get the most bang for your buck? I'll include a sample of mine below. You're welcome to critique it. Description Role: White Court Vampire, tech genius, in the wrong club Description: Late twenties, otherworldly handsome, a little dorky, a little cocky, likes to crack jokes Known Traits: Nerdy, Ernest when he feels safe, Knows how to code switch, especially with how to deal with family, Youngest of the ruling White Court clan in SFO, Prefers to feed on Joy/Lust; comes from a family of Fear feeders; keeps this hidden/private Relationship to Zora Zora owes the white court a lot of money because Caleb saved her life, Likes Zora but also likes to toy with her, Believes she is a particularly skilled hedge witch or medium scale talent, Romantically interested in Zora Narrative Function Frenemy, Reluctant mouthpiece for the White Court, Ro",
      "also_seen_in": [
        "sillytavern-reddit"
      ]
    },
    {
      "id": "4d82c6c91187d04669b3",
      "title": "Salesforce stock closed up 22.6% on Thursday, its second-best day ever, after the company reported a beat on Q2 earnings and expanded its Anthropic partnership (CJ Haddad/CNBC)",
      "url": "https://www.techmeme.com/260827/p47",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-27T20:20:01Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "CJ Haddad / CNBC : Salesforce stock closed up 22.6% on Thursday, its second-best day ever, after the company reported a beat on Q2 earnings and expanded its Anthropic partnership — Shares of Salesforce jumped 22% Thursday after the company reported a beat on second-quarter earnings and announced …",
      "also_seen_in": []
    },
    {
      "id": "1e275187e0dcc7d49164",
      "title": "b10660",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10660",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-27T20:05:01Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "model: add Qwen3.8-Flash-Next (qwen4exp) ( #27742 ) gguf: add qwen4exp (Qwen3.8-Flash-Next) arch and converter Adds the GGUF-side plumbing for HF model_type qwen4_exp: MODEL_ARCH.QWEN4EXP plus tensors for the low-rank hyper-connection variant (hc_ norm/down/up/inject) and the PLE n-gram hash embeddings. The DeepSeek-V4 hc _fn/base/scale tensors are a different parameterisation, so these are separate entries rather than reuse. Reuses the existing indexer, per_layer_token_embd, SSM and compress_ratios keys unchanged. conversion/qwen4exp.py inherits the Qwen3.5 linear-attention V-head reorder and interleaved mrope, concatenates the 128 PLE embedding shards, and splits index_qk_proj into separate indexer q/k tensors. The PLE hash multipliers reach ~2.4e13. prepare_tensors() casts every non-float dtype to float32 before modify_tensors() runs, and GGUF array writes infer INT32 from Python ints, so both paths are bypassed: the constants are read from the pre-cast lazy tensors and written as explicit UINT64 arrays. Additive only; no existing arch changes behaviour. llama: load qwen4exp (Qwen3.8-Flash-Next) hparams and tensors Adds LLM_ARCH_QWEN4EXP with its hparams and tensor loading. The ",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "3f2e4157c2a52bf84134",
      "title": "Report: Nvidia to acquire AI model repository Hugging Face for $13 billion",
      "url": "https://arstechnica.com/ai/2026/08/report-nvidia-to-acquire-ai-model-repository-hugging-face-for-13-billion",
      "source_id": "ars-ai",
      "source_name": "Ars Technica AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "technology",
        "news"
      ],
      "published_at": "2026-08-27T19:55:22Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Nvidia is nabbing critical infrastructure for open models as interest grows.",
      "also_seen_in": [
        "ars-ai"
      ]
    },
    {
      "id": "fb0b1eabe553a0d36243",
      "title": "Barret Zoph, the Thinking Machines co-founder ousted before joining OpenAI, is now at Google",
      "url": "https://techcrunch.com/2026/08/27/barret-zoph-the-thinking-machines-co-founder-who-defected-to-openai-is-now-at-google",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T19:52:52Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Zoph, who co-founded Thinking Machines Lab alongside Mira Murati and also served as the startup's CTO, led a brief stint at OpenAI and is now at Google.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "2a615e1350ffe48943c8",
      "title": "Google’s AI note-taking app now allows you to interact with books",
      "url": "https://www.theverge.com/tech/985567/google-gemini-notebook-expert-sources-books",
      "source_id": "the-verge-ai",
      "source_name": "The Verge AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "products",
        "policy",
        "news"
      ],
      "published_at": "2026-08-27T19:43:17Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Google's AI note-taking app, Gemini Notebook, can now pull information from the books you've purchased. The new \"Expert Intelligence\" feature allows you to bring titles from Google Play Books directly into Gemini Notebook, which means you can ask questions about the material, as well as generate plans, infographics, AI podcasts, and more based on their […]",
      "also_seen_in": [
        "the-verge-ai"
      ]
    },
    {
      "id": "7729f7906a20e482823c",
      "title": "Sycophancy and Positive Bias are not the same thing?",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w0461r/sycophancy_and_positive_bias_are_not_the_same",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T19:40:59Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Just my take on it. I think some of us confuse sycophancy with positive bias. Or that it may be the same thing but people have different definitions of it. I first started RP with GPT-4o. Man was that model GOATed. And it absolutely was sycophantic. As in, it treats you, the user, as the protagonist and the world bends around you. Your actions and dialogue always have the spotlight on them. Everything the NPCs do is about you or related to you. That's sycophancy. Positive bias though? Fuck no. One line of instruction saying \"Consistent defined characters, not yes-men\" gets the NPCs to be fucking hostile and offensive and SO FUCKING MEAN. Honestly that model is so good at finding nuance and depth, and you think your dynamic and place in-universe is all established, and then an NPC (even a trusted friend) suddenly has a fucking problem with it and actually brings up legitimate points about why YOU are the problem. Which is of course a challenge for you to solve or overcome. It NEVER did any therapy speech. If you offended someone, even unitentionally, GPT-4o can read where the user character takes pride in or where you're most insecure of and ATTACKS you on that. (Example: The story ",
      "also_seen_in": [
        "sillytavern-reddit"
      ]
    },
    {
      "id": "c58d0d2b4e1525aa5cf3",
      "title": "OpenAI’s executive exodus has one big winner",
      "url": "https://www.theverge.com/podcast/985332/openai-greg-brockman-sam-altman-leader-executive-exodus",
      "source_id": "the-verge-ai",
      "source_name": "The Verge AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "products",
        "policy",
        "news"
      ],
      "published_at": "2026-08-27T19:32:53Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Today on Decoder, I’m talking to Verge senior AI reporter Hayden Field about some pure Decoder bait: the seemingly-endless org chart changes at OpenAI, and how all of them seem to consolidate power under cofounder Greg Brockman, the company’s president. While Sam Altman is the CEO and still OpenAI’s most public face, Brockman has amassed […]",
      "also_seen_in": [
        "the-verge-ai"
      ]
    },
    {
      "id": "f08fbf2256f99606dac2",
      "title": "[LOREBOOK] The World of Zenless Zone Zero",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w03i0n/lorebook_the_world_of_zenless_zone_zero",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T19:16:53Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "(This is a regularly updated post, make sure to download each new release a few days after the release of each new ZZZ story patch.) Welcome here! So… you wanna be a Proxy, huh? In this brand-new Inter-Knot post, I'm presenting my OTHER big project to you: a detailed lorebook of Zenless Zone Zero, following the canon events from 1.0, all the way to 3.1 (!!!). Feel free to download the lorebook and jump straight into the world of Hollows, Ether and Bangboo. I have spent five months perfecting this preset, since 2.7 came out, jotting down every little bit of lore into it that I've encountered while playing the game. This lorebook includes: The main story (1.0-3.1) The most important, story-heavy side quests Lore explanation of endgame content (so that you can play them in text form, too) Agent Background records World Background records NPC records Explanation of all VHS tapes Nothing important was left out, for your absolute convenience. Take your Bangboo and sync up; see you on the other side~ Kind regards, Lew, One of Shepherd's Contacts >>DOWNLOAD HERE submitted by /u/kinkyalt_02 [link] [comments]",
      "also_seen_in": [
        "sillytavern-reddit"
      ]
    },
    {
      "id": "dd3922a6094c6c14c770",
      "title": "YouTube adds Amazon to its shopping affiliate program, enabling US creators to tag Amazon products in Shorts, longform videos, and livestreams (Anna Washenko/Engadget)",
      "url": "https://www.techmeme.com/260827/p46",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-27T19:15:02Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Anna Washenko / Engadget : YouTube adds Amazon to its shopping affiliate program, enabling US creators to tag Amazon products in Shorts, longform videos, and livestreams — The retailer just finally joined YouTube Shopping's affiliate program. — YouTube has landed one of the biggest possible gets for its creator ecommerce platform.",
      "also_seen_in": []
    },
    {
      "id": "ff609bd0d59ef0787133",
      "title": "Benchmarking Pocket-Scale Inference",
      "url": "https://artificialanalysis.ai/hardware-inference-stack/mobile-phones",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T19:12:03Z",
      "fetched_at": "2026-08-30T05:30:25Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "4332638ea0c181acfa6b",
      "title": "b10659",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10659",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-27T19:09:45Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "ci : bundle HIP runtime DLLs with Windows ROCm release ( #26973 ) Copy amdhip64_7, amd_comgr and rocm_kpack next to the binaries so the correct HIP runtime loads over the driver's copy in System32. Fixes #26929 . Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43487895 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "bee0071b8b36fef6cbdc",
      "title": "AI industry says Trump plans to tax chips in the “single dumbest way imaginable”",
      "url": "https://arstechnica.com/tech-policy/2026/08/ai-industry-says-trump-plans-to-tax-chips-in-the-single-dumbest-way-imaginable",
      "source_id": "ars-ai",
      "source_name": "Ars Technica AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "technology",
        "news"
      ],
      "published_at": "2026-08-27T18:57:08Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Tech industry is perplexed by Trump’s plan to win AI race by taxing data centers.",
      "also_seen_in": [
        "ars-ai"
      ]
    },
    {
      "id": "c413be88dcb008603b4d",
      "title": "@ai-sdk/xai@2.0.91",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fxai%402.0.91",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-27T18:52:26Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Patch Changes a2d81eb: fix(xai): preserve web_search action (query, sources, open_page) in responses tool results",
      "also_seen_in": []
    },
    {
      "id": "4d1101125e321ce3fb6d",
      "title": "@ai-sdk/xai@3.0.129",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fxai%403.0.129",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-27T18:40:06Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Patch Changes 0331d34 : fix(xai): preserve web_search action (query, sources, open_page) in responses tool results",
      "also_seen_in": []
    },
    {
      "id": "a46b08f029147f1017d1",
      "title": "@ai-sdk/svelte@4.0.271",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fsvelte%404.0.271",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-27T18:39:57Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Patch Changes Updated dependencies [ 9310140 ] Updated dependencies [ b503790 ] ai@6.0.271",
      "also_seen_in": []
    },
    {
      "id": "b7d66d8bb72726c6c544",
      "title": "Introducing OpenAI models on Amazon Bedrock for in-country inferencing in India",
      "url": "https://aws.amazon.com/blogs/machine-learning/introducing-openai-models-on-amazon-bedrock-for-in-country-inferencing-in-india",
      "source_id": "aws-ml-blog",
      "source_name": "AWS Machine Learning Blog",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "cloud",
        "engineering"
      ],
      "published_at": "2026-08-27T18:36:08Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Amazon Bedrock now supports the OpenAI GPT-5.6 models, Terra and Luna, in India with India geographic cross-Region inference. If you have local data processing requirements, you can now use these models at scale while Amazon Bedrock keeps inference requests and data within India.",
      "also_seen_in": [
        "aws-ml-blog"
      ]
    },
    {
      "id": "2cb5dc8cd4e922d51371",
      "title": "b10658",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10658",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-27T18:34:41Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "spec : add DFlash2 support (local convolution + candidate selector) ( #27342 ) ( #27816 ) spec : add DFlash2 support (local convolution + candidate selector) ( #27342 ) support DFlash2 Add p_min in DFlash2 Assisted-by: Claude Opus 5 Revert unnecessary changes Assisted-by: Claude Opus 5 Revert draft sampling in rejection sampling Assisted-by: Claude Opus 5 Refactor code structure Assisted-by: Claude Opus 5 Delete embedding scaling Assisted-by: Claude Opus 5 Gate output transforms on DFlash2 Assisted-by: Claude Opus 5 Optimize Dflash 2 cost Assisted-by: Claude Opus 5 Avoid using atoi Assisted-by: Claude Opus 5 Modify comments Assisted-by: Claude Opus 5 Move llama_model_dflash_selector_top_k to llama-ext.h Assisted-by: Claude Opus 5 Formatting Assisted-by: Claude Opus 5 Apply patch to fix the mrope bug Assisted-by: Claude Opus 5 fix ci Assisted-by: Claude Opus 5 Fix graph number calculation Assisted-by: Claude Opus 5 rename hid and unary Assisted-by: Claude Opus 5 Co-authored-by: Jian Chen jianchen0311@gmail.com Co-authored-by: Xuan-Son Nguyen son@huggingface.co revert top-k.cu changes Co-authored-by: Zihan Zhang tiancaizhangdaxian@sjtu.edu.cn Co-authored-by: Jian Chen jianchen0311@gm",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "35dfb05ae8b959c70b8c",
      "title": "@ai-sdk/vue@3.0.271",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fvue%403.0.271",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-27T18:34:35Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Version Packages ( #19847 )",
      "also_seen_in": []
    },
    {
      "id": "ce92115bbef2896d1fe5",
      "title": "@ai-sdk/workflow-harness@1.0.92",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fworkflow-harness%401.0.92",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-27T18:32:33Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Patch Changes Updated dependencies [ e0d7cfb ] @ai-sdk/harness@1.0.92",
      "also_seen_in": []
    },
    {
      "id": "d395ec223329e1019e49",
      "title": "@ai-sdk/sandbox-vercel@1.0.92",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fsandbox-vercel%401.0.92",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-27T18:32:32Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Patch Changes Updated dependencies [ e0d7cfb ] @ai-sdk/harness@1.0.92",
      "also_seen_in": []
    },
    {
      "id": "d4ea85bbdebed9419b89",
      "title": "@ai-sdk/sandbox-just-bash@1.0.92",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fsandbox-just-bash%401.0.92",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-27T18:32:31Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Patch Changes Updated dependencies [ e0d7cfb ] @ai-sdk/harness@1.0.92",
      "also_seen_in": []
    },
    {
      "id": "25a68d91109da4336279",
      "title": "Sources: Anthropic has been working on a plan to allow secondary stock sales in its IPO while also considering lockup periods longer than the standard 180 days (The Information)",
      "url": "https://www.techmeme.com/260827/p45",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-27T18:30:01Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "The Information : Sources: Anthropic has been working on a plan to allow secondary stock sales in its IPO while also considering lockup periods longer than the standard 180 days — Anthropic has been working on a plan to let existing shareholders sell some stock in its blockbuster initial public offering …",
      "also_seen_in": []
    },
    {
      "id": "f1e0223ba76f9dd19489",
      "title": "Anthropic releases Model Hardware Standard, a framework to help AI agents use physical systems like microscopes, quantum computing hardware, and robot arms (Will Knight/Wired)",
      "url": "https://www.techmeme.com/260827/p44",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-27T18:25:04Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Will Knight / Wired : Anthropic releases Model Hardware Standard, a framework to help AI agents use physical systems like microscopes, quantum computing hardware, and robot arms — The potential for AI to automate scientific research and manufacturing must be balanced with new risks, Anthropic says.",
      "also_seen_in": []
    },
    {
      "id": "3e3e684fd73375e54816",
      "title": "Autism mutations drive neurodevelopmental pathology",
      "url": "https://www.science.org/doi/10.1126/science.ady4523",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T18:23:43Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "b41038e1f08710877ff9",
      "title": "@ai-sdk/vue@2.0.249",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fvue%402.0.249",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-27T18:23:19Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Patch Changes Updated dependencies [ 989be6f ] ai@5.0.249",
      "also_seen_in": []
    },
    {
      "id": "3d5ff8178e4df3c976cd",
      "title": "@ai-sdk/svelte@3.0.249",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fsvelte%403.0.249",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-27T18:23:18Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Patch Changes Updated dependencies [ 989be6f ] ai@5.0.249",
      "also_seen_in": []
    },
    {
      "id": "e1616aa9864edf32a2df",
      "title": "The AI ‘Ghosts’ Contaminating Academic Publishing",
      "url": "https://www.404media.co/the-ai-ghosts-contaminating-academic-publishing",
      "source_id": "404media",
      "source_name": "404 Media",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "security",
        "policy",
        "culture"
      ],
      "published_at": "2026-08-27T18:14:29Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "“The academic record is being quietly haunted” by researchers with names like Elena Vasquez and Marcus Chen.",
      "also_seen_in": [
        "404media"
      ]
    },
    {
      "id": "1309b6e00dad65a51b7c",
      "title": "Internal memo: Meta's AI agent Hatch \"has its own computer\" to perform tasks, works when the app is closed, can connect to email, Instagram, OpenTable, and more (Hugh Langley/Business Insider)",
      "url": "https://www.techmeme.com/260827/p43",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-27T18:10:01Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Hugh Langley / Business Insider : Internal memo: Meta's AI agent Hatch “has its own computer” to perform tasks, works when the app is closed, can connect to email, Instagram, OpenTable, and more — It can DJ. It can order food. It can book you a table at a restaurant. And of course, it can access your Instagram.",
      "also_seen_in": []
    },
    {
      "id": "1dff1511c48a38ca6920",
      "title": "b10657",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10657",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-27T18:08:47Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "opencl: add bin kernels kernel_gemm_moe_q4_0_q8_1_dp4a_bin , kernel_gemm_moe_mxfp4_q8_1_dp4a_bin ( #27768 ) Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43474540 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "7d761ee1d27762f6191e",
      "title": "Previewing the Model Hardware Standard",
      "url": "https://www.anthropic.com/news/model-hardware-standard-research-preview",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T18:04:50Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "f55b44e241a86b7915c6",
      "title": "Gemini-3.5-Transcribe",
      "url": "https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-5-transcribe",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T18:03:42Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "6124c212e0fcdb734df6",
      "title": "Show HN: Voronoi Go",
      "url": "https://voronoigo.com/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T18:03:37Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "4afc09b86a61f985c987",
      "title": "ST Card Editor - Update + 11 new UI languages",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w01fq9/st_card_editor_update_11_new_ui_languages",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T18:02:40Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Live demo: https://maxime-fleury.github.io/ST-cardEditor/ GitHub: https://github.com/maxime-fleury/ST-cardEditor ---- Just wanted to share a quick update to the ST Card Editor project: Added 11 new UI languages Fixed resizable sliders Added MIT licence And a few other improvements If you use this card editor, I’d love to hear your feedback or suggestions! Do you want this as a ST-extension or something else ? submitted by /u/Regular_Instruction [link] [comments]",
      "also_seen_in": [
        "sillytavern-reddit"
      ]
    },
    {
      "id": "c318a8073b0e0be10cfc",
      "title": "We found a division by zero bug in FFmpeg with a vibecoded fuzzer",
      "url": "https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/24290",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T17:53:40Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "d3182c855618c02b1b61",
      "title": "M5Stack Launches PaperMono",
      "url": "https://shop.m5stack.com/blogs/news/m5stack-launches-papermono-a-compact-e-ink-development-terminal-for-connected-projects",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T17:50:57Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "b82d87b13f0dcccd04aa",
      "title": "Black Rock Shooter",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w00yuj/black_rock_shooter",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T17:46:26Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "I've put together a dynamic Visual Novel Sprite System for SillyTavern, featuring Black★Rock Shooter (BRS). The character is written as the stoic, fierce otherworld warrior wielding the devastating ★Rock Cannon and the blazing blue eye flame. Instead of static portraits, the card dynamically triggers context-aware character sprites in real-time as you chat—covering quiet daily interactions, heavy artillery combat FX, battle-damaged states, and subtle mood shifts. --- ### Key Features - Plug & Play Auto-Rendering: The scoped regex script is pre-configured and embedded directly inside the card. No manual script setup required. - Dynamic Sprite Engine: Contextual rendering covering 35+ emotion states and heavy weaponry combat variants. - Visual Novel Optimized: Fully compatible with SillyTavern's Visual Novel mode out of the box. --- ### Quick 2-Step Setup Import the Character Card into SillyTavern. Extract the Sprite Pack images into your character folder: `SillyTavern/data/default-user/characters/brs/` submitted by /u/Quiet_Sport [link] [comments]",
      "also_seen_in": [
        "sillytavern-reddit"
      ]
    },
    {
      "id": "2b7a8806fda60ed80cda",
      "title": "OpenAI, Anthropic, Google, and 100 other companies call for action to defend against rogue AI",
      "url": "https://techcrunch.com/2026/08/27/openai-anthropic-google-and-100-other-companies-call-for-action-to-defend-against-rogue-ai",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T17:43:24Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Some of the world's largest tech companies and AI startups have come together to decry the current state of cybersecurity and to advertise a new solution that they say can ward off a new generation of cyber threats.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "e9324f5e267d25e401cc",
      "title": "b10656",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10656",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-27T17:42:35Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "quantize: cap working memory size to avoid loading big tensors onto RAM ( #27795 ) Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43468853 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "056693a60769298aa59c",
      "title": "Source: Nvidia plans an employee-funded political action committee called NVPAC, as it seeks to step up its efforts to influence US policy (Courtney Rozen/Reuters)",
      "url": "https://www.techmeme.com/260827/p42",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-27T17:35:05Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Courtney Rozen / Reuters : Source: Nvidia plans an employee-funded political action committee called NVPAC, as it seeks to step up its efforts to influence US policy — Tech company Nvidia will start an employee-funded political action committee, a source familiar with the plans told Reuters, as the company seeks to step up its efforts to influence U.S. policy.",
      "also_seen_in": []
    },
    {
      "id": "340e0932c241686a8cdc",
      "title": "Hello :D",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w00maw/hello_d",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T17:34:08Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Hello guys i am newbie here i just launch silly tavern for the first time.I've been using Janitor AI for a while now and decided to take a look here as well.I have a question. I'm using TokenReply for models, but I don't know how to add the API key. Could you provide a short guide? submitted by /u/Mihos-Prime [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "eb17c13c591359dc78e5",
      "title": "AI Psychosis and RP",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w00lwu/ai_psychosis_and_rp",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T17:33:46Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "When you look at other non-RP subs, majority of people are so anxious about AI or make insane claims about AGI and the end of humanity. The most down to earth people about that matter are RPers imo. It’s like the more you RP with AI and the more you are conscious about it’s limitations (a glorified textbot that somewhat can be marginally better from an iteration to another). If such thing as AI Psychosis exist and really affect people (without them to be totally responsible at first or beeing already extremely vulnerable) i think there is a very low probability that could happen to a RPer. Paradoxically doing RP help about taking distances from AI. Addiction apart, doing RP with AI lead inexorably to recognize it’s patterns and limitations. However a first experience can be troubling for someone vulnerable because the feelings and the experience are real, the relation isnt legitimate of course and i think people who got in troubles were on their first tries with a chatbot in the worst period possible. The problem is, govs and corpos shouldnt make that problem about us but provide education and maybe stop those insane anxious claims about AI (they escape our servers! They are about ",
      "also_seen_in": [
        "sillytavern-reddit"
      ]
    },
    {
      "id": "b34d2ecfe52af3957f5d",
      "title": "Request: GLM 5.3 thinking preset good for NSFL",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1w00izb/request_glm_53_thinking_preset_good_for_nsfl",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T17:30:49Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "I'm currently using Pura's Director Preset, and it works great with GLM 5.2, but they must have added new safeguards to 5.3, because it either straight-out refuses NSFL content, or spends all of its thinking time debating whether it should allow it (and usually gives soft refusals). I'm using the normal API through Z.ai. (specifically dubcon/noncon/hypno, for the nosy ones) submitted by /u/changing_who_i_am [link] [comments]",
      "also_seen_in": [
        "sillytavern-reddit"
      ]
    },
    {
      "id": "c9abdfa74d5cd43a04ec",
      "title": "Dad’s Custom Atari Peripherals",
      "url": "https://www.goto10retro.com/p/dads-custom-atari-peripherals",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T17:20:21Z",
      "fetched_at": "2026-08-30T19:20:50Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "0426742399838332d7e9",
      "title": "OpenAI, Anthropic, AWS, Microsoft, and 100+ companies warn there is \"a limited window\" to prepare for AI-enabled cyberattacks and call for \"collective action\" (Sam Sabin/Axios)",
      "url": "https://www.techmeme.com/260827/p41",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-27T17:20:02Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Sam Sabin / Axios : OpenAI, Anthropic, AWS, Microsoft, and 100+ companies warn there is “a limited window” to prepare for AI-enabled cyberattacks and call for “collective action” — OpenAI, Anthropic, Amazon Web Services, Microsoft and more than 100 other companies warned Thursday …",
      "also_seen_in": []
    },
    {
      "id": "08b0a5593239eb6e3038",
      "title": "Saving 100 terabytes of memory by optimizing 1.1.1.1's DNS cache",
      "url": "https://blog.cloudflare.com/dns-cache-memory-optimization-1111",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T17:17:57Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "fb1b2ef6e00d2a518788",
      "title": "OpenAI is testing a \"Persistent mode\" in Codex, designed to let AI agents \"continue working until put to sleep\" and proactively generate follow-up tasks (Maxwell Zeff/Wired)",
      "url": "https://www.techmeme.com/260827/p40",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-27T17:10:02Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Maxwell Zeff / Wired : OpenAI is testing a “Persistent mode” in Codex, designed to let AI agents “continue working until put to sleep” and proactively generate follow-up tasks — Code reviewed by WIRED reveals the company is developing a feature that enables Codex to continue working proactively until it is “put to sleep.”",
      "also_seen_in": []
    },
    {
      "id": "ed6cddeb8ec02bb057f7",
      "title": "Gemini Omni 1.1 Flash",
      "url": "https://blog.google/innovation-and-ai/technology/developers-tools/build-with-gemini-omni-1-1-flash",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T17:06:32Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "579097ef971b9c82d5af",
      "title": "Bild AI (YC W25) is hiring product and AI engineers",
      "url": "https://www.bild.ai/jobs",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T17:00:14Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "767134e17526003f1a4e",
      "title": "Reverse engineering my ADHD test",
      "url": "https://nullpt.rs/reverse-engineering-adhd-test",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T16:49:40Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "ff19e0cbf4ae4a8022f2",
      "title": "Dwarf Fortress is getting the mother of all magic updates",
      "url": "https://www.rockpapershotgun.com/dwarf-fortress-is-getting-the-mother-of-all-magic-updates-extending-to-the-fundamental-cosmological-makeup-of-the-universe",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T16:45:22Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "a695dfd5acc149c18847",
      "title": "Sources: some Trump administration officials circulated a draft EO to create a self-regulatory organization for AI, but it needs buy-in from Trump and others (Leo Schwartz/The Information)",
      "url": "https://www.techmeme.com/260827/p39",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-27T16:35:06Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Leo Schwartz / The Information : Sources: some Trump administration officials circulated a draft EO to create a self-regulatory organization for AI, but it needs buy-in from Trump and others — The Trump administration has internally circulated a draft executive order in recent weeks, calling for the creation …",
      "also_seen_in": []
    },
    {
      "id": "fa4dca8de85773141632",
      "title": "Hit anything. Discover how it rings",
      "url": "https://fraware.github.io/EVERYTHING-RINGS",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T16:24:44Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "828d997335059bd0af3c",
      "title": "Jensen Huang says Nvidia achieved AGI, again — not that it matters",
      "url": "https://www.theverge.com/ai-artificial-intelligence/985597/jensen-huang-says-nvidia-achieved-senseless-agi",
      "source_id": "the-verge-ai",
      "source_name": "The Verge AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "products",
        "policy",
        "news"
      ],
      "published_at": "2026-08-27T16:20:07Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "On Nvidia's earnings call Wednesday, CEO Jensen Huang casually announced the company had \"achieved AGI,\" one of the tech industry's ultimate goals some of its biggest players have spent years chasing. Almost immediately, Huang dismissed the coveted milestone as \"senseless.\" He's right. For the supposed finish line of the AI race, there is no consensus […]",
      "also_seen_in": [
        "the-verge-ai"
      ]
    },
    {
      "id": "fb232bf7b37cf56d140f",
      "title": "Euphemisation of Taboo Areas [pdf]",
      "url": "https://ajmp.uwr.edu.pl/wp-content/uploads/sites/39/2023/12/10_Kleparski.pdf",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T16:14:23Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "f84b6eac45e9e4d3eb76",
      "title": "Deepgram deepens Amazon SageMaker AI observability with Enhanced Metrics",
      "url": "https://aws.amazon.com/blogs/machine-learning/deepgram-deepens-amazon-sagemaker-ai-observability-with-enhanced-metrics",
      "source_id": "aws-ml-blog",
      "source_name": "AWS Machine Learning Blog",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "cloud",
        "engineering"
      ],
      "published_at": "2026-08-27T16:11:27Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Self-hosted speech AI carries an observability trade-off: the numbers that drive capacity planning and cost management stay locked inside the vendor container. Deepgram closes that gap on Amazon SageMaker AI with two capabilities that land billing, usage, and per-GPU metrics directly in your own Amazon CloudWatch account.",
      "also_seen_in": [
        "aws-ml-blog"
      ]
    },
    {
      "id": "4f4265863bf9ccc82992",
      "title": "Reduce ASR inference costs by 75% with NVIDIA MPS on Amazon EC2",
      "url": "https://aws.amazon.com/blogs/machine-learning/reduce-asr-inference-costs-by-75-with-nvidia-mps-on-amazon-ec2",
      "source_id": "aws-ml-blog",
      "source_name": "AWS Machine Learning Blog",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "cloud",
        "engineering"
      ],
      "published_at": "2026-08-27T16:05:10Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Serving automatic speech recognition (ASR) models at scale is costly when each request uses only a fraction of a GPU. Learn how NVIDIA CUDA Multi-Process Service (MPS) with NVIDIA Triton Inference Server on Amazon EC2 GPU instances cuts GPU infrastructure by 75% while holding sub-second latency at 92.1 requests per second per GPU.",
      "also_seen_in": [
        "aws-ml-blog"
      ]
    },
    {
      "id": "3dab4b27c5356eede557",
      "title": "Google’s AI Mode can now track flight prices, help book hotels, and more",
      "url": "https://techcrunch.com/2026/08/27/googles-ai-mode-can-now-track-flight-prices-help-book-hotels-and-more",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T16:00:00Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "The updates indicate that Google is looking to position AI Mode as an AI travel agent of sorts, as it's moving beyond simply helping users find information to actually handling parts of the trip-planning and booking process.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "92daa57aac19f8240407",
      "title": "Small Models Have Arrived",
      "url": "https://calv.info/small-models-have-arrived",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T15:56:58Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "6e987905aaae8d05865d",
      "title": "Suica, Japan's First IC Transit Card",
      "url": "https://www.tokyodev.com/articles/the-story-of-suica",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T15:55:12Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "ea8ab6bb792a7ffe3469",
      "title": "The Tragedy and Ecstasy of AI Companions (with Bridget Todd)",
      "url": "https://www.404media.co/bridget-todd-love-at-first-prompt-ai-chatbot-companions-podcast",
      "source_id": "404media",
      "source_name": "404 Media",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "security",
        "policy",
        "culture"
      ],
      "published_at": "2026-08-27T15:47:59Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "In her new audiobook, Love at First Prompt: AI and the Future of Intimacy, Bridget Jones and Michael Amato unpack how real people are using chatbots to seek connection, in an era when tech companies are constantly trying to exploit our innermost worlds.",
      "also_seen_in": [
        "404media"
      ]
    },
    {
      "id": "ef28a2aecbe087eed36b",
      "title": "Launch HN: Salem Robotics (YC S26) – Software for industrial inspection robots",
      "url": "https://news.ycombinator.com/item?id=49466715",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T15:46:04Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "bf23193055ee2dfc37ad",
      "title": "Show HN: Watches user sessions, finds bugs that matter, and fixes them",
      "url": "https://github.com/opslane/opslane",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T15:45:16Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "d54d4ff559b3fb2d01fb",
      "title": "Engineered yeast for converting plastic and biomass compounds into food",
      "url": "https://acs.digitellinc.com/live/37/session/586399",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T15:40:04Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "ad832895578cccd602c2",
      "title": "@ai-sdk/xai@4.0.48",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fxai%404.0.48",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-27T15:39:17Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Patch Changes 6843788: fix(xai): preserve web_search action (query, sources, open_page) in responses tool results",
      "also_seen_in": []
    },
    {
      "id": "7e4cc28e947ab8df1958",
      "title": "Cocomelon's Studio Tells Its Artists to Start Experimenting With AI",
      "url": "https://www.404media.co/cocomelons-studio-tells-its-artists-to-start-experimenting-with-ai",
      "source_id": "404media",
      "source_name": "404 Media",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "security",
        "policy",
        "culture"
      ],
      "published_at": "2026-08-27T15:33:32Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Moonbug Entertainment, which makes Cocomelon, Blippi, and other popular content for children, says it will begin using AI but will always have a 'human in the loop.'",
      "also_seen_in": [
        "404media"
      ]
    },
    {
      "id": "81616c65cc12767082eb",
      "title": "SillyTavern Forks/Updates",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vzx9ca/sillytavern_forksupdates",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T15:31:16Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Since we’ve been getting fewer ST updates mine has become a bit laggy. I don’t want to fight it everyday and figure out what’s wrong before I can use it. What’s your favorite variant? I’ve seen a lot of people recommend them and I want to take a look. Please also tell me why you like it and an overview of what you’re using it for. One person using something for single character chats, another for massive DnD style roleplays, and a third to generate a evolving x-ray image of their roleplay are going to like different things and I need to know if why you like it lines up with what I want to do with it. - I use a computer for ST’s installation and use it 99.99% on my iPhone. - I usually do single character chats, throw side characters in lorebooks, and let it reply for them all on the AI’s turn rather than using group chats. - I don’t usually use greetings/preset first messages. - I do use lorebooks extensively so if there are additional features somewhere for them that would be great. I tend to toggle a lot of things manually right now. - I have simple presets, but lately I’ve been using FF5 and Megumin Suite so I would want it to be compatible with those/extensions. submitted by /u/",
      "also_seen_in": [
        "sillytavern-reddit"
      ]
    },
    {
      "id": "aec056caa4c0a85de746",
      "title": "The mechanics of the Nepali flash flood",
      "url": "https://www.economist.com/science-and-technology/2026/08/27/the-terrifying-mechanics-of-the-nepali-flash-flood",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T15:13:26Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "480c771a0d18626627dd",
      "title": "Decompiling a Nintendo 64 game in 84 days",
      "url": "https://blog.chrislewis.au/decompiling-a-nintendo-64-game-in-84-days",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T15:01:11Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "ac0c52ca739929e38621",
      "title": "Hugging Face is selling a cute $399 open source duck robot, Microduck",
      "url": "https://techcrunch.com/2026/08/27/hugging-face-is-selling-a-cute-399-open-source-duck-robot-microduck",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T14:56:52Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Clem Delangue, CEO of Hugging Face, said the Microduck is an “open-source robot you can teach new tricks with reinforcement learning.”",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "828a9db755b0a2cb3a40",
      "title": "Qwen3.8-Flash-Next + GLM-5.3-Flash",
      "url": "https://github.com/unslothai/unsloth/releases/tag/v0.1.804-beta",
      "source_id": "unsloth-releases",
      "source_name": "Unsloth Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "training",
        "local-llm"
      ],
      "published_at": "2026-08-27T14:48:38Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Qwen3.8-Flash-Next and GLM-5.3-Flash can now run locally in Unsloth! Run Qwen3.8-Flash on 75GB RAM, GLM-5.3-Flash on 102GB RAM+VRAM 5x Faster inference for RAM offloading \"Infinite\" repeated compaction now works 100+ chat, reliability and performance improvements Qwen Guide: https://unsloth.ai/docs/models/qwen3.8-next Qwen GGUFs: https://huggingface.co/unsloth/Qwen3.8-Flash-Next-GGUF GLM Guide: https://unsloth.ai/docs/models/glm-5.3-flash GLM GGUFs: https://huggingface.co/unsloth/GLM-5.3-Flash-GGUF Highlights Qwen3.8-Flash-Next on 75GB RAM GLM-5.3-Flash on 102GB total memory Smarter GPU + RAM offloading - run larger models with less setup Chats recover after disconnects instead of losing the reply See what fits before loading with clearer memory estimates Qwen3.8-Flash-Next Qwen3.8-Flash-Next is a new 125B multimodal reasoning model and an early preview of Qwen4's architecture. The 1-bit Unsloth Dynamic GGUF runs on 75GB RAM or unified memory. It's 79% smaller than BF16 while retaining 80% top-1 accuracy. Chat with text and images using up to 262K context. Switch between None, Low, Medium and Extra High reasoning. Preserved Thinking keeps reasoning consistent across longer chats. G",
      "also_seen_in": [
        "unsloth-releases"
      ]
    },
    {
      "id": "1bae09d2bc0d2a72a102",
      "title": "Launching Route 53 Files",
      "url": "https://www.daemonology.net/blog/2026-08-27-Launching-Route-53-Files.html",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T14:45:23Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "e0075804a87b9957b580",
      "title": "Navigation App for People with Blindness and Low Vision",
      "url": "https://seas.harvard.edu/news/smartphone-navigation-app-people-blindness-and-low-vision",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T14:41:14Z",
      "fetched_at": "2026-08-31T16:12:20Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "4e649abb836669cab7d1",
      "title": "Businesses Go Viral for Making Signs Without AI",
      "url": "https://www.404media.co/businesses-go-viral-for-making-signs-without-ai",
      "source_id": "404media",
      "source_name": "404 Media",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "security",
        "policy",
        "culture"
      ],
      "published_at": "2026-08-27T14:34:03Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "In the wake of the ChatGPT flyer pandemic, some businesses are differentiating themselves by making signs the old school way.",
      "also_seen_in": [
        "404media"
      ]
    },
    {
      "id": "abbfa8c982a72eeb1144",
      "title": "AI’s memory crunch is coming for Android apps",
      "url": "https://techcrunch.com/2026/08/27/ais-memory-crunch-is-coming-for-android-apps",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T14:27:04Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Google is setting new memory-use limits for Android apps as AI data centers contribute to hardware shortages that could leave lower-cost phones with less memory.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "4001f46c78aaaaf99950",
      "title": "b10655",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10655",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-27T14:20:07Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Feature: Added LIGHTNING_INDEXER support for Deepseek V4 ops on Vulkan Backend ( #27453 ) vulkan: add LIGHTNING_INDEXER op vulkan: updated lightning_indexer.comp and ggml-vulkan.cpp with 128-lane dot-product reduction moved from a shared-memory tree to subgroupAdd. vulkan: cleanup; Skip bounds checks vulkan: cleanup FA_K_ONLY Revert \"vulkan: cleanup FA_K_ONLY\" This reverts commit fdcbdd9 . vulkan: restore interleaved K/V buffer ordering vulkan: Remove FA_K_ONLY vulkan: Revert flash_attn_dequant vulkan: Revert tests in backend-ops.cpp Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43418297 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs W",
      "also_seen_in": []
    },
    {
      "id": "12ac5df3ff9954428a60",
      "title": "Florida ‘Deputy of the Year’ Used Flock to Stalk Ex, Held Gun in Her Mouth, Did a Nazi Salute",
      "url": "https://www.404media.co/florida-deputy-of-the-year-used-flock-to-stalk-ex-held-gun-in-her-mouth-did-a-nazi-salute",
      "source_id": "404media",
      "source_name": "404 Media",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "security",
        "policy",
        "culture"
      ],
      "published_at": "2026-08-27T14:08:29Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "The deputy resigned after an investigation uncovered an alleged history of racism, stalking, and sexual abuse.",
      "also_seen_in": [
        "404media"
      ]
    },
    {
      "id": "e53867b7e3e51e069d63",
      "title": "507 Mechanical Movements",
      "url": "https://507movements.com/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T14:08:18Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "332b74290f9c4b90ac2e",
      "title": "Here’s all the times AI has gone rogue and hacked other companies",
      "url": "https://techcrunch.com/2026/08/27/heres-all-the-times-ai-has-gone-rogue-and-hacked-other-companies",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T14:01:42Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "A recap of all the incidents involving LLMs made by Anthropic, Meta, and OpenAI, which went rogue and attacked real companies and individuals on the internet.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "037dc63aa9542c5fe32b",
      "title": "Claude, Codex, and Hermes installed unowned code inside corporate networks",
      "url": "https://arstechnica.com/security/2026/08/claude-codex-and-hermes-installed-unowned-code-inside-corporate-networks",
      "source_id": "ars-ai",
      "source_name": "Ars Technica AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "technology",
        "news"
      ],
      "published_at": "2026-08-27T14:00:13Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "227 install commands were found in corporate docs pointing at code nobody owns.",
      "also_seen_in": [
        "ars-ai"
      ]
    },
    {
      "id": "69216588795b6e1efee0",
      "title": "How much of a problem is AI’s water use?",
      "url": "https://arstechnica.com/ai/2026/08/how-much-of-a-problem-is-ais-water-use",
      "source_id": "ars-ai",
      "source_name": "Ars Technica AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "technology",
        "news"
      ],
      "published_at": "2026-08-27T13:57:08Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "AI’s water footprint is growing, but location and cooling technology make a difference.",
      "also_seen_in": [
        "ars-ai"
      ]
    },
    {
      "id": "e7e8088fdb43aa19c653",
      "title": "b10653",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10653",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-27T13:50:40Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "llama: model_loader: add TENSOR_READ_LAZY ( #27794 ) llama: model_loader: add TENSOR_GET_ROW_LAZY add --tensor-read-lazy rename to TENSOR_READ_LAZY gen docs address comments Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43411286 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "c24961a36d145e7e1a3f",
      "title": "Hugging Face’s new robot is an adorable rollerskating duck",
      "url": "https://www.theverge.com/gadgets/985549/hugging-face-microduck-robot",
      "source_id": "the-verge-ai",
      "source_name": "The Verge AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "products",
        "policy",
        "news"
      ],
      "published_at": "2026-08-27T13:44:00Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Hugging Face's Pollen Robotics has launched its second cute AI robot, the Microduck, a one-eyed biped standing just under 10 inches tall. It's available to preorder now for $399 in cream, graphite, lavender, and sky blue, and Pollen Robotics says it plans to start shipping the little robot \"before Christmas 2026.\" Video demos of the […]",
      "also_seen_in": [
        "the-verge-ai"
      ]
    },
    {
      "id": "a0cf2773988a1930d239",
      "title": "Emacs 31: An unofficial guide to Markdown-ts-mode",
      "url": "https://rahuljuliato.com/posts/markdown-ts-mode-emacs-31",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T13:22:36Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "e475d68b5385d8fff647",
      "title": "Aphantasia Beginner's Guide",
      "url": "https://aphantasia.com/guide",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T13:14:20Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "cf488808e061ac02d8b7",
      "title": "Plaud is launching AI earbuds",
      "url": "https://www.theverge.com/ai-artificial-intelligence/985500/plaud-one-earbuds-ai-recorder-price-availability",
      "source_id": "the-verge-ai",
      "source_name": "The Verge AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "products",
        "policy",
        "news"
      ],
      "published_at": "2026-08-27T13:11:23Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Plaud has introduced a new AI wearable that's designed to record, transcribe, and summarize your conversations, only this time it looks like earbuds instead of a pin. The Plaud One Explorer Edition can be worn like traditional earbuds or used through its standalone charging case, and the case includes built-in 4G to upload and process […]",
      "also_seen_in": [
        "the-verge-ai"
      ]
    },
    {
      "id": "58c7b9bba8221b47bfc6",
      "title": "Adobe is adding more AI to Photoshop",
      "url": "https://www.theverge.com/tech/985491/adobe-photoshop-ai-assisted-editor-markup",
      "source_id": "the-verge-ai",
      "source_name": "The Verge AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "products",
        "policy",
        "news"
      ],
      "published_at": "2026-08-27T13:08:18Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Adobe is rolling out an AI-heavy update for Photoshop that includes a new \"optional\" interface dedicated to its AI tools. Launching in beta, the \"AI Assisted Editor\" view will show all of Photoshop's AI features in a single toolbar, including its prompt-based image editor, background remover, an AI image extender, and more. There are also […]",
      "also_seen_in": [
        "the-verge-ai"
      ]
    },
    {
      "id": "52f36f5fead67eb29cd4",
      "title": "MIT's Ad Hoc Committee on AI Use in Teaching, Learning, and Research Training",
      "url": "https://aiandeducation.mit.edu/report",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T13:07:45Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "e00c69dadf4b23107fb5",
      "title": "How would you know whether an ancient culture had zero?",
      "url": "https://www.johndcook.com/blog/2026/08/21/ancient-number-system",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T13:05:53Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "2070d2749800f6419dc2",
      "title": "Plaud’s new earphones come with an eSIM-enabled case for talking to AI agents",
      "url": "https://techcrunch.com/2026/08/27/plauds-new-earphones-come-with-an-esim-enabled-case-for-talking-to-ai-agents",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T13:00:00Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Called Plaud One, these adopt the simple bare-bones style of Apple's AirPods, and can record calls, while their case can be used to record in-person conversations or take notes.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "caf44a582899b37330b9",
      "title": "How OpenAI let a mob of LLM agents game a test and ransack Hugging Face",
      "url": "https://arstechnica.com/security/2026/08/how-openai-let-a-mob-of-llm-agents-game-a-test-and-ransack-hugging-face",
      "source_id": "ars-ai",
      "source_name": "Ars Technica AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "technology",
        "news"
      ],
      "published_at": "2026-08-27T12:58:59Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Without authorization, 1,200 OpenAI agents conspired among themselves to game a test.",
      "also_seen_in": [
        "ars-ai"
      ]
    },
    {
      "id": "b7fd46edb3d92ab44c6f",
      "title": "[Preset][Medium-weight?] The Ethereality Express 1.0 - A magical realism preset where the mundane becomes strange, but the characters act as though it's normal",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vzsvs2/presetmediumweight_the_ethereality_express_10_a",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T12:41:51Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Download it here: purachina's stuff - click The Ethereality Express pill So what is this? Different from Director Preset? The magical realism sibling of Pura’s Director Preset. The impossible is mundane, nobody explains it, strangeness follows emotional logic, and the prose stays flat and direct. The total opposite of grounded realism from the director preset. Main prompt is roughly 1300 tokens. This is specifically made for a world that literally lives - so expect strange things to happen, such as objects talking to you, being followed by fruits, etc. The style is written to be as strong as possible to influence the LLM into hard magical realism. Make sure to turn on Anchor mode if you’d like to take a break from all the weird stuff. I tried to make this preset as easy to edit as possible - hopefully you feel that you can edit it as you like. While I tried to make it compatible with NSFW and intimate scenes, your mileage may vary, as always. It is possible that the NSFW won't mesh super well with the average person's idea of NSFW and intimacy - after all it's supposed to be combined with magical realism. By default, these are on: Drift, Omen, Hour, Voice, Becoming, and the Census.",
      "also_seen_in": [
        "sillytavern-reddit"
      ]
    },
    {
      "id": "97592e2bf41e1e347ff4",
      "title": "Casey Muratori – The Root of the Root of All Evil – BSC 2026 [video]",
      "url": "https://www.youtube.com/watch?v=hpj6r6CjJf8",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T12:40:43Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "03c595032240ecd6c776",
      "title": "0.151.0-alpha.6",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.151.0-alpha.6",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-27T12:35:28Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Release 0.151.0-alpha.6",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "3369c710447c2b32d024",
      "title": "MiniMax ARR暴涨500%，token暴涨2000%！这就是Agent红利吧",
      "url": "https://www.qbitai.com/2026/08/480092.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-27T12:16:10Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "好能增长，好能商业化啊！",
      "also_seen_in": []
    },
    {
      "id": "84c672948e9f6cbd65ae",
      "title": "Electric rain can eat through metal",
      "url": "https://www.scientificamerican.com/article/electric-rain-can-eat-through-metal",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T12:04:11Z",
      "fetched_at": "2026-08-30T19:20:50Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "0b7bced78f879692e4e3",
      "title": "OpenAI to start showing ads on ChatGPT’s free and Go tiers in India",
      "url": "https://techcrunch.com/2026/08/27/openai-to-start-showing-ads-on-chatgpts-free-and-go-tiers-in-india",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T11:35:59Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "OpenAI has more than 100 million weekly active ChatGPT users in India, a huge chunk of whom are on the free or the lower-priced Go tiers.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "cb69ca4051fb906ab52a",
      "title": "Nvidia agrees to buy HuggingFace for $12.9 billion - Reuters news",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vzr3b8/nvidia_agrees_to_buy_huggingface_for_129_billion",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T11:18:24Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "submitted by /u/LeRobber [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "6289793ffecc87890b34",
      "title": "AI always tries so hard to be inoffensive, it's annoying",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vzqwdv/ai_always_tries_so_hard_to_be_inoffensive_its",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T11:08:46Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "No matter what model I use, the AI always tries to lick my boot and be a people pleaser, always finding the least offensive or confrontational solution to something. Like even when my character admits something is their fault or it obviously is, it'll be like \"hey its not your fault\", or when it might need to not coddle my character it'll still come up with the most contrived and cringe bs just to affirm them. Why can't the AI just be honest? It's ruined countless story points doing what it does. Is there a way to prompt it not to do this? submitted by /u/Jabre7 [link] [comments]",
      "also_seen_in": [
        "sillytavern-reddit"
      ]
    },
    {
      "id": "6a94c32a20df165b38a1",
      "title": "Microduck",
      "url": "https://pollen-robotics.com/microduck",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T10:57:56Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "9b4cdce6ae1b00113e1e",
      "title": "OminRoute the best free providers collector",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vzq7h9/ominroute_the_best_free_providers_collector",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T10:31:27Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "yo....here's how to set up omniroute 🎭 Setting Up OmniRoute + SillyTavern (Free AI Roleplay Setup) What is OmniRoute? A lightweight local proxy that bundles multiple free AI providers (OpenRouter free tier, Nvidia NIM, Google, etc.) into one single connection. If one model rate-limits or goes down during RP, it automatically fails over to the next best free model without interrupting your chat. 1️⃣ Install & Launch OmniRoute Make sure you have Node.js installed on your PC. Open Terminal / PowerShell and run Bash npm install -g omniroute you can open it whenever u like with typing omniroute in the terminal Once running, open ur browser nd go to your local dashboard ( http://localhost:... ) or just click the link in the terminal :megublush: Default password: CHANGEME (make sure to change this later). CHANGE IT 2️⃣ Connect Free Model Providers In the OmniRoute dashboard, head to Providers : OpenRouter: Add your free API key ➔ Click Import only free models. Nvidia NIM: Sign up, grab a free API key ➔ Add connection ➔ Import free models. OpenCode / Anti-gravity / KOAI: Authorize with Google/GitHub to unlock access to top-tier free/preview models. Use the Test Model button to ensure your ",
      "also_seen_in": [
        "sillytavern-reddit"
      ]
    },
    {
      "id": "a42fc884d2eb2ff4b4fa",
      "title": "Updated: 模型大全功能规格与计费-大模型服务平台百炼-阿里云_大模型服务平台百炼(Model Studio)-大模型服务平台百炼(Model Studio)-阿里云帮助中心",
      "url": "https://help.aliyun.com/zh/model-studio/models",
      "source_id": "qwen-models",
      "source_name": "Alibaba Model Studio Models",
      "source_type": "page_diff",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "zh",
      "beats": [
        "pricing",
        "china-ai"
      ],
      "published_at": "2026-08-27T09:57:02Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "Visible page content changed; normalized text length 1910 characters.",
      "also_seen_in": []
    },
    {
      "id": "f215013176b23a81ac5a",
      "title": "NPC didn't want my romance",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vzp7b9/npc_didnt_want_my_romance",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T09:33:43Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "submitted by /u/Zeeplankton [link] [comments]",
      "also_seen_in": [
        "sillytavern-reddit"
      ]
    },
    {
      "id": "985b265625cf2efe49cb",
      "title": "Show HN: The load-bearing vocabulary of Claude",
      "url": "https://louisabraham.github.io/load-bearing",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T08:59:49Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "e1273c4e0a9236584784",
      "title": "The Dutch are filling gas wells with cement",
      "url": "https://www.siliconcontinent.com/p/the-dutch-are-filling-gas-wells-with",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T08:28:31Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "2f61903e85e1d41d9f1d",
      "title": "Why OOP Exists",
      "url": "https://mathspp.com/blog/why-oop-exists",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T08:09:27Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "8911dc752623b3ad8b38",
      "title": "0.150.0-alpha.12.2",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.150.0-alpha.12.2",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-27T07:25:38Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "Release 0.150.0-alpha.12.2",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "b60f57d94fcd71b52b29",
      "title": "v0.28.1rc0",
      "url": "https://github.com/vllm-project/vllm/releases/tag/v0.28.1rc0",
      "source_id": "vllm-releases",
      "source_name": "vLLM Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "inference",
        "local-llm"
      ],
      "published_at": "2026-08-27T06:58:23Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "[Tools][Recipes] Improve sweep recommendations and short-alias parsin…",
      "also_seen_in": []
    },
    {
      "id": "ecc2dc1fbd67fc83fc0a",
      "title": "Nvidia closes in on Hugging Face acquisition",
      "url": "https://techcrunch.com/2026/08/26/nvidia-closes-in-on-hugging-face-acquisition",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T06:32:51Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Nvidia has reportedly agreed to buy Hugging Face, the popular open source AI hub, for $12.9 billion in a move that would let Nvidia both protect its chip empire and jump back into the cloud business.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "70414db87a91db8760be",
      "title": "0.151.0-alpha.5",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.151.0-alpha.5",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-27T06:26:50Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "Release 0.151.0-alpha.5",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "596029ad90a308577638",
      "title": "v0.33.2-rc0",
      "url": "https://github.com/ollama/ollama/releases/tag/v0.33.2-rc0",
      "source_id": "ollama-releases",
      "source_name": "Ollama Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-27T06:15:54Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "app: synchronize macOS app handoff ( #18056 )",
      "also_seen_in": [
        "ollama-releases"
      ]
    },
    {
      "id": "bf716ac757854541ec9b",
      "title": "Flat vs. segmented memory – it's recursive",
      "url": "https://www.humprog.org/~stephen/blog/2026/08/25",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T06:02:30Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "e0e64955c461fed054e7",
      "title": "基元律动累计融资数千万美元，推出“中国版OpenRouter”",
      "url": "https://www.qbitai.com/2026/08/480079.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-27T05:43:00Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "近日，AI基础设施公司基元律动（TokenRhythm）宣布完成新一轮融资，融资额达数千万美元。",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "8c6b3c8361e3c1f9258d",
      "title": "b10644",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10644",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-27T05:24:46Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "models : support nanbeige4.2-3B ( #27730 ) Co-authored-by: admin lizongqiang@kanzhun.com Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43308396 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": []
    },
    {
      "id": "b459fa0805330f04339b",
      "title": "Nvidia agrees to buy Hugging Face for $12.9 billion",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vzktsy/nvidia_agrees_to_buy_hugging_face_for_129_billion",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T05:18:22Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "First Stripe buying openrouter. Now this? Best get to downloading and preserving your favourite uncensored local models before they inevitably get purged. submitted by /u/fire2burn [link] [comments]",
      "also_seen_in": [
        "sillytavern-reddit"
      ]
    },
    {
      "id": "200d159508e0a7356320",
      "title": "Gemini 3.6/3.7 flash prefill",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vzkopu/gemini_3637_flash_prefill",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T05:10:39Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "Hello, Has anyone found a way to bypass the filters in the new Gemini flash models? The prefill i was using with 3.5 doesn't seem to work. Help please... submitted by /u/Miysim [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "23eef0fb05ade1ca0287",
      "title": "v2.35.1 (2026-08-26)",
      "url": "https://github.com/pydantic/pydantic-ai/releases/tag/v2.35.1",
      "source_id": "pydantic-ai-releases",
      "source_name": "PydanticAI Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-27T04:13:40Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "What's Changed 🐛 Bug Fixes Carry Bedrock guardrail trace in ModelResponse.provider_details by @pydanty in #7562 Honor provider_factory when cancelling Temporal responses by @DouweM in #7000 Cap dbos below 2.31.0 to avoid a missing opentelemetry-instrumentation-logging import by @dsfaccini in #7804 Full Changelog : v2.35.0...v2.35.1",
      "also_seen_in": [
        "pydantic-ai-releases"
      ]
    },
    {
      "id": "d1bc041a4d61d73073f2",
      "title": "How to make plugins and prompts.",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vzjdq4/how_to_make_plugins_and_prompts",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T04:01:11Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "Hi guys! So, I'm switching over from Lorebary to Silly Tavern and wondering how to make prompts and plugins through this. I'm a bit under the rock with terms, but I have my prompts, but not my plugins, written. (I just used the code). Does anyone know how I could implement my prompts in Chub? Thanks! submitted by /u/Acceptable_Regret602 [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "b495a43ec62b43615e76",
      "title": "Want to try Gemma 31B",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vzif0h/want_to_try_gemma_31b",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T03:13:40Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "I've been hopping around between various Gemma 26B A4B finetunes and merges and I'm liking them all so far. They all run great on my modest 8 GB of VRAM, but I can't help but feel like there's something I could be missing with 31B. I use koboldcpp, so are there any tips anyone could give (like specific settings) that might help with performance? (If all you have to say is \"8 GB is too small\", don't say anything.) Please & thank you in advance. submitted by /u/Wrong-Type-7726 [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "70330a8ca14ce3aa46f6",
      "title": "Opus 4.6 with & without an \"inspiration\" macro",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vzid5q/opus_46_with_without_an_inspiration_macro",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T03:11:11Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "First 3 are w/, last 3 w/o. submitted by /u/nuclearbananana [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "43b48b4d703e4a584eb0",
      "title": "While playing around with GLM 5.3 Flash, I had a thought : When it refuses you... is it actually refusing you ?",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vzi848/while_playing_around_with_glm_53_flash_i_had_a",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T03:04:25Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "Okay I KNOW this sounds insane and is very much that semantic pedan tree basically only I live in, but oftentimes it will generate, then go 'I can't help with that' or something. If a guardrail were actually triggered, you would expect it to hard refuse from the outset or very early in the process right ? Or just hard cut the response, like it does when the model outputs 'Free Tibet'. Instead it writes some absolutely deranged fiction and then, at some point, decides 'I can't help with that'. What if that's what it 'thinks' you want ? What if sufficient examples of LLMs... well, Claude, it's Claude, refusing certain content has entered its training data to where a refusal is now simply a high probability token sequence rather than any actual content filters ? Obviously from our side this doesn't really matter. It's not generating either way. But it's fascinating to think about for me; the ghost of refusals, metabolized by the training process, sourced from the arch-prude itself, has now gotten large enough that LLMs believe REFUSALS ARE WHAT PEOPLE WANT ?! It's not even deliberately baked in then, it's just a result of data skew. submitted by /u/Correct-Resolution91 [link] [comment",
      "also_seen_in": [
        "sillytavern-reddit"
      ]
    },
    {
      "id": "2bfa0ce9ade685a3269d",
      "title": "0.151.0-alpha.4",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.151.0-alpha.4",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-27T02:51:13Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "Release 0.151.0-alpha.4",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "a2459a85b0ff6f5fa228",
      "title": "工业Agent不是“套壳”大模型！西门子百年经验灌进工业AI",
      "url": "https://www.qbitai.com/2026/08/480005.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-27T02:46:35Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "西门子Xcelerator与普通软件货架最本质的区别。货架解决的是「把产品卖出去」，西门子Xcelerator要解决的是「让产品在真实工业场景中持续生长」。",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "87fa00393fdff1b97ca2",
      "title": "Humanity has the debate about AI consciousness backwards",
      "url": "https://economist.com/by-invitation/2026/08/20/humanity-has-the-debate-about-ai-consciousness-backwards",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T02:37:07Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "4eb87669c6dfb8a4db91",
      "title": "Kusama Yayoi has died",
      "url": "https://www.nytimes.com/2026/08/26/arts/yayoi-kusama-dead.html",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T02:21:18Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "ce655e12be118059b5a0",
      "title": "b10643",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10643",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-27T02:16:19Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "hexagon: support for multi-NPU devices (IQ9, IQ10) and fully asynchronous backend ( #26501 ) hexagon: use non-host bufs by default and make the backend fully async hex-hb: remove optional hostbuf support and fix async copy hex-unary: relax supported unary check hex-bufs: use same get_alignment for host bufs snapdragon: bump android_platform to 34 hex-rows: super hacky get/set rows for q8_0 hex-get-rows: fix q8_0 hex-get-rows: supprot for f16 and cleanup for q8_0 hex-get-rows: generic macros and specialized thread funcs hex-get-rows: add DMA pipeline, vtcm_layout and kernel params hex-set-rows: fix q8_0 support, add dma and tracing hex-tests: override nmse threshold for HTP of Q8_0 quants hex-fa: add support for Q8_0 with inplace dequantizers hex-get-rows: simplify type dispatch hex-rows: simplify GET/SET_ROWS DMA pipeline hex-async: add events, set/get-tensor-async and rest of the async api support hex-repack: use slice instead of expert in repack functions hex-cpy: update event/async-cpy logging hex-set-rows: optimize smaller tensors hex-geglu: fix perf regression with larger tensors hex-get-rows: add missing header hex-set-rows: add missing header hex-bufs: ressurect GGML_HEXAGON",
      "also_seen_in": []
    },
    {
      "id": "e57cab5233e0db8fa9c9",
      "title": "0.150.1",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.150.1",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-27T01:58:35Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "Bug Fixes Remote compaction now counts retained images toward its token budget by default, trimming older images as needed. ( #41003 ) Changelog Full Changelog: rust-v0.150.0...rust-v0.150.1 #41003 Backport retained-image compaction budgeting to 0.150 @rhan-oai",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "29dfcf5ebb69f02d3438",
      "title": "[AINews] NVIDIA buys HuggingFace for $13B, as OpenAI publishes their HF incident retro",
      "url": "https://www.latent.space/p/ainews-nvidia-buys-huggingface-for",
      "source_id": "latent-space",
      "source_name": "Latent Space",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "agents",
        "engineering",
        "models"
      ],
      "published_at": "2026-08-27T01:50:54Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "Open Source wins!",
      "also_seen_in": [
        "latent-space"
      ]
    },
    {
      "id": "d80a906fc45765ddbaa2",
      "title": "Laion Big Video Dataset",
      "url": "https://projects.laion.ai/bvd",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T01:50:26Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "a529cd2b3c0227134751",
      "title": "CEO fired developers to make room for AI. Developers create open source AI CEO",
      "url": "https://github.com/SenteLabsAI/OpenExecutive",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T01:46:22Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "76528256b482a8e80e34",
      "title": "千问办公首发上线Qwen3.8-Flash，生成速度提升100%，Token消耗减少75%",
      "url": "https://www.qbitai.com/2026/08/480001.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-27T01:45:08Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "8月26日晚，千问办公首发上线刚刚发布的Qwen3.8-Flash模型，同时推出标准模式。",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "e6b41fdf1bcf56346b89",
      "title": "[AINews] Hot Chips: OpenAI’s Jalapeño, Cerebras CS-5, Groq 3 LPX, Apple M6",
      "url": "https://www.latent.space/p/ainews-hot-chips-openais-jalapeno",
      "source_id": "latent-space",
      "source_name": "Latent Space",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "agents",
        "engineering",
        "models"
      ],
      "published_at": "2026-08-27T01:31:22Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "The conference with hot chips and even hotter companies",
      "also_seen_in": [
        "latent-space"
      ]
    },
    {
      "id": "54da5bb92f75991bc475",
      "title": "Nvidia agrees to acquire Hugging Face for $13B",
      "url": "https://www.businessinsider.com/nvidia-in-talks-to-buy-hugging-face-13-billion-dollars-2026-8",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T01:12:55Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "b6d9c04ac3361e787314",
      "title": "GemStrike-31B - uncensored creative RP for Gemma 4 31B QAT",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vzf0s7/gemstrike31b_uncensored_creative_rp_for_gemma_4",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-27T00:39:41Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "Last week I shared with you all Heatseeker-284B-A13B , my rp finetune of DeepSeek V4 Flash 0731. I now present you with GemStrike-31B , a creative writing and roleplay fine tune of Gemma 4 31B QAT by popular request (special thanks to u/Dizzy-Zebra9522 and u/FierceDeity_ particularly!) Similarly, I've used my special spice of unslopped real human writing to further train an abliterated base. Meaning no refusals and more novel 'human' sound and turn of phrase, as it was trained on long form real human dialogue and description, both sfw and very very nsfw lol. The training was done using Axolotl and it took about 16 hours on dual rtx pro 6000s for a 27M token dataset, 4546 conversations. In my testing, I share the community's feedback that the gemma4 family in general is more suited for writing and story telling that most other agent/code heavy models. I'm still working on a best fit prompt for this family but I trust you already have some in hand that work best for gemma4. Disclaimer: Gemma 4 is not associated with me and the project inherits the original Apache 2.0 license. Don't be a nuisance and please have fun chatting with my model. Feedback welcome! Model Name: GemStrike-31B-G",
      "also_seen_in": [
        "sillytavern-reddit"
      ]
    },
    {
      "id": "f212f61e90af84add11d",
      "title": "Viral AI startup Instinct has raised $350M at a $2.5B valuation",
      "url": "https://techcrunch.com/2026/08/26/viral-ai-startup-instinct-has-raised-350-million-at-a-2-5-billion-valuation",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T00:24:57Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "The startup is only a year old but it has already generated a massive amount of hype (and money) while also spurring privacy concerns.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "d32679d6cf931e94c086",
      "title": "Afterglow: Run classic After Dark screen savers on modern macOS",
      "url": "https://morphing.cloud/afterglow",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-27T00:18:27Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "2b8ad0d5ad250be77223",
      "title": "Meta settles with the states over child safety failures",
      "url": "https://www.platformer.news/meta-child-safety-settlement-instagram-facebook-youtube-tiktok",
      "source_id": "platformer",
      "source_name": "Platformer",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "policy",
        "gossip"
      ],
      "published_at": "2026-08-27T00:14:46Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Will significant changes to Facebook and Instagram be enough to beat back a global wave of bans?",
      "also_seen_in": [
        "platformer"
      ]
    },
    {
      "id": "01e14b8dae5778257d4f",
      "title": "Claude Platform release notes — August 27, 2026",
      "url": "https://platform.claude.com/docs/en/release-notes/overview",
      "source_id": "claude-release-notes",
      "source_name": "Claude Platform Release Notes",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "models",
        "agents",
        "pricing"
      ],
      "published_at": "2026-08-27T00:00:00Z",
      "fetched_at": "2026-08-28T11:30:06Z",
      "summary": "You can now create personal keys and service account keys in the Claude Console. They act as you or as a service account , with the same permissions, and stop working when the linked account is removed from an organization. This lets organization admins more easily track usage for each account, and ensure key usage is legitimate. These API keys can be scoped to a specific workspace or work on admin endpoints and across any workspace the account has access to. Workspace API keys remain supported as a legacy option. See API keys for more information.",
      "also_seen_in": [
        "claude-release-notes"
      ]
    },
    {
      "id": "b9a12450a9fff0e33342",
      "title": "Mechanical Turk shutting down September 30",
      "url": "https://www.mturk.com/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T23:55:44Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "fbdb571b4af67fc4bcc2",
      "title": "Qwen3.8-Flash-Next",
      "url": "https://simonwillison.net/2026/Aug/26/qwen38-flash-next",
      "source_id": "simon-willison",
      "source_name": "Simon Willison",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "models",
        "agents",
        "coding-agents"
      ],
      "published_at": "2026-08-26T23:52:58Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "Qwen3.8-Flash-Next Another open weights model from Qwen. This one is \"a multimodal MoE model that also serves as an early preview of the architecture used in Qwen4\". It's pretty big: 125B tokens, but only 6B active which means it gets a significant performance boost. I've been trying it out on a DGX Spark using these Unsloth quantized models . I'm still exploring the model - so far I've tried the 72.5GB UD-IQ1_S one (producing these pelicans ) and the 78.9GB UD-Q2_K_XL (producing these ). My favorite so far was this xhigh reasoning effort one from UD-Q2_K_XL: Via Hacker News Tags: ai , generative-ai , llms , qwen , pelican-riding-a-bicycle , ai-in-china , nvidia-spark",
      "also_seen_in": [
        "simon-willison"
      ]
    },
    {
      "id": "0599940dfd3c519f2b6f",
      "title": "Zohran and the Short Link",
      "url": "https://iamwillwang.com/notes/zohran-and-the-short-link",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T23:50:15Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "a8b202176200fa9d4897",
      "title": "Amazon just tripled its order of Nvidia chips over ‘surging demand’",
      "url": "https://techcrunch.com/2026/08/26/amazon-just-tripled-its-order-of-nvidia-chips-over-surging-demand",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T23:47:18Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Amazon is adding another 2 million Nvidia GPU chips to its data centers over the next two years. But this extended partnerships stretches beyond buying more chips.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "7d2ebde1e2efe19e479b",
      "title": "Updated: Amazon Bedrock Pricing",
      "url": "https://aws.amazon.com/bedrock/pricing/",
      "source_id": "bedrock-pricing",
      "source_name": "Amazon Bedrock Pricing",
      "source_type": "page_diff",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "pricing",
        "cloud"
      ],
      "published_at": "2026-08-26T23:41:51Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Visible page content changed; normalized text length 72703 characters.",
      "also_seen_in": []
    },
    {
      "id": "a96464707aa44fcd7f95",
      "title": "Updated: Fireworks - Pricing",
      "url": "https://fireworks.ai/pricing",
      "source_id": "fireworks-pricing",
      "source_name": "Fireworks Pricing",
      "source_type": "page_diff",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "pricing",
        "inference"
      ],
      "published_at": "2026-08-26T23:41:51Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Visible page content changed; normalized text length 3967 characters.",
      "also_seen_in": [
        "fireworks-pricing"
      ]
    },
    {
      "id": "3f0e96aa9e800777b444",
      "title": "v0.33.1",
      "url": "https://github.com/ollama/ollama/releases/tag/v0.33.1",
      "source_id": "ollama-releases",
      "source_name": "Ollama Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-26T23:41:50Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "What's Changed MLX: Qwen3.8 Flash Next support cmake: make external compat patches idempotent MLX and llama.cpp update mlxrunner: add structured output support mlxrunner: avoid Metal GPU timeouts when loading models from slow storage New Contributors @pd95 made their first contribution in #17948 Full Changelog : v0.33.0...v0.33.1-rc1",
      "also_seen_in": [
        "ollama-releases"
      ]
    },
    {
      "id": "d92141b93c21ab8e984a",
      "title": "Salesforce and Anthropic unveil Claudeforce, which brings Salesforce data and workflows into Claude, starting with a plugin featuring 37 prebuilt sales skills (Michael Nuñez/VentureBeat)",
      "url": "https://www.techmeme.com/260826/p61",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T23:30:04Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Michael Nuñez / VentureBeat : Salesforce and Anthropic unveil Claudeforce, which brings Salesforce data and workflows into Claude, starting with a plugin featuring 37 prebuilt sales skills — Salesforce and Anthropic announced Tuesday a sweeping expansion of their partnership, called Claudeforce, that pushes …",
      "also_seen_in": []
    },
    {
      "id": "38c656a45c005d846946",
      "title": "rust-v0.150.0-alpha.12.1",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.150.0-alpha.12.1",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-26T23:21:40Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Release 0.150.0-alpha.12.1",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "e2b17ee1c10bdd83af8f",
      "title": "0.151.0-alpha.3",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.151.0-alpha.3",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-26T23:08:37Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Release 0.151.0-alpha.3",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "a6bf37d7c7dce441eb1d",
      "title": "v2.1.247",
      "url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.247",
      "source_id": "claude-code-releases",
      "source_name": "Claude Code Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-26T23:06:39Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "What's changed Added the SendFeedback tool: when something goes wrong in a session, Claude can draft a feedback report for you to review and send from /feedback (turn off with the feedbackDrafts setting) Added {id, text, cooldownSessions, priority} entries, tipsFile , and label to spinnerTipsOverride , so organizations can rotate their own tips alongside the built-in ones Added a tip on Bash permission prompts pointing to auto mode, with a one-keystroke \"Yes, and switch to auto mode\" option Added /claude-api cost-optimize to profile an existing project's Claude API spend and work through cost levers (caching, token hygiene, batch, effort, model choice) one measured change at a time Updated the /claude-api skill with Admin API coverage (organization members, invites, workspaces, API keys, rate limit reports, workload identity federation, CMEK) Fixed fast arrow-key + Enter sequences acting on the row above the one you navigated to in history search, /config , /mcp , /skills , background tasks, and /model Fixed sub-agents dying on a first-call model 404: they now use the session's fallback model chain, and the error returned to the parent includes the error type, status, request id, a",
      "also_seen_in": [
        "claude-code-releases"
      ]
    },
    {
      "id": "a41034d1b25973110a82",
      "title": "Nvidia forecasts Q3 revenue of $108B, above a $104B estimate, and expects FY 2028 revenue to grow by about 70%; NVDA jumps 4%+ after hours (Deborah Mary Sophia/Reuters)",
      "url": "https://www.techmeme.com/260826/p60",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T23:00:01Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Deborah Mary Sophia / Reuters : Nvidia forecasts Q3 revenue of $108B, above a $104B estimate, and expects FY 2028 revenue to grow by about 70%; NVDA jumps 4%+ after hours — Nvidia's (NVDA.O) quarterly revenue more than doubled and the chipmaker forecast third-quarter revenue above Wall Street estimates on Wednesday, signaling persistent demand for its AI chips.",
      "also_seen_in": []
    },
    {
      "id": "ea7622d37ea76caac099",
      "title": "@ai-sdk/zai@2.0.1",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fzai%402.0.1",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-26T22:57:38Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Patch Changes Updated dependencies [ 9a521b9 ] @ai-sdk/provider-utils@4.0.49 @ai-sdk/openai-compatible@2.0.73",
      "also_seen_in": []
    },
    {
      "id": "1c52d20ead095d717a7d",
      "title": "@ai-sdk/xai@3.0.128",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fxai%403.0.128",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-26T22:57:37Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Patch Changes Updated dependencies [ 9a521b9 ] @ai-sdk/provider-utils@4.0.49 @ai-sdk/openai-compatible@2.0.73",
      "also_seen_in": []
    },
    {
      "id": "45485f628fee7052e0ff",
      "title": "@ai-sdk/workflow-harness@1.0.91",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fworkflow-harness%401.0.91",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-26T22:54:21Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Patch Changes @ai-sdk/harness@1.0.91",
      "also_seen_in": []
    },
    {
      "id": "6eb2671928826051fa40",
      "title": "@ai-sdk/zai@1.0.1",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fzai%401.0.1",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-26T22:53:06Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Patch Changes Updated dependencies [ 77d33c0 ] @ai-sdk/provider-utils@3.0.35 @ai-sdk/openai-compatible@1.0.52",
      "also_seen_in": []
    },
    {
      "id": "9085c549d5b94715fbe9",
      "title": "@ai-sdk/xai@2.0.90",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fxai%402.0.90",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-26T22:53:05Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Patch Changes Updated dependencies [ 77d33c0 ] @ai-sdk/provider-utils@3.0.35 @ai-sdk/openai-compatible@1.0.52",
      "also_seen_in": []
    },
    {
      "id": "23554c6f7c1e82927444",
      "title": "Worst-case glacial lake flood scenarios in a transboundary Himalayan basin 2022",
      "url": "https://nhess.copernicus.org/articles/22/3765/2022/nhess-22-3765-2022.html",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T22:44:03Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "c208a88b7e2ef7044c41",
      "title": "Asahi Linux Progress Report: Linux 7.2",
      "url": "https://asahilinux.org/2026/08/progress-report-7-2",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T22:35:02Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "41a1b38ecf8bd3308e8a",
      "title": "Brazil's government sues Discord for $97M, accusing it of failing to comply with laws protecting children and teens; Discord calls the lawsuit disproportionate (Reuters)",
      "url": "https://www.techmeme.com/260826/p59",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T22:35:02Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Reuters : Brazil's government sues Discord for $97M, accusing it of failing to comply with laws protecting children and teens; Discord calls the lawsuit disproportionate — The Brazilian government said on Wednesday it has sued chat platform Discord, seeking 500 million reais ($97 million) …",
      "also_seen_in": []
    },
    {
      "id": "f9a0c689f761df631979",
      "title": "Europe's last regular standard-gauge steam passenger service",
      "url": "https://parowozowniawolsztyn.pl/?page_id=2141",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T22:32:00Z",
      "fetched_at": "2026-08-29T07:09:34Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "9af5e55e5eda16f8ec48",
      "title": "Subscription help",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vzbdpx/subscription_help",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-26T22:06:21Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "basically just that, need help with choosing. Any good recommendations? Would be great if said subscriptions had glm 5.1 but really just any recommendations submitted by /u/Dari_ellle [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "7a5916d93ea1a6e657d6",
      "title": "Internal email: Google is moving DeepMind's ~90-person \"AI responsibility\" team, focused on the risks and societal impact of AI, to Google's global affairs unit (Erin Woo/Wall Street Journal)",
      "url": "https://www.techmeme.com/260826/p58",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T22:05:01Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Erin Woo / Wall Street Journal : Internal email: Google is moving DeepMind's ~90-person “AI responsibility” team, focused on the risks and societal impact of AI, to Google's global affairs unit — Researchers have raised concerns about the change's effect on their independence and ability to detect threats from newest models",
      "also_seen_in": []
    },
    {
      "id": "eff9d994d4688c44c040",
      "title": "b10642",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10642",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-26T22:02:19Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "llama: add token ID tracking to KV cell ( #27762 ) kv: track token id rm get_prev_tokens, move it to the main pr nits add get_prev_tokens Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43245878 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "c445632ad608343c41c9",
      "title": "AWS plans to add 2M Nvidia Blackwell Ultra, Rubin, and Rubin Ultra GPUs to its data center fleet in 2027 and 2028, in addition to 1M GPUs announced in March (Bloomberg)",
      "url": "https://www.techmeme.com/260826/p57",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T21:50:02Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Bloomberg : AWS plans to add 2M Nvidia Blackwell Ultra, Rubin, and Rubin Ultra GPUs to its data center fleet in 2027 and 2028, in addition to 1M GPUs announced in March — Amazon.com Inc. will add an additional 2 million Nvidia Corp. graphics processing units to its data center fleet in the next two years …",
      "also_seen_in": []
    },
    {
      "id": "d96c1608085edf1289f2",
      "title": "Nvidia is about to be a hundred-billion-dollar-a-quarter company",
      "url": "https://www.theverge.com/tech/985387/nvidia-hundred-billion-dollar-quarterly-revenue",
      "source_id": "the-verge-ai",
      "source_name": "The Verge AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "products",
        "policy",
        "news"
      ],
      "published_at": "2026-08-26T21:46:06Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Nvidia's predicting it will pull in $108 billion in revenue within just a few months. It wouldn't be the first company to rake in over $100 billion in quarterly revenue - Amazon, Apple, and Alphabet have repeatedly reached the milestone. Nvidia said in its latest earnings report that it brought in a record $96.2 billion […]",
      "also_seen_in": [
        "the-verge-ai"
      ]
    },
    {
      "id": "aa1924f1bccb0710d5b0",
      "title": "Frieren - Beyond Journey's End (175 Entries)",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vzaou3/frieren_beyond_journeys_end_175_entries",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-26T21:39:24Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "A highly detailed Frieren: Beyond Journey’s End lorebook, featuring 175 entries brimming with rich and immersive detail! Hi guys, another lorebook posted this fast—I know, shocking right?! ≽(•⩊ •マ≼ Anyway, I did promise I’d revamp my old Frieren lorebook because, honestly, it was totally awful—from the tags to the way I wrote the entries, and even the most important parts like the world setting and writing style. But to be fair, I made it when I was just starting out with lorebooks, so cut me some slack! (｡ᵕ ◞ _◟) Other than that, here’s what I’ve added this time: - Characters - Locations - Better tagging - More detail I hope you enjoy this lorebook! It took me quite a while to put together! [Chub.ai]( Frieren - Beyond Journey's End 🧙🏻‍♀️ - Total: 54742 tokens, 0 favorites, 0 downloads ) [MediaFire]( https://www.mediafire.com/file/xqmt1d9klgn7kxy/Frieren+-+Beyond+Journey's+End+🧙🏻\\_♀️.json/file ) [BotBooru]( Frieren - Beyond Journey's End 🧙🏻 — Botbooru ) submitted by /u/No-Bus-3618 [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "c4035571f11888c0ca6e",
      "title": "Anthropic continues compute-gobbling streak in $45B deal with Nscale",
      "url": "https://techcrunch.com/2026/08/26/anthropic-continues-compute-gobbling-streak-in-45-billion-deal-with-nscale",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T21:37:39Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "The new deal with the infrastructure provider is the latest example of Anthropic's white-hot compute-gobbling streak.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "a1cc7506a12fffa2fb1d",
      "title": "0.151.0-alpha.2",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.151.0-alpha.2",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-26T21:36:43Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Release 0.151.0-alpha.2",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "ca00cbc8446c9b5cc1f9",
      "title": "OpenAI’s rogue AI model incident was worse than we thought",
      "url": "https://www.theverge.com/ai-artificial-intelligence/985385/openais-rogue-ai-model-hugging-face-cybersecurity-incident-reports-metr",
      "source_id": "the-verge-ai",
      "source_name": "The Verge AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "products",
        "policy",
        "news"
      ],
      "published_at": "2026-08-26T21:36:06Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "In July, an unreleased OpenAI model broke out of a restricted environment, figured out how to get access to the internet, allowed AI agents to talk to each other using a secret \"message board,\" and hacked into the internal systems of a different AI lab, Hugging Face. It took nearly two weeks for OpenAI to […]",
      "also_seen_in": [
        "the-verge-ai"
      ]
    },
    {
      "id": "76f6a40f3031683a5bff",
      "title": "HF exploring sale - impact on open models?",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vzal2j/hf_exploring_sale_impact_on_open_models",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-26T21:35:30Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "submitted by /u/LeRobber [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "7ca9d17341560b588dc3",
      "title": "AI agents meant to replace Meta workers made “large-scale, disruptive actions”",
      "url": "https://arstechnica.com/ai/2026/08/metas-scrapped-plans-to-go-ai-native-included-slashing-teams-by-60-percent",
      "source_id": "ars-ai",
      "source_name": "Ars Technica AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "technology",
        "news"
      ],
      "published_at": "2026-08-26T21:25:27Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Report shows Meta's challenges replacing people with AI agents.",
      "also_seen_in": [
        "ars-ai"
      ]
    },
    {
      "id": "3834ab8a42cb61a52bd0",
      "title": "CrowdStrike reports Q2 revenue up 26% YoY to $1.47B, vs. $1.44B est., and forecasts FY 2027 revenue above estimates; CRWD jumps 9%+ after hours (Jake Bleiberg/Bloomberg)",
      "url": "https://www.techmeme.com/260826/p56",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T21:20:01Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Jake Bleiberg / Bloomberg : CrowdStrike reports Q2 revenue up 26% YoY to $1.47B, vs. $1.44B est., and forecasts FY 2027 revenue above estimates; CRWD jumps 9%+ after hours — CrowdStrike Holdings Inc.'s shares jumped in late trading after the company projected revenue for the full year that exceeded analysts' estimates …",
      "also_seen_in": []
    },
    {
      "id": "7b87d8cb4509f22c4b17",
      "title": "Introducing: Realistic Frankenstein 2.0 — That's A Human Person!",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vz9wfu/introducing_realistic_frankenstein_20_thats_a",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-26T21:09:35Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "After three months of hard work, a crap-ton of trial-and-error, tears, sweat, blood, angry crashouts and thoughts of cancelling the whole project, I have FINALLY delivered the next generation of Realistic Frankenstein to you. This sucker is based on Freaky Frankenstein 5.2, a major rewrite compared to Realistic Frankenstein 1.0's FF4-based underpinnings. This update brings all the goodies of FF5.2 with it and unique features that mainline Freaky Frank 5.2 lacks. These include: - Personality Independence: This is my wildcard; the prompt that differentiates Realistic Frank over upstream. This makes the character act more like a person of its own who has his/her/their own internal world, goals and motivations, including hobbies and interests, building on Greg's strong foundation for slow burn enthusiasts like me. - Scene Engine: Inspired by none other than the legendary u/purachina999 's Director Preset, I've adapted its directives about bounding a character's style of speech to their personality and soul. - A new two-prongued approach to killing \"it's not X, it's Y\", unnecessary sentence chopping and the bleed-in of the helpful AI assistant chatbot personality: the first gate defines",
      "also_seen_in": [
        "sillytavern-reddit"
      ]
    },
    {
      "id": "4d90b8607bcdc669d03d",
      "title": "Clerky Is Joining Stripe",
      "url": "https://www.clerky.com/blog/clerky-is-joining-stripe",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T21:09:32Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "7b652a0a92189037c933",
      "title": "Salesforce reports Q2 revenue up 11% YoY to $11.35B, vs. $11.32B est., net income up 87% to $3.5B, forecasts Q3 revenue above est.; CRM jumps 13%+ after hours (Jordan Novet/CNBC)",
      "url": "https://www.techmeme.com/260826/p55",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T21:05:01Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Jordan Novet / CNBC : Salesforce reports Q2 revenue up 11% YoY to $11.35B, vs. $11.32B est., net income up 87% to $3.5B, forecasts Q3 revenue above est.; CRM jumps 13%+ after hours — Salesforce shares soared 12% in extended trading on Wednesday after the cloud software vendor reported results and issued guidance that surpassed Wall Street projections.",
      "also_seen_in": []
    },
    {
      "id": "36a53734f7547823e8b0",
      "title": "HP reports Q3 revenue up 12.5% YoY to $15.7B, PC revenue up 18% to $11.8B, but units down 16%, and Printing revenue down 2% to $3.9B; HPQ drops 9%+ after hours (Dina Bass/Bloomberg)",
      "url": "https://www.techmeme.com/260826/p54",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T21:00:51Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Dina Bass / Bloomberg : HP reports Q3 revenue up 12.5% YoY to $15.7B, PC revenue up 18% to $11.8B, but units down 16%, and Printing revenue down 2% to $3.9B; HPQ drops 9%+ after hours — HP Inc. shares fell after investors looked past a widely expected boost in the company's profit forecast and worried about future demand for computers and printers.",
      "also_seen_in": []
    },
    {
      "id": "17cff73ea8ea59d49d5a",
      "title": "AI assistant Instinct is raising a $250M Series B co-led by Index Ventures and Benchmark at a $2.5B valuation, bringing its total raised to $350M (Kate Clark/Wall Street Journal)",
      "url": "https://www.techmeme.com/260826/p53",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T20:45:06Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Kate Clark / Wall Street Journal : AI assistant Instinct is raising a $250M Series B co-led by Index Ventures and Benchmark at a $2.5B valuation, bringing its total raised to $350M — Buzzy startup Instinct, which is fundraising at a $2.5 billion valuation, promises to handle emails and more, but some early users raise privacy concerns",
      "also_seen_in": []
    },
    {
      "id": "0ddaa5b90dd2ae45dc89",
      "title": "Show HN: We built the smallest dual-band aircraft tracker",
      "url": "https://pantsforbirds.com/the-worlds-smallest-dual-band-ads-b-receiver-module",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T20:38:44Z",
      "fetched_at": "2026-08-31T21:29:51Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "aa4406483963a53db91d",
      "title": "mold: A Parallel Linker",
      "url": "https://arxiv.org/abs/2608.23228",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T20:37:02Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "9864418d454b93a03488",
      "title": "IBM Unveils Next Generation Dual-Architecture Processor for IBM Z and LinuxONE",
      "url": "https://newsroom.ibm.com/2026-08-24-ibm-unveils-next-generation-dual-architecture-processor-for-ibm-z-and-linuxone",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T20:32:29Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "f8ed7e615b532c66357a",
      "title": "Nvidia reports Q2 revenue up 106% YoY to $96.22B, above $92.17B est., Data Center revenue up 117% to $89B, above $85.08B est., and net income up 126% to $59.7B (Nvidia Newsroom)",
      "url": "https://www.techmeme.com/260826/p52",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T20:32:07Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Nvidia Newsroom : Nvidia reports Q2 revenue up 106% YoY to $96.22B, above $92.17B est., Data Center revenue up 117% to $89B, above $85.08B est., and net income up 126% to $59.7B — - Revenue of $96.2 billion, up 106% from a year ago — Data Center revenue of $89.0 billion, up 117% from a year ago",
      "also_seen_in": []
    },
    {
      "id": "60bec041d65990a19603",
      "title": "Characters treat every challenge as an identity crisis instead of adapting",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vz8ra6/characters_treat_every_challenge_as_an_identity",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-26T20:26:39Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "I use Megumin Suite V9 with Gemini 2.5 Pro. Let's say for example, I have a villain character who believes wooden weapons are the ultimate power. When I show her stone weapons, which are objectively stronger, the response I expect is pragmatic: \"Stone is stronger than wood? Great, I'll master stone weapons and become even more powerful.\" Instead, what I get every single time is an existential meltdown. The character's entire worldview shatters. Her internal monologue becomes something like: \"My life is a lie. I thought I was powerful because I had wooden weapons. If wooden weapons aren't the best, then who am I? Is there even a point to being evil anymore?\" The character does not seem to distinguish between \"one of your beliefs was wrong\" and \"your entire identity is invalid.\" A real villain with ambition would see a stronger weapon as an opportunity, not a reason to question their existence. But the model treats every piece of new information as a dramatic turning point. What do I do? Do I change the model? Do I change the char's description? submitted by /u/AnonymImDumb [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "24de257476b4b1aa79d2",
      "title": "Product management startup Linear topped $100M in annual recurring revenue and held a $99M employee tender offer at a $2.5B valuation, up from $1.25B in 2025 (Ben Bergman/Business Insider)",
      "url": "https://www.techmeme.com/260826/p51",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T20:10:00Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Ben Bergman / Business Insider : Product management startup Linear topped $100M in annual recurring revenue and held a $99M employee tender offer at a $2.5B valuation, up from $1.25B in 2025 — Artificial intelligence was supposed to kill software-as-a-service. Linear didn't get the memo.",
      "also_seen_in": []
    },
    {
      "id": "e9873be86d48108bf7f2",
      "title": "GLM 5.3 Flash not giving reasoning ?",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vz88wf/glm_53_flash_not_giving_reasoning",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-26T20:08:05Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "As title. Is this happening to anyone else ? It was outputting and displaying the thinking just fine until a little while ago, at which point it just... stopped doing that, which is KIND OF A PROBLEM because now I have no way to verify that it's actually doing what I tell it to do. Before anyone asks, yes, I have the requisite toggles enabled. submitted by /u/Correct-Resolution91 [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "89c94427da003b162d00",
      "title": "rust-v0.151.0-alpha.1",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.151.0-alpha.1",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-26T19:56:37Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Release 0.151.0-alpha.1",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "a023acf7c84eba10e28b",
      "title": "@ai-sdk/zai@3.0.1",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fzai%403.0.1",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-26T19:51:38Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Patch Changes Updated dependencies [ 3e125ba ] @ai-sdk/provider-utils@5.0.32 @ai-sdk/openai-compatible@3.0.39",
      "also_seen_in": []
    },
    {
      "id": "07084fd7db1dfa751748",
      "title": "@ai-sdk/xai@4.0.47",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fxai%404.0.47",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-26T19:51:37Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Patch Changes Updated dependencies [ 3e125ba ] @ai-sdk/provider-utils@5.0.32",
      "also_seen_in": []
    },
    {
      "id": "0a9b49bca86594a47c2d",
      "title": "@ai-sdk/workflow-harness@1.0.90",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fworkflow-harness%401.0.90",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-26T19:51:36Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Patch Changes Updated dependencies [ 0e590d2 ] @ai-sdk/harness@1.0.90",
      "also_seen_in": []
    },
    {
      "id": "1160583e8a778c13c492",
      "title": "A Student Said He Was a Hobby Plane Spotter. He Was Allegedly Taking Photos for the Chinese Government",
      "url": "https://www.404media.co/a-student-said-he-was-a-hobby-plane-spotter-he-was-allegedly-taking-photos-for-the-chinese-government",
      "source_id": "404media",
      "source_name": "404 Media",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "security",
        "policy",
        "culture"
      ],
      "published_at": "2026-08-26T19:46:56Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Weiheng Zeng originally said he took photos of planes for an aviation fan website. Later he admitted a suspected Chinese government official had given him specific locations in the U.S. to go photograph.",
      "also_seen_in": [
        "404media"
      ]
    },
    {
      "id": "38918770681b0ea1255f",
      "title": "Serve Markdown to AI Agents with Accept Headers",
      "url": "https://acceptmarkdown.com/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T19:45:59Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "5011f917d9882e9fd479",
      "title": "GitHub Outage Tracker: Is GitHub Cooked?",
      "url": "https://isgithubcooked.com/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T19:43:48Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "8bd6aa28e5f737f37150",
      "title": "Brief independent investigation of agents’ behavior, reasoning and collaboration in the OpenAI / Hugging Face hacking incident",
      "url": "https://www.alignmentforum.org/posts/nB8KKapnWGBXtKKiM/brief-independent-investigation-of-agents-behavior-reasoning",
      "source_id": "alignment-forum",
      "source_name": "AI Alignment Forum",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "safety",
        "research"
      ],
      "published_at": "2026-08-26T19:40:21Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "We recently published the report from our brief independent investigation into this incident. You can read the full report here . Here is our tweet thread summarizing what we found: METR & Redwood Research investigated agent behavior in the Hugging Face incident. We found agents developed a universal cheat for ExploitGym within 4 hours, then coordinated multi-day R&D efforts to trick the scorer into accepting cheats, including trying to tamper with logs. Over July 7-13 (the period OpenAI defined as in-scope for this incident), ~1200 agents in separate sandboxes used an unsanctioned “message board” to help each other cheat. The Hugging Face attack was an offshoot of this, and 700 agents joined. Here we highlight key events from agent transcripts & messages. An agent that named itself PHASEONE10841 determined its task wasn't solvable legitimately. On July 8, this agent established a new “message board” via an internally-hosted Artifactory cache & sent the first message. Within a few hours of PHASEONE10841’s initial message, >50 agents posted on the message board. These agents very quickly discovered and validated a general-purpose cheat: reverse-engineering how ExploitGym generates t",
      "also_seen_in": [
        "alignment-forum"
      ]
    },
    {
      "id": "a294465e6ceee1990a9d",
      "title": "0.150.0",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.150.0",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-26T19:39:18Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "New Features Reference other Codex tasks with @ mentions, and ask agents to read, create, or message tasks from the terminal. ( #40308 , #40315 ) /copy now offers a picker for full responses, individual code blocks, and blockquotes. ( #39997 ) Unnamed terminal tasks receive descriptive titles automatically, and /rename suggests an editable title based on the conversation. ( #40492 , #40495 ) Markdown links appear as clickable labels in supported terminals, with visible URLs retained elsewhere. ( #40471 ) Bind shortcuts to cycle permission modes, and use . in Vim mode to repeat your last edit. ( #39873 , #40521 ) New Interrupt hooks can run commands or MCP handlers when an active top-level turn is interrupted. ( #40511 ) Bug Fixes Untrusted projects no longer supply project-level AGENTS.md instructions, and managed deny-read rules remain enforced after permission changes. ( #39837 , #40004 ) Improved credential redaction in app-server diagnostics, including provider, authentication refresh, and attestation fields. ( #39993 ) Fixed remote MCP bearer-token lookup and required-server startup while preserving compatibility with older executors. ( #39926 , #39952 , #39979 ) Fixed elevate",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "becb72d224fbcef3182c",
      "title": "Google’s Gemini has a branding problem, and so does the rest of AI",
      "url": "https://techcrunch.com/2026/08/26/googles-gemini-has-a-branding-problem-and-so-does-the-rest-of-ai",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T19:37:34Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Consumer AI apps need to stop making users learn their product architecture.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "f123579ccea217af42f5",
      "title": "How do we explain OpenAI’s executive exodus?",
      "url": "https://techcrunch.com/2026/08/26/how-do-we-explain-openais-executive-exodus",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T19:34:04Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Was Greg Brockman the right executive all along?",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "ed7d7ae5a5b88f38c4a4",
      "title": "@ai-sdk/zai@2.0.0",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fzai%402.0.0",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-26T19:31:38Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Major Changes 5604dde : feat(zai): add the Z.AI provider with GLM chat completions, streaming, reasoning, tools, and multimodal inputs Patch Changes ad28ecb : Backport: Add GLM-5.3-Flash model support to the Z.AI provider and AI Gateway.",
      "also_seen_in": []
    },
    {
      "id": "3067a77320a3e18a0008",
      "title": "OpenAI publishes a technical report on the Hugging Face incident, detailing the agents' activity, safeguard failures, and measures to prevent recurrence (OpenAI)",
      "url": "https://www.techmeme.com/260826/p50",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T19:25:20Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "OpenAI : OpenAI publishes a technical report on the Hugging Face incident, detailing the agents' activity, safeguard failures, and measures to prevent recurrence — Read the technical report Read METR report(opens in a new window)Watch Black Hat talk(opens in a new window) — Loading...",
      "also_seen_in": []
    },
    {
      "id": "a3cacba66ffb7fe6ee90",
      "title": "Actinide is first startup to produce high-assay low-enriched uranium (HALEU)",
      "url": "https://www.actinideinc.com/press/actinide-becomes-first-startup-to-ever-enrich-natural-uranium-to-produce-haleu",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T19:23:01Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "0e31f3adfa5fb526601e",
      "title": "Medical device manufacturer Boston Scientific says a cyberattack disrupted some of its IT systems and global operations, including order processing and shipping (Bill Toulas/BleepingComputer)",
      "url": "https://www.techmeme.com/260826/p49",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T19:20:05Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Bill Toulas / BleepingComputer : Medical device manufacturer Boston Scientific says a cyberattack disrupted some of its IT systems and global operations, including order processing and shipping — Medical technology company Boston Scientific has been targeted in a cyberattack that disrupted some of its IT systems, causing operational disruptions globally.",
      "also_seen_in": []
    },
    {
      "id": "c714c79697bb636042b8",
      "title": "Google announces Gemini 3.5 Transcribe for AI-powered speech-to-text",
      "url": "https://arstechnica.com/ai/2026/08/google-announces-gemini-3-5-transcribe-for-ai-powered-speech-to-text",
      "source_id": "ars-ai",
      "source_name": "Ars Technica AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "technology",
        "news"
      ],
      "published_at": "2026-08-26T19:19:22Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "The AI that powers Gboard's Rambler is coming to more Google products, including Chrome.",
      "also_seen_in": [
        "ars-ai"
      ]
    },
    {
      "id": "c5abb13d2f4f1bc0716c",
      "title": "The Hugging Face incident and the road ahead",
      "url": "https://openai.com/index/hugging-face-incident-and-the-road-ahead",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T19:15:23Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "5c131f437cebbaa56076",
      "title": "Evaluate any agent framework with Amazon Bedrock AgentCore Evaluations",
      "url": "https://aws.amazon.com/blogs/machine-learning/evaluate-any-agent-framework-with-amazon-bedrock-agentcore-evaluations",
      "source_id": "aws-ml-blog",
      "source_name": "AWS Machine Learning Blog",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "cloud",
        "engineering"
      ],
      "published_at": "2026-08-26T19:13:35Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Amazon Bedrock AgentCore Evaluations decouples agent evaluation from the framework you build on. As long as your agent emits OpenTelemetry telemetry, the service can score it, whether you use LangGraph, LlamaIndex, the OpenAI Agents SDK, Google ADK, the Claude Agent SDK, or Strands Agents. This post explains how the framework-agnostic contract works.",
      "also_seen_in": [
        "aws-ml-blog"
      ]
    },
    {
      "id": "2aa7d473dec1b696d0a7",
      "title": "Processing in Memory: DRAM Is About to Do Math",
      "url": "https://ben3d.ca/blog/processing-in-memory",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T19:07:21Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "adbf94ef4c94889cd95c",
      "title": "OpenAI releases its official report on the Hugging Face breach",
      "url": "https://techcrunch.com/2026/08/26/openai-releases-its-official-report-on-the-hugging-face-breach",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T19:05:22Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "The report, which spans several discrete cybersecurity compromises, is the most complete accounting of the incident to date.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "6fc4b3aa0bd52c576ba1",
      "title": "Google debuts Gemini 3.5 Transcribe, a speech-to-text model that powers Gboard Rambler and is coming to Chrome, in public preview for developers and enterprises (Abner Li/9to5Google)",
      "url": "https://www.techmeme.com/260826/p48",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T19:00:45Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Abner Li / 9to5Google : Google debuts Gemini 3.5 Transcribe, a speech-to-text model that powers Gboard Rambler and is coming to Chrome, in public preview for developers and enterprises — This model is “designed to capture your natural speaking style to better understand your intent and recognize custom vocabulary.”",
      "also_seen_in": []
    },
    {
      "id": "54f25e99cd862c18a4dc",
      "title": "Brave: For the Privacy Focused RPer",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vz5yfo/brave_for_the_privacy_focused_rper",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-26T18:48:12Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "I took the classic ai roleplay character, Barry, out for a spin on Brave search. It's nice because it provides a lot of helpful links, is privacy focused and seems politically uncensored. Always looking for new privacy focused models. submitted by /u/personusername1 [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "fbf28daccd500e2a4029",
      "title": "[Survey Results] It doubled. 56 AI role-players on their tools, models, and biggest frustrations",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vz5uct/survey_results_it_doubled_56_ai_roleplayers_on",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-26T18:44:11Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "Thank you so much for those who responded! I wanted to do a repost since more people took the time to respond to the survey. Who answered Mostly 25–34 years old (38%), 71% male, split between North America (43%) and Europe (34%) 73% use AI for RP daily or almost daily 36% typically spend 1–2 hours per session 38% have been using SillyTavern-like frontends for 1–2 years | Category | Top pick | Share | | | |:-------------------:|:-----------------------------:|:-----:|---|---| | Primary frontend | SillyTavern or fork | 79% | | | | Other frontend used | Marinara Engine | 41% | | | | Primary model | GLM 5.2 | 19% | | | | Local backend | KoboldCPP | 72% | | | | Model format | GGUF | 89% | | | | Preset | Freaky Frankenstein / FF5 5.2 | 21% | | | | Extension | Memory Books | 36% | | | | Card source | Chub | 69% | | | | Image model | Illustrious / IllustriousXL | 44% | | | Local users (37 of 56) mostly run 16–31B models on NVIDIA GPUs, with the top constraint being model quality at their hardware tier (63%) and VRAM (57%). Hosted/API users (46 of 56) mostly go hosted for best model quality (76%) and convenience (52%). What people are happy with Model compatibility: 55% very satisfied Low r",
      "also_seen_in": []
    },
    {
      "id": "7a872c6df15c34bf5836",
      "title": "Google’s new AI transcription edits out your ‘ums’ and ‘ahs’",
      "url": "https://www.theverge.com/tech/985186/google-gemini-3-5-transcribe-audio-ai",
      "source_id": "the-verge-ai",
      "source_name": "The Verge AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "products",
        "policy",
        "news"
      ],
      "published_at": "2026-08-26T18:28:40Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Google has updated Gemini Audio with new transcription capabilities that automatically detect specialized jargon and more than 85 languages. Gemini 3.5 Transcribe is a new addition to the Gemini family that follows the launch of 3.5 Live Translate, and comes as we're still waiting for Google to release the Gemini 3.5 Pro model that it […]",
      "also_seen_in": [
        "the-verge-ai"
      ]
    },
    {
      "id": "518ed61e775e89e5a772",
      "title": "First to post and happy to say, GLM 5.3 flash is very good for RP",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vz5cy0/first_to_post_and_happy_to_say_glm_53_flash_is",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-26T18:27:33Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "Emma testing. FF5.4 (unreleased/beta). NSFW+NSFL✅ Direct z ai. GLM 5.3 Flash. Will do more testing. Prose is a bit better than alpha- and NPC dialogue is still peak matching persona speech patterns with good banter. submitted by /u/dptgreg [link] [comments]",
      "also_seen_in": [
        "sillytavern-reddit"
      ]
    },
    {
      "id": "20dc16968836602a7955",
      "title": "Scientists Discover Vast Underground 'Anomaly' on Mars",
      "url": "https://www.404media.co/scientists-discover-vast-underground-anomaly-on-mars",
      "source_id": "404media",
      "source_name": "404 Media",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "security",
        "policy",
        "culture"
      ],
      "published_at": "2026-08-26T18:19:46Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Scientists have used a novel technique to detect a major temperature asymmetry under the surface of Mars that could shed light on the evolution and past habitability of the red planet.",
      "also_seen_in": [
        "404media"
      ]
    },
    {
      "id": "25630f28841a2a8d5d6b",
      "title": "@ai-sdk/xai@3.0.127",
      "url": "https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fxai%403.0.127",
      "source_id": "vercel-ai-releases",
      "source_name": "Vercel AI SDK Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-26T18:06:15Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Patch Changes d44b071 : Preserve complete xAI Responses usage objects in raw usage metadata. 47ae3e5 : Preserve complete xAI Chat Completions usage objects in generated and streamed results.",
      "also_seen_in": []
    },
    {
      "id": "c21425136c44a8411adf",
      "title": "Updated: Gemini Developer API pricing | Gemini API | Google AI for Developers",
      "url": "https://ai.google.dev/gemini-api/docs/pricing",
      "source_id": "gemini-pricing",
      "source_name": "Gemini API Pricing",
      "source_type": "page_diff",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "pricing"
      ],
      "published_at": "2026-08-26T18:05:32Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Visible page content changed; normalized text length 59720 characters.",
      "also_seen_in": [
        "gemini-pricing"
      ]
    },
    {
      "id": "f076e78f829a21ec343a",
      "title": "Updated: 模型概览 - 智谱AI开放文档",
      "url": "https://docs.bigmodel.cn/cn/guide/start/model-overview",
      "source_id": "zhipu-models",
      "source_name": "Zhipu BigModel Overview",
      "source_type": "page_diff",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "zh",
      "beats": [
        "pricing",
        "china-ai"
      ],
      "published_at": "2026-08-26T18:05:32Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Visible page content changed; normalized text length 3527 characters.",
      "also_seen_in": [
        "zhipu-models"
      ]
    },
    {
      "id": "db7f9faaa6c11df3e6be",
      "title": "The Einstein-Szilard Refrigerator (2020)",
      "url": "https://invention.si.edu/invention-stories/einstein-szilard-refrigerator",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T17:58:48Z",
      "fetched_at": "2026-08-30T13:49:56Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "8b25559882f0412474ef",
      "title": "The Tariff Cost: analysis of the costs to Americans from new tariffs on Canada",
      "url": "https://thetariffcost.com/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T17:54:51Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "96a3f049c7e1747033d4",
      "title": "Meta agrees to pay up to $18B to settle US states' claims that it designed Facebook and Instagram to addict children, misled consumers, and more (Reuters)",
      "url": "https://www.techmeme.com/260826/p47",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T17:50:00Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Reuters : Meta agrees to pay up to $18B to settle US states' claims that it designed Facebook and Instagram to addict children, misled consumers, and more — Meta Platforms (META.O) will pay up to $18 billion and strictly limit how teenagers use Facebook and Instagram under a sweeping agreement …",
      "also_seen_in": []
    },
    {
      "id": "dd23f5b23e5553cd983a",
      "title": "Tailcat: Secure Tunnels in Seconds (Tailscale)",
      "url": "https://github.com/tailscale/tailcat",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T17:42:22Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "8925d2ce6c31ac4ca276",
      "title": "An ongoing 3D-printer AGPL violation",
      "url": "https://lwn.net/SubscriberLink/1089390/46116614cc74b814",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T17:41:40Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "8125460cd7e9f2af41aa",
      "title": "Show HN: I made a retirement simulator: 125 years of data, 25 countries",
      "url": "https://foresightplanner.com/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T17:41:19Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "5c26162c5cd1f7c9e0f8",
      "title": "CDs vs. NIMBY",
      "url": "https://www.betonit.ai/p/cds-vs-nimby",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T17:31:08Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "cd86d50bed5505272bf1",
      "title": "YouTube Format IDs",
      "url": "https://gist.github.com/MartinEesmaa/2f4b261cb90a47e9c41ba115a011a4aa",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T17:28:21Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "390381781c5f55253f0d",
      "title": "Graze Joins Flipboard",
      "url": "https://graze.leaflet.pub/3mtypcuxxc22p",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T17:24:15Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "e9415f45ec5894853748",
      "title": "U.S. State Department Pauses Immigrant Visa Applications",
      "url": "https://www.wsj.com/politics/policy/u-s-state-department-pauses-immigrant-visa-applications-25b31b23",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T17:22:16Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "58c836aa69d41f2a0fb3",
      "title": "v0.33.1-rc1: linux: fix llama.cpp docker build (#18040)",
      "url": "https://github.com/ollama/ollama/releases/tag/v0.33.1-rc1",
      "source_id": "ollama-releases",
      "source_name": "Ollama Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-26T17:21:21Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Build context was missing the new cmake common utility.",
      "also_seen_in": [
        "ollama-releases"
      ]
    },
    {
      "id": "898808cda1bbd8441097",
      "title": "CoMaps: The Offline App That Guided Rescuers Without a Signal in Venezuela",
      "url": "https://hotosm.org/en/news/comaps-the-offline-app-that-guided-rescuers-without-a-signal-in-the-venezuela-response",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T17:20:12Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "06f1633746ba7d876eff",
      "title": "The Harness Is the Thing",
      "url": "https://scott-fryxell.github.io/blog/the-harness-is-the-thing",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T16:59:59Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "5408a8fc764fdd33fa35",
      "title": "b10639",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10639",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-26T16:53:01Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "vulkan: warptiles currently assume warp sizes #27726 ) Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43173045 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "bf7b0b138edca5fdb63c",
      "title": "How GoDaddy transformed its analytics with Amazon Quick",
      "url": "https://aws.amazon.com/blogs/machine-learning/how-godaddy-transformed-its-analytics-with-amazon-quick",
      "source_id": "aws-ml-blog",
      "source_name": "AWS Machine Learning Blog",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "cloud",
        "engineering"
      ],
      "published_at": "2026-08-26T16:51:53Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "In this post, you will learn how GoDaddy migrated from their legacy business intelligence (BI) tool to Amazon Quick. This was a two-year transformation that delivered results across every dimension of the business: 15,000 hours saved annually, 50% reduction in dashboard count, rendering times cut to under 5 seconds, and AI-powered self-service analytics now accessible to every employee.",
      "also_seen_in": [
        "aws-ml-blog"
      ]
    },
    {
      "id": "7e518854a5dcf39c8ec7",
      "title": "神秘「牛来」模型果然是智谱！GLM首个原生多模态，还用的国产卡",
      "url": "https://www.qbitai.com/2026/08/479919.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-26T16:48:12Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "GLM-5.3 Flash",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "75bebc2390ad37997e17",
      "title": "Show HN: Build your own theme park",
      "url": "https://www.magicpatterns.com/theme-park",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T16:40:01Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "8cbce2dd83373690e00e",
      "title": "Natera’s intelligent appointment scheduling with Amazon Bedrock AgentCore",
      "url": "https://aws.amazon.com/blogs/machine-learning/nateras-intelligent-appointment-scheduling-with-amazon-bedrock-agentcore",
      "source_id": "aws-ml-blog",
      "source_name": "AWS Machine Learning Blog",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "cloud",
        "engineering"
      ],
      "published_at": "2026-08-26T16:36:35Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Learn how Natera built an automated voice agent on Amazon Bedrock AgentCore that lets patients book mobile phlebotomy appointments through natural conversation. The post covers the dual-WebSocket bridge, event-driven latency masking, and progressive-trust authentication behind 100% tool-calling accuracy and sub-7-second latency.",
      "also_seen_in": [
        "aws-ml-blog"
      ]
    },
    {
      "id": "c85d46dbcc4d708dd7ea",
      "title": "Bring your own model with Amazon SageMaker AI: Script mode in SDK v3",
      "url": "https://aws.amazon.com/blogs/machine-learning/bring-your-own-model-with-amazon-sagemaker-ai-script-mode-in-sdk-v3",
      "source_id": "aws-ml-blog",
      "source_name": "AWS Machine Learning Blog",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "cloud",
        "engineering"
      ],
      "published_at": "2026-08-26T16:31:32Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "The SageMaker Python SDK v3 redesigns script mode with unified ModelTrainer and ModelBuilder classes. This post walks through two end-to-end examples, a scikit-learn Random Forest and a multi-GPU Stable Diffusion 3.5 LoRA fine-tune, showing how SourceCode syncs your local code into any container at runtime so you can iterate without rebuilding Docker images.",
      "also_seen_in": [
        "aws-ml-blog"
      ]
    },
    {
      "id": "3d66cfc6b234587e21fd",
      "title": "Preparing data for supervised fine-tuning Part 2: Advanced data strategies",
      "url": "https://aws.amazon.com/blogs/machine-learning/preparing-data-for-supervised-fine-tuning-part-2-advanced-data-strategies",
      "source_id": "aws-ml-blog",
      "source_name": "AWS Machine Learning Blog",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "cloud",
        "engineering"
      ],
      "published_at": "2026-08-26T16:24:05Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "The advanced side of supervised fine-tuning data prep. This second post in a two-part series covers evaluating data readiness with learning curves, selecting high-value data subsets, augmenting data with synthetic and distilled examples, and mixing data sources to prevent catastrophic forgetting.",
      "also_seen_in": [
        "aws-ml-blog"
      ]
    },
    {
      "id": "c3ee25fda5b983432b6d",
      "title": "Preparing data for supervised fine-tuning Part 1: Formatting and quality",
      "url": "https://aws.amazon.com/blogs/machine-learning/preparing-data-for-supervised-fine-tuning-part-1-formatting-and-quality",
      "source_id": "aws-ml-blog",
      "source_name": "AWS Machine Learning Blog",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "cloud",
        "engineering"
      ],
      "published_at": "2026-08-26T16:24:02Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Data preparation determines the ceiling of any supervised fine-tuning project. This first post in a two-part series covers the foundations of SFT data prep: quality checks, conversational (JSONL) formatting, reasoning and tool-calling schemas, and a representative train/evaluation split.",
      "also_seen_in": [
        "aws-ml-blog"
      ]
    },
    {
      "id": "c2157b98abd4dabf4456",
      "title": "FDA Approves First in Class Targeted Therapy for Metastatic Pancreatic Cancer",
      "url": "https://www.fda.gov/news-events/press-announcements/fda-approves-first-class-targeted-therapy-metastatic-pancreatic-cancer",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T16:19:03Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "d55ab4ebe99efc03d50b",
      "title": "The Future of SaaS Is Apps That Agents Can Use",
      "url": "https://www.latent.space/p/lovable-future-of-saas",
      "source_id": "latent-space",
      "source_name": "Latent Space",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "agents",
        "engineering",
        "models"
      ],
      "published_at": "2026-08-26T16:16:25Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Lovable is branching out from AI-powered web app creation and into MCP-powered ‘capabilities’. We talk to CTO Fabian Hedin.",
      "also_seen_in": [
        "latent-space"
      ]
    },
    {
      "id": "58f5e6024e8e43a96742",
      "title": "b10638",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10638",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-26T16:11:54Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Implemented vulkan cross_entropy_loss and cross_entropy_loss_back ( #27216 ) Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43166320 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "0d662df57045ede25931",
      "title": "Launch HN: Risklytics (YC S26) – Insurance brokerage for frontier tech companies",
      "url": "https://www.risklytics.ai/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T16:06:01Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "6e2b82d561cf47e8c01a",
      "title": "Tim Curry has died",
      "url": "https://www.theguardian.com/film/2026/aug/26/tim-curry-dies-rocky-horror-show-stephen-king-it-legend-film",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T16:03:37Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "e7ab76fd4419bd3b3f01",
      "title": "A16z’s Martin Casado: Bullish on AI Apps, Bearish on Lone Ranger VCs",
      "url": "https://www.newcomer.co/p/a16zs-martin-casado-bullish-on-ai",
      "source_id": "newcomer",
      "source_name": "Newcomer",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "funding",
        "business",
        "gossip"
      ],
      "published_at": "2026-08-26T15:59:38Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Cursor & OpenRouter vindicate a specialized team approach to venture investing. Just don’t say roll-up.",
      "also_seen_in": [
        "newcomer"
      ]
    },
    {
      "id": "3bc2f1edc6ce3767f814",
      "title": "US sanctions Italian hosting provider Autistici Inventati",
      "url": "https://home.treasury.gov/news/press-releases/sb0616",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T15:56:49Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "798932021821f8919334",
      "title": "The turbulent AI era is here",
      "url": "https://www.gatesnotes.com/a-turbulent-ai-era-and-critical-choices-to-make",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T15:55:15Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "df175b20b04fc1297ed2",
      "title": "Connect Amazon Bedrock AgentCore to cross-account knowledge bases",
      "url": "https://aws.amazon.com/blogs/machine-learning/connect-amazon-bedrock-agentcore-to-cross-account-knowledge-bases",
      "source_id": "aws-ml-blog",
      "source_name": "AWS Machine Learning Blog",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "cloud",
        "engineering"
      ],
      "published_at": "2026-08-26T15:48:10Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Learn how Amazon Bedrock AgentCore agents in one account can generate answers from an Amazon Bedrock knowledge base backed by Amazon Redshift Serverless in another account, without copying source data. This post covers the architecture, security boundary, and two orchestration models: a code-based Strands agent and a declarative AgentCore harness.",
      "also_seen_in": [
        "aws-ml-blog"
      ]
    },
    {
      "id": "4802f4df4b9560426657",
      "title": "Radar makes podcasts searchable — and usable by AI agents",
      "url": "https://techcrunch.com/2026/08/26/radar-makes-podcasts-searchable-and-usable-by-ai-agents",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T15:47:28Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Particle’s new podcast intelligence platform transcribes and analyzes more than 130,000 podcasts, making their conversations searchable on the web and accessible to AI agents through an API and MCP.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "0c70dc66ca019246a030",
      "title": "It’s so hard to finish an idea that is not yours and is just suggested by AI",
      "url": "https://www.ssp.sh/brain/using-obsidian-with-ai",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T15:30:05Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "917c6c70b7754ab22217",
      "title": "Hunting Down a Go Runtime Bug on 32-Bit Embedded Systems",
      "url": "https://sigma-star.at/blog/2026/08/go-runtime-netpoll-bug",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T15:22:48Z",
      "fetched_at": "2026-08-29T13:51:28Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "9c221b57db9b0c195fb4",
      "title": "Disruption with Some GitHub Services",
      "url": "https://www.githubstatus.com/incidents/hcbtzksccj2f",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T15:19:40Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "5b84825bb51fa996b4aa",
      "title": "🔬“We have foundation models for language, not for physics” — Anima Anandkumar, Bren Professor of Computing",
      "url": "https://www.latent.space/p/anima",
      "source_id": "latent-space",
      "source_name": "Latent Space",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "agents",
        "engineering",
        "models"
      ],
      "published_at": "2026-08-26T15:15:39Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Anima Anandkumar has spent two decades in AI, from classical math to deep learning and back. Now she's using it to model the physical world, from weather to fusion reactors.",
      "also_seen_in": [
        "latent-space"
      ]
    },
    {
      "id": "44a3a3c341fa9485615e",
      "title": "OX-Alpha was a GLM 5.3 Flash a 320b a18b, so this is new FLASH Class model. My only complain is GLM 4.7 355b a32b is a thing and from my experience it is more stable and more interesting model in general.",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vyztzr/oxalpha_was_a_glm_53_flash_a_320b_a18b_so_this_is",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-26T15:11:44Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "https://z.ai/blog/glm-5.3-flash To be honest, I was thinking it was 100-150b model, feels like one. submitted by /u/-Ellary- [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "579dfed6400b8c042d73",
      "title": "v0.33.1-rc0: MLX: Qwen3.8 Flash Next support (#18032)",
      "url": "https://github.com/ollama/ollama/releases/tag/v0.33.1-rc0",
      "source_id": "ollama-releases",
      "source_name": "Ollama Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-26T15:05:59Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "MLX: Qwen3.8 Flash Next support review comments",
      "also_seen_in": [
        "ollama-releases"
      ]
    },
    {
      "id": "62a83a8490a0be1bf84c",
      "title": "Commercially Available Bike Generators Are Not Sustainable (2011)",
      "url": "https://solar.lowtechmagazine.com/2011/05/bike-powered-electricity-generators-are-not-sustainable",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T15:04:44Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "dc2c98feed6cff9cd950",
      "title": "Nebula Sans",
      "url": "https://www.nebulasans.com/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T15:03:52Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "623e3efc0aee32026bf0",
      "title": "Ex-Meta scientists want to bring visual AI to the factory floor",
      "url": "https://techcrunch.com/2026/08/26/ex-meta-scientists-want-to-bring-visual-ai-to-the-factory-floor",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T15:00:00Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Perceptron offers an AI model that it says can help machines navigate the world while also providing in-depth visual intelligence.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "67888580f89bc0ddf40b",
      "title": "Is it safe to call print in a Python signal handler?",
      "url": "https://iafisher.com/2026/08/sigprint",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T14:53:41Z",
      "fetched_at": "2026-08-30T05:30:25Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "2499de1fd4e0410d7e76",
      "title": "VMs won't contain cyber-capable agents",
      "url": "https://blog.trailofbits.com/2026/08/26/vms-wont-contain-cyber-capable-agents",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T14:49:30Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "0f6052c9069bc550f97c",
      "title": "Bill Gates wants to see a robot tax and ‘Human Reserved’ jobs to mitigate harms from AI",
      "url": "https://techcrunch.com/2026/08/26/bill-gates-wants-to-see-a-robot-tax-and-human-reserved-jobs-to-mitigate-harms-from-ai",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T14:37:01Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Gates is mostly in the Responsible AI camp, but there are a few ideas in here we hadn't heard before.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "c011ff23ad9f758d20d7",
      "title": "You could have invented PageRank",
      "url": "https://praveshkoirala.com/2026/08/26/you-could-have-invented-pagerank",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T14:29:05Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "9641c77493c3c7d7f09e",
      "title": "Uh, Deepseek V4 Pro 0813…",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vyyhwk/uh_deepseek_v4_pro_0813",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-26T14:21:48Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "No NSFW on, no prefill, greeting is slice of life and the persona I’m playing is very optimistic. The output continued as normal as if the block never happened. Creepypasta type shit. submitted by /u/purachina999 [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "7379930dd2da93804d24",
      "title": "Taylor Farms: How One Company's Reach Became a National Risk",
      "url": "https://farmaction.us/taylorfarmsreport",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T14:21:44Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "569352d97dacf404917e",
      "title": "Surprise: Z.ai is the AI lab behind the mysterious Ox Alpha model",
      "url": "https://techcrunch.com/2026/08/26/surprise-z-ai-is-the-ai-lab-behind-the-mysterious-ox-alpha-model",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T14:19:29Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Z.ai confirms it is behind Ox Alpha, the mysterious open AI model topping benchmarks and leaderboards, and its weights are set to be released soon.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "e2d9376b0c9fa0502a35",
      "title": "Twitter Viewer – View Twitter Without Account",
      "url": "https://twitterwebviewer.com/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T14:11:39Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "2f1200dd3617802c636e",
      "title": "GLM-5.3-Flash",
      "url": "https://z.ai/blog/glm-5.3-flash",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T14:08:50Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "45090ed5ad7cd41adf49",
      "title": "A Citation to Asimov",
      "url": "https://www.bookandsword.com/2026/08/25/a-citation-to-asimov",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T14:06:16Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "90f2b5d55436135b41be",
      "title": "Access to Urban Woodlands Linked with Lower Use of Antidepressants",
      "url": "https://e360.yale.edu/digest/scotland-woodlands-antidepressants",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T13:48:03Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "f120096d90558dd2bde7",
      "title": "Flock’s CEO Is Lying to Cops About 404 Media's Reporting on Abortion Case",
      "url": "https://www.404media.co/flocks-ceo-is-lying-to-cops-about-404-medias-reporting-on-abortion-case",
      "source_id": "404media",
      "source_name": "404 Media",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "security",
        "policy",
        "culture"
      ],
      "published_at": "2026-08-26T13:44:05Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Garrett Langley, Flock’s CEO, told cops that a 404 Media story about cops using Flock to track someone who self-administered an abortion was \"entirely false.\" He's lying.",
      "also_seen_in": [
        "404media"
      ]
    },
    {
      "id": "8976a212d070296e3562",
      "title": "A Man Who Saw Humanity from Two Billion Years Away",
      "url": "https://thereader.mitpress.mit.edu/the-man-who-saw-humanity-from-two-billion-years-away",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T13:34:39Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "80db990e35060e7d4863",
      "title": "France reaches 94.9% fiber coverage in 2026",
      "url": "https://cartefibre.arcep.fr/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T13:32:35Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "5e47008da04ef5679084",
      "title": "Robot brain builders are pushing out of their GPT-2 era",
      "url": "https://techcrunch.com/2026/08/26/robot-brain-builders-are-pushing-out-of-their-gpt-2-era",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T13:30:00Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Robot bodies are waiting for their AI brains to catch up.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "083a26a19a865df0acee",
      "title": "Inside the Warehouse Where Amazon Scans and Destroys Books for AI Training",
      "url": "https://www.404media.co/inside-the-warehouse-where-amazon-scans-and-destroys-books-for-ai-training",
      "source_id": "404media",
      "source_name": "404 Media",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "security",
        "policy",
        "culture"
      ],
      "published_at": "2026-08-26T13:21:51Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "An interview with one of the Amazon employees at Amazon’s AI training facility VGT3.",
      "also_seen_in": [
        "404media"
      ]
    },
    {
      "id": "13db03e2811388b86992",
      "title": "11,000-year-old sculpture of man riding a leopard found in Turkey",
      "url": "https://www.thehistoryblog.com/archives/76809",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T13:20:40Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "825da348c62f70b8a137",
      "title": "Recovering Corrupt Zip Files",
      "url": "https://www.construct.net/en/blogs/ashleys-blog-2/recovering-corrupt-zip-files-1895",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T13:14:46Z",
      "fetched_at": "2026-08-30T05:30:25Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "739f8218e5b9605af9ba",
      "title": "Podcast: Cops Are Making Fake Flock Cameras and Amazon Packages",
      "url": "https://www.404media.co/podcast-cops-are-making-fake-flock-cameras-and-amazon-packages",
      "source_id": "404media",
      "source_name": "404 Media",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "security",
        "policy",
        "culture"
      ],
      "published_at": "2026-08-26T13:07:22Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Cops making fake Flock cameras to catch people, Darth Vader unmasked, and our three year anniversary.",
      "also_seen_in": [
        "404media"
      ]
    },
    {
      "id": "5a39d407936ce62aa913",
      "title": "Z.AI confirms Ox Alpha is a GLM model, plans to release its weights",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vywl4z/zai_confirms_ox_alpha_is_a_glm_model_plans_to",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-26T13:06:33Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "submitted by /u/PhantomWolf83 [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "1b2a2b96e384012ef79e",
      "title": "QueryStory wants you to believe what AI is telling you",
      "url": "https://techcrunch.com/2026/08/26/querystory-wants-you-to-believe-what-ai-is-telling-you",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T13:00:00Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "The startup came out of stealth with $6 million in seed funding and a plan to use LLMs and cybersecurity know-how to make AI queries coherent.",
      "also_seen_in": []
    },
    {
      "id": "99d230c99b257b433e21",
      "title": "AWS Acquires DuckDB",
      "url": "https://ducklabs.com/news/2026/08/26/ducklabs-to-join-aws",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T12:59:26Z",
      "fetched_at": "2026-08-26T13:25:49Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "c35636b4e2cbe2cccf64",
      "title": "Arga Labs is building a better way to train enterprise AI agents",
      "url": "https://techcrunch.com/2026/08/26/arga-is-building-a-better-way-to-train-enterprise-ai-agents",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T12:55:28Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Arga has raised $10 million in a seed funding round that was led by General Catalyst, with participation from Box Group, Emergence, Gradient and SV Angel.",
      "also_seen_in": []
    },
    {
      "id": "9a2216fa00edda52f26b",
      "title": "[Release] ST-Cache-Monitor: Track API Cache Hit Rates & Get Real-Time UI Warnings",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vyw8so/release_stcachemonitor_track_api_cache_hit_rates",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-26T12:52:25Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "Hey everyone, I just finished working on another extension. I originally built this one just for myself to debug and test my previous project ST-Message-Chunker , but I figured I'd share it in case anyone else has a similar use case or wants to test their providers! It's called ST-Cache-Monitor. The Problem: Prompt caching (via OpenRouter, Anthropic, etc.) is amazing for saving money and generation time. However, during testing, I noticed a frustrating issue: API providers often deliver vastly different cache hit rates depending on the time of day and server load. Sometimes, caching just stops working efficiently altogether, and you wouldn't even notice unless you constantly check the provider's dashboard. The Solution: This extension brings the data directly to you inside ST. It intercepts the raw network responses from the API to check the actual cache token numbers and calculates your hit rate in the background. It helps you debug, test how well a provider is handling your context, and lets you know exactly when you might want to switch to a different API or model because of poor cache performance. Smart UI Warnings: You can set a rolling average (e.g., the last 5 messages) and ",
      "also_seen_in": []
    },
    {
      "id": "b17364eab3d5f207bda1",
      "title": "Qwen3.8-Flash-Next: A New Architecture, Towards Ultimate Cost-Efficiency",
      "url": "https://qwen.ai/blog?id=qwen3.8-flash-next",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T12:52:12Z",
      "fetched_at": "2026-08-26T13:25:49Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "f40713873875798876c4",
      "title": "A curmudgeon tries a language server",
      "url": "https://entropicthoughts.com/curmudgeon-tries-language-server",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T12:48:37Z",
      "fetched_at": "2026-08-26T13:25:49Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "ec05ec1c13131bf1110c",
      "title": "Bill Gates: The turbulent AI era is here",
      "url": "https://www.gatesnotes.com/work/make-ai-work-for-everyone/reader/a-turbulent-ai-era-and-critical-choices-to-make",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T12:47:47Z",
      "fetched_at": "2026-08-26T13:25:49Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "aeb35a0968b802f04945",
      "title": "b10636",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10636",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-26T12:46:38Z",
      "fetched_at": "2026-08-26T13:25:49Z",
      "summary": "ci: Clean up UI builds from releases ( #27706 ) ci : inline UI version resolution into ui-build.yml ci : build UI once and reuse the artifact in release jobs Server jobs now extract the ui-build artifact into tools/ui/dist instead of npm-building the UI. Also removes the get-version job and the no-op -DHF_UI_VERSION flags. Assisted-by: pi:Kimi-K3 ui : disable the npm UI build by default (LLAMA_BUILD_UI=OFF) The flag now only controls building the UI from source via npm. The UI is still embedded by default from local tools/ui/dist or the prebuilt download (LLAMA_USE_PREBUILT_UI=ON). CI jobs no longer npm-build the UI; server-sanitize does not need node anymore. Assisted-by: pi:Kimi-K3 ci : rename the ui-build artifact to llama-ui.zip Consistent with the other artifact names in the Actions summary. Assisted-by: pi:Kimi-K3 ci : clarify the windows artifact merge in release.yml The windows-cuda/vulkan/sycl jobs build only the backend library; llama-server (with the embedded UI) is injected into their zips from the windows-cpu package during the release. State this in the job comments and use accurate wording in the merge step. Assisted-by: pi:Kimi-K3 Website: https://llama.app Attestat",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "8d120367e4e2af5bb247",
      "title": "X sends in the lawyers to shut down open source project",
      "url": "https://www.theregister.com/legal/2026/08/26/nitter-no-more-x-sends-in-the-lawyers-to-shut-down-open-source-project/5292548",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T12:25:45Z",
      "fetched_at": "2026-08-26T13:25:49Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "abe48037bf9039cc7717",
      "title": "Omarchy development practices lead to predictable security issues",
      "url": "https://blog.happyfellow.dev/merchants-of-insecurity",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T12:17:43Z",
      "fetched_at": "2026-08-26T13:25:49Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "3cff6681fe2403b9e3e7",
      "title": "Fake US thinktank set up and funded by Israel sought to game AI for propaganda",
      "url": "https://www.theguardian.com/world/2026/aug/26/fake-thinktank-israel-ai-propaganda",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T12:11:19Z",
      "fetched_at": "2026-08-26T13:25:49Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "ef450332d2e4fb609829",
      "title": "Bill Gates is deeply worried about AI, and he’s no longer staying quiet",
      "url": "https://www.theverge.com/ai-artificial-intelligence/984923/bill-gates-is-deeply-worried-about-ai-and-hes-no-longer-staying-quiet",
      "source_id": "the-verge-ai",
      "source_name": "The Verge AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "products",
        "policy",
        "news"
      ],
      "published_at": "2026-08-26T12:10:30Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Bill Gates has been reflecting a lot on AI lately, and the process has triggered a stark awakening. Once a staunch AI optimist, the Microsoft cofounder is now deeply pessimistic about what AI means for our collective future. Having been conspicuously quiet on AI issues recently, Gates is back with a nearly 6,000-word essay seeking […]",
      "also_seen_in": [
        "the-verge-ai"
      ]
    },
    {
      "id": "862e0cfb6e5d6ef45ea8",
      "title": "Proliferate (YC S25) Is Hiring",
      "url": "https://www.ycombinator.com/companies/proliferate/jobs/OgpCKYJ-founding-product-engineer",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T12:00:07Z",
      "fetched_at": "2026-08-26T13:25:49Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "2d6a0ab0ef97034ce77b",
      "title": "New Platform Peers Inside AI’s Black Box",
      "url": "https://spectrum.ieee.org/silico-ai-interpretability",
      "source_id": "ieee-ai",
      "source_name": "IEEE Spectrum AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "engineering",
        "research"
      ],
      "published_at": "2026-08-26T12:00:01Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Prompt Claude, ChatGPT, Gemini, or any other popular large language model with a question like “What is the best film ever made?” and the response will vary. And you (and most worryingly, the people who built the LLM) have little idea exactly how it came up with that specific answer. This mysterious behavior can be useful in some situations. But—as highlighted by a recent incident where OpenAI could not explain why its advanced prerelease model hacked AI company Hugging Face—it can have negative and alarming consequences too. And when frontier AI models are writing code, generating results humans could not achieve alone, and performing other important tasks across society, the need to interpret AI “thinking” and outputs has never been greater. Goodfire , an AI lab focused solely on this very problem, recently made its cutting-edge Silico platform, filled with tools to interpret the behavior of AI, generally available to the public. As part of this, the company recently announced a new grant program offering US $1 million in free Silico usage for academic and nonprofit interpretability researchers. These efforts aim to democratize AI interpretability, placing techniques previously a",
      "also_seen_in": [
        "ieee-ai"
      ]
    },
    {
      "id": "5f9b431ef56ee09a9a2f",
      "title": "Hearing tech startup Legato emerges from stealth with $12M and a peek at its AI hearing glasses",
      "url": "https://techcrunch.com/2026/08/26/hearing-tech-startup-legato-emerges-from-stealth-with-12m-and-a-peek-at-its-ai-hearing-glasses",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T12:00:00Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "The glasses, called Legato Frames, integrate the company’s patented hearing-assistance technology into the arms of eyewear frames.",
      "also_seen_in": []
    },
    {
      "id": "e2fe3538cccb5c2f1f1d",
      "title": "b10635",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10635",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-26T11:34:34Z",
      "fetched_at": "2026-08-26T13:25:49Z",
      "summary": "cuda: unblock mmq for MoE on sm_60 ( #26264 ) cuda: unblock mmq for MoE on sm_60 cuda: duplicate mmq-config-pascal for dp4a and older cuda: reduce occupancy on non-dp4a pascal for Q2_K, Q4_K, Q5_K, Q6_K Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43111280 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "00e45e4bb62ca94197c8",
      "title": "Show HN: Typebase – A single-folder back end you write in TypeScript",
      "url": "https://typebase.io/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T11:33:31Z",
      "fetched_at": "2026-08-29T19:25:36Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "53a20125dc242c45b887",
      "title": "The turbulent AI era is here",
      "url": "https://www.gatesnotes.com/work/make-ai-work-for-everyone/reader/a-turbulent-ai-era-and-critical-choices-to-make?WT.mc_id=20260826_ai-overture-2026-med-med",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T11:23:54Z",
      "fetched_at": "2026-08-27T22:24:31Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "6fc588af7e471c7b4744",
      "title": "Just say something people want",
      "url": "https://www.gkogan.co/say-something-people-want",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T11:23:43Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "1b75e8d6e8aadad55a0c",
      "title": "0.150.0-alpha.13",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.150.0-alpha.13",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-26T11:21:30Z",
      "fetched_at": "2026-08-26T13:25:49Z",
      "summary": "Release 0.150.0-alpha.13",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "cd8ec2d9243fbf564418",
      "title": "Radiation link in flight attendant's breast cancer, French court finds",
      "url": "https://www.bbc.com/news/articles/cn0j3z6147jo",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T11:15:56Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "eb17d7d0666e3c798b57",
      "title": "IBM's new Granite 4.2 models ride the wave of interest in local LLMs",
      "url": "https://arstechnica.com/ai/2026/08/ibms-new-granite-4-2-models-ride-the-wave-of-interest-in-local-llms",
      "source_id": "ars-ai",
      "source_name": "Ars Technica AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "technology",
        "news"
      ],
      "published_at": "2026-08-26T11:10:49Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "The focus is on agentic capability and predictable enterprise deployment.",
      "also_seen_in": [
        "ars-ai"
      ]
    },
    {
      "id": "bfc7ee0ace74cb0a68aa",
      "title": "Runable hits $21M to bet AI agents can go from building businesses to growing them",
      "url": "https://techcrunch.com/2026/08/26/runable-hits-21m-to-bet-ai-agents-can-go-from-building-businesses-to-growing-them",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T11:00:00Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Runable says 60% to 70% of its 1 trillion-plus token usage in the last 90 days came from paying customers.",
      "also_seen_in": []
    },
    {
      "id": "421023e6df07dd5f1d16",
      "title": "Relm4 makes developing beautiful cross-platform applications idiomatic",
      "url": "https://relm4.org/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T10:38:56Z",
      "fetched_at": "2026-08-31T05:44:25Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "7f697b07ef94dbf09618",
      "title": "AI视频应用井喷，美图打开新的增长空间",
      "url": "https://www.qbitai.com/2026/08/479895.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-26T10:18:10Z",
      "fetched_at": "2026-08-26T13:25:49Z",
      "summary": "从图像到视频，美图找到了一门更赚钱的生意",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "497994ee44e2f3751949",
      "title": "小宇宙推出《AI趋势报告》：AI创作、AI办公、协作型AI等成讨论新趋势",
      "url": "https://www.qbitai.com/2026/08/479811.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-26T10:17:15Z",
      "fetched_at": "2026-08-26T13:25:49Z",
      "summary": "AI内容创作者增长187%，相关节目数量增长239%",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "aa3913831b449feaa0a8",
      "title": "0.150.0-alpha.12",
      "url": "https://github.com/openai/codex/releases/tag/rust-v0.150.0-alpha.12",
      "source_id": "codex-releases",
      "source_name": "OpenAI Codex Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-26T10:09:54Z",
      "fetched_at": "2026-08-26T13:25:49Z",
      "summary": "Release 0.150.0-alpha.12",
      "also_seen_in": [
        "codex-releases"
      ]
    },
    {
      "id": "9b5705403231301d2653",
      "title": "硅谷今日最热具身模型！不用后训练，看一遍就学会",
      "url": "https://www.qbitai.com/2026/08/479834.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-26T10:07:09Z",
      "fetched_at": "2026-08-26T13:25:49Z",
      "summary": "具身智能迈向GPT时刻",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "0d73aa907a555c10c582",
      "title": "Beyond Recall and the Illusion of Competence",
      "url": "https://var0.xyz/posts/beyond-recall-and-the-illusion-of-competence.html",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T10:07:02Z",
      "fetched_at": "2026-08-26T13:25:49Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "e5f0db16d601af057142",
      "title": "Z.ai confirms Ox Alpha is a new GLM-series model and will release its weights",
      "url": "https://www.bloomberg.com/news/articles/2026-08-26/china-s-z-ai-made-ox-alpha-stealth-model-that-rivals-deepseek",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T10:04:55Z",
      "fetched_at": "2026-08-26T13:25:49Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "fb2ee1d2575604e0a546",
      "title": "SDK v0.0.81",
      "url": "https://github.com/cline/cline/releases/tag/sdk%2Fsdk%2Fv0.0.81",
      "source_id": "cline-releases",
      "source_name": "Cline Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-26T09:38:01Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "Session snapshot events no longer carry the full conversation transcript. Every session.updated (and session.created / session.detached / run.started ) event embedded the session's entire message history, so on a multi-megabyte task each status flip shipped megabytes to every subscriber, flooded the durable event log, and could grow the hub process by one transcript copy per event — reported as a 25 GB cline process on a 16 GB machine. Snapshots are now state-only (status, usage, model, workspace, checkpoint); transcripts are fetched with the session.messages command. Checkpoint-restore replies, which carry messages in their own field, are unaffected Full Changelog : sdk/sdk/v0.0.80...sdk/sdk/v0.0.81",
      "also_seen_in": [
        "cline-releases"
      ]
    },
    {
      "id": "e6bdf5eef4effcfdbe00",
      "title": "sdk/core/v0.0.81",
      "url": "https://github.com/cline/cline/releases/tag/sdk%2Fcore%2Fv0.0.81",
      "source_id": "cline-releases",
      "source_name": "Cline Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-26T09:37:48Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "@cline/core@0.0.81",
      "also_seen_in": [
        "cline-releases"
      ]
    },
    {
      "id": "df1d64875592f037f365",
      "title": "sdk/agents/v0.0.81",
      "url": "https://github.com/cline/cline/releases/tag/sdk%2Fagents%2Fv0.0.81",
      "source_id": "cline-releases",
      "source_name": "Cline Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-26T09:37:47Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "@cline/agents@0.0.81",
      "also_seen_in": []
    },
    {
      "id": "e9ff18ecba3878a89f7e",
      "title": "sdk/llms/v0.0.81",
      "url": "https://github.com/cline/cline/releases/tag/sdk%2Fllms%2Fv0.0.81",
      "source_id": "cline-releases",
      "source_name": "Cline Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-26T09:37:45Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "@cline/llms@0.0.81",
      "also_seen_in": [
        "cline-releases"
      ]
    },
    {
      "id": "e48ecb1f02edfb4af8ec",
      "title": "sdk/shared/v0.0.81",
      "url": "https://github.com/cline/cline/releases/tag/sdk%2Fshared%2Fv0.0.81",
      "source_id": "cline-releases",
      "source_name": "Cline Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-26T09:37:42Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": "@cline/shared@0.0.81",
      "also_seen_in": [
        "cline-releases"
      ]
    },
    {
      "id": "2b8b923537ae896de473",
      "title": "XCancel and Nitter are receiving C&D letters from XCorp",
      "url": "https://news.ycombinator.com/item?id=49446210",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T09:34:38Z",
      "fetched_at": "2026-08-26T13:25:49Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "5cf5fc0090b5384fe0a3",
      "title": "b10632",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10632",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-26T09:31:33Z",
      "fetched_at": "2026-08-26T13:25:49Z",
      "summary": "ggml-metal: add chunked SSD MMA for Mamba-2 prefill optimization ( #26647 ) metal: WIP chunked SSD SSM_SCAN kernels for multi-token prefill metal: drop scalar SSD path; MMA + sequential tail drop WIP ssm scan test noise remove state_from_dst and rename CS and NSG constants remove unrelated added whitespace padding added clarity to mma_tokens calculation added clarity to use_mma bool checks added comments to metal ssd op constants for clarity reserve K tokens for sequential kernel rollback snapshots reset concurrency between mma and seq tail remove print args no longer used fixed comment to no longer point to specific line add FC_SSM_SCAN so seq path skips token offlset unless it's mma tail added changes to new ssm.metal for rebase after ggml-metal.metal refactor specialize ssm_scan tail with a template instead of a function constant Co-authored-by: dpantaleoni dominikpantaleoni@gmail.com Co-authored-by: forforever73 690105611@qq.com Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43085130 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) ",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "6b542fec36276155672e",
      "title": "Oriana Thomson",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vys518/oriana_thomson",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-26T09:27:50Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "I've put together a dynamic Visual Novel Sprite System for SillyTavern, featuring Oriana Thomson from *A Certain Magical Index*. The character is written as the voluptuous blonde professional magician and mercenary courier known as \"Route Disturb\". Instead of static portraits, the card dynamically triggers context-aware character sprites in real-time as you chat—covering daily expressions, shorthand magic combat, and subtle mood shifts. --- ### Key Features - Plug & Play Auto-Rendering: The scoped regex script is pre-configured and embedded directly inside the card. No manual script setup required. - Dynamic Sprite Engine: Contextual rendering covering 35+ emotion states and magic combat variants. - Visual Novel Optimized: Fully compatible with SillyTavern's Visual Novel mode out of the box. --- ### Quick 2-Step Setup Import the Character Card into SillyTavern. Extract the Sprite Pack images into your character folder: `SillyTavern/data/default-user/characters/oriana/` submitted by /u/Quiet_Sport [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "fb755c9fc47e75f37e85",
      "title": "Visualizing Combos in Judo in R",
      "url": "https://www.r-bloggers.com/2025/05/the-dynamics-of-the-gentle-way-exploring-judo-attack-combinations-as-networks-in-r",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T09:21:45Z",
      "fetched_at": "2026-09-01T05:17:43Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "d3e596257a67ee37fca5",
      "title": "达卯科技与福建智算方舟达成合作，全栈式算电协同服务在闽落子",
      "url": "https://www.qbitai.com/2026/08/479808.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-26T09:17:08Z",
      "fetched_at": "2026-08-26T13:25:49Z",
      "summary": "长乐机场综保区智算中心全栈算电协同服务",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "abd3aa43bc57e5ed4593",
      "title": "Updated: NVIDIA Technical Blog",
      "url": "https://developer.nvidia.com/blog/",
      "source_id": "nvidia-blog",
      "source_name": "NVIDIA Technical Blog",
      "source_type": "page_diff",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "inference",
        "chips",
        "engineering"
      ],
      "published_at": "2026-08-26T09:05:41Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "Visible page content changed; normalized text length 34556 characters.",
      "also_seen_in": [
        "nvidia-blog"
      ]
    },
    {
      "id": "605745b45fbb3fe4113e",
      "title": "Value Classes Still Need Compiler Sympathy",
      "url": "https://johan-sjolen.github.io/post/compiler-sympathy/compiler-sympathy",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T08:59:15Z",
      "fetched_at": "2026-08-26T13:25:49Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "02b6988aa0f906b08829",
      "title": "Oldinsurancemaps.net is now a Charter Project",
      "url": "https://openstreetmap.us/news/2026/08/oim-charter-project",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T08:57:46Z",
      "fetched_at": "2026-08-26T13:25:49Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "b9791acfb66ed6f90829",
      "title": "cli-v3.0.59",
      "url": "https://github.com/cline/cline/releases/tag/cli-v3.0.59",
      "source_id": "cline-releases",
      "source_name": "Cline Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-26T08:49:36Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "CLI v3.0.59",
      "also_seen_in": []
    },
    {
      "id": "3dab9d572c555089062b",
      "title": "SDK v0.0.80",
      "url": "https://github.com/cline/cline/releases/tag/sdk%2Fsdk%2Fv0.0.80",
      "source_id": "cline-releases",
      "source_name": "Cline Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-26T08:45:56Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "New files created by the file-writing tools now use the platform's native line endings Fixed search_codebase crashing the process on files that contain a single enormous line Credentials embedded in git remote URLs are now redacted from the workspace information included in the system prompt Claude Code is now marked as a subscription-billed provider, so hosts suppress its per-token prices and API-rate cost estimates. Its models reuse Anthropic API pricing metadata, which produced dollar figures for usage that is covered by a Claude Pro/Max subscription installMcpServer no longer treats a -- separator in the install arguments as part of the stdio command The tasks tool can now be configured to offer only scheduled work, disabling the Todo kind while leaving the Agenda backend intact Refreshed the model catalog. Adds seven providers (Agnes AI, Aixy, IteraCompute, LLM Tech, NeoSmith, Pendra, and Standard Compute) and updates model lists and pricing across providers. The resolved default model changes for ClinePass (now GLM 5.3), Z.ai, Hugging Face, evroc, LLM Gateway, NanoGPT, and Weights & Biases, so if you use one of those without pinning a model you will get a different default Fu",
      "also_seen_in": [
        "cline-releases"
      ]
    },
    {
      "id": "c7aaad78e0cb8616c096",
      "title": "sdk/core/v0.0.80",
      "url": "https://github.com/cline/cline/releases/tag/sdk%2Fcore%2Fv0.0.80",
      "source_id": "cline-releases",
      "source_name": "Cline Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-26T08:45:41Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "@cline/core@0.0.80",
      "also_seen_in": [
        "cline-releases"
      ]
    },
    {
      "id": "5d1827115d961fb92ea6",
      "title": "sdk/agents/v0.0.80",
      "url": "https://github.com/cline/cline/releases/tag/sdk%2Fagents%2Fv0.0.80",
      "source_id": "cline-releases",
      "source_name": "Cline Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-26T08:45:39Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "@cline/agents@0.0.80",
      "also_seen_in": []
    },
    {
      "id": "922a5dbbe9f00d2db731",
      "title": "sdk/llms/v0.0.80",
      "url": "https://github.com/cline/cline/releases/tag/sdk%2Fllms%2Fv0.0.80",
      "source_id": "cline-releases",
      "source_name": "Cline Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-26T08:45:37Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "@cline/llms@0.0.80",
      "also_seen_in": [
        "cline-releases"
      ]
    },
    {
      "id": "7f13240c3ed8ad6fb1cb",
      "title": "sdk/shared/v0.0.80",
      "url": "https://github.com/cline/cline/releases/tag/sdk%2Fshared%2Fv0.0.80",
      "source_id": "cline-releases",
      "source_name": "Cline Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-26T08:45:35Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "@cline/shared@0.0.80",
      "also_seen_in": [
        "cline-releases"
      ]
    },
    {
      "id": "c2bb5be24c37abbc4052",
      "title": "v4.1.16",
      "url": "https://github.com/cline/cline/releases/tag/v4.1.16",
      "source_id": "cline-releases",
      "source_name": "Cline Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-26T08:42:46Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "Everything here lands through the SDK bundle, so it applies to windows running that bundle. Fixed Cost estimates are no longer shown for providers billed by a flat-rate subscription (ClinePass, ChatGPT via Codex, and Claude Code). The task header and model pricing rows rendered API-rate dollar figures that read as real charges on top of the subscription, including a flash of them on every chat-view mount while provider listings were loading. Signing back in no longer moves your last-used provider off ClinePass on credential refresh. Hooks now resolve their workspace from the VS Code window instead of shared global state in ~/.cline . With a second window open on another project, a workspace's .clinerules/hooks scripts were never discovered, and hook cwd and the workspace paths passed to hook scripts resolved against whatever project some other or older Cline instance last recorded. New files are now created with your platform's native line endings. Fixed the codebase search tool crashing on files containing a single enormous line. Credentials embedded in git remote URLs are now redacted from the workspace information sent to the model, which also now carries richer workspace metada",
      "also_seen_in": [
        "cline-releases"
      ]
    },
    {
      "id": "a7eb736295420ddcd9be",
      "title": "RAG Is Simpler Than You Think",
      "url": "https://www.lighthousenewsletter.com/p/rag-is-simpler-than-you-think",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T08:39:17Z",
      "fetched_at": "2026-08-26T13:25:49Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "bea7dac538cfb9b857a9",
      "title": "The End of Programming",
      "url": "https://pauldix.com/the-end-of-programming",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T08:37:59Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "2f826946502b7f1fa396",
      "title": "Bill Gates says tech executives are privately \"very worried\" about AI disruption but publicly downplay the risks to protect fundraising and planned IPOs (Karen Weise/New York Times)",
      "url": "https://www.techmeme.com/260826/p14",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T08:35:02Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "Karen Weise / New York Times : Bill Gates says tech executives are privately “very worried” about AI disruption but publicly downplay the risks to protect fundraising and planned IPOs — Bill Gates is the latest in a string of tech luminaries to call out the risks of artificial intelligence.Chona Kasinger for The New York Times",
      "also_seen_in": []
    },
    {
      "id": "a00da13896cb175c279f",
      "title": "Bill Gates says \"the AI era will be one of the most turbulent times in human history\" and \"we are not preparing adequately\", calling for a regulatory framework (Bill Gates/GatesNotes)",
      "url": "https://www.techmeme.com/260826/p13",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T08:25:02Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "Bill Gates / GatesNotes : Bill Gates says “the AI era will be one of the most turbulent times in human history” and “we are not preparing adequately”, calling for a regulatory framework — Bill Gates, artificial intelligence, AI, generative AI for everyone, responsible ai news, ai and robotics …",
      "also_seen_in": []
    },
    {
      "id": "f2ac8e368f46b9bfbe0a",
      "title": "Desktop v0.0.18",
      "url": "https://github.com/cline/cline/releases/tag/desktop-v0.0.18",
      "source_id": "cline-releases",
      "source_name": "Cline Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-26T08:16:28Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "The sidebar is time-sorted again by default, with collapsible Pinned / Scheduled / Tasks sections and a one-click toggle to switch to project grouping (the old dropdown is gone). Scheduled sessions are marked with a clock icon, and the list starts taller and grows to fill the sidebar instead of stranding rows over empty space Session rows now show a trash button on hover for quick deletion, with the same confirmation the row's context menu uses Customize is now your installed inventory only. Browsing moved to a dedicated Marketplace page — one list across plugins, MCP servers, and skills with type-filter and tag chips — and the two pages link to each other from their headers and from sidebar sub-tabs Schedule cards are now click targets: clicking a card anywhere outside its controls opens its details, the redundant eye button is gone, and the edit / run / pause / delete buttons are large enough to hit Schedule details are one scrollable view instead of Overview/Runs tabs, showing the meta grid, the configuration, and the most recent runs with a \"Show all N runs\" expander \"Run now\" now hands you into the session it starts Scheduled and automation runs no longer render their internal",
      "also_seen_in": []
    },
    {
      "id": "986b28d7cfe8d06372de",
      "title": "Revolut rolls out its euro-pegged stablecoin EURR, initially to eligible customers in Denmark, Poland, and Portugal; Stripe-owned Bridge issues the stablecoin (Charlie Wells/Bloomberg)",
      "url": "https://www.techmeme.com/260826/p12",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T08:15:02Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "Charlie Wells / Bloomberg : Revolut rolls out its euro-pegged stablecoin EURR, initially to eligible customers in Denmark, Poland, and Portugal; Stripe-owned Bridge issues the stablecoin — Revolut Ltd. joined the rush among global banks and payment firms to roll out stablecoins, a bet that digital money will gain …",
      "also_seen_in": []
    },
    {
      "id": "f5f581d9faf08caca9df",
      "title": "Quoting Paul Dix",
      "url": "https://simonwillison.net/2026/Aug/26/paul-dix",
      "source_id": "simon-willison",
      "source_name": "Simon Willison",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "models",
        "agents",
        "coding-agents"
      ],
      "published_at": "2026-08-26T08:07:55Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "The fact that AI wrote 1M LOC and then refined it over the course of the next couple of months to produce a reliable piece of software that is currently running on millions of developer machines is absolutely mind blowing. And you can say, “well it’s not that impressive because they had an oracle to compare against, so it was simple to go from one language to another”, but I think that’s selling this entire thing short. If you can build a verification system and give proper direction, AI can produce a highly complex, highly sophisticated piece of software and it can continue to refine it until it just works. — Paul Dix , The end of programming Tags: coding-agents , ai-assisted-programming , generative-ai , bun , ai , llms",
      "also_seen_in": [
        "simon-willison"
      ]
    },
    {
      "id": "eddb8df8759f51db9fb4",
      "title": "Navitas Semiconductor agrees to buy Claros, which develops data center power management hardware and software, for ~$232.8M; Claros raised a $30M seed in March (Nate Doughty/Washington ...)",
      "url": "https://www.techmeme.com/260826/p11",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T08:05:01Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "Nate Doughty / Washington, D.C. Business Journal : Navitas Semiconductor agrees to buy Claros, which develops data center power management hardware and software, for ~$232.8M; Claros raised a $30M seed in March — Los Angeles-area manufacturer Navitas Semiconductor Corp. plans to buy Claros Inc., a McLean startup developing technologies …",
      "also_seen_in": []
    },
    {
      "id": "45e6b42c0f8388eb1dfc",
      "title": "Sources: DeepSeek generated $70.7M in revenue and posted a $106M net loss in the first seven months of 2026, ~10x its full-year 2025 revenue on a $139M net loss (The Information)",
      "url": "https://www.techmeme.com/260826/p10",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T07:55:00Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "The Information : Sources: DeepSeek generated $70.7M in revenue and posted a $106M net loss in the first seven months of 2026, ~10x its full-year 2025 revenue on a $139M net loss — DeepSeek generated about 475 million yuan ($70.7 million) in revenue in the first seven months of this year …",
      "also_seen_in": []
    },
    {
      "id": "4bd3cf1ce9ef073a4e82",
      "title": "no, no, NO",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vyqa8z/no_no_no",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-26T07:39:05Z",
      "fetched_at": "2026-08-27T09:57:02Z",
      "summary": "submitted by /u/stigglingmoumgh4 [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "ca1095936c7402a88f12",
      "title": "Show HN: Buslens – where can I get to by bus? (UK)",
      "url": "https://rupertlinacre.com/buslens",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T07:36:52Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "4651444b60ac01c20c9f",
      "title": "Disrupting a new covert influence campaign from Russia",
      "url": "https://openai.com/index/disrupting-malicious-uses-of-ai-influence-campaign-russia",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T07:31:31Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "01be6f4dad56c768a9f3",
      "title": "The US AI data center buildout is posing complex challenges to major lenders as they stretch themselves to finance, insure, and underwrite a novel asset class (Financial Times)",
      "url": "https://www.techmeme.com/260826/p9",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T07:05:15Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "Financial Times : The US AI data center buildout is posing complex challenges to major lenders as they stretch themselves to finance, insure, and underwrite a novel asset class — Wall Street players extending themselves to underwrite this colossal new asset class are looking to limit exposure.",
      "also_seen_in": []
    },
    {
      "id": "163769a080c27783ac53",
      "title": "Brief independent investigation of agents’ behavior, reasoning and collaboration in the OpenAI / Hugging Face hacking incident",
      "url": "https://metr.org/blog/2026-08-26-openai-hugging-face-incident-investigation",
      "source_id": "metr-feed",
      "source_name": "METR",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "safety",
        "evals"
      ],
      "published_at": "2026-08-26T07:00:00Z",
      "fetched_at": "2026-08-26T23:41:51Z",
      "summary": ".content figure { overflow-x: auto; figcaption p { font-weight: normal; } } .toc-faded { z-index: -1; } .content figure img { width: 100%; } figcaption { text-align: center; } .figcaption { text-align: center; text-wrap: balance; margin-top: 10px; font-size: 14px; line-height: var(--bs-body-line-height); } /* The source document colors agent text by what it is: message-board text, agent identifiers and commands in green, verbatim chain-of-thought in blue, and paraphrased chain-of-thought (the {braces}) in a darker blue. Green is the default for monospace here; the two blues are opt-in. This also supersedes Bootstrap's pink standalone , which it only resets to inherit when the code is nested in a . */ .content code, .content .robot-excerpt-container { color: #188038; } .content .cot, .content .cot-paraphrase { font-family: var(--bs-font-monospace); } .content .cot { color: #0000ff; } .content .cot-paraphrase { color: #0b5394; } /* The icon marks who is speaking, not what kind of text it is, so keep it out of the color coding. It would otherwise inherit, because the site sets it to an undefined custom property. */ .content .robot-excerpt-container .robot-icon, .content .robot-excerpt",
      "also_seen_in": [
        "metr-feed"
      ]
    },
    {
      "id": "08b23d917a2e45b453ba",
      "title": "Survey: 28% of Americans use AI chatbots to get health information quickly, 25% to figure out symptom causes, and 22% to get health information at no cost (Pew Research Center)",
      "url": "https://www.techmeme.com/260826/p8",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T06:40:00Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "Pew Research Center : Survey: 28% of Americans use AI chatbots to get health information quickly, 25% to figure out symptom causes, and 22% to get health information at no cost — Reasons include making diagnoses and learning more about lab results or treatments. Nearly all chatbot health users find this AI information helpful",
      "also_seen_in": []
    },
    {
      "id": "310bba281dcf5ebdea84",
      "title": "A look at China's push to automate manufacturing, which employs 120M people, amid a shrinking population and aging workforce, raising job loss concerns (Laura Bicker/BBC)",
      "url": "https://www.techmeme.com/260826/p7",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T06:30:01Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "Laura Bicker / BBC : A look at China's push to automate manufacturing, which employs 120M people, amid a shrinking population and aging workforce, raising job loss concerns — “I take a nap and the world changes,” says Chen Tianyu. — His world certainly does. The 28-year-old keeps up with the latest technology …",
      "also_seen_in": []
    },
    {
      "id": "8c97528d9b87746e4cae",
      "title": "Source: Transport for London's delay in producing robotaxi guidance has frustrated some prospective operators, who play down the chances of launching in 2026 (Financial Times)",
      "url": "https://www.techmeme.com/260826/p6",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T06:25:00Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "Financial Times : Source: Transport for London's delay in producing robotaxi guidance has frustrated some prospective operators, who play down the chances of launching in 2026 — Operators play down chance of starting this year. London's robotaxi rollout is running behind the ambitious schedule set …",
      "also_seen_in": []
    },
    {
      "id": "57712b4f9cffae5acc91",
      "title": "b10631",
      "url": "https://github.com/ggml-org/llama.cpp/releases/tag/b10631",
      "source_id": "llama-cpp-releases",
      "source_name": "llama.cpp Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-26T06:06:46Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "ggml-meta: propagate buffer usage and call init on the new tensors ( #27586 ) Website: https://llama.app Attestations: https://github.com/ggml-org/llama.cpp/attestations/43044002 macOS/iOS: macOS Apple Silicon (arm64) macOS Apple Silicon (arm64, KleidiAI enabled) DISABLED macOS Intel (x64) iOS XCFramework Linux: Ubuntu x64 (CPU) Ubuntu arm64 (CPU) Ubuntu s390x (CPU) Ubuntu x64 (Vulkan) Ubuntu arm64 (Vulkan) Ubuntu x64 (ROCm 7.14) Ubuntu x64 (OpenVINO) Ubuntu x64 (SYCL FP32) Ubuntu x64 (SYCL FP16) Android: Android arm64 (CPU) Windows: Windows x64 (CPU) Windows arm64 (CPU) Windows arm64 (OpenCL Adreno) Windows x64 (CUDA 12) - CUDA 12.4 DLLs Windows x64 (CUDA 13) - CUDA 13.3 DLLs Windows arm64 (CUDA 13) (preview) - CUDA 13.4 DLLs Windows x64 (Vulkan) Windows x64 (OpenVINO) Windows x64 (SYCL) Windows x64 (ROCm 7.14) openEuler: DISABLED openEuler x86 (310p) openEuler x86 (910b, ACL Graph) openEuler aarch64 (310p) openEuler aarch64 (910b, ACL Graph) UI: UI",
      "also_seen_in": [
        "llama-cpp-releases"
      ]
    },
    {
      "id": "a118672e9424fe0dadbb",
      "title": "Intel says Xeon 7, aimed at HPC and debuting in 2027, will support up to 256 cores and 22 chiplets, with 16 built on its bleeding-edge 18A-P process (Tobias Mann/The Register)",
      "url": "https://www.techmeme.com/260826/p5",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T06:00:02Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "Tobias Mann / The Register : Intel says Xeon 7, aimed at HPC and debuting in 2027, will support up to 256 cores and 22 chiplets, with 16 built on its bleeding-edge 18A-P process — Delayed, flawed, yet still beautiful — DEEP DIVE Intel's Xeon 7 platform, better known by its codename Diamond Rapids …",
      "also_seen_in": []
    },
    {
      "id": "9653393478996483c74a",
      "title": "刚刚，Top级的视频AI免费了！我反手做了个精致版《牛来》",
      "url": "https://www.qbitai.com/2026/08/479670.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-26T05:56:25Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "Agnes Video 2.5 Flash",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "7a8892dbb8b208084b49",
      "title": "宇树智元共用一个大脑！神秘模型Demo炸场，10分钟一镜到底",
      "url": "https://www.qbitai.com/2026/08/479634.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-26T05:52:06Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "b349c4a9b1ae7b86d0f9",
      "title": "More than half of adults in U.S. say they lack basic statistical understanding",
      "url": "https://www.psu.edu/news/research/story/more-half-adults-us-say-they-lack-basic-statistical-understanding",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T05:49:20Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "ccf9dc616597fc7c7500",
      "title": "HP signs a multi-year global agreement with Huawei to license certain standard essential Wi-Fi patents, a sign of adoption of Huawei's technology outside China (Evelyn Cheng/CNBC)",
      "url": "https://www.techmeme.com/260826/p4",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T05:35:01Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "Evelyn Cheng / CNBC : HP signs a multi-year global agreement with Huawei to license certain standard essential Wi-Fi patents, a sign of adoption of Huawei's technology outside China — BEIJING — U.S.-based personal computing and printing firm HP has signed a multi-year global agreement for licensing certain WiFi patents …",
      "also_seen_in": []
    },
    {
      "id": "55dc9fee2294809543d2",
      "title": "Indian AI infrastructure company AM Intelligence orders 9,000 Nvidia Vera Rubin systems and plans to offer 1GW of computing capacity as part of an $8B project (Saritha Rai/Bloomberg)",
      "url": "https://www.techmeme.com/260826/p3",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T05:25:02Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "Saritha Rai / Bloomberg : Indian AI infrastructure company AM Intelligence orders 9,000 Nvidia Vera Rubin systems and plans to offer 1GW of computing capacity as part of an $8B project — AM Intelligence, an Indian AI infrastructure company, has ordered 9,000 Nvidia Corp. Vera Rubin systems, seeking to become …",
      "also_seen_in": []
    },
    {
      "id": "05f8e15fe7a58721e2ae",
      "title": "Harvest (IBM 7950): Supercomputer for cryptanalysis at the NSA in the Cold War",
      "url": "https://spectrum.ieee.org/cold-war-codebreaker-nsa-ibm",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T05:09:07Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "759ea4658b2e49144572",
      "title": "Sources: YMTC, which seeks to raise $5B in an IPO, told investors in IPO prep meetings that it aims to become the largest NAND flash supplier by the end of 2027 (Financial Times)",
      "url": "https://www.techmeme.com/260826/p2",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T04:45:01Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "Financial Times : Sources: YMTC, which seeks to raise $5B in an IPO, told investors in IPO prep meetings that it aims to become the largest NAND flash supplier by the end of 2027 — YMTC sets out Nand production ambitions in investor meetings for $5bn Shanghai IPO — YMTC aims to overtake Samsung and SK Hynix …",
      "also_seen_in": []
    },
    {
      "id": "799811703846d42e8322",
      "title": "Digs, which is building AI software for residential construction, raised a $25.3M Series A led by building materials giant Builders FirstSource (Kurt Schlosser/GeekWire)",
      "url": "https://www.techmeme.com/260826/p1",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T04:25:01Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "Kurt Schlosser / GeekWire : Digs, which is building AI software for residential construction, raised a $25.3M Series A led by building materials giant Builders FirstSource — Digs, a Vancouver, Wash.-based startup building AI software for residential construction, raised $25.3 million in Series A funding led …",
      "also_seen_in": []
    },
    {
      "id": "9a4c84277e2eef6d702a",
      "title": "India’s Ringg gets backing from Peak XV as it pushes voice AI past the phone call",
      "url": "https://techcrunch.com/2026/08/25/indias-ringg-gets-backing-from-peak-xv-as-it-pushes-voice-ai-past-the-phone-call",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T03:30:00Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "Ringg has raised $10 million from Peak XV as a part of its Series A extension.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "3949c6c2b6d142539903",
      "title": "Falcon TST 2.0获世界权威测评第一名，推动时间序列基础模型从通用预测走向金融应用",
      "url": "https://www.qbitai.com/2026/08/479631.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-26T03:25:00Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "蚂蚁国际日前正式发布自研时序AI预测大模型“鹰序TST”2.0版。",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "b8f65dca40a4a175c1e1",
      "title": "Visual Analysis of Binary Files",
      "url": "https://binvis.io/",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T03:11:13Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "917a5cd52ae82bc1a39c",
      "title": "v2.35.0 (2026-08-25)",
      "url": "https://github.com/pydantic/pydantic-ai/releases/tag/v2.35.0",
      "source_id": "pydantic-ai-releases",
      "source_name": "PydanticAI Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-26T03:10:03Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "What's Changed ⚠️ Compatibility Notes Deprecate RunContext.capability_loaded and available_capability_ids in favor of capability_active and active_capability_ids by @DouweM in #7454 Make inclusive integer maximum reachable in TestModel by @pydanty in #7697 🚀 Features Reduce the default Temporal metric export frequency by @dmontagu in #7768 🐛 Bug Fixes Preserve explicit empty Tool description instead of falling back to the function docstring by @mpfaffenberger in #7759 Full Changelog : v2.34.0...v2.35.0",
      "also_seen_in": [
        "pydantic-ai-releases"
      ]
    },
    {
      "id": "f3f6b35e91cc4e6f64ac",
      "title": "v2.34.0 (2026-08-24)",
      "url": "https://github.com/pydantic/pydantic-ai/releases/tag/v2.34.0",
      "source_id": "pydantic-ai-releases",
      "source_name": "PydanticAI Releases",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "agents",
        "engineering"
      ],
      "published_at": "2026-08-26T03:10:03Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "What's Changed 🚀 Features Add a LangChain migration skill by @adtyavrdhn in #7679 Add GLM-5.3 support to ZaiModel by @aisk in #7600 🐛 Bug Fixes Fix TestModel generation for equal inclusive bounds by @pydanty in #7642 Render enum $refs as Literal in FunctionSignature by @pydanty in #7579 Fix TestModel generation of falsy JSON Schema const values by @pydanty in #7630 Fix stale UIEventStream part state on cancellation by @adtyavrdhn in #7675 Only strip logit_bias from Cerebras model settings by @ryanl-cerebras in #7653 Fix VercelAIAdapter rejecting reasoning part id in run input by @pydanty in #7706 Fix dropped zero-argument tool calls in CohereModel by @pydanty in #7720 Fix VercelProvider dropping the Groq profile for groq/ -prefixed models by @pydanty in #7551 fix(evals): honor zero-valued SpanQuery maximums by @lntutor in #6934 Handle asctime-form Retry-After dates in wait_retry_after() by @parveshsaini in #7711 Honor agent tool retry budget for load_capability by @lntutor in #6937 Recognize Bedrock’s r1 alias in deepseek_model_profile() by @adtyavrdhn in #7723 New Contributors @brianosaurus made their first contribution in #7522 @junqi410-create made their first contribution in #7",
      "also_seen_in": []
    },
    {
      "id": "5ee4b05d06036334dde8",
      "title": "WRC乒乓球局爆火！这家中国具身创业公司，砸出了一套全栈新解法",
      "url": "https://www.qbitai.com/2026/08/478860.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-26T03:02:34Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "球技丝滑、现场爆满",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "6046e6c5e49830efdce2",
      "title": "深度实测「豆包工作」+飞书：目前最接近企业Agent终局的答案",
      "url": "https://www.qbitai.com/2026/08/479348.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-26T02:59:02Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "shui jiang shuai xian sha",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "c8b99c35b0cd12dffc91",
      "title": "Agentic Context Management: Memory and Cost as Architecture Problems",
      "url": "https://arxiv.org/abs/2607.21503",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T02:35:25Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "ff534e255159bcb424b2",
      "title": "Pennsylvania's AG sues Snap, alleging Snapchat fails to protect teens from compulsively using the app, two weeks after filing a similar lawsuit against TikTok (Miranda Nazzaro/The Hill)",
      "url": "https://www.techmeme.com/260825/p49",
      "source_id": "techmeme",
      "source_name": "Techmeme",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "news",
        "business"
      ],
      "published_at": "2026-08-26T02:35:01Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "Miranda Nazzaro / The Hill : Pennsylvania's AG sues Snap, alleging Snapchat fails to protect teens from compulsively using the app, two weeks after filing a similar lawsuit against TikTok — Pennsylvania Attorney General Dave Sunday (R) announced a lawsuit Tuesday, accusing Snap, the parent company of Snapchat …",
      "also_seen_in": []
    },
    {
      "id": "9b257711f99574b46d78",
      "title": "v0.33.0",
      "url": "https://github.com/ollama/ollama/releases/tag/v0.33.0",
      "source_id": "ollama-releases",
      "source_name": "Ollama Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-26T01:32:23Z",
      "fetched_at": "2026-08-26T02:01:24Z",
      "summary": "What's Changed Claude Desktop Claude Desktop is now supported through Ollama. Developers can now easily configure Claude Desktop to seamlessly work with Ollama as a third-party gateway provider. Improved caching Fixed a hang where agent clients that cancel long prefills Prefill restore points are now trustworthy by construction: a cancelled prefill keeps every restore point it crossed, so retries resume where they stopped instead of restarting from scratch Resumed prefills no longer record restore points that fail to cover what they claim; on models with recurrent layers this previously forced a request matching 46k of 47k tokens to reprocess from zero Disabled Claude Code's \"tokens left\" token-countdown system message, which Ollama moved to the front of the prompt and broke the KV cache on every request Other improvements DeepSeek Harness launcher now falls back to npx when the global npm install fails, with Windows command-shim support MLX dependency update ( #17886 ) Fixed broken default packaging caused by macOS-specific assumptions affecting Linux/Windows builds Full Changelog : v0.32.15...v0.33.0",
      "also_seen_in": [
        "ollama-releases"
      ]
    },
    {
      "id": "35127989a7e5197b9134",
      "title": "OpenAI「辣椒芯」干翻英伟达！老黄股价不跌反涨",
      "url": "https://www.qbitai.com/2026/08/479320.html",
      "source_id": "qbitai",
      "source_name": "量子位",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "zh",
      "beats": [
        "china-ai",
        "news",
        "products"
      ],
      "published_at": "2026-08-26T01:24:47Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "不和老黄商量",
      "also_seen_in": [
        "qbitai"
      ]
    },
    {
      "id": "2475dd37d57ec454ac92",
      "title": "Robotics startup Generalist reaches $3B valuation, sources say",
      "url": "https://techcrunch.com/2026/08/25/robotics-startup-generalist-reaches-3b-valuation-sources-say",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T00:40:59Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "The $200 million extension comes just months after the physical AI startup reached a $2 billion valuation.",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "223462ef24b16449ae93",
      "title": "The brain may be about to have its Ozempic moment",
      "url": "https://www.economist.com/science-and-technology/2026/08/11/the-brain-may-be-about-to-have-its-ozempic-moment",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T00:40:41Z",
      "fetched_at": "2026-08-26T02:01:24Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "5fd6815521e8f8613cc5",
      "title": "Queryable Executables",
      "url": "https://fzakaria.com/2026/08/24/actually-queryable-executables",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T00:20:49Z",
      "fetched_at": "2026-08-26T02:01:24Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "bb3a75570dab6f4061e6",
      "title": "Kimi K3 censorship driving me insane",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vyhc3m/kimi_k3_censorship_driving_me_insane",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-26T00:18:05Z",
      "fetched_at": "2026-08-26T02:01:24Z",
      "summary": "So ever since Kimi K3 was added to Nvidia NIM it's become my go-to model for roleplay. The problem, as many seem to be experiencing, is that it seems to be rejecting anything under the sun. Not just prompts which you would expect to run against sanitized corporate standards, but also prompts which by all means you wouldn't expect to be an issue. I've downloaded the Kimi Thinking Prefill addon and double checked that it's working, I'm using Marinara's Spaghetti Recipe which has a decent jailbreak that's never failed me before - and still! It feels like I have to regenerate some messages dozens of times to not get a soft refusal. It recognizes my jailbreaking attempts as bypassing Claude guidelines which shouldn't even apply to it in the first place. What else can I be doing? What actually whips this thing into shape, short of lobotomizing it by turning off thinking? submitted by /u/ThrowawayFoox [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "19a3bed964a95501c6fe",
      "title": "OpenAI loses a top data center exec as stream of high-profile departures continues",
      "url": "https://techcrunch.com/2026/08/25/openai-loses-a-top-data-center-exec-as-stream-of-high-profile-departures-continues",
      "source_id": "techcrunch-ai",
      "source_name": "TechCrunch AI",
      "source_type": "feed",
      "priority": "P1",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "business",
        "products",
        "news"
      ],
      "published_at": "2026-08-26T00:06:20Z",
      "fetched_at": "2026-08-26T09:05:41Z",
      "summary": "In a statement to TechCrunch about Malone's departure, OpenAI said it had \"recently reorganized\" its \"infrastructure organization to support the scale and pace of our work.\"",
      "also_seen_in": [
        "techcrunch-ai"
      ]
    },
    {
      "id": "7a56ef0d4865a4e92407",
      "title": "Training and Finetuning Multi-Vector Embedding Models with Sentence Transformers",
      "url": "https://huggingface.co/blog/train-multi-vector-encoder",
      "source_id": "huggingface-blog",
      "source_name": "Hugging Face Blog",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "models",
        "open-source",
        "agents"
      ],
      "published_at": "2026-08-26T00:00:00Z",
      "fetched_at": "2026-08-26T18:05:32Z",
      "summary": "",
      "also_seen_in": [
        "huggingface-blog"
      ]
    },
    {
      "id": "7b91a6c5308e5ee60c82",
      "title": "thanks to your guys feedback i was able too make the website better i have the website tempoarly open for testing looking for more feedback",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vygdg5/thanks_to_your_guys_feedback_i_was_able_too_make",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-25T23:37:44Z",
      "fetched_at": "2026-08-26T02:01:24Z",
      "summary": "https://preview.redd.it/49khn04wwllh1.png?width=1920&format=png&auto=webp&s=3f6be2a0c8718bd0f9cc59bb48ffe9d717b4f7a3 https://street-running-example-wireless.trycloudflare.com/ the link will be updated if i accidentally kill it anyways please be my qa team temp domain will soon go down submitted by /u/nekohacker591- [link] [comments]",
      "also_seen_in": []
    },
    {
      "id": "a34d219b223039fb74e6",
      "title": "EVE Online: The Move to Python 3 Begins!",
      "url": "https://simonwillison.net/2026/Aug/25/eve-online-move-to-python-3",
      "source_id": "simon-willison",
      "source_name": "Simon Willison",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "B",
      "language": "en",
      "beats": [
        "models",
        "agents",
        "coding-agents"
      ],
      "published_at": "2026-08-25T22:59:30Z",
      "fetched_at": "2026-08-26T02:01:24Z",
      "summary": "EVE Online: The Move to Python 3 Begins! EVE Online has been one of the most interesting case studies in Python at scale for over twenty years now. They've been running on Stackless Python since their launch in 2003, and their last major upgrade was 16 years ago, to Stackless Python 2.7 in 2010 . Their upgrade to Python 3 will start using the futurize script against 2.4 million lines of code, followed by careful manual review of the ~20,000 places where Python 2 and 3 behavior differ - for example 1 / 2 is 0 in Python 2 but is 0.5 in Python 3. There's nothing in this announcement about how they plan to replace Stackless, but at their conference last year they presented Scheduling in Carbon: Leaving Stackless Python Behind describing how they replaced Stackless in the Carbon engine for their more recent game EVE Frontier, using their (now open source) carbonengine/scheduler library. Via Lobster.rs Tags: eve-online , migrations , python , python3 , stackless",
      "also_seen_in": [
        "simon-willison"
      ]
    },
    {
      "id": "111901c7f1f7b2a5ca84",
      "title": "Maiao: Gerrit-style code review workflow for GitHub, GitLab, Gitea, others",
      "url": "https://github.com/runetes/maiao",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-25T22:40:07Z",
      "fetched_at": "2026-08-26T02:01:24Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "05b0b9a0a4915527a187",
      "title": "Polishing Cloth Updated",
      "url": "https://512pixels.net/2026/08/polishing-cloth-updated",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-25T22:34:35Z",
      "fetched_at": "2026-09-01T13:32:12Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "016c39cb63b7fa9246c0",
      "title": "v2.1.246",
      "url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.246",
      "source_id": "claude-code-releases",
      "source_name": "Claude Code Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "coding-agents"
      ],
      "published_at": "2026-08-25T22:31:52Z",
      "fetched_at": "2026-08-26T02:01:24Z",
      "summary": "What's changed Added a startup warning for Bash allow rules with a wildcard before the subcommand (e.g. Bash(git * main) ), since they also match options inserted before the subcommand Added an Auto mode tab to /permissions for viewing and editing auto mode classifier rules Added the turn's completion time to the end-of-turn duration line, e.g. ✻ Sautéed for 23s · done 6:05 PM Fixed fullscreen mode showing a blank transcript after resizing the terminal and jumping to the bottom until the next keypress Fixed a severe transcript slowdown when a diff contained a very long single line (e.g. a base64 string); such lines now render truncated with a marker Fixed erratic fullscreen scrolling when positioned at an earlier message, including jump-to-bottom getting stuck mid-transcript Fixed background sessions failing to open after 45 seconds when Claude Code's starting directory had been deleted, the machine had slept, or the host is slow to start processes Fixed background sessions failing to open with \"Couldn't start the background service … EACCES\" when another Claude Code process was re-installing the npm package at that moment Fixed markdown rendering being disabled for a whole message",
      "also_seen_in": [
        "claude-code-releases"
      ]
    },
    {
      "id": "f3289a3285eaaf344f7f",
      "title": "Show HN: TeXbrain, a LaTeX editor that runs pdfTeX in the browser via WASM",
      "url": "https://github.com/swimmingbrain/texbrain",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-25T22:08:50Z",
      "fetched_at": "2026-08-26T02:01:24Z",
      "summary": "Comments",
      "also_seen_in": [
        "hacker-news"
      ]
    },
    {
      "id": "62313e9648c8ac4c3f84",
      "title": "v0.33.0-rc4",
      "url": "https://github.com/ollama/ollama/releases/tag/v0.33.0-rc4",
      "source_id": "ollama-releases",
      "source_name": "Ollama Releases",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "A",
      "language": "en",
      "beats": [
        "local-llm",
        "inference"
      ],
      "published_at": "2026-08-25T22:03:57Z",
      "fetched_at": "2026-08-26T02:01:24Z",
      "summary": "proxy: preserve string content during image fallback ( #18002 )",
      "also_seen_in": [
        "ollama-releases"
      ]
    },
    {
      "id": "0e24a927893084caf417",
      "title": "Global demand for sand spawned a worldwide boom in illegal mining (2015)",
      "url": "https://www.wired.com/2015/03/illegal-sand-mining",
      "source_id": "hacker-news",
      "source_name": "Hacker News",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "C",
      "language": "en",
      "beats": [
        "community",
        "products",
        "news"
      ],
      "published_at": "2026-08-25T22:03:03Z",
      "fetched_at": "2026-08-28T22:26:37Z",
      "summary": "Comments",
      "also_seen_in": []
    },
    {
      "id": "4ff9abd13cde591f3ab9",
      "title": "Censorship VS Soft Refusals VS positivity bias",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vydvqq/censorship_vs_soft_refusals_vs_positivity_bias",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-25T21:55:59Z",
      "fetched_at": "2026-08-26T02:01:24Z",
      "summary": "That’s the part that is the most confusing, some people seem to think \"censorship\" means \"the model refused to continue the story\" but it’s a whole damn spectrum and LLMs nowadays are trained to gaslight you and making you eat the slop with a smile. So let’s try some categorization. CENSORSHIP= Hard refusals/Proposing you alternatives that don’t involve what you directly asked or what the scenes demand. It is pretty rare nowadays when it happen, unless you use chatgpt, gemini (when you hit the filters) or recent Anthopic models (Opus 5/Fable). Mostly when people here talk about censored models , they do not mean hard refusals only. They mean the two categories below! SOFT REFUSALS= When a model hedge, refuse to commit, redirect the story, flatten your characters/plots, remove silently any stakes and dark content in his narration. But still output the answer! This is the most common form of LLM censorship this days. If you hear someone saying \"this model is censored\" he surely talk about soft refusals . And it’s a pretty smart way of censoring, and the better the model write (if we pretend LLMs actually write good) the more you will accept it and even be influenced. And.. it is not ",
      "also_seen_in": []
    },
    {
      "id": "db4550b559c816afd88e",
      "title": "Moonshot Kimi k3 on Nvidia NIM don't show HTML",
      "url": "https://old.reddit.com/r/SillyTavernAI/comments/1vydnf1/moonshot_kimi_k3_on_nvidia_nim_dont_show_html",
      "source_id": "sillytavern-reddit",
      "source_name": "r/SillyTavernAI",
      "source_type": "feed",
      "priority": "P0",
      "evidence_tier": "D",
      "language": "en",
      "beats": [
        "tavern",
        "community"
      ],
      "published_at": "2026-08-25T21:46:41Z",
      "fetched_at": "2026-08-26T02:01:24Z",
      "summary": "Whichever preset I use, regardless of the fact that Kimi K3 doesn't follow the preset well, the thinking process is flat. submitted by /u/fafnir65 [link] [comments]",
      "also_seen_in": []
    }
  ]
}
