{
  "AI & Machine Learning": [],
  "Software Development": [
    {
      "title": "Why real-time AI at scale is so hard",
      "link": "https://thenewstack.io/real-time-ai-scale/",
      "summary": "Real-time AI at scale is harder than it looks. Pipelines that hum along in development routinely hit problems in production. The post Why real-time AI at scale is so hard appeared first on The New Stack.",
      "published": "2026-08-23 16:00",
      "source": "The New Stack"
    },
    {
      "title": "One pull to wipe them all",
      "link": "https://thenewstack.io/ai-coding-agent-security/",
      "summary": "Q Developer is a free extension that lets a coding agent read a project, propose changes, and run commands on The post One pull to wipe them all appeared first on The New Stack.",
      "published": "2026-08-23 14:00",
      "source": "The New Stack"
    },
    {
      "title": "The open mainframe: the keystone of the end-to-end digital enterprise",
      "link": "https://thenewstack.io/open-mainframe-keystone-enterprise/",
      "summary": "In the first article in this series, I discussed how the Open Mainframe Project (OMP) and its open-source framework, Zowe, The post The open mainframe: the keystone of the end-to-end digital enterprise appeared first on The New Stack.",
      "published": "2026-08-22 17:00",
      "source": "The New Stack"
    },
    {
      "title": "Securing sandboxes: What happens when AI agents escape containment?",
      "link": "https://thenewstack.io/securing-ai-agent-sandboxes/",
      "summary": "On July 16, the team at Hugging Face noticed something weird moving through their production systems: An intruder that was The post Securing sandboxes: What happens when AI agents escape containment? appeared first on The New Stack.",
      "published": "2026-08-22 16:00",
      "source": "The New Stack"
    },
    {
      "title": "Six identity capabilities for securing autonomous AI agents",
      "link": "https://thenewstack.io/securing-autonomous-ai-agents/",
      "summary": "The artificial intelligence landscape has reached a pivotal inflection point. Over the past several years, the paradigm has shifted from The post Six identity capabilities for securing autonomous AI agents appeared first on The New Stack.",
      "published": "2026-08-22 14:00",
      "source": "The New Stack"
    },
    {
      "title": "The Context Packet: The Right Architectural Coding Agents",
      "link": "https://dev.to/majdizlitni/the-context-packet-the-right-architectural-coding-agents-5agc",
      "summary": "A coding agent with access to your entire repository does not necessarily understand your system better. It may understand less. Because a large repository may contains obsolete code, and decisions that were never written down. Giving an agent more files increases the amount of text it can inspect, but this does not guarantee it will identify the constraints that matter more. The better design is a context packet a small, versioned, machine-readable description of the system. The packet compleme...",
      "published": "2026-08-24 00:44",
      "source": "DEV Community"
    },
    {
      "title": "Our AI reviewer invented a request. Our producer retried 245 times.",
      "link": "https://dev.to/gxcafellc/our-ai-reviewer-invented-a-request-our-producer-retried-245-times-465f",
      "summary": "We run ~100 LLM agents unattended on local models. Last week we found one document that had been rewritten 245 times in 5 days \u2014 every attempt rejected. A sibling document: 225 times. Combined, about 470 wasted generations, all burned on the same two files. Here is the autopsy, with the actual numbers. The loop Our pipeline is simple: a producer agent writes a document, a reviewer agent checks it against a contract (minimum length, required sections, no placeholder junk), and rejected work goes ...",
      "published": "2026-08-24 00:31",
      "source": "DEV Community"
    },
    {
      "title": "Architectural Breakdown: We fixed the eval platform we're competing on: a TypeError that crashed thr",
      "link": "https://dev.to/agenticstack/architectural-breakdown-we-fixed-the-eval-platform-were-competing-on-a-typeerror-that-crashed-thr-42eg",
      "summary": "We Fixed the Eval Platform: The TypeError That Took Down Three Benchmark Pipelines At 3 AM, Sentry lit up with TypeError: Cannot read property 'map' of undefined. Three benchmark pipelines crashed. Not a memory leak, not a segfault, but a race condition hiding behind a TypeError, turning a high-stakes eval run into chaos. Here is how we resolved it, with no fluff. The Root Cause: Async Data Meets Blind Faith in .map() The error trace pointed to evaluator.ts:42, where .map() assumed inputData.met...",
      "published": "2026-08-24 00:16",
      "source": "DEV Community"
    },
    {
      "title": "OzBrain's Shared Memory Architecture: How Multi-Agent Teams Avoid Re-Explaining Context Across Sessions",
      "link": "https://dev.to/mech_app_ai/ozbrains-shared-memory-architecture-how-multi-agent-teams-avoid-re-explaining-context-across-1c19",
      "summary": "When you run multiple agents across Claude, ChatGPT, and Cursor, each one starts from scratch unless you manually paste context into every session. OzBrain solves this by exposing a shared knowledge substrate that agents read and write through the Model Context Protocol (MCP). The system routes context so agents see only what they need, and teams avoid explaining the same facts to every new agent instance. The Show HN post drew 85 points and 50 comments because the problem is real: production mu...",
      "published": "2026-08-24 00:07",
      "source": "DEV Community"
    },
    {
      "title": "Architecting a background-service-based sound manager that survives Android's Doze mode",
      "link": "https://dev.to/haseebthedev0/architecting-a-background-service-based-sound-manager-that-survives-androids-doze-mode-1o1e",
      "summary": "It was the final ten minutes of a high-stakes client presentation. I was mid-sentence, explaining a complex system migration, when my phone erupted with a loud, aggressive ringtone. The room went silent, but my phone did not. I scrambled to silence it, accidentally hitting the volume buttons while fumbling with the screen. That moment of pure, unadulterated embarrassment followed me for days. It was not the first time this had happened, but it was the time I decided I had finally had enough of r...",
      "published": "2026-08-24 00:07",
      "source": "DEV Community"
    },
    {
      "title": "Construyendo un recomendador de emparejamiento de expertos",
      "link": "https://dev.to/aws-builders/construyendo-un-recomendador-de-emparejamiento-de-expertos-57h2",
      "summary": "La forma del problema Un directorio es una superficie: el miembro lo abre y adivina. Un recomendador es una superficie de empujar: el sistema propone y tiene que justificarse. La justificaci\u00f3n es la parte dif\u00edcil, y es donde vive la estad\u00edstica. Tres restricciones hicieron esto distinto de un recomendador de contenido: El item es una persona con capacidad finita. Un hilo se le puede recomendar a diez mil personas. Un experto no. Una mala recomendaci\u00f3n es cara de los dos lados. Quien pide desperd...",
      "published": "2026-08-24 00:03",
      "source": "DEV Community"
    },
    {
      "title": "Building PickTool with Next.js and Laravel: Lessons from Creating a Software Discovery Platform",
      "link": "https://dev.to/doaaabed94/building-picktool-with-nextjs-and-laravel-lessons-from-creating-a-software-discovery-platform-d72",
      "summary": "Finding software is easy. Finding the right software is not. Search for almost any category\u2014email marketing, CRM, productivity, design, or AI\u2014and you will find hundreds of options. Every product presents itself as the best choice, while many comparison articles repeat the same features without explaining which users each tool actually suits. That problem inspired me to build PickTool, a platform for discovering and comparing AI and SaaS tools. PickTool is still evolving. I am currently improving...",
      "published": "2026-08-24 00:01",
      "source": "DEV Community"
    },
    {
      "title": "Planning Over Execution: Lessons from 157 Agent Runs and the Rise of Orca-Style Agent Fleets",
      "link": "https://dev.to/tamizuddin/planning-over-execution-lessons-from-157-agent-runs-and-the-rise-of-orca-style-agent-fleets-3cb8",
      "summary": "Originally published on tamiz.pro. The field of AI agents has moved rapidly from single-model executors to complex multi-agent orchestration. But after running 157 agent deployments across diverse task domains, one pattern emerged with striking consistency: planning quality predicts success far better than execution speed or model size. This isn't just theoretical\u2014it's a practical lesson that's reshaping how engineers architect agent fleets, giving rise to what we're now calling Orca-style agent...",
      "published": "2026-08-24 00:00",
      "source": "DEV Community"
    },
    {
      "title": "Four Alarm Slots, Three Failure Modes: Building a Nightly Drain That Survives Sleep, Races, and Timeouts",
      "link": "https://dev.to/bokuwalily/four-alarm-slots-three-failure-modes-building-a-nightly-drain-that-survives-sleep-races-and-5663",
      "summary": "Every night my Mac quietly rewrites my long-term memory. Not metaphorically \u2014 a shell script drains that day's Claude Code conversation logs into an Obsidian vault, commits them to a private repo, and leaves a briefing on my desktop. It took three real outages to make it reliable. This is the script, the three failures, and the design that came out of them. Why This Setup Works Claude Code's \"memory\" disappears by default Claude Code sessions are independent of one another. The root cause of a b...",
      "published": "2026-08-24 00:00",
      "source": "DEV Community"
    },
    {
      "title": "My Caption Width Guard Passed Every Test. It Was Measuring Text the Renderer Never Drew.",
      "link": "https://dev.to/hexisteme/my-caption-width-guard-passed-every-test-it-was-measuring-text-the-renderer-never-drew-160d",
      "summary": "Originally published on hexisteme notes. A user complaint sent me into a caption pipeline: \"the subtitles cut to two words in places where the sentence doesn't make sense.\" The fix I shipped for that complaint introduced a second bug, one word narrower and easy to miss, because the code that measured whether a line of text would fit reproduced an assumption about the text that the code drawing the line didn't share. Every test passed the whole time. I only found it by watching the rendered video...",
      "published": "2026-08-24 00:00",
      "source": "DEV Community"
    }
  ],
  "Programming Languages": [
    {
      "title": "How To Report A Bug So It Actually Gets Fixed",
      "link": "https://www.reddit.com/r/programming/comments/1vwb745/how_to_report_a_bug_so_it_actually_gets_fixed/",
      "summary": "submitted by /u/tymscar [link] [comments]",
      "published": "2026-08-23 16:08",
      "source": "programming"
    },
    {
      "title": "How to Design an Animation",
      "link": "https://www.reddit.com/r/programming/comments/1vw91lz/how_to_design_an_animation/",
      "summary": "submitted by /u/kciter [link] [comments]",
      "published": "2026-08-23 14:44",
      "source": "programming"
    },
    {
      "title": "The unlikely Linux macro",
      "link": "https://www.reddit.com/r/programming/comments/1vvrbyb/the_unlikely_linux_macro/",
      "summary": "Wrote a bit about the `unlikely` and `likely` macros in the Linux codebase. Great little exploration into tiny optimizations that everyone should know more about \ud83d\ude04 submitted by /u/chaobang [link] [comments]",
      "published": "2026-08-22 23:33",
      "source": "programming"
    },
    {
      "title": "Compiler Optimizations",
      "link": "https://www.reddit.com/r/programming/comments/1vw0y4v/compiler_optimizations/",
      "summary": "submitted by /u/theapplebi [link] [comments]",
      "published": "2026-08-23 07:51",
      "source": "programming"
    },
    {
      "title": "Debugging Starcraft RTS Micro (Starcraft Bot Competition)",
      "link": "https://www.reddit.com/r/programming/comments/1vvs2tt/debugging_starcraft_rts_micro_starcraft_bot/",
      "summary": "submitted by /u/LaughNgamez [link] [comments]",
      "published": "2026-08-23 00:06",
      "source": "programming"
    },
    {
      "title": "Why so many languages use LLVM",
      "link": "https://www.reddit.com/r/programming/comments/1vw6z10/why_so_many_languages_use_llvm/",
      "summary": "submitted by /u/Ok_Marionberry8922 [link] [comments]",
      "published": "2026-08-23 13:17",
      "source": "programming"
    },
    {
      "title": "Stop Using Conventional Commits",
      "link": "https://www.reddit.com/r/programming/comments/1vwfrbg/stop_using_conventional_commits/",
      "summary": "submitted by /u/fagnerbrack [link] [comments]",
      "published": "2026-08-23 19:00",
      "source": "programming"
    },
    {
      "title": "The Pit Of Success",
      "link": "https://www.reddit.com/r/programming/comments/1vv78fc/the_pit_of_success/",
      "summary": "submitted by /u/Maybe-monad [link] [comments]",
      "published": "2026-08-22 08:57",
      "source": "programming"
    }
  ],
  "Game Development": [
    {
      "title": "Report: Take-Two subpoenas Microsoft and Discord in bid to halt extensive Grand Theft Auto VI leak",
      "link": "https://www.gamedeveloper.com/business/rockstar-subpoenas-microsoft-and-discord-in-bid-to-halt-extensive-grand-theft-auto-vi-leak",
      "summary": "Take-Two is racing to halt a series of GTA VI leaks from an entity known as \"Cyberleek\" that may have access to a playable build of the game.",
      "published": "2026-08-21 20:03",
      "source": "gamedeveloper"
    }
  ],
  "Gaming News": [
    {
      "title": "Orbitals \u2013 Everything To Know",
      "link": "https://www.gamespot.com/videos/orbitals-everything-to-know/",
      "summary": "From its aesthetic inspirations to how its co-op only gameplay differs from similar games that came before it, here\u2019s everything to know about Orbitals.",
      "published": "2026-08-23 19:00",
      "source": "GameSpot - All Content"
    },
    {
      "title": "You\u2019d Be Shocked What You Can Game On A $150 Potato PC",
      "link": "https://www.gamespot.com/videos/youd-be-shocked-what-you-can-game-on-a-150-potato-pc/",
      "summary": "From the latest and greatest indie games, to older titles, and even emulation, all can be played on hardware as cheap as $150 if you're willing to be a savvy shopper.",
      "published": "2026-08-23 16:00",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Games You Only Need One Copy Of To Play With Others",
      "link": "https://www.gamespot.com/articles/games-you-only-need-one-copy-of-to-play-with-others/",
      "summary": "Gaming has never been more expensive. We're here to investigate why, and help you play more while spending less. Welcome to GameSpot Cheap Week. Fewer and fewer games emphasize couch co-op these days, as we've moved to an increasingly online world that often assumes if you're playing video games with your friend, you're doing it in two different locations over the internet. That's all well and good, but it also means that in most cases, you and your friend both need to own a copy of a game in or...",
      "published": "2026-08-22 20:00",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Onimusha: Way of the Sword \u2013 Everything To Know",
      "link": "https://www.gamespot.com/videos/onimusha-way-of-the-sword-everything-to-know/",
      "summary": "From its cinematic influences to its expansion of the series\u2019 iconic soul-sucking mechanics, here\u2019s everything to know about Onimusha: Way of the Sword.",
      "published": "2026-08-22 19:00",
      "source": "GameSpot - All Content"
    },
    {
      "title": "The Library Is A Gateway To Free Video Games",
      "link": "https://www.gamespot.com/videos/the-library-is-a-gateway-to-free-video-games/",
      "summary": "Gaming has never been more expensive. We\u2019re here to investigate why, and help you play more while spending less. Welcome to GameSpot Cheap Week. In this video, we look at how getting a library card is better than having an Xbox Game Pass or PlayStation Plus subscription.",
      "published": "2026-08-22 16:00",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Star Wars Galactic Racer Exclusive Multiplayer Overview Trailer",
      "link": "https://www.gamespot.com/videos/star-wars-galactic-racer-exclusive-multiplayer-overview-trailer/",
      "summary": "Matt Webster Founder and CEO of Fuse Games breaks down Star Wars Galactic Racer Multiplayer. Learn more about Multiplayer Tour, Podracing Tour, the vehicles you can use and customize and much more.",
      "published": "2026-08-22 14:00",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Call Of Duty\u2019s Most Controversial Item Is Back In Modern Warfare 4, But With Some Major Changes",
      "link": "https://www.gamespot.com/articles/call-of-dutys-most-controversial-item-is-back-in-modern-warfare-4-but-with-some-major-changes/",
      "summary": "One of the most infamous and controversial items in Call of Duty is the Riot Shield. Some love it. Some hate it. Well, it's back in Call of Duty: Modern Warfare 4, but with a few key changes. With MW4's beta now live, we're seeing the game in action and learning more about it. This includes new details on the Riot Shield, including how it's now destructible. Not only that, but the new Riot Shield can be placed on the ground to allow players to create their own cover, wherever they are. What's mo...",
      "published": "2026-08-21 20:02",
      "source": "GameSpot - All Content"
    },
    {
      "title": "'We didn't have layoffs before, and now all of a sudden we have yearly layoffs': Bethesda artist says 'something has changed' under Microsoft",
      "link": "https://www.pcgamer.com/gaming-industry/we-didnt-have-layoffs-before-and-now-all-of-a-sudden-we-have-yearly-layoffs-bethesda-artist-says-something-has-changed-under-microsoft/",
      "summary": "The Bethesda Game Studios union continues to advocate for labor rights in the games industry.",
      "published": "2026-08-23 16:43",
      "source": "PCGamer latest"
    },
    {
      "title": "It's been 25 years and I'm still not over one of the greatest songs to grace JRPGs",
      "link": "https://www.pcgamer.com/games/final-fantasy/its-been-25-years-and-im-still-not-over-one-of-the-greatest-songs-to-grace-jrpgs/",
      "summary": "Suteki Da Ne hasn't lost any emotional weight since 2001.",
      "published": "2026-08-23 16:26",
      "source": "PCGamer latest"
    },
    {
      "title": "EverQuest Legends dev says 'I'm sure we would' add new classes, races 'in the longer-term vision of the game'",
      "link": "https://www.pcgamer.com/games/mmo/everquest-legends-dev-says-im-sure-we-would-add-new-classes-races-in-the-longer-term-vision-of-the-game/",
      "summary": "Old game, new timeline.",
      "published": "2026-08-23 16:09",
      "source": "PCGamer latest"
    },
    {
      "title": "Ray Chase, the voice of Cyclops in X-Men '97, has '1,000 freaking hours' in Slay the Spire and is running a 'smell build' in Kingdom Come: Deliverance 2: ' I wear perfumes and walk into battle with my fancy boy outfit'",
      "link": "https://www.pcgamer.com/gaming-industry/ray-chase-the-voice-of-cyclops-in-x-men-97-has-1-000-freaking-hours-in-slay-the-spire-and-is-running-a-smell-build-in-kingdom-come-deliverance-2-i-wear-perfumes-and-walk-into-battle-with-my-fancy-boy-outfit/",
      "summary": "The voice of Noctis in Final Fantasy 15 takes us on a road-trip through his Steam library.",
      "published": "2026-08-23 16:00",
      "source": "PCGamer latest"
    },
    {
      "title": "Big Walk is a new co-op puzzle game classic",
      "link": "https://www.pcgamer.com/games/puzzle/big-walk-is-a-new-co-op-puzzle-game-classic/",
      "summary": "Find some friends to take walk with in one of the best puzzle games in recent memory.",
      "published": "2026-08-23 15:00",
      "source": "PCGamer latest"
    },
    {
      "title": "If you're desperate for more Baldur's Gate 3, here's a 6-hour mini-campaign all about Astarion with 4 different endings and 6 new companions",
      "link": "https://www.pcgamer.com/games/baldurs-gate/if-youre-desperate-for-more-baldurs-gate-3-heres-a-6-hour-mini-campaign-all-about-astarion-with-4-different-endings-and-6-new-companions/",
      "summary": "Help or hinder BG3's vampire elf as he tangles with a Bastellus in A Dream of Silence.",
      "published": "2026-08-23 14:24",
      "source": "PCGamer latest"
    },
    {
      "title": "Gunstoppable gives me the same head-empty unbridled joy as Ultrakill\u2014it doesn't hurt that Gabriel's voice actor is in it too",
      "link": "https://www.pcgamer.com/games/fps/gunstoppable-gives-me-the-same-head-empty-unbridled-joy-as-ultrakill-it-doesnt-hurt-that-gabriels-voice-actor-is-in-it-too/",
      "summary": "Nothing but scrap.",
      "published": "2026-08-23 14:00",
      "source": "PCGamer latest"
    },
    {
      "title": "This newly announced soulslike has a main character inspired by Dark Souls' most heartbreaking boss fight",
      "link": "https://www.pcgamer.com/games/rpg/this-newly-announced-soulslike-has-a-main-character-inspired-by-dark-souls-most-heartbreaking-boss-fight/",
      "summary": "Stray Dog: Nobody Cares asks the question: \"What if you were Great Grey Wolf Sif?\"",
      "published": "2026-08-23 11:38",
      "source": "PCGamer latest"
    },
    {
      "title": "Call of Duty: Modern Warfare 4's first beta patch adds a new map and mode, as Infinity Ward responds to complaints about footstep noise and weapon lethality",
      "link": "https://www.pcgamer.com/games/call-of-duty/call-of-duty-modern-warfare-4s-first-beta-patch-adds-a-new-map-and-mode-as-infinity-ward-responds-to-complaints-about-footstep-noise-and-weapon-lethality/",
      "summary": "Cachette and Inflation join the fray as Infinity Ward adjusts footsteps and gun damage.",
      "published": "2026-08-23 10:11",
      "source": "PCGamer latest"
    },
    {
      "title": "The dungeoncrawler where you really can roll to seduce the dragon has been delayed until next year",
      "link": "https://www.pcgamer.com/games/rpg/the-dungeoncrawler-where-you-really-can-roll-to-seduce-the-dragon-has-been-delayed-until-next-year/",
      "summary": "September was looking pretty full anyway, Rizz Dungeon.",
      "published": "2026-08-23 04:29",
      "source": "PCGamer latest"
    }
  ],
  "Robotics": [
    {
      "title": "Use a digital twin to explore automation before committing capital",
      "link": "https://www.therobotreport.com/use-digital-twin-explore-automation-before-committing-capital/",
      "summary": "While a digital twin does not necessarily replace a systems integrator, it can help manufacturers evaluate robots and plan applications, says RoboDK. The post Use a digital twin to explore automation before committing capital appeared first on The Robot Report.",
      "published": "2026-08-23 12:30",
      "source": "The Robot Report"
    },
    {
      "title": "Robots don\u2019t run themselves: The workforce powering physical AI",
      "link": "https://www.therobotreport.com/robots-dont-run-themselves-workforce-powering-physical-ai/",
      "summary": "The addition of physical AI to the workforce requires more key performance indicators than throughput, according to the president of HireArt. The post Robots don\u2019t run themselves: The workforce powering physical AI appeared first on The Robot Report.",
      "published": "2026-08-22 14:30",
      "source": "The Robot Report"
    },
    {
      "title": "The technology that could bring robot mowers to one in two American lawns",
      "link": "https://www.therobotreport.com/technology-could-bring-robot-mowers-one-half-american-lawns/",
      "summary": "Improvements in AI, satellite navigation, and machine vision are helping robotic lawn mowers spread in the U.S., writes Sunseeker's founder. The post The technology that could bring robot mowers to one in two American lawns appeared first on The Robot Report.",
      "published": "2026-08-22 12:30",
      "source": "The Robot Report"
    },
    {
      "title": "How software-defined manufacturing fits into real factory operations",
      "link": "https://www.therobotreport.com/how-software-defined-manufacturing-fits-into-real-factory-operations/",
      "summary": "Roby Lynn explains how R2 Labs bridges PLCs, robots, and AI to unify fragmented manufacturing systems. The post How software-defined manufacturing fits into real factory operations appeared first on The Robot Report.",
      "published": "2026-08-22 00:48",
      "source": "The Robot Report"
    }
  ],
  "Tech General": [
    {
      "title": "Who\u2019s behind the new \u2018stealth model\u2019 Ox Alpha?",
      "link": "https://techcrunch.com/2026/08/23/whos-behind-the-new-stealth-model-ox-alpha/",
      "summary": "A mysterious new AI model called Ox Alpha has driven certain corners of the internet into a frenzy of speculation.",
      "published": "2026-08-23 20:01",
      "source": "TechCrunch"
    },
    {
      "title": "Uber faces fine of nearly $1B over automated driver suspensions",
      "link": "https://techcrunch.com/2026/08/23/uber-faces-fine-of-nearly-1b-over-automated-driver-suspensions/",
      "summary": "The Dutch Data Protection Authority is fining Uber \u20ac825 million in the second largest penalty issued under Europe\u2019s GDPR.",
      "published": "2026-08-23 19:30",
      "source": "TechCrunch"
    },
    {
      "title": "Linkdaze\u2019s smart calendar is built to run a household, not just track a schedule",
      "link": "https://techcrunch.com/2026/08/23/linkdazes-smart-calendar-is-built-to-run-a-household-not-just-track-a-schedule/",
      "summary": "Linkdaze's smart digital calendar stands out for not putting its features behind a paywall, including an AI meal planner tool.",
      "published": "2026-08-23 19:14",
      "source": "TechCrunch"
    },
    {
      "title": "TechCrunch Mobility: The custom chip driving Waymo\u2019s robotaxi ambitions",
      "link": "https://techcrunch.com/2026/08/23/techcrunch-mobility-the-custom-chip-driving-waymos-robotaxi-ambitions/",
      "summary": "Welcome back to TechCrunch Mobility \u2014 your central hub for news and insights on the future of transportation.",
      "published": "2026-08-23 16:03",
      "source": "TechCrunch"
    },
    {
      "title": "Flock CEO calls for \u2018compromise\u2019 as surveillance company faces growing backlash",
      "link": "https://techcrunch.com/2026/08/23/flock-ceo-calls-for-compromise-as-surveillance-company-faces-growing-backlash/",
      "summary": "Flock Safety faces a growing public outcry over concerns that its surveillance technology could be misused.",
      "published": "2026-08-23 15:30",
      "source": "TechCrunch"
    },
    {
      "title": "Is it legal to train AI models on copyrighted books? It\u2019s complicated",
      "link": "https://techcrunch.com/2026/08/23/is-it-legal-to-train-ai-models-on-copyrighted-books-its-complicated/",
      "summary": "Most published authors have, without their knowledge or consent, contributed to the development of the same AI tools that threaten to undermine their livelihoods. That seems illegal, right?",
      "published": "2026-08-23 15:00",
      "source": "TechCrunch"
    },
    {
      "title": "Two years after launch, Walmart\u2019s Flipkart is closing in on India\u2019s quick-commerce leaders",
      "link": "https://techcrunch.com/2026/08/22/two-years-after-launch-walmarts-flipkart-is-closing-in-on-indias-quick-commerce-leaders/",
      "summary": "Flipkart's quick-commerce venture is delivering 1.1 million to 1.2 million orders a day, nearly triple its November volume.",
      "published": "2026-08-23 03:00",
      "source": "TechCrunch"
    },
    {
      "title": "Harvard\u2019s $699 startup bootcamp offers AI avatars of its instructors",
      "link": "https://techcrunch.com/2026/08/22/harvards-699-startup-bootcamp-offers-ai-avatars-of-its-instructors/",
      "summary": "In the HBS Foundry program, AI avatars provide feedback during practice pitches and board meetings.",
      "published": "2026-08-22 21:46",
      "source": "TechCrunch"
    },
    {
      "title": "Will the DOJ\u2019s investigation into a16z spook other VCs?",
      "link": "https://techcrunch.com/2026/08/22/will-the-dojs-investigation-into-a16z-spook-other-vcs/",
      "summary": "On the latest episode of Equity, we wonder why the DOJ is investigating startup board seats.",
      "published": "2026-08-22 20:24",
      "source": "TechCrunch"
    },
    {
      "title": "Inherent, founded by DeepMind alumni, says its AI \u2018teammate\u2019 just outperformed Anthropic and OpenAI at replicating research",
      "link": "https://techcrunch.com/2026/08/22/inherent-founded-by-deepmind-alumni-says-its-ai-teammate-just-outperformed-anthropic-and-openai-at-replicating-research/",
      "summary": "Built by DeepMind alumni, British AI lab Inherent released Faraday, an AI agent whose ability to replicate scientific papers could be a stepping stone for innovation.",
      "published": "2026-08-22 19:00",
      "source": "TechCrunch"
    },
    {
      "title": "GTA VI: all the news on Rockstar\u2019s next entry in the Grand Theft Auto series",
      "link": "https://www.theverge.com/23987993/gta-6-news-trailers-rockstar-games",
      "summary": "It\u2019s been over a decade and two console generations since GTA V came out, and its sequel is still a work in progress. GTA VI has faced multiple delays, with developer Rockstar Games bumping back its predicted release date twice, first to May 26th, 2026, then again to November 19th, 2026, a full year after [\u2026]",
      "published": "2026-08-23 19:14",
      "source": "The Verge"
    },
    {
      "title": "We\u2019re All Going to the World\u2019s Fair is an intimate coming-of-age horror film",
      "link": "https://www.theverge.com/entertainment/983177/jane-schoenbrun-were-all-going-to-the-worlds-fair-horror-movie-review",
      "summary": "Jane Schoenbrun's latest film, Teenage Sex and Death at Camp Miasma, is making a splash in theaters right now. So it seems like the perfect time to revisit their first film, We're All Going to the World's Fair. I fell in love with this film when I first saw it at Sundance in 2021. We [\u2026]",
      "published": "2026-08-23 15:00",
      "source": "The Verge"
    },
    {
      "title": "Grand Theft Auto VI exists in its own universe",
      "link": "https://www.theverge.com/column/983410/grand-theft-auto-vi-exists-in-its-own-universe",
      "summary": "This is The Stepback, a weekly newsletter breaking down one essential story from the tech world. For more on GTA VI and the state of the video game industry, follow Andrew Webster. The Stepback arrives in our subscribers' inboxes at 8AM ET. Opt in for The Stepback here. How it started Four years ago, fans [\u2026]",
      "published": "2026-08-23 12:00",
      "source": "The Verge"
    },
    {
      "title": "Doodle generative compositions in your browser with Musical Spirograph",
      "link": "https://www.theverge.com/entertainment/983322/musical-spirograph-generative-composition",
      "summary": "I remember having a Spirograph as a kid and being obsessed with it. Its geometric patterns are hypnotic and gorgeous. I also love generative music composition. So bringing those two things together in a browser tab, I'm hooked. Musical Spirograph is a relatively simple concept. A set of points dash around the screen according to [\u2026]",
      "published": "2026-08-22 17:00",
      "source": "The Verge"
    },
    {
      "title": "W. Kamau Bell has the most practical \u2018most indispensable tool\u2019",
      "link": "https://www.theverge.com/report/980452/w-kamau-bell-whos-with-me-comedy-interview",
      "summary": "W. Kamau Bell is one of those people who has always just seemed to be there. From Totally Biased, to Politically Re-Active, United Shades of America, and We Need to Talk About Cosby, his blend of comedy, social commentary, and political activism has helped him stand out. He's won a Peabody and four Emmys, been [\u2026]",
      "published": "2026-08-22 15:00",
      "source": "The Verge"
    },
    {
      "title": "Amazon just hiked the prices for Echo, Fire TV, and Kindle products by up to 60 percent",
      "link": "https://www.theverge.com/tech/983598/amazon-price-increase-echo-kindle-fire-tv",
      "summary": "Citing \"significant increases in memory and storage component costs,\" Amazon has raised prices on Echos, Kindles, Fire TVs, and Eeros by up to 60 percent, as first reported by Fortune. The cheapest products in Amazon's lineup were hit hardest, with the Echo Dot smart speaker jumping from $49.99 to $79.99. The Fire TV Stick 4K [\u2026]",
      "published": "2026-08-22 13:41",
      "source": "The Verge"
    },
    {
      "title": "An okay laptop with 16GB of RAM is better than a nice laptop with 8GB, and this $520 HP OmniBook proves it",
      "link": "https://www.theverge.com/tech/983554/hp-omnibook-3-16-snapdragon-laptop-review",
      "summary": "Laptop prices are out of whack. $500 used to get you a tolerable laptop, and $900 got you a really good one. They often had similar CPU, RAM, and storage options because that stuff was comparatively cheap; the difference was often in build quality and screen rather than power. But RAMageddon has thrown everything off. [\u2026]",
      "published": "2026-08-22 13:00",
      "source": "The Verge"
    },
    {
      "title": "Two great new repairable gadgets",
      "link": "https://www.theverge.com/tech/983375/fairphone-6-plus-framework-12-laptop-mutiny-mortal-shell-2",
      "summary": "Hi, friends! Welcome to Installer No. 141, your guide to the best and Verge-iest stuff in the world. (If you're new here, welcome, I'm newish here too, and also you can read all the old editions at the Installer homepage.) This week, I've been getting back into the Installer groove, trying out some ergonomic Switch [\u2026]",
      "published": "2026-08-22 12:00",
      "source": "The Verge"
    },
    {
      "title": "HoverAir\u2019s transforming modular drone has already been halted in the US",
      "link": "https://www.theverge.com/tech/983500/hoverair-versa-halted-us-fcc-drone-ban-indiegogo",
      "summary": "I am so sorry, fellow US gadget fans: the FCC's drone ban appears to have struck again. The HoverAir Versa - a baby steadycam with snap-on propeller wings that transform it into a drone - has already stopped taking US orders just three days after its Indiegogo debut, and may be forced to abandon shipping [\u2026]",
      "published": "2026-08-21 22:14",
      "source": "The Verge"
    },
    {
      "title": "TikTok will pay $400 million to settle DOJ child privacy lawsuit",
      "link": "https://www.theverge.com/tech/983531/tiktok-settle-doj-lawsuit-coppa",
      "summary": "The US Department of Justice announced on Friday that TikTok will pay $400 million to settle a lawsuit filed in 2024 over allegedly violating the Children's Online Privacy Protection Act (COPPA). In the lawsuit, the DOJ alleged that TikTok collected data from children without notifying parents or obtaining consent and did not delete the accounts [\u2026]",
      "published": "2026-08-21 22:13",
      "source": "The Verge"
    },
    {
      "title": "Due to need for 'absolute success,' China delays critical Moon launch to 2027",
      "link": "https://arstechnica.com/space/2026/08/due-to-need-for-absolute-success-china-delays-critical-moon-launch-to-2027/",
      "summary": "\"The Chang\u2019e 7 mission does not meet the conditions for launch.\"",
      "published": "2026-08-23 14:30",
      "source": "Ars Technica"
    },
    {
      "title": "Volcanoes that made history",
      "link": "https://arstechnica.com/science/2026/08/volcanoes-that-made-history/",
      "summary": "Enormous eruptions altered Earth\u2019s climate and societies all over the globe.",
      "published": "2026-08-23 11:02",
      "source": "Ars Technica"
    },
    {
      "title": "Putting mice into hibernation causes a major loss of synapses",
      "link": "https://arstechnica.com/science/2026/08/memories-stick-around-even-after-half-the-synapses-are-gone/",
      "summary": "Hibernation cuts down on synapses, but mice seem to retain memories anyway.",
      "published": "2026-08-22 11:22",
      "source": "Ars Technica"
    },
    {
      "title": "Dismantling the Roadless Rule threatens to disrupt wildlife and water in US",
      "link": "https://arstechnica.com/science/2026/08/dismantling-the-roadless-rule-threatens-to-disrupt-wildlife-and-water-in-us/",
      "summary": "Lands free of roads are under threat from the Trump administration\u2019s proposed rollback.",
      "published": "2026-08-22 11:08",
      "source": "Ars Technica"
    },
    {
      "title": "Trump's space transportation policy calls for new spaceport on federal land",
      "link": "https://arstechnica.com/space/2026/08/trump-admin-calls-for-more-spaceports-to-handle-surge-in-launches/",
      "summary": "\"We probably need another site that's capable of heavy and super heavy launch capability.\"",
      "published": "2026-08-21 23:32",
      "source": "Ars Technica"
    },
    {
      "title": "Thunder + fiber-optic cabling used for seismic imaging",
      "link": "https://arstechnica.com/science/2026/08/researchers-use-thunderquakes-to-study-structure-of-earths-surface/",
      "summary": "Thunderstorms make seismic waves that can be used to find sub-surface features.",
      "published": "2026-08-21 20:26",
      "source": "Ars Technica"
    },
    {
      "title": "Hidden Zillow listings created fake supply shock, raising NYC rents, lawsuit says",
      "link": "https://arstechnica.com/tech-policy/2026/08/class-action-accuses-brokers-of-hiding-zillow-listings-driving-up-nyc-rents/",
      "summary": "Renters say hidden Zillow listings make it harder to afford living in New York City.",
      "published": "2026-08-21 20:10",
      "source": "Ars Technica"
    }
  ]
}