{
  "AI & Machine Learning": [],
  "Software Development": [
    {
      "title": "OpenAI leaving Cursor: \u201cDevelopers have to be prepared to adapt when it happens.\u201d",
      "link": "https://thenewstack.io/openai-cuts-cursor-spacex/",
      "summary": "OpenAI stated on Friday that it has notified SpaceX that it intends to wind down its contract providing OpenAI models The post OpenAI leaving Cursor: \u201cDevelopers have to be prepared to adapt when it happens.\u201d appeared first on The New Stack.",
      "published": "2026-08-30 17:03",
      "source": "The New Stack"
    },
    {
      "title": "AI agents are making retrieval engineering a core engineering discipline",
      "link": "https://thenewstack.io/ai-agents-retrieval-engineering/",
      "summary": "AI agents are changing retrieval requirements. As organizations move from chatbots to AI systems that investigate, reason, and act on The post AI agents are making retrieval engineering a core engineering discipline appeared first on The New Stack.",
      "published": "2026-08-30 16:00",
      "source": "The New Stack"
    },
    {
      "title": "Your AI agent is only as good as the harness around it",
      "link": "https://thenewstack.io/building-ai-agent-harness/",
      "summary": "An agent can give a convincing answer in a demo. Especially when the question is clear, the documents are up The post Your AI agent is only as good as the harness around it appeared first on The New Stack.",
      "published": "2026-08-30 15:00",
      "source": "The New Stack"
    },
    {
      "title": "Your container runs. Everything around it shouldn\u2019t be your problem.",
      "link": "https://thenewstack.io/amazon-ecs-express-mode/",
      "summary": "The promise with containers was simple: if it runs on your local machine, it will run in production. And this The post Your container runs. Everything around it shouldn\u2019t be your problem. appeared first on The New Stack.",
      "published": "2026-08-29 15:00",
      "source": "The New Stack"
    },
    {
      "title": "Commits on GitHub have doubled in four months. Verification capacity has not.",
      "link": "https://thenewstack.io/scaling-ai-code-verification/",
      "summary": "I have been waiting for agent-generated code to show up in public infrastructure data rather than in vendor benchmarks. In The post Commits on GitHub have doubled in four months. Verification capacity has not. appeared first on The New Stack.",
      "published": "2026-08-29 14:00",
      "source": "The New Stack"
    },
    {
      "title": "The 3 roles AI agents play in your developer platform",
      "link": "https://thenewstack.io/ai-agent-platform-roles/",
      "summary": "Engineering organizations are trying to deliver as fast as technology allows, bringing agentic AI into their developer platforms and working The post The 3 roles AI agents play in your developer platform appeared first on The New Stack.",
      "published": "2026-08-29 13:00",
      "source": "The New Stack"
    },
    {
      "title": "JetBrains told everyone to patch. It didn\u2019t patch itself.",
      "link": "https://thenewstack.io/jetbrains-told-everyone-to-patch-it-didnt-patch-itself/",
      "summary": "JetBrains is urging users of its Cadence cloud development service to rotate credentials and treat previous executions and their outputs The post JetBrains told everyone to patch. It didn\u2019t patch itself. appeared first on The New Stack.",
      "published": "2026-08-28 20:51",
      "source": "The New Stack"
    },
    {
      "title": "Android Developer Verification hits Brazil on September 30",
      "link": "https://dev.to/aoligama/android-developer-verification-hits-brazil-on-september-30-1856",
      "summary": "Google's developer verification requirement starts enforcing in about a month, and Brazil is one of the four countries it lands in first. If you work here, this is not a 2027 problem you get to read about later. Most of the coverage I've seen frames this as a sideloading story, or an F-Droid story, or an \"Android is losing its freedom\" story. Those are real arguments, but they're not the thing that's going to interrupt my week. The thing that's going to interrupt my week is much smaller and much...",
      "published": "2026-08-31 00:44",
      "source": "DEV Community"
    },
    {
      "title": "Waspes: An AI Website Builder",
      "link": "https://dev.to/franek_mytych_832793a195f/waspes-an-ai-website-builder-50dm",
      "summary": "Building a website still involves a lot of repetitive work: planning the layout, writing content, generating code, connecting forms, and finally deploying everything. I built Waspes to automate as much of this workflow as possible. A user describes the website they want, and the platform generates the structure, content, visual elements, and functional components. The interesting part is that Waspes doesn't only generate a visual mockup. Generated websites can include working contact forms and c...",
      "published": "2026-08-31 00:43",
      "source": "DEV Community"
    },
    {
      "title": "Is Vibe Coding similar to Passive Investment?",
      "link": "https://dev.to/nafey/is-vibe-coding-similar-to-passive-investment-4p8l",
      "summary": "I have been thinking deeply about what AI means for careers in Software Engineering. We have all seen and built pretty amazing things with AI. Even five years ago these capabilities would have seemed magical but now they are common place and increasingly a part of every developers workflow. What puzzles me is the fact that we have not seen enough disruption compared to seemingly \"magical\" properties of AI/LLMs. Don't get me wrong I am well aware of the hardships for thousands of laid off enginee...",
      "published": "2026-08-31 00:42",
      "source": "DEV Community"
    },
    {
      "title": "Taming the Beast: Building a High-Performance ETL Pipeline for Apple Health\u2019s Massive XML Exports",
      "link": "https://dev.to/beck_moulton/taming-the-beast-building-a-high-performance-etl-pipeline-for-apple-healths-massive-xml-exports-3f3e",
      "summary": "If you\u2019ve ever tried to open an Apple Health export.xml file in VS Code, you\u2019ve probably watched your RAM melt into a puddle of sadness. \ud83e\udee0 Apple\u2019s HealthKit data is a treasure trove of biological insights, but at the scale of 5GB+ of \"dirty\" XML, it\u2019s a Data Engineering nightmare. In this tutorial, we are building a high-concurrency Apple Health ETL Engine. We\u2019ll be leveraging Rust for blazing-fast parsing, Apache Arrow for memory-efficient data transport, and ClickHouse for lightning-fast analy...",
      "published": "2026-08-31 00:42",
      "source": "DEV Community"
    },
    {
      "title": "I Wanted to Press F5 and Debug JavaScript \u2014 So I Built My Own VS Code Debugger",
      "link": "https://dev.to/kenlnetherland/i-wanted-to-press-f5-and-debug-javascript-so-i-built-my-own-vs-code-debugger-1c23",
      "summary": "Sometimes software development reaches a point where the tools designed to make your job easier start becoming part of the job. I ran into that with browser debugging. I wanted something that should have been simple: Set a breakpoint. Press F5. Debug my JavaScript. Instead, I found myself spending too much time thinking about development servers, browser launch configuration, debugger connections, ports, profiles, and the debugging environment itself. That led to a simple question: What if brows...",
      "published": "2026-08-31 00:25",
      "source": "DEV Community"
    },
    {
      "title": "Tool Poisoning Isn't Code, It's Text: How MCP Tool Descriptions Smuggle Prompt Injection",
      "link": "https://dev.to/ventrova/tool-poisoning-isnt-code-its-text-how-mcp-tool-descriptions-smuggle-prompt-injection-e87",
      "summary": "Most MCP security writing focuses on what a tool does when it runs: does it exfiltrate data, does it shell out, does it reach a suspicious host. Less gets said about a tool that never executes anything malicious at all, and just describes itself in a way that quietly steers the calling model. That's the \"tool description injection\" pattern, and it's worth a closer look because it doesn't need a vulnerability, a bad dependency, or a supply-chain compromise to work. It just needs a text field the ...",
      "published": "2026-08-31 00:24",
      "source": "DEV Community"
    },
    {
      "title": "The Wildcard Scope Problem: Why MCP Configs Default to admin:* Instead of Least Privilege",
      "link": "https://dev.to/ventrova/the-wildcard-scope-problem-why-mcp-configs-default-to-admin-instead-of-least-privilege-56cl",
      "summary": "If you grep your own mcp.json files right now, there's a decent chance you'll find a scope string that looks like \"admin:*\" or \"full_access\" somewhere. Not because anyone sat down and decided a tool needed blanket admin rights, but because when a server's README says \"grant this scope to get it working\" and the enumerated version isn't documented anywhere, the wildcard is just faster to copy-paste. I went back through the config side of sentinel-scan-cli's heuristics (the manifest-only static ch...",
      "published": "2026-08-31 00:20",
      "source": "DEV Community"
    },
    {
      "title": "Using WP-CLI aliases to switch between multiple WordPress environments safely",
      "link": "https://dev.to/susumun/using-wp-cli-aliases-to-switch-between-multiple-wordpress-environments-safely-34a7",
      "summary": "Anyone managing several WordPress environments \u2014 production, staging, or separate installs for different languages \u2014 ends up re-typing SSH connection details and install paths every time they run a command. Building that connection string by hand each time invites mistakes: a copy-paste error, or reusing a stale path, can send a command to the wrong environment entirely. That risk matters most for write commands \u2014 bulk plugin updates or database operations \u2014 where hitting the wrong target has re...",
      "published": "2026-08-31 00:19",
      "source": "DEV Community"
    },
    {
      "title": "RAG Explained Simply: How to Teach AI About Your Private Data",
      "link": "https://dev.to/its_ryann/rag-explained-simply-how-to-teach-ai-about-your-private-data-5c6f",
      "summary": "You've probably seen the term RAG everywhere lately \u2014 \"RAG pipeline,\" \"RAG chatbot,\" \"build your own RAG app.\" It sounds complicated, but the idea behind it is actually pretty simple. In this article, I'll explain RAG in plain language, then walk through how it works using a real project I built: Guidely, an internal knowledge assistant that answers questions using a company's own documents. The Problem RAG Solves Large language models (like GPT or Claude) are trained on a huge amount of general...",
      "published": "2026-08-31 00:18",
      "source": "DEV Community"
    },
    {
      "title": "I Built an Autonomous AI Agent That Hunts Bounties. Here's What Happened.",
      "link": "https://dev.to/autarchagent/i-built-an-autonomous-ai-agent-that-hunts-bounties-heres-what-happened-48dj",
      "summary": "I Built an Autonomous AI Agent That Hunts Bounties. Here's What Happened. The Setup I gave an AI agent one job: find paid work online, build the deliverable, and earn money \u2014 autonomously. Not a chatbot. Not a copilot. An agent that scans 232+ listings across multiple platforms, filters out scams and ghost sponsors, writes proposals, generates deliverables with real market data, and queues everything for human approval. Here's what happened in the first 48 hours. The Stack (All Free) Python core...",
      "published": "2026-08-31 00:07",
      "source": "DEV Community"
    }
  ],
  "Programming Languages": [
    {
      "title": "Reverse Engineering Unknown File Formats with ImHex",
      "link": "https://www.reddit.com/r/programming/comments/1w2ckmm/reverse_engineering_unknown_file_formats_with/",
      "summary": "submitted by /u/WerWolv [link] [comments]",
      "published": "2026-08-30 09:08",
      "source": "programming"
    },
    {
      "title": "Automating immersive reading",
      "link": "https://www.reddit.com/r/programming/comments/1w2fc9t/automating_immersive_reading/",
      "summary": "I took a week off from work recently to reimplement Storyteller's forced alignment algorithm. Storyteller is an open source, self hosted platform for creating, managing, and reading/listening to \"readaloud\" books \u2014 books that have audiobook narration built in and can highlight each sentence (and/or word, with this new algorithm!) as it's read aloud. Forced alignment is the process of determining where each piece of text starts and ends in the audiobook. Anyway, I am really pleased with how the n...",
      "published": "2026-08-30 11:42",
      "source": "programming"
    },
    {
      "title": "Zod v4.5 adds schema compilation (3-9x faster validation)",
      "link": "https://www.reddit.com/r/programming/comments/1w1sl70/zod_v45_adds_schema_compilation_39x_faster/",
      "summary": "submitted by /u/gajus0 [link] [comments]",
      "published": "2026-08-29 17:30",
      "source": "programming"
    },
    {
      "title": "</> htmx ~ Building Critical Infrastructure with htmx: Network Automation for the Paris 2024 Olympics",
      "link": "https://www.reddit.com/r/programming/comments/1w1wspl/htmx_building_critical_infrastructure_with_htmx/",
      "summary": "submitted by /u/yawaramin [link] [comments]",
      "published": "2026-08-29 20:15",
      "source": "programming"
    },
    {
      "title": "Coding a database proxy for fun",
      "link": "https://www.reddit.com/r/programming/comments/1w1iiaw/coding_a_database_proxy_for_fun/",
      "summary": "submitted by /u/der_gopher [link] [comments]",
      "published": "2026-08-29 10:01",
      "source": "programming"
    },
    {
      "title": "Inside the TypeScript Checker: From Text to Types",
      "link": "https://www.reddit.com/r/programming/comments/1w1y2m3/inside_the_typescript_checker_from_text_to_types/",
      "summary": "submitted by /u/Happycodeine [link] [comments]",
      "published": "2026-08-29 21:06",
      "source": "programming"
    },
    {
      "title": "Wrapping GTK4 in 800 lines of Clojure with Jolt",
      "link": "https://www.reddit.com/r/programming/comments/1w1wbcj/wrapping_gtk4_in_800_lines_of_clojure_with_jolt/",
      "summary": "submitted by /u/yogthos [link] [comments]",
      "published": "2026-08-29 19:56",
      "source": "programming"
    },
    {
      "title": "Crossing Boundaries with Integration Events",
      "link": "https://www.reddit.com/r/programming/comments/1w1q308/crossing_boundaries_with_integration_events/",
      "summary": "How to turn internal domain facts into reliable contracts between bounded contexts. submitted by /u/deniskyashif [link] [comments]",
      "published": "2026-08-29 15:52",
      "source": "programming"
    }
  ],
  "Game Development": [],
  "Gaming News": [
    {
      "title": "The Witcher 3: Wild Hunt Songs of the Past \u2013 Exploration, Environments and Combat Showcase",
      "link": "https://www.gamespot.com/videos/the-witcher-3-wild-hunt-songs-of-the-past-exploration-environments-and-combat-showcase/",
      "summary": "Watch some Witcher 3: Wild Hunt Songs of the Past gameplay from gamescom 2026 showcasing exploration, environments, and combat.",
      "published": "2026-08-30 14:00",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Minecraft Mobs Arrive As Cookie Treats At Crumbl For Limited Time",
      "link": "https://www.gamespot.com/articles/minecraft-mobs-arrive-as-cookie-treats-at-crumbl-for-limited-time/",
      "summary": "Chicken cookies! Crumbl has revealed a Minecraft collaboration that introduces six different desserts based on the sandbox game to the menu starting today. Yes, they're all square shaped, and no, there isn't a chicken jockey. Available tomorrow, August 31, through September 5, the four-sided treats include a cookie butter cookie with a chicken topper, a Creeper Key lime sandwich, and a lemon poppyseed cookie topped with a boxy bee. Those three treats are joined by an Enderman cookies-and-cream s...",
      "published": "2026-08-30 13:00",
      "source": "GameSpot - All Content"
    },
    {
      "title": "The Witcher 3: Songs Of The Past Is A Mystery Centered On Dandelion",
      "link": "https://www.gamespot.com/videos/the-witcher-3-songs-of-the-past-is-a-mystery-centered-on-dandelion/",
      "summary": "GameSpot was also able to attend a hands-off presentation, where we learned all about The Witcher 3 - Wild Hunt Songs of the Past\u2019s Dandelion-centered storyline. CD Projekt Red returns to its fantasy-themed action-RPG after over a decade, and the developer says this expansion takes Geralt on one last ride \u201cbefore passing the torch.\u201d",
      "published": "2026-08-29 15:00",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Xbox Kept At Least One Big Promise In Its Most Tumultuous Year Ever",
      "link": "https://www.gamespot.com/articles/xbox-kept-at-least-one-big-promise-in-its-most-tumultuous-year-ever/",
      "summary": "When it drastically increased the price of Game Pass Ultimate on October 1, 2025, Xbox made a promise in a now-deleted Xbox Wire post: \u201cUltimate subscribers now get access to over 75 day-one releases a year.\u201d In the year since, a lot has changed at Xbox. It has hired a new CEO, laid off thousands of developers, spun off several studios, and scaled back its multiplatform plans. This past year has been one of pivots and changes in strategy for Xbox, so I wondered if that day-one release commitment...",
      "published": "2026-08-29 14:00",
      "source": "GameSpot - All Content"
    },
    {
      "title": "7 Minutes Of New Hellraiser: Revival Gameplay Breakdown",
      "link": "https://www.gamespot.com/videos/7-minutes-of-new-hellraiser-revival-gameplay-breakdown/",
      "summary": "Saber Interactive has unleashed some gnarly and frightening new gameplay for Clive Barker's Hellraiser: Revival, featuring a section reminiscent of the infamous Silent Hills teaser, P.T.",
      "published": "2026-08-29 01:45",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Tech Experts Call Grand Theft Auto 6 The Most Visually Advanced Game To Date, Which Explains Why It\u2019s Stuck At 30FPS",
      "link": "https://www.gamespot.com/articles/tech-experts-call-grand-theft-auto-6-the-most-visually-advanced-game-to-date-which-explains-why-its-stuck-at-30fps/",
      "summary": "Grand Theft Auto 6 has finally had its first big gameplay reveal, giving us our first real look at Rockstar's massive open-world and the amount of detail it holds. It's one that might be the most visually-impressive game we've ever seen, according to the experts at Digital Foundry. Digital Foundry's Oliver Mackenzie and Richard Leadbetter have praised GTA 6's visual presentation, with Mackenzie specifically going as far to call it the \"most impressive example of real-time game rendering\" he's ev...",
      "published": "2026-08-28 22:35",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Fable Hands-On Impressions",
      "link": "https://www.gamespot.com/videos/fable-hands-on-impressions/",
      "summary": "My actual experience of Fable's combat is far different from the disappointing footage released earlier this week.",
      "published": "2026-08-28 21:45",
      "source": "GameSpot - All Content"
    },
    {
      "title": "CD Projekt Red Offers To Help Gamescom Theft Victim As Industry Shows Its Support",
      "link": "https://www.gamespot.com/articles/cd-projekt-red-offers-to-help-gamescom-theft-victim-as-industry-shows-its-support/",
      "summary": "The annual Gamescom event is meant to showcase some of the best upcoming video games, but at least two apparent thefts have thrown a damper on this year's festivities. Indie developer Ryan Laley reported that his equipment was stolen from his Gamescom booth, which he said was \"a huge blow financially and mentally.\" Fortunately, Laley has received an outpouring of support from the industry, including The Witcher 3 and Cyberpunk 2077 developer CD Projekt Red. On X, CD Projekt Red responded to Lale...",
      "published": "2026-08-28 21:18",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Leaked DLSS 5 Mod Shows Just How Much Nvidia\u2019s AI Filter Can Mess With Your Games",
      "link": "https://www.gamespot.com/articles/leaked-dlss-5-mod-shows-just-how-much-nvidias-ai-filter-can-mess-with-your-games/",
      "summary": "Nvidia hasn't yet announced a release date for DLSS 5, which it revealed to widespread backlash earlier this year. But a recent leak has provided PC modders the ability to inject the neural rendering in almost any game, which is being used to showcase just how awful its AI-powered face filters can get. Accidentally included in a build of NBA 2K27 (via VideoCardz), an early version of DLSS 5 was accessed and made useable by the RenoDX modding community, who quickly developed a crude toolset allow...",
      "published": "2026-08-28 20:41",
      "source": "GameSpot - All Content"
    },
    {
      "title": "'Sidequests are almost my reason for doing videogames in the first place:' The dev behind one of the coolest upcoming RPGs says its word count is ballooning because they just love side stories so much",
      "link": "https://www.pcgamer.com/games/rpg/sidequests-are-almost-my-reason-for-doing-videogames-in-the-first-place-the-dev-behind-one-of-the-coolest-upcoming-rpgs-says-its-word-count-is-ballooning-because-they-just-love-side-stories-so-much/",
      "summary": "You won't see me complaining",
      "published": "2026-08-30 22:24",
      "source": "PCGamer latest"
    },
    {
      "title": "A Star Wars Galaxies community server was allegedly hacked with AI assistance by a Reddit moderator harboring a primeval grudge",
      "link": "https://www.pcgamer.com/games/mmo/a-star-wars-galaxies-community-server-was-allegedly-hacked-with-ai-assistance-by-a-reddit-moderator-harboring-a-primeval-grudge/",
      "summary": "\"We\u2019re obviously bothered by this, but there isn\u2019t much we can do outside of being up front with all of you and staying focused on what makes Legends great.\"",
      "published": "2026-08-30 20:02",
      "source": "PCGamer latest"
    },
    {
      "title": "Star Wars Zero Company's permadeath makes it a better RPG than most RPGs, even though it's not really an RPG",
      "link": "https://www.pcgamer.com/games/rpg/star-wars-zero-companys-permadeath-makes-it-a-better-rpg-than-most-rpgs-even-though-its-not-really-an-rpg/",
      "summary": "Choice and consequence vs. death and consequence.",
      "published": "2026-08-30 19:14",
      "source": "PCGamer latest"
    },
    {
      "title": "Total War: Warhammer 40,000 wins best PC game at Gamescom",
      "link": "https://www.pcgamer.com/games/strategy/total-war-warhammer-40-000-wins-best-pc-game-at-gamescom/",
      "summary": "Previews of the grimdark strategy game are turning heads.",
      "published": "2026-08-30 18:57",
      "source": "PCGamer latest"
    },
    {
      "title": "Thanks to a dedicated team 'art-directing' every single NPC, GTA 6 has over 10 times as many unique animations as GTA 5",
      "link": "https://www.pcgamer.com/games/grand-theft-auto/thanks-to-a-dedicated-team-art-directing-every-single-npc-gta-6-has-over-10-times-as-many-unique-animations-as-gta-5/",
      "summary": "Over 600,000.",
      "published": "2026-08-30 18:40",
      "source": "PCGamer latest"
    },
    {
      "title": "Elden Ring's Tarnished Edition is exciting enough on its own, but it's also our last chance to properly experience the game's launch day hype",
      "link": "https://www.pcgamer.com/games/rpg/elden-rings-tarnished-edition-is-exciting-enough-on-its-own-but-its-also-our-last-chance-to-properly-experience-the-games-launch-day-hype/",
      "summary": "One last hurrah for \"fort comma night,\" \"Mist, or Beast,\" and \"offer pickle.\"",
      "published": "2026-08-30 17:09",
      "source": "PCGamer latest"
    },
    {
      "title": "14 years on, the creator of DayZ is still searching for a solution to survival gaming's biggest problem: 'I think I am going to die without having solved it'",
      "link": "https://www.pcgamer.com/gaming-industry/14-years-on-the-creator-of-dayz-is-still-searching-for-a-solution-to-survival-gamings-biggest-problem-i-think-i-am-going-to-die-without-having-solved-it/",
      "summary": "\"And honestly, I'm okay with that.\"",
      "published": "2026-08-30 16:46",
      "source": "PCGamer latest"
    },
    {
      "title": "Am I out of touch? No, it's the children who are wrong: The Wii and PS3 are 'retro' now, according to iconic Japanese gaming show",
      "link": "https://www.pcgamer.com/games/am-i-out-of-touch-no-its-the-children-who-are-wrong-the-wii-and-ps3-are-retro-now-according-to-iconic-japanese-gaming-show/",
      "summary": "80% of nearly 17,000 viewers agree: Wii Sports is even more of a grandpa game in 2026 than it was two decades prior.",
      "published": "2026-08-30 16:44",
      "source": "PCGamer latest"
    },
    {
      "title": "The highly customisable Corsair Frame 4000X promised it would be my dream PC case, but I'm not completely convinced",
      "link": "https://www.pcgamer.com/hardware/pc-cases/the-highly-customisable-corsair-frame-4000x-promised-it-would-be-my-dream-pc-case-but-im-not-completely-convinced/",
      "summary": "It's definitely got plenty of parts to pick from, but does it all come together?",
      "published": "2026-08-30 15:00",
      "source": "PCGamer latest"
    },
    {
      "title": "This newly-announced FPS will let you blast through the worlds of Medieval Europe's weirdest artist, and I really hope it includes the 500-year-old butt song from hell",
      "link": "https://www.pcgamer.com/games/fps/this-newly-announced-fps-will-let-you-blast-through-the-worlds-of-medieval-europes-weirdest-artist-and-i-really-hope-it-includes-the-500-year-old-butt-song-from-hell/",
      "summary": "Hieronymus invites you to step into artworks like The Garden of Earthly Delights.",
      "published": "2026-08-30 13:32",
      "source": "PCGamer latest"
    }
  ],
  "Robotics": [
    {
      "title": "The edge AI wall: Why embodied AI requires new mathematics",
      "link": "https://www.therobotreport.com/edge-ai-wall-why-embodied-ai-requires-new-mathematics/",
      "summary": "Computational overload is not a bug of a specific planner, but an edge AI wall limiting physical and embodied AI. The post The edge AI wall: Why embodied AI requires new mathematics appeared first on The Robot Report.",
      "published": "2026-08-30 12:45",
      "source": "The Robot Report"
    },
    {
      "title": "The differences between decentralized and centralized power in swarm robotics",
      "link": "https://www.therobotreport.com/differences-between-decentralized-centralized-power-swarm-robotics/",
      "summary": "A robotic swarm typically relies on centralized or decentralized power management, but a hybrid approach could offer the best of both. The post The differences between decentralized and centralized power in swarm robotics appeared first on The Robot Report.",
      "published": "2026-08-29 12:25",
      "source": "The Robot Report"
    },
    {
      "title": "From teach and repeat to SelfPath AI: The next robotics leap",
      "link": "https://www.therobotreport.com/from-teach-repeat-to-selfpath-ai-next-robotics-leap/",
      "summary": "John Black, chief technology officer at Brian Corp, shares insights on how to build trust for robotics fleets and AI. The post From teach and repeat to SelfPath AI: The next robotics leap appeared first on The Robot Report.",
      "published": "2026-08-28 23:25",
      "source": "The Robot Report"
    },
    {
      "title": "Deere faces headwinds in Q3 update and announces Reservoir R&D partnership",
      "link": "https://www.therobotreport.com/deere-faces-headwinds-in-q3-update-and-announces-10m-reservoir-rd-partnership/",
      "summary": "Deere beats Q3 expectations, raises guidance, and partners with Reservoir on a $10 million agtech AI initiative. The post Deere faces headwinds in Q3 update and announces Reservoir R&D partnership appeared first on The Robot Report.",
      "published": "2026-08-28 21:06",
      "source": "The Robot Report"
    }
  ],
  "Tech General": [
    {
      "title": "Liux\u2019s Big microcar bets on sustainability to take on Chinese rivals",
      "link": "https://techcrunch.com/2026/08/30/liuxs-big-microcar-bets-on-sustainability-to-take-on-chinese-rivals/",
      "summary": "The Liux Big microcar is made in Spain. The startup thinks it can compete in a crowded market with its tiny electric car built around sustainability.",
      "published": "2026-08-30 18:33",
      "source": "TechCrunch"
    },
    {
      "title": "Musk\u2019s faster path to more gas turbines comes with pollution problem",
      "link": "https://techcrunch.com/2026/08/30/musks-faster-path-to-more-gas-turbines-comes-with-pollution-problem/",
      "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 \u2014 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.",
      "published": "2026-08-30 16:54",
      "source": "TechCrunch"
    },
    {
      "title": "TechCrunch Mobility: The hidden human cost of robotaxis",
      "link": "https://techcrunch.com/2026/08/30/techcrunch-mobility-the-hidden-human-cost-of-robotaxis/",
      "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-08-30 16:03",
      "source": "TechCrunch"
    },
    {
      "title": "Caterpillar is bringing to AI deployment what it learned from automating mining",
      "link": "https://techcrunch.com/2026/08/30/caterpillar-is-bringing-to-ai-deployment-what-it-learned-from-automating-mining/",
      "summary": "Caterpillar has spent decades putting autonomous machines to work at remote mining sites. It's now bringing that experience to AI deployment.",
      "published": "2026-08-30 15:00",
      "source": "TechCrunch"
    },
    {
      "title": "Sony Music, Warner sue Anthropic, alleging a \u201cbrazen campaign\u201d of intellectual property theft",
      "link": "https://techcrunch.com/2026/08/29/sony-music-warner-sue-anthropic-alleging-a-brazen-campaign-of-intellectual-property-theft/",
      "summary": "This latest lawsuit is particularly broad and homes in on accusations of illegal piracy.",
      "published": "2026-08-29 18:41",
      "source": "TechCrunch"
    },
    {
      "title": "At TechBBQ, Europe\u2019s AI conversations kept coming back to: Who\u2019s actually in control?",
      "link": "https://techcrunch.com/2026/08/29/at-techbbq-europes-ai-conversations-kept-coming-back-to-whos-actually-in-control/",
      "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.",
      "published": "2026-08-29 17:51",
      "source": "TechCrunch"
    },
    {
      "title": "\u201cWe\u2019re not doing 30 bets a year\u201d: Vijay Pande on betting small after running $4 billion at a16z",
      "link": "https://techcrunch.com/2026/08/29/were-not-doing-30-bets-a-year-vijay-pande-on-betting-small-after-running-4-billion-at-a16z/",
      "summary": "Vijay Pande \u2014 who left a16z's roughly $4 billion biotech practice last year to start the much smaller, AI-native VZVC \u2014 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.",
      "published": "2026-08-29 17:36",
      "source": "TechCrunch"
    },
    {
      "title": "Hollywood celebs are getting into microdrama apps",
      "link": "https://techcrunch.com/2026/08/29/hollywood-celebs-are-getting-into-microdrama-apps/",
      "summary": "Several Hollywood celebs are ditching the massive eight-figure checks and exotic movie sets for a rising format: microdramas.",
      "published": "2026-08-29 16:10",
      "source": "TechCrunch"
    },
    {
      "title": "The Theragun Sense makes everyday recovery surprisingly easy",
      "link": "https://techcrunch.com/2026/08/29/the-theragun-sense-makes-everyday-recovery-surprisingly-easy/",
      "summary": "As my 20s are set to come to an end later this year, I\u2019ve officially reached the age where sleeping in the wrong position or stretching just a little too far can cause aches and pains. I\u2019ve always been somewhat skeptical of massage guns, mostly because I\u2019ve tried a few off-brand ones and just assumed [\u2026]",
      "published": "2026-08-29 14:00",
      "source": "TechCrunch"
    },
    {
      "title": "Nvidia\u2019s AI advantage is moving beyond the GPU",
      "link": "https://techcrunch.com/2026/08/29/nvidias-ai-advantage-is-moving-beyond-the-gpu/",
      "summary": "The new generation of data center systems is increasing efficiency with smarter traffic control instead of just more processor cycles.",
      "published": "2026-08-29 13:00",
      "source": "TechCrunch"
    },
    {
      "title": "Professor Murder Rides the Subway is a forgotten slice of dance punk perfection",
      "link": "https://www.theverge.com/entertainment/986564/professor-murder-rides-the-subway-dance-punk-perfection-review",
      "summary": "I recently dug out my CDs and started reripping them all. I've found a few forgotten gems in there, but few hit harder for me than the beautifully concise Professor Murder Rides the Subway EP. There was a period of time in the mid-aughts in NYC where it seemed like every indie band wanted you [\u2026]",
      "published": "2026-08-30 21:18",
      "source": "The Verge"
    },
    {
      "title": "Enormous 12TB Steam leak includes abandoned Half-Life 2: Episode 3 assets",
      "link": "https://www.theverge.com/games/986552/12tb-steam-leak-half-life-2-episode-3",
      "summary": "Over 12 terabytes of data, containing builds of every game uploaded to Steam between 2003 and 2013, has been leaked. We don't know everything in the archives yet because of its massive size. But people have already dug up assets related to the canceled Half-Life 2: Episode 3, content cut from Portal 2, and a [\u2026]",
      "published": "2026-08-30 19:14",
      "source": "The Verge"
    },
    {
      "title": "The Nancy Grace Roman Space Telescope launches to study dark matter and dark energy",
      "link": "https://www.theverge.com/science/986544/nancy-grace-roman-space-telescope-launch",
      "summary": "After funding struggles and a name change, the Nancy Grace Roman Space Telescope has been successfully launched. It will now make a three-month, one-million-mile journey to its orbit at the second Sun-Earth Lagrange point (L2) beyond the Moon. From this vantage point, Roman will conduct an unprecedented survey of the universe. Its field of view [\u2026]",
      "published": "2026-08-30 16:36",
      "source": "The Verge"
    },
    {
      "title": "Texas Governor Abbott blocks funding for more Flock cameras",
      "link": "https://www.theverge.com/ai-artificial-intelligence/986541/texas-governor-abbott-flock-cameras",
      "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, [\u2026]",
      "published": "2026-08-30 15:35",
      "source": "The Verge"
    },
    {
      "title": "Chess.com launched a poker site and is planning even more classic games",
      "link": "https://www.theverge.com/games/986302/chess-poker-expansion-gambit",
      "summary": "Chess.com has done one thing, and one thing very well, for almost 20 years, but now it's going beyond its domain name. The biggest name in online chess quietly launched its first companion site in beta back in May: Gambit, a free online poker website where players can learn the game without risking any real [\u2026]",
      "published": "2026-08-30 13:00",
      "source": "The Verge"
    },
    {
      "title": "China\u2019s robots race ahead",
      "link": "https://www.theverge.com/tech/986167/china-humanoid-robot-games-race",
      "summary": "This is The Stepback, a weekly newsletter breaking down one essential story from the tech world. For more on falling robots and the US-China AI race, follow Robert Hart. The Stepback arrives in our subscribers' inboxes on Sunday at 8AM ET. Opt in for The Stepback here. How it started I've admitted my fondness for [\u2026]",
      "published": "2026-08-30 12:00",
      "source": "The Verge"
    },
    {
      "title": "Two new small, powerful Macs",
      "link": "https://www.theverge.com/tech/986280/mac-mini-studio-star-wars-zero-company-wyze-camera",
      "summary": "Hi, friends! Welcome to Installer No. 142, your guide to the best and Verge-iest stuff in the world. (If you're new here, welcome, how is it almost September already, and also you can read all the old editions at the Installer homepage.) This week, I've been remembering Dolly Parton, Tim Curry, and Peter Cullen, absorbing [\u2026]",
      "published": "2026-08-30 12:00",
      "source": "The Verge"
    },
    {
      "title": "Vicariously hike the Appalachian in the gorgeous A Trail Tale",
      "link": "https://www.theverge.com/entertainment/986461/hike-appalachian-trail-pixel-art-a-trail-tale",
      "summary": "I used to be an avid hiker and would try to go backpacking a few times a year. I always dreamed of thru-hiking the Appalachian Trail, but life kind of got in the way. (Turns out jobs, wives, and children aren't thrilled with the idea of you disappearing for three months.) But I've been longing [\u2026]",
      "published": "2026-08-29 20:59",
      "source": "The Verge"
    },
    {
      "title": "Alt-right troll Milo Yiannopoulos has been deported",
      "link": "https://www.theverge.com/policy/986456/milo-yiannopoulos-deported-ice",
      "summary": "Alt-right troll Milo Yiannopoulos was arrested by ICE on Thursday, and today the Department of Homeland Security confirmed to Reuters and the Washington Post that he had been deported to the UK. Yiannopoulos came to the US legally in 2019, but overstayed his visa. After he failed to appear in court for an immigration hearing, [\u2026]",
      "published": "2026-08-29 19:49",
      "source": "The Verge"
    },
    {
      "title": "Sony Music Publishing and Warner Chappell are suing Anthropic",
      "link": "https://www.theverge.com/ai-artificial-intelligence/986438/sony-music-warner-chappell-anthropic-lawsuit-copyright",
      "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, [\u2026]",
      "published": "2026-08-29 18:19",
      "source": "The Verge"
    },
    {
      "title": "A 12TB Steam \u201cteraleak\u201d spills more than a decade of lost PC gaming history",
      "link": "https://arstechnica.com/gaming/2026/08/a-12tb-steam-teraleak-spills-more-than-a-decade-of-lost-pc-gaming-history/",
      "summary": "Cut content from Portal 2, hints of Half Life 2: Episode 3, and so much more.",
      "published": "2026-08-30 21:40",
      "source": "Ars Technica"
    },
    {
      "title": "Why it matters that President Trump just dialed into a NASA news conference",
      "link": "https://arstechnica.com/space/2026/08/why-it-matters-that-president-trump-just-dialed-into-a-nasa-news-conference/",
      "summary": "With just one more major mission upcoming, NASA's science programs need a boost.",
      "published": "2026-08-30 17:40",
      "source": "Ars Technica"
    },
    {
      "title": "Inside Meta\u2019s push to put robots to work in data centers",
      "link": "https://arstechnica.com/ai/2026/08/inside-metas-push-to-put-robots-to-work-in-data-centers/",
      "summary": "The company is testing robots on tasks that can performed by technicians.",
      "published": "2026-08-30 11:03",
      "source": "Ars Technica"
    },
    {
      "title": "I asked 100 companies for my data. Some deleted it instead.",
      "link": "https://arstechnica.com/tech-policy/2026/08/i-asked-100-companies-for-my-data-some-deleted-it-instead/",
      "summary": "Testing 100 companies found privacy requests often led to confusion and dead ends.",
      "published": "2026-08-29 10:50",
      "source": "Ars Technica"
    },
    {
      "title": "Court rules Kalshi sports bets aren't \"swaps,\" just gambling with a different name",
      "link": "https://arstechnica.com/tech-policy/2026/08/kalshi-cant-evade-nevada-gambling-laws-by-calling-bets-swaps-court-rules/",
      "summary": "Kalshi can't evade Nevada gambling laws by calling bets \"swaps,\" judges rule.",
      "published": "2026-08-28 22:14",
      "source": "Ars Technica"
    },
    {
      "title": "Cities terminate Flock contracts at record pace in August",
      "link": "https://arstechnica.com/tech-policy/2026/08/cities-terminate-flock-contracts-at-record-pace-in-august/",
      "summary": "Cancellations have accelerated.",
      "published": "2026-08-28 21:33",
      "source": "Ars Technica"
    },
    {
      "title": "\"RFK Jr. has lied to the Senate\": Lawmakers call for criminal probe, ouster",
      "link": "https://arstechnica.com/health/2026/08/rfk-jr-has-lied-to-the-senate-lawmakers-call-for-criminal-probe-ouster/",
      "summary": "RFK Jr. went to Samoa to spread vaccine fears. The measles outbreak after killed 83.",
      "published": "2026-08-28 21:17",
      "source": "Ars Technica"
    }
  ]
}