{
  "AI & Machine Learning": [
    {
      "title": "Perplexity trusts GPT-6 Astra with end-to-end systems",
      "link": "https://openai.com/index/perplexity-improving-accuracy-with-astra",
      "summary": "Perplexity uses Astra to write communications, change software, and monitor production systems, and checks in much less frequently than with earlier models.",
      "published": "2026-09-14 00:00",
      "source": "OpenAI News"
    }
  ],
  "Software Development": [
    {
      "title": "Chip Huyen explains how to cut inference costs without new hardware",
      "link": "https://thenewstack.io/pg-99-conf-2026-inference-costs/",
      "summary": "Last October, the P99 conference \u2014 the online gathering for developers focused on high-performance, low-latency applications \u2014 featured a cracking The post Chip Huyen explains how to cut inference costs without new hardware appeared first on The New Stack.",
      "published": "2026-09-13 15:00",
      "source": "The New Stack"
    },
    {
      "title": "\u201cMachine translation is still broken for most of the world\u2019s languages\u201d: Cohere builds non-reasoning for a reason",
      "link": "https://thenewstack.io/cohere-north-translate-sovereignty/",
      "summary": "Enterprise AI company Cohere announced North Small Translate last week, a mixture-of-experts (MOE) open-weight machine translation model that works across The post \u201cMachine translation is still broken for most of the world\u2019s languages\u201d: Cohere builds non-reasoning for a reason appeared first on The New Stack.",
      "published": "2026-09-13 14:21",
      "source": "The New Stack"
    },
    {
      "title": "It passed CI. It passed your evals. The customer still got the wrong answer.",
      "link": "https://thenewstack.io/ai-agent-trace-debugging/",
      "summary": "A diff is not evidence. It\u2019s a statement of intent. The tests passed. The review\u2019s done. The change is live. The post It passed CI. It passed your evals. The customer still got the wrong answer. appeared first on The New Stack.",
      "published": "2026-09-13 14:00",
      "source": "The New Stack"
    },
    {
      "title": "Why MCP security is about permissions overhaul",
      "link": "https://thenewstack.io/mcp-security-permissions-overhaul/",
      "summary": "Anthropic\u2019s Model Context Protocol (MCP) went into production in late 2024. It spread rapidly after that. Since then, thousands of The post Why MCP security is about permissions overhaul appeared first on The New Stack.",
      "published": "2026-09-12 15:00",
      "source": "The New Stack"
    },
    {
      "title": "\u201cSame mission, bigger stage\u201d: OpenAI hires Git AI founders to help Codex prove its ROI",
      "link": "https://thenewstack.io/openai-hires-git-ai/",
      "summary": "OpenAI has hired the founders of Git AI, an open-source tool that tracks how much code AI writes and measures The post \u201cSame mission, bigger stage\u201d: OpenAI hires Git AI founders to help Codex prove its ROI appeared first on The New Stack.",
      "published": "2026-09-12 14:46",
      "source": "The New Stack"
    },
    {
      "title": "The AI-native SDLC won\u2019t be one process",
      "link": "https://thenewstack.io/spec-driven-sdlc-gates/",
      "summary": "Anthropic recently published its AI-Native SDLC Playbook. Its central claim is that \u201ccode is no longer the bottleneck.\u201d When agents The post The AI-native SDLC won\u2019t be one process appeared first on The New Stack.",
      "published": "2026-09-12 14:00",
      "source": "The New Stack"
    },
    {
      "title": "Jacob Coxon warns AI could kill us all. Anthropic\u2019s own report exposes safety gaps.",
      "link": "https://thenewstack.io/coxon-anthropic-ai-monitoring-failures/",
      "summary": "I\u2019m Matt Burns, Chief Content Officer at Insight Media Group. Each week, I round up the most important AI developments, The post Jacob Coxon warns AI could kill us all. Anthropic\u2019s own report exposes safety gaps. appeared first on The New Stack.",
      "published": "2026-09-12 11:00",
      "source": "The New Stack"
    },
    {
      "title": "OpenAI\u2019s researchers burned $7,000 a day on AI agents \u2014 now it\u2019s opening the floodgates",
      "link": "https://thenewstack.io/openai-agents-api-compute/",
      "summary": "OpenAI rolled out its Agents API in public beta Thursday, opening the backend behind Codex to developers looking to run The post OpenAI\u2019s researchers burned $7,000 a day on AI agents \u2014 now it\u2019s opening the floodgates appeared first on The New Stack.",
      "published": "2026-09-11 21:27",
      "source": "The New Stack"
    },
    {
      "title": "AI Agent Architecture Patterns: A Deep Dive into Modern Agent Design",
      "link": "https://dev.to/ryan_zhao/ai-agent-architecture-patterns-a-deep-dive-into-modern-agent-design-11i4",
      "summary": "AI Agent Architecture Patterns: A Deep Dive into Modern Agent Design AI agents are transforming how we interact with technology. But behind every smart agent lies a carefully designed architecture. In this article, we explore the key patterns that power modern AI agents. What is an AI Agent? An AI agent is a system that can perceive its environment, make decisions, and take actions to achieve specific goals. Unlike traditional chatbots, agents can: Plan multi-step tasks Use external tools and AP...",
      "published": "2026-09-14 00:30",
      "source": "DEV Community"
    },
    {
      "title": "LLM Inference Optimization: Techniques for Faster and Cheaper AI",
      "link": "https://dev.to/ryan_zhao/llm-inference-optimization-techniques-for-faster-and-cheaper-ai-54ml",
      "summary": "LLM Inference Optimization: Techniques for Faster and Cheaper AI Large Language Models are powerful, but they can be slow and expensive. In this article, we explore practical techniques to optimize LLM inference. Why Optimize LLM Inference? As AI applications scale, inference costs and latency become critical bottlenecks. Optimization helps you: Reduce response times Lower computational costs Scale to more users Deploy on edge devices Key Optimization Techniques 1. Quantization Quantization redu...",
      "published": "2026-09-14 00:30",
      "source": "DEV Community"
    },
    {
      "title": "AI Model Evaluation: Best Practices for Testing and Validation",
      "link": "https://dev.to/ryan_zhao/ai-model-evaluation-best-practices-for-testing-and-validation-4nfh",
      "summary": "AI Model Evaluation: Best Practices for Testing and Validation Evaluating AI models is critical for ensuring quality, safety, and reliability. In this article, we explore best practices for model evaluation. Why Evaluate AI Models? AI models can make mistakes, show bias, or behave unexpectedly. Evaluation helps you: Ensure model quality Detect bias and fairness issues Verify safety standards Measure real-world performance Evaluation Framework 1. Benchmarks Standardized tests for model capabiliti...",
      "published": "2026-09-14 00:29",
      "source": "DEV Community"
    },
    {
      "title": "DaemonCore Academy: Into the Microsoft Store we go!",
      "link": "https://dev.to/daemoncore_academy/daemoncore-academy-into-the-microsoft-store-we-go-4b3a",
      "summary": "**# We Somehow Got DaemonCore Into the Microsoft Store I:=DAEMONCORE` Well, this is pretty damn cool. DaemonCore Academy is officially available through the Microsoft Store. There is something slightly surreal about writing that sentence. DaemonCore Academy started with a group of developers, hackers, security people, and professional rabbit-hole explorers who shared a simple belief: Cybersecurity education should be accessible to everyone. No subscription required to start learning. No credit c...",
      "published": "2026-09-14 00:28",
      "source": "DEV Community"
    },
    {
      "title": "WordPress REST API Basics: What Can You Do With `/wp-json/`?",
      "link": "https://dev.to/susumun/wordpress-rest-api-basics-what-can-you-do-with-wp-json-3ljk",
      "summary": "Parts of WordPress that look like they're reading straight from the database are often actually going through an HTTP API behind the scenes. Loading a post list dynamically with JavaScript, or having an external PHP script pull \"just the titles and excerpts of the latest three posts\" \u2014 both of these can be done without touching SQL directly, by calling the REST API that ships with WordPress itself. Understanding this means that whenever you need one system to peek into another WordPress site's c...",
      "published": "2026-09-14 00:25",
      "source": "DEV Community"
    },
    {
      "title": "WE:=DAEMONCORE_ACADAMY",
      "link": "https://dev.to/daemoncore_academy/wedaemoncoreacadamy-1p9m",
      "summary": "DaemonCore Academy: Cybersecurity Education Should Not Have a Cover Charge We built DaemonCore Academy around a fairly radical idea. Education should be free. Not \"free for seven days.\" Not \"free until Lesson 4.\" Not \"free, but the labs require Pro.\" Not \"free, but enter your credit card first.\" Actually free. DaemonCore Academy is being built by a group of developers, hackers, security people, infrastructure nerds, and lifelong technology addicts who share one belief: your ability to learn shou...",
      "published": "2026-09-14 00:23",
      "source": "DEV Community"
    },
    {
      "title": "Cutting PR review time is really changing where review happens",
      "link": "https://dev.to/tessainsley/cutting-pr-review-time-is-really-changing-where-review-happens-3633",
      "summary": "Atlassian reports its Rovo Dev AI reviewer cut PR cycle time by up to 45% internally and 32% for customers (primary source, Jan 2026). That figure gets quoted as proof that AI review saves review time. Read what the reviewer is described as doing and the number is mostly about routing. The post says the reviewer enforces engineering standards and Jira acceptance criteria before a person opens the PR. Mechanical checks run first, so most of the read-and-re-read cycle is gone before a human touche...",
      "published": "2026-09-14 00:15",
      "source": "DEV Community"
    },
    {
      "title": "Two \"Codex CLI\" models on the same benchmark: the harness hides the model",
      "link": "https://dev.to/cole_halton_42f71d71b809b/two-codex-cli-models-on-the-same-benchmark-the-harness-hides-the-model-1jn",
      "summary": "Specific Labs dropped Real-SWE, an enterprise-code SWE benchmark, and the leaderboard is a great study in why you should never read \"Claude Code\" or \"Codex CLI\" as a model name. Same harness, two different brains: GPT-6 Astra on Codex CLI: 33.8% resolution GPT-5.6 Sol on Codex CLI: 16.2% resolution Same vendor's CLI, same harness, same benchmark. More than a 2x gap. If you'd just read \"Codex CLI scored 16%,\" you'd write off the tool. If you read \"Codex CLI scored 34%,\" you'd maybe believe it. Ne...",
      "published": "2026-09-14 00:15",
      "source": "DEV Community"
    },
    {
      "title": "Giving a coding agent more time barely helps",
      "link": "https://dev.to/cole_halton_42f71d71b809b/giving-a-coding-agent-more-time-barely-helps-5bg3",
      "summary": "Real-SWE ran frontier models against licensed, private enterprise codebases (billing, tax, multi-service work) and one number jumped out at me: rollout duration barely moves resolution. 71.4% of rollouts that finished in under 10 minutes FAILED. 73.4% of rollouts that ran 10 minutes or longer also FAILED. Pass rate sits flat at 27-29% either way. Extending runtime from minutes to long rollouts shifts the outcome by about two percentage points, which is noise. The leader, Fable 5.1 on Claude Code...",
      "published": "2026-09-14 00:15",
      "source": "DEV Community"
    },
    {
      "title": "Agent-Cache: Multi-Tier LLM Caching for Valkey and Redis",
      "link": "https://dev.to/mech_app_ai/agent-cache-multi-tier-llm-caching-for-valkey-and-redis-10kf",
      "summary": "Agent loops burn tokens and clock cycles on repeated work. The same LLM prompt fires twice, the same tool call fetches identical data, and session state gets reconstructed from scratch on every request. Agent-cache solves this with a three-tier caching architecture backed by Valkey or Redis, putting LLM responses, tool results, and session snapshots behind a single connection. The project shipped v0.1.0 with Valkey 7+ and Redis 6.2+ support, then v0.2.0 with cluster mode the next day. It include...",
      "published": "2026-09-14 00:11",
      "source": "DEV Community"
    }
  ],
  "Programming Languages": [
    {
      "title": "40ms Go GC stop-the-world pauses caused by swap",
      "link": "https://www.reddit.com/r/programming/comments/1wf2fei/40ms_go_gc_stoptheworld_pauses_caused_by_swap/",
      "summary": "submitted by /u/andreiross [link] [comments]",
      "published": "2026-09-13 08:52",
      "source": "programming"
    },
    {
      "title": "CUDA Tile (cuTile) first working port in Java",
      "link": "https://www.reddit.com/r/programming/comments/1wffueb/cuda_tile_cutile_first_working_port_in_java/",
      "summary": "submitted by /u/mikebmx1 [link] [comments]",
      "published": "2026-09-13 18:39",
      "source": "programming"
    },
    {
      "title": "JSON parsing in OxCaml: fast, but not too fast",
      "link": "https://www.reddit.com/r/programming/comments/1wfe1vm/json_parsing_in_oxcaml_fast_but_not_too_fast/",
      "summary": "submitted by /u/mttd [link] [comments]",
      "published": "2026-09-13 17:33",
      "source": "programming"
    },
    {
      "title": "Data races and the limits of ThreadSanitizer in C and Go",
      "link": "https://www.reddit.com/r/programming/comments/1wexekt/data_races_and_the_limits_of_threadsanitizer_in_c/",
      "summary": "submitted by /u/mttd [link] [comments]",
      "published": "2026-09-13 04:09",
      "source": "programming"
    },
    {
      "title": "TIL: One lock to rule them all",
      "link": "https://www.reddit.com/r/programming/comments/1wf4277/til_one_lock_to_rule_them_all/",
      "summary": "I've been running multiple migrations recently. A common step in all of them is a long cleanup action at the end. I ended up using postgres advisory locks and sqlx. As part of a larger Today I've learned series, I dug a bit deeper using bpftrace to improve my understanding of how the locks actually work. Hope you will find it interesting as well submitted by /u/realflakm [link] [comments]",
      "published": "2026-09-13 10:28",
      "source": "programming"
    },
    {
      "title": "Your Compiler Can Undo Your Security Checks",
      "link": "https://www.reddit.com/r/programming/comments/1wdwqje/your_compiler_can_undo_your_security_checks/",
      "summary": "submitted by /u/esiy0676 [link] [comments]",
      "published": "2026-09-11 23:49",
      "source": "programming"
    },
    {
      "title": "Refit - The Better Way to Consume APIs in .NET",
      "link": "https://www.reddit.com/r/programming/comments/1wf2tce/refit_the_better_way_to_consume_apis_in_net/",
      "summary": "submitted by /u/RemigiuszZalewski [link] [comments]",
      "published": "2026-09-13 09:15",
      "source": "programming"
    }
  ],
  "Game Development": [],
  "Gaming News": [
    {
      "title": "Starcraft Learning More Details About the Game | Interview",
      "link": "https://www.gamespot.com/videos/starcraft-learning-more-details-about-the-game-interview/",
      "summary": "We talk to Starcraft GM and Creative Director Dan Hay and Anna Lee Hertling the Associate Manager of Development Operations to learn more about the big reveal from Blizzcon 2026. We learn more about story and lore, the focus on a single player campaign, the potential for armor customization, where the Protoss showed up in the cinematic reveal, why they chose to reveal now even though we're so far from the 2030 release date and more.",
      "published": "2026-09-13 23:45",
      "source": "GameSpot - All Content"
    },
    {
      "title": "WoW Forever Preview Impressions",
      "link": "https://www.gamespot.com/videos/wow-forever-preview-impressions/",
      "summary": "Cameron gets hands on with World of Warcraft Forever and shares his five biggest takeaways including new features coming, a new race, customization, visual upgrades and controller support (alpha) at Blizzcon 2026.",
      "published": "2026-09-13 23:26",
      "source": "GameSpot - All Content"
    },
    {
      "title": "You\u2019ll Fight The Protoss In StarCraft, Too, Don\u2019t Worry",
      "link": "https://www.gamespot.com/articles/youll-fight-the-protoss-in-starcraft-too-dont-worry/",
      "summary": "StarCraft's reveal trailer squarely put the focus on the Terrans, who later in the cinematic face a terrifying confrontation with the Zerg. The franchise's three franchises--including the Protoss--have always been a central element of what distinguishes StarCraft from other strategy games. Although the Protoss were effectively absent from the trailer, they are a foe you will face at some point. GameSpot spoke with GM and creative director Dan Hay at BlizzCon and asked him about how the three fac...",
      "published": "2026-09-13 20:24",
      "source": "GameSpot - All Content"
    },
    {
      "title": "The StarCraft Shooter Is A Third-Person Game, And Blizzard Insists That You Have To Feel \u201cPowerful\u201d",
      "link": "https://www.gamespot.com/articles/the-starcraft-shooter-is-a-third-person-game-and-blizzard-insists-that-you-have-to-feel-powerful/",
      "summary": "If you walked away from the StarCraft reveal excited for the franchise to return, but unsure what this new game even is, you're not alone. Aside from being described during the BlizzCon Opening Ceremony as an open-world shooter, Blizzard didn't share much else. In an interview with GameSpot, Blizzard GM Dan Hay provided a few more details, including the fact that it's a third-person game. The StarCraft franchise, having taken the form of real-time strategy games previously, has typically used an...",
      "published": "2026-09-13 20:02",
      "source": "GameSpot - All Content"
    },
    {
      "title": "StarCraft Reboot Is \u201cFocusing On Single-Player,\u201d Creative Director Says",
      "link": "https://www.gamespot.com/articles/starcraft-reboot-is-focusing-on-single-player-creative-director-says/",
      "summary": "StarCraft is \"focusing on single-player,\" StarCraft creative director and general manager Dan Hay and associate manager of development operations Anna Lee Hertling said in an interview with GameSpot. One of the biggest announcements of BlizzCon 2026 was the return of StarCraft, described as an open-world shooter and slated for a 2030 release. Aside from its impressive reveal cinematic, there wasn't much additional information about how StarCraft would play or what the shooter reboot of the RTS f...",
      "published": "2026-09-13 20:00",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Blizzard Explains Why The StarCraft Shooter Coming In 2030 Was Announced Now",
      "link": "https://www.gamespot.com/articles/blizzard-explains-why-the-starcraft-shooter-coming-in-2030-was-announced-now/",
      "summary": "Thanks to rumors and reports, the announcement of a new StarCraft game taking the form of an open-world shooter did not come as a complete surprise at BlizzCon's Opening Ceremony. What is surprising is when it's coming: 2030. That's a long time from now, and we've heard other developers lament announcing their games too soon. So what made Blizzard reveal StarCraft so far in advance? \"We totally get the question. You walk that kind of knife's edge of how much do we want to show, when do we want t...",
      "published": "2026-09-13 19:40",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Diablo 4\u2019s Expansion Days Are Over",
      "link": "https://www.gamespot.com/articles/diablo-4s-expansion-days-are-over/",
      "summary": "Diablo 4 won't receive more expansions moving forward, as Blizzard shifts its focus to the newly revealed Diablo 5 instead. As revealed during BlizzCon 2026's opening ceremony, Diablo 5 is slated to be coming in Spring 2029 and is set 100 years after Diablo 4 in a world where the titular Lord of Terror reigns supreme. In an interview with PC Gamer, Diablo game director Brent Gibson said there were no plans for additional Diablo 4 expansions, as the team is instead \"focused on seasons [for Diablo...",
      "published": "2026-09-13 15:25",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Diablo 5\u2019s Revealed Classes Are Throwbacks To Diablo 3, With One Exception",
      "link": "https://www.gamespot.com/articles/diablo-5s-revealed-classes-are-throwbacks-to-diablo-3-with-one-exception/",
      "summary": "Diablo 5 isn't coming until Spring 2029, but Blizzard has already revealed three of the game's playable classes. Two of them will be familiar to Diablo 3 fans: the Monk and Demon Hunter. The third will be an all-new class, the Plague Knight. The Plague Knight sounds similar to Death Knights from Blizzard's other fantasy franchise and are described as \"walking death\" that spread disease and pestilence wherever they go, then consume it to increase their power. Blizzard revealed plenty of new detai...",
      "published": "2026-09-13 15:02",
      "source": "GameSpot - All Content"
    },
    {
      "title": "For The First Time In 6 Years, Blizzard Is Bringing A New Character To Heroes Of The Storm",
      "link": "https://www.gamespot.com/articles/for-the-first-time-in-6-years-blizzard-is-bringing-a-new-character-to-heroes-of-the-storm/",
      "summary": "Heroes of the Storm, Blizzard's MOBA mashup of its various franchises, has largely remained unchanged since its developers moved onto other priorities back in 2022. But as WoW's long-running storylines are moving toward a conclusion that involves Xal'atath, that character is set to be added to HotS, and she arrives quite soon. Blizzard revealed the new addition as part of the BlizzCon Opening Ceremony. Xal'atath will join the Public Test Realm beginning this Monday, September 14, with a full rel...",
      "published": "2026-09-12 17:42",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Diablo 4 Season 15 Belial, Mephisto, Diablo, Baal and Moophisto Gameplay",
      "link": "https://www.gamespot.com/videos/diablo-4-season-15-belial-mephisto-diablo-baal-and-moophisto-gameplay/",
      "summary": "We got to fight Diablo for the first time in Diablo 4, as well as a new Moophisto boss!",
      "published": "2026-09-13 01:30",
      "source": "GameSpot - All Content"
    },
    {
      "title": "10 big World of Warcraft Forever details from BlizzCon: No separate realms, optional transmog, and massively improved items",
      "link": "https://www.pcgamer.com/games/world-of-warcraft/10-big-world-of-warcraft-forever-details-from-blizzcon-no-separate-realms-optional-transmog-and-massively-improved-items/",
      "summary": "The classic-ish MMO has a ton of changes to make the original experience much smoother.",
      "published": "2026-09-14 00:04",
      "source": "PCGamer latest"
    },
    {
      "title": "Warcraft 3: Reforged adds always-online requirement, removes LAN mode",
      "link": "https://www.pcgamer.com/games/rts/warcraft-3-reforged-adds-always-online-requirement-removes-lan-mode/",
      "summary": "A bit of a sour note.",
      "published": "2026-09-13 20:26",
      "source": "PCGamer latest"
    },
    {
      "title": "World of Warcraft Forever hype dampened by $30 elves: New Skyborne race locked behind expansion-tier purchase",
      "link": "https://www.pcgamer.com/games/world-of-warcraft/our-world-of-warcraft-forever-hype-is-dampened-by-usd30-elves-new-skyborne-race-locked-behind-expansion-tier-purchase/",
      "summary": "Elfflation",
      "published": "2026-09-13 19:18",
      "source": "PCGamer latest"
    },
    {
      "title": "StarCraft is a narrative-driven shooter with 'a definitive ending' and 'not a seasonal game'",
      "link": "https://www.pcgamer.com/games/fps/starcraft-is-a-narrative-driven-shooter-with-a-definitive-ending-and-not-a-seasonal-game/",
      "summary": "The shooter will have a \"beginning, middle, and end,\" according to StarCraft GM Dan Hay.",
      "published": "2026-09-13 18:44",
      "source": "PCGamer latest"
    },
    {
      "title": "Discussing 20 years of Company of Heroes with the team carrying its torch into the future",
      "link": "https://www.pcgamer.com/games/rts/discussing-20-years-of-company-of-heroes-with-the-team-carrying-its-torch-into-the-future/",
      "summary": "\"I'm really pleased that we're here, able to support the games, and able to celebrate this 20th anniversary.\"",
      "published": "2026-09-13 18:08",
      "source": "PCGamer latest"
    },
    {
      "title": "Fallout dev Tim Cain says the games industry's volatility is 'always gonna be around': 'What's happening now isn't novel, it isn't new'",
      "link": "https://www.pcgamer.com/gaming-industry/fallout-dev-tim-cain-says-the-games-industrys-volatility-is-always-gonna-be-around-whats-happening-now-isnt-novel-it-isnt-new/",
      "summary": "\"Art and technology constantly changing makes the whole industry unstable.\"",
      "published": "2026-09-13 17:42",
      "source": "PCGamer latest"
    },
    {
      "title": "YouTuber runs onto the stage at Roblox Developers Conference shouting 'We deserve better,' gets tackled and ejected from show",
      "link": "https://www.pcgamer.com/software/platforms/youtuber-runs-onto-the-stage-at-roblox-developers-conference-shouting-we-deserve-better-gets-tackled-and-ejected-from-show/",
      "summary": "Mathieo shared the stunt online and explained his reasoning in a video.",
      "published": "2026-09-13 16:19",
      "source": "PCGamer latest"
    },
    {
      "title": "My favourite soundtrack of 2026 so far is tucked in one of this year's biggest sleeper hits",
      "link": "https://www.pcgamer.com/games/puzzle/my-favourite-soundtrack-of-2026-so-far-is-tucked-in-one-of-this-years-biggest-sleeper-hits/",
      "summary": "Australian duo aksfx have created something truly special.",
      "published": "2026-09-13 16:15",
      "source": "PCGamer latest"
    },
    {
      "title": "I've got a soft spot for cozy games with flying in them and these are my 4 favorites",
      "link": "https://www.pcgamer.com/games/ive-got-a-soft-spot-for-cozy-games-with-flying-in-them-and-these-are-my-4-favorites/",
      "summary": "Let there be flight!",
      "published": "2026-09-13 16:00",
      "source": "PCGamer latest"
    },
    {
      "title": "After more than 400 hours of Valheim in early access, I love the journey from naked adventurer to godly Viking now more than ever",
      "link": "https://www.pcgamer.com/games/survival-crafting/after-more-than-400-hours-of-valheim-in-early-access-i-love-the-journey-from-naked-adventurer-to-godly-viking-now-more-than-ever/",
      "summary": "I threw out the whole Viking and started over from the beginning. I'm still not sick of it.",
      "published": "2026-09-13 16:00",
      "source": "PCGamer latest"
    }
  ],
  "Robotics": [
    {
      "title": "How autonomous fleets are changing what\u2019s possible in American agriculture",
      "link": "https://www.therobotreport.com/how-autonomous-fleets-are-changing-whats-possible-american-agriculture/",
      "summary": "Autonomous tractors can help American agriculture, as exemplified in ASI's collaboration with U.S. Sugar and Everglades Equipment. The post How autonomous fleets are changing what\u2019s possible in American agriculture appeared first on The Robot Report.",
      "published": "2026-09-13 12:45",
      "source": "The Robot Report"
    },
    {
      "title": "Ultrasound offers a scalable path to tactile intelligence for physical AI",
      "link": "https://www.therobotreport.com/ultrasound-offers-scalable-path-tactile-intelligence-physical-ai/",
      "summary": "Ultrasound sensing can provide tactile perception for robotic hands while avoiding wear and tear, says UltraSense. The post Ultrasound offers a scalable path to tactile intelligence for physical AI appeared first on The Robot Report.",
      "published": "2026-09-12 12:35",
      "source": "The Robot Report"
    },
    {
      "title": "One brick at a time: How Monumental uses robotics to build walls",
      "link": "https://www.therobotreport.com/one-brick-at-a-time-how-monumental-uses-robotics-to-build-walls/",
      "summary": "CEO Salar al Khafaji introduces podcast listeners to how Monumental is using robotics to build walls. The post One brick at a time: How Monumental uses robotics to build walls appeared first on The Robot Report.",
      "published": "2026-09-11 21:09",
      "source": "The Robot Report"
    }
  ],
  "Tech General": [
    {
      "title": "Insight Partners\u2019 Deven Parekh on why the firm is diversifying while everyone else bets the farm on OpenAI and Anthropic",
      "link": "https://techcrunch.com/2026/09/13/insight-partners-devin-parekh-on-why-the-firm-is-diversifying-while-everyone-else-bets-the-farm-on-openai-and-anthropic/",
      "summary": "Insight Partners' Devin Parekh opens up about losing Legora to General Catalyst, why he's fine holding stakes in rival AI labs, and why \u2014 even as everyone else piles into OpenAI and Anthropic \u2014 his $90 billion firm is deliberately staying diversified.",
      "published": "2026-09-13 21:30",
      "source": "TechCrunch"
    },
    {
      "title": "Larry Ellison cancels $7.5 billion sale of Oracle stock",
      "link": "https://techcrunch.com/2026/09/13/larry-ellison-cancels-7-5-billion-sale-of-oracle-stock/",
      "summary": "Oracle had previously disclosed that Ellison planned to sell 50 million shares worth around $7.5 billion.",
      "published": "2026-09-13 20:49",
      "source": "TechCrunch"
    },
    {
      "title": "The 9 buzziest startups from Y Combinator\u2019s latest Demo Day, according to VCs",
      "link": "https://techcrunch.com/2026/09/13/the-9-buzziest-startups-from-y-combinators-latest-demo-day-according-to-vcs/",
      "summary": "From floating reactors to brain chips: VCs picked their favorite YC startups from the summer batch.",
      "published": "2026-09-13 20:28",
      "source": "TechCrunch"
    },
    {
      "title": "What\u2019s behind the AI industry\u2019s latest warnings of doom?",
      "link": "https://techcrunch.com/2026/09/13/whats-behind-the-ai-industrys-latest-warnings-of-doom/",
      "summary": "On Equity, we discussed the AI industry's latest debate about whether it poses an existential threat to humanity.",
      "published": "2026-09-13 19:40",
      "source": "TechCrunch"
    },
    {
      "title": "Obama urges Democrats to have a \u2018clear plan\u2019 for AI safeguards",
      "link": "https://techcrunch.com/2026/09/13/obama-urges-democrats-to-have-a-clear-plan-for-ai-safeguards/",
      "summary": "Obama recently said that Democrats need to make artificial intelligence one of their \u201ccentral agendas\u201d and \u201chave a very clear plan\u201d to address concerns around the technology\u2019s economic impact and safety.",
      "published": "2026-09-13 16:30",
      "source": "TechCrunch"
    },
    {
      "title": "TechCrunch Mobility: Lyft has entered the robotaxi chat",
      "link": "https://techcrunch.com/2026/09/13/techcrunch-mobility-lyft-has-entered-the-robotaxi-chat/",
      "summary": "Welcome back to TechCrunch Mobility, your hub for the future of transportation, and now, more than ever, the role AI is playing in it.",
      "published": "2026-09-13 16:04",
      "source": "TechCrunch"
    },
    {
      "title": "Fusion power startups find new partners in the defense world",
      "link": "https://techcrunch.com/2026/09/13/fusion-power-startups-find-new-partners-in-the-defense-world/",
      "summary": "Fusion startups are inking defense-related deals, reigniting the relationship between fusion and national security that might have gone dormant, but never completely disappeared.",
      "published": "2026-09-13 13:15",
      "source": "TechCrunch"
    },
    {
      "title": "Automattic confirms Mullenweg has returned as CEO after attempted ouster by board",
      "link": "https://techcrunch.com/2026/09/12/automattic-confirms-mullenweg-has-returned-as-ceo-after-attempted-ouster-by-board/",
      "summary": "Automattic says Mullenweg is back as \"chairman and CEO of Automattic, with full support of the board.\"",
      "published": "2026-09-12 23:25",
      "source": "TechCrunch"
    },
    {
      "title": "OpenAI\u2019s Sam Altman says it would be \u2018ill-advised\u2019 to go public in 2026",
      "link": "https://techcrunch.com/2026/09/12/openais-sam-altman-says-it-would-be-ill-advised-to-go-public-in-2026/",
      "summary": "While OpenAI has filed confidentially for an IPO, the company will not be going public this year, according to CEO Sam Altman.",
      "published": "2026-09-12 20:19",
      "source": "TechCrunch"
    },
    {
      "title": "Anthropic CEO outlines plan to slow AI development",
      "link": "https://techcrunch.com/2026/09/12/anthropic-ceo-outlines-plan-to-pace-the-frontier/",
      "summary": "Anthropic's Dario Amodei and OpenAI's Sam Altman seem to agree that it's time to \"pace the frontier.\" What would that actually look like?",
      "published": "2026-09-12 19:34",
      "source": "TechCrunch"
    },
    {
      "title": "Trump and Mike Johnson think the AI industry is overreacting",
      "link": "https://www.theverge.com/ai-artificial-intelligence/994441/trump-mike-johnson-ai-industry-overreacting",
      "summary": "Yesterday, Anthropic CEO Dario Amodei published a lengthy open letter saying it was time to \"pace the frontier\" and slow down AI development. OpenAI's Sam Altman and Elon Musk both agreed, publicly voicing their support on X. Even Alphabet's Demis Hassabis offered tentative support for Amodei's proposal. Donald Trump and House Speaker Mike Johnson, however, [\u2026]",
      "published": "2026-09-13 19:41",
      "source": "The Verge"
    },
    {
      "title": "Apple is reportedly working on iPhone game controllers",
      "link": "https://www.theverge.com/tech/994426/apple-iphone-game-controllers",
      "summary": "Bloomberg's Mark Gurman says Apple is developing two game controllers for the iPhone and will likely sell them under the Beats brand. Rumors that Apple might enter the game controller business have circulated for some time. But last week, MacRumors reported finding two references in macOS 26.7's code to two game controllers identified as first-party [\u2026]",
      "published": "2026-09-13 18:30",
      "source": "The Verge"
    },
    {
      "title": "The Units\u2019 Digital Stimulation is synthpunk perfection",
      "link": "https://www.theverge.com/entertainment/994415/the-units-digital-stimulation-synthpunk-review",
      "summary": "The Units are a band I discovered in part thanks to No Dogs in Space. During their miniseries on The Screamers (another incredible band worth checking out), they mention synthpunk.org as one of their sources. And there's no better way to get my attention than to combine two of my favorite things - punk rock [\u2026]",
      "published": "2026-09-13 17:36",
      "source": "The Verge"
    },
    {
      "title": "Waymo pulls over, calls cops on riders with a ghost gun",
      "link": "https://www.theverge.com/transportation/994405/waymo-pulls-over-calls-cops-on-riders-with-a-ghost-gun",
      "summary": "Two people were arrested in San Fransico while riding around in a Waymo robotaxi after the cab pulled over and called the cops on them. The riders were juveniles in possession of a loaded AR-style ghost gun and were taken to a juvenile hall. While the police report did not specify who was operating the [\u2026]",
      "published": "2026-09-13 14:28",
      "source": "The Verge"
    },
    {
      "title": "Your Mother Your Mother Your Mother will make you forget all about Marvel\u2019s Blade disaster",
      "link": "https://www.theverge.com/entertainment/994393/your-mother-your-mother-your-mother-review-tiff-2026",
      "summary": "Marvel's mishandling of its Blade reboot will likely go down as one of the studio's biggest mistakes. There was a great actor in place to play the vampire hunter (Mahershala Ali), and a promising director set to take over the reins (Bassam Tariq). In retrospect, though, the disappointing demise of Blade might not be such [\u2026]",
      "published": "2026-09-13 13:00",
      "source": "The Verge"
    },
    {
      "title": "Your car is selling your data",
      "link": "https://www.theverge.com/column/994172/your-car-is-selling-your-data",
      "summary": "This is The Stepback, a weekly newsletter breaking down one essential story from the tech world. For more on cars, data privacy, and autonomous vehicles, follow Andrew J. Hawkins. The Stepback arrives in our subscribers' inboxes at 8AM ET. Opt in for The Stepback here. How it started Earlier this year, the Federal Trade Commission [\u2026]",
      "published": "2026-09-13 12:00",
      "source": "The Verge"
    },
    {
      "title": "Apple\u2019s new phones are here",
      "link": "https://www.theverge.com/tech/994218/apple-iphone-18-pro-airpods-5-meta-muse-ai-sony-headphones",
      "summary": "Hi, friends! Welcome to Installer No. 143, your guide to the best and Verge-iest stuff in the world. (If you're new here, welcome, new tech season is here, and also you can read all the old editions at the Installer homepage.) This week, I've been devouring every iPhone Duo video I can find, clicking on [\u2026]",
      "published": "2026-09-13 12:00",
      "source": "The Verge"
    },
    {
      "title": "OpenAI\u2019s rogue AI tried to hack another company in May",
      "link": "https://www.theverge.com/ai-artificial-intelligence/994383/openais-rogue-ai-rubygems-hack",
      "summary": "In May, hundreds of malicious and spam packages were uploaded to RubyGems, causing a serious disruption for the host. Now independent researchers have said that a swarm of OpenAI agents were responsible for the attack. Not only that, but the AI tried to steal users' API keys. At the time, RubyGems described it as a [\u2026]",
      "published": "2026-09-12 21:41",
      "source": "The Verge"
    },
    {
      "title": "Sam Altman says OpenAI going public in 2026 would be \u2018ill-advised\u2019",
      "link": "https://www.theverge.com/ai-artificial-intelligence/994384/sam-altman-no-openai-ipo-ill-advised",
      "summary": "OpenAI CEO Sam Altman confirmed that there would be no OpenAI IPO in 2026 during an interview with Fortune. Over the course of 45 minutes, Altman discussed a variety of subjects including the Hugging Face hacking incident, recursive self-improvement, and the possibility of building an AI that was beyond human control. On the latter, he [\u2026]",
      "published": "2026-09-12 21:16",
      "source": "The Verge"
    },
    {
      "title": "StarCraft returns in 2030 as an open-world shooter",
      "link": "https://www.theverge.com/games/994371/starcraft-returns-in-2030-as-an-open-world-shooter",
      "summary": "Blizzard originally tried to bring the StarCraft universe to the world of 3D shooters way back in 2002 with StarCraft: Ghost. It sat in development hell for years until Blizzard president Mike Morhaime confirmed that it had been canceled in 2014. Now Blizzard is giving it another go with the simply titled StarCraft. Dan Hay, [\u2026]",
      "published": "2026-09-12 20:08",
      "source": "The Verge"
    },
    {
      "title": "Unvaccinated Pennsylvania woman died of measles complications, coroner says",
      "link": "https://arstechnica.com/health/2026/09/unvaccinated-pennsylvania-woman-died-of-measles-complications-coroner-says/",
      "summary": "The 40-year-old unvaccinated woman reportedly had underlying health conditions.",
      "published": "2026-09-13 21:56",
      "source": "Ars Technica"
    },
    {
      "title": "I fixed a tractor using John Deere\u2019s self-repair service. Farmers aren\u2019t sold on it.",
      "link": "https://arstechnica.com/gadgets/2026/09/i-fixed-a-tractor-using-john-deeres-self-repair-service-farmers-arent-sold-on-it/",
      "summary": "The manufacturer has a service that lets owners repair their own equipment.",
      "published": "2026-09-13 11:00",
      "source": "Ars Technica"
    },
    {
      "title": "I spent $4,000 on a robot dog from China",
      "link": "https://arstechnica.com/gadgets/2026/09/i-spent-4000-on-a-robot-dog-from-china/",
      "summary": "Unitree might be the world\u2019s most important robotics company.",
      "published": "2026-09-12 11:00",
      "source": "Ars Technica"
    },
    {
      "title": "Some satellite companies still have an appetite for boutique launch services",
      "link": "https://arstechnica.com/space/2026/09/some-satellite-companies-still-have-an-appetite-for-boutique-launch-services/",
      "summary": "\"Dedicated launch is pretty essential for us for most of our missions.\"",
      "published": "2026-09-11 23:34",
      "source": "Ars Technica"
    },
    {
      "title": "Random rewards enrich classic game-theory insights",
      "link": "https://arstechnica.com/science/2026/09/random-rewards-enrich-classic-game-theory-contests/",
      "summary": "Simple games gain rich strategies in the face of noise.",
      "published": "2026-09-11 21:41",
      "source": "Ars Technica"
    },
    {
      "title": "Bouncy castle launches horrifying MRSA outbreak, striking 48 kids in Ireland",
      "link": "https://arstechnica.com/health/2026/09/bouncy-castle-launches-horrifying-mrsa-outbreak-striking-48-kids-in-ireland/",
      "summary": "The strain lurking in the inflatable structure was hypervirulent.",
      "published": "2026-09-11 21:14",
      "source": "Ars Technica"
    },
    {
      "title": "Trump's forced coal plant extensions thrown out by judge",
      "link": "https://arstechnica.com/science/2026/09/court-rejects-governments-energy-emergency-that-kept-coal-plant-open/",
      "summary": "The Department of Energy declared an \"emergency\" when none existed.",
      "published": "2026-09-11 20:32",
      "source": "Ars Technica"
    }
  ]
}