{
  "AI & Machine Learning": [],
  "Software Development": [
    {
      "title": "Per-developer environments were the goal. Agents moved the goalposts.",
      "link": "https://thenewstack.io/new-tenant-is-change/",
      "summary": "Multi-tenancy has moved in one direction for 60 years: the tenant keeps getting smaller. Mainframe time-sharing carved a single machine The post Per-developer environments were the goal. Agents moved the goalposts. appeared first on The New Stack.",
      "published": "2026-08-15 14:00",
      "source": "The New Stack"
    },
    {
      "title": "Grok 4.6 matched Fable 5 Max at an 85% discount. Downloadable models set that price.",
      "link": "https://thenewstack.io/grok-4-6-matched-fable-5-max/",
      "summary": "I\u2019m Matt Burns, Chief Content Officer at Insight Media Group. Each week, I round up the most important AI developments, The post Grok 4.6 matched Fable 5 Max at an 85% discount. Downloadable models set that price. appeared first on The New Stack.",
      "published": "2026-08-15 03:56",
      "source": "The New Stack"
    },
    {
      "title": "Apple\u2019s new AI split means your iOS app could behave differently in China",
      "link": "https://thenewstack.io/apple-china-ai-model/",
      "summary": "Apple is splitting up its AI stack. Instead of rolling out the same system worldwide, the company reportedly built a The post Apple\u2019s new AI split means your iOS app could behave differently in China appeared first on The New Stack.",
      "published": "2026-08-14 19:21",
      "source": "The New Stack"
    },
    {
      "title": "Alibaba\u2019s new model promises Opus 4.6-level performance on your laptop",
      "link": "https://thenewstack.io/qwen38-27b-local-inference/",
      "summary": "Alibaba recently made the open weights of its 2.4 trillion parameter Qwen3.8 model available. That\u2019s a massive model, and its The post Alibaba\u2019s new model promises Opus 4.6-level performance on your laptop appeared first on The New Stack.",
      "published": "2026-08-14 18:10",
      "source": "The New Stack"
    },
    {
      "title": "GLM-5.3 didn\u2019t change the base model \u2014 where did its coding gains come from?",
      "link": "https://thenewstack.io/glm-5-3-post-training-coding/",
      "summary": "Z.ai released GLM-5.3 on Friday, a coding and agent model built from the same base model as GLM-5.2. Developers can The post GLM-5.3 didn\u2019t change the base model \u2014 where did its coding gains come from? appeared first on The New Stack.",
      "published": "2026-08-14 15:20",
      "source": "The New Stack"
    },
    {
      "title": "No Dumb Questions: What is AI context architecture? Why not just build your own?",
      "link": "https://stackoverflow.blog/2026/08/14/ndq-ai-context-architecture-build-buy/",
      "summary": "In this No Dumb Questions, Phoebe asks Stack\u2019s Engineering Manager Doug Whitley and Product Manager Ash Zade everything she wants to know about AI context architecture. What exactly is it? Why is it so important? What makes for good AI context architecture? Why buy one when you can build your own?",
      "published": "2026-08-14 18:00",
      "source": "Stack Overflow Blog"
    },
    {
      "title": "AIOps Is More Than Just a Chatbot",
      "link": "https://dev.to/tjtanjin/aiops-is-more-than-just-a-chatbot-2kam",
      "summary": "It started with a Discord bot React ChatBotify is an open-source project I maintain, and part of that meant looking after its websites and servers. When things went wrong, the usual routine was to check services, inspect logs, and at times, the fix was as simple as a restart. Sometime in late July 2025, I started playing with a fairly simple idea - what if I could troubleshoot the infrastructure behind React ChatBotify simply by talking to a Discord bot? The idea was simple: let the bot help me ...",
      "published": "2026-08-16 19:24",
      "source": "DEV Community"
    },
    {
      "title": "Week 9 of #100DaysOfCode: A Week of Deep Spring Learning",
      "link": "https://dev.to/onatade_abdulmajeed/week-9-of-100daysofcode-a-week-of-deep-spring-learning-4d57",
      "summary": "Introduction This week, I decided to slow down and go deeper into the Spring Framework. Instead of focusing heavily on building new features, I spent most of my time understanding what happens behind the scenes in the framework I use to build backend applications. I explored concepts around Spring AOP, JDBC, Caching, Reactive Programming, and Concurrency, learning not just how to use these features, but the problems they are designed to solve. Alongside my learning, I continued applying for back...",
      "published": "2026-08-16 19:23",
      "source": "DEV Community"
    },
    {
      "title": "Raku: a language that counts to infinity (Part 1)",
      "link": "https://dev.to/andrewshitov/raku-a-language-that-counts-to-infinity-part-1-4h4l",
      "summary": "We've already seen that Raku understands characters like \u221e, and it would be logically that you can use them with ease, similar to any other constructs of the language. Take, for example, a sequence with no definite end. You define a pattern and take as many items as you need. say (1, 1, * + * ... \u221e)[^10]; Here, the pattern defines a Fibonacci sequence and we only take the first 10 elements of it: (1 1 2 3 5 8 13 21 34 55) You don't know upfront what the 10th element will be, so just say that the...",
      "published": "2026-08-16 19:21",
      "source": "DEV Community"
    },
    {
      "title": "Your dog walker says they went. This makes the walk say so too.",
      "link": "https://dev.to/arqamwd/your-dog-walker-says-they-went-this-makes-the-walk-say-so-too-29ai",
      "summary": "This is a submission for Weekend Challenge: Dog Days Edition TL;DR \u2014 A walker records the walk on their phone, the route is hashed in the browser, and a 147-byte attestation signed by the walker's own key lands on Solana devnet. The owner checks the trace they were handed against the chain, and the app tells a tampered route apart from a corrupted file. Move one GPS fix eleven metres and the hash changes completely. That's the whole product. What I Built My first idea for this challenge died on ...",
      "published": "2026-08-16 19:19",
      "source": "DEV Community"
    },
    {
      "title": "How to Handle O365 Shared Mailboxes in CI/CD Test Automation",
      "link": "https://dev.to/shell_qa/how-to-handle-o365-shared-mailboxes-in-cicd-test-automation-pfa",
      "summary": "Testing email workflows\u2014like OTP verification, password resets, or automated notifications\u2014is a core requirement for robust end-to-end (E2E) automation. However, automating Office 365 (O365) Shared Mailboxes via UI logins or legacy IMAP basic authentication is a nightmare. UI logins trigger MFA, IMAP basic auth is deprecated across Microsoft 365, and browser automation for Outlook web is notoriously flaky. The enterprise-grade solution? Use Microsoft Graph API with Client Credentials (App-Only) ...",
      "published": "2026-08-16 19:14",
      "source": "DEV Community"
    },
    {
      "title": "How I Built a Chrome Extension to Analyze Viral Social Content (Statly)",
      "link": "https://dev.to/mthsocial/how-i-built-a-chrome-extension-to-analyze-viral-social-content-statly-1ebp",
      "summary": "As a developer and creator, figuring out what actually drives engagement on social platforms like Instagram, TikTok, and X usually requires hours of manual digging or expensive analytics tools. To solve this, I built Statly, a Chrome extension that turns any Instagram, TikTok, or X account into a ranked report of what\u2019s actually working. Why I Built It Most social analytics tools give you high-level vanity metrics, but they don't break down content performance at a granular level. I wanted a lig...",
      "published": "2026-08-16 19:08",
      "source": "DEV Community"
    },
    {
      "title": "I've decided to take back control of my brain in the era of ai",
      "link": "https://dev.to/zeejers/ive-decided-to-take-back-control-of-my-brain-in-the-era-of-ai-1inj",
      "summary": "to write is to think. think for me. whir-buzz-and-spin until the content is complete. while I stare blankly at the terminal fleet. it's ok, i say. another task done fast. i'll use my brain next time. but for now, this will pass. write a quick script, run, remove the em\u2014dash. actually, too lazy for that. claude, pls remove them /fast. post the content everywhere, linkedin, reddit, i don't care. back to agent number 42, wait, what am i working on there? Hey, I'm Zach. I'm a software engineer (not ...",
      "published": "2026-08-16 19:03",
      "source": "DEV Community"
    },
    {
      "title": "What I log from AI workflows before I trust the automation",
      "link": "https://dev.to/rkrisa/what-i-log-from-ai-workflows-before-i-trust-the-automation-3pdf",
      "summary": "Most AI workflow posts focus on prompts, tools or output quality. Those matter, but they are not the first thing I want to trust. The first thing I want to trust is the audit trail. If an AI workflow suggests a commercial follow-up, changes a queue, routes a conversation or asks for human review, I want to know: what surface executed the decision; what system would be affected; whether human approval was required; what context or evidence shaped the suggestion; what it likely cost; what happened...",
      "published": "2026-08-16 18:58",
      "source": "DEV Community"
    },
    {
      "title": "A Beginner's Guide to Performance Testing with Apache JMeter",
      "link": "https://dev.to/shell_qa/a-beginners-guide-to-performance-testing-with-apache-jmeter-3on9",
      "summary": "Performance testing is essential for ensuring your applications can handle expected user loads without bottlenecks or failures. Apache JMeter remains one of the most popular open-source tools for load, stress, and performance testing. Here is a quick guide to getting your JMeter environment set up and executing your first load test. 1. Prerequisites JMeter requires Java to execute. Ensure you have JDK 11 or higher installed on your system. Verify your Java installation: java -version 2. Download...",
      "published": "2026-08-16 18:52",
      "source": "DEV Community"
    },
    {
      "title": "I normalised 51 million property transactions from 16 government registries \u2014 here's the bug that nearly ruined it",
      "link": "https://dev.to/tianninglab/i-normalised-51-million-property-transactions-from-16-government-registries-heres-the-bug-that-5e0c",
      "summary": "Property registry data is open in many countries. HM Land Registry publishes every sale in England and Wales. The Dubai Land Department publishes transactions. US counties publish deeds. It's all free, and any developer can download it this afternoon. So why did I spend a year building an API over data anyone can get? Because of a bug I want to describe, since I think it generalises well beyond property. The failure that doesn't raise an error Early on I ran a query for a well-known residential ...",
      "published": "2026-08-16 18:52",
      "source": "DEV Community"
    }
  ],
  "Programming Languages": [
    {
      "title": "Linux Storage 101: Drives, Partitions, and Mounts",
      "link": "https://www.reddit.com/r/programming/comments/1vq17rg/linux_storage_101_drives_partitions_and_mounts/",
      "summary": "submitted by /u/iximiuz [link] [comments]",
      "published": "2026-08-16 16:17",
      "source": "programming"
    },
    {
      "title": "Protobuf finally has LSP support. You\u2019re welcome. \u00b7 Buf",
      "link": "https://www.reddit.com/r/programming/comments/1vq4pbv/protobuf_finally_has_lsp_support_youre_welcome_buf/",
      "summary": "submitted by /u/esiy0676 [link] [comments]",
      "published": "2026-08-16 18:31",
      "source": "programming"
    },
    {
      "title": "Pony's Arena Allocator",
      "link": "https://www.reddit.com/r/programming/comments/1vq4rr0/ponys_arena_allocator/",
      "summary": "I recently discovered that Pony's still alive. I had discovered Pony a few years ago while browsing tech forums. Its focus on memory safe & lock-free MT was interesting. I kept up with the weekly development for a brief period but then kind of forgot about the language until recently when I rediscovered it when I was chatting about Crystal's MT. I just wanted to share the latest blog post here in case someone else remembers this language. Looks like the development has been progressing steadily....",
      "published": "2026-08-16 18:33",
      "source": "programming"
    },
    {
      "title": "Lessons from Implementing Functions in My Interpreter (in Rust)",
      "link": "https://www.reddit.com/r/programming/comments/1vq3w93/lessons_from_implementing_functions_in_my/",
      "summary": "submitted by /u/TechnologySubject259 [link] [comments]",
      "published": "2026-08-16 18:00",
      "source": "programming"
    },
    {
      "title": "Popovers",
      "link": "https://www.reddit.com/r/programming/comments/1vpt013/popovers/",
      "summary": "Nobody likes popovers, everyone makes them anyway. This makes them a Tolstoy kind of thing -- there are a handful of tricks that make them better, and an infinite number of ways to mess up. submitted by /u/Odd-Tell9763 [link] [comments]",
      "published": "2026-08-16 09:55",
      "source": "programming"
    },
    {
      "title": "What garbage collection actually costs",
      "link": "https://www.reddit.com/r/programming/comments/1vppv2b/what_garbage_collection_actually_costs/",
      "summary": "submitted by /u/Realistic-Currency29 [link] [comments]",
      "published": "2026-08-16 06:46",
      "source": "programming"
    },
    {
      "title": "I thought I was building a C replacement. I was wrong",
      "link": "https://www.reddit.com/r/programming/comments/1vpxrcl/i_thought_i_was_building_a_c_replacement_i_was/",
      "summary": "submitted by /u/Nuoji [link] [comments]",
      "published": "2026-08-16 13:58",
      "source": "programming"
    },
    {
      "title": "Why I stopped caring about terminology",
      "link": "https://www.reddit.com/r/programming/comments/1vpud0w/why_i_stopped_caring_about_terminology/",
      "summary": "submitted by /u/wordbit12 [link] [comments]",
      "published": "2026-08-16 11:14",
      "source": "programming"
    }
  ],
  "Game Development": [],
  "Gaming News": [
    {
      "title": "You Have Some Homework To Do To Make The Most Of Star Wars Zero Company",
      "link": "https://www.gamespot.com/articles/you-have-some-homework-to-do-to-make-the-most-of-star-wars-zero-company/",
      "summary": "Star Wars Zero Company takes place right at the end of The Clone Wars, my favorite period in Star Wars' huge timeline. That conflict begins with the Battle of Geonosis in Attack of the Clones and concludes with the deaths of the Separatist leaders in Revenge of the Sith, but a vast majority of the galaxy-spanning war is covered in the seven seasons of Star Wars: The Clone Wars. As such, Zero Company makes several references to the earlier seasons of the TV show that debuted in 2008. The biggest ...",
      "published": "2026-08-16 18:00",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Marvel Tokon: Fighting Souls Is Making The Wait For Injustice 3 Much More Bearable",
      "link": "https://www.gamespot.com/articles/marvel-tokon-fighting-souls-is-making-the-wait-for-injustice-3-much-more-bearable/",
      "summary": "Let me get this straight: I play a lot of the best fighting games. I enjoy playing them. I am not good at the genre. Anything online requires me to adapt to players far beyond my skill level, and it\u2019s almost pointless for me to attempt to reach that level. I just don\u2019t have the time or patience to do it, but that doesn\u2019t mean I can\u2019t praise a game when it smashes it out of the park. After waiting for almost a decade for Injustice 3, Marvel Tokon: Fighting Souls is keeping me occupied, and, to be...",
      "published": "2026-08-16 14:00",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Starfield Discount Drops The Sci-Fi RPG To Its Lowest Price Yet",
      "link": "https://www.gamespot.com/articles/starfield-discount-drops-the-sci-fi-rpg-to-its-lowest-price-yet/",
      "summary": "As someone who talks about their fascination with space to an unhealthy degree, you can bet that Starfield was my most anticipated game for years. The first original IP from Bethesda Game Studios in over two decades, it looked like a sci-fi take on Fallout, offering a new universe to explore from the developer behind some of the best RPGs available. While it initially didn\u2019t live up to my hefty expectations, it\u2019s now in better shape following multiple updates. Best of all, you can get it even ch...",
      "published": "2026-08-16 13:00",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Kingdom Hearts 4 Extended Trailer | D23 KH4 Showcase",
      "link": "https://www.gamespot.com/videos/kingdom-hearts-4-extended-trailer-d23-kh4-showcase/",
      "summary": "We got an extended look at the trailer revealed at D23 that showcases more gameplay than the Coco reveal trailer. Get a glimpse of some gameplay featuring Mickey, Donald, Goofy and more.",
      "published": "2026-08-16 00:18",
      "source": "GameSpot - All Content"
    },
    {
      "title": "KINGDOM HEARTS 4 \u2013 COCO Reveal and Release Window Trailer | D23 Showcase",
      "link": "https://www.gamespot.com/videos/kingdom-hearts-4-coco-reveal-and-release-window-trailer-d23-showcase/",
      "summary": "A brand-new adventure awaits as the world of Disney and Pixar's Coco joins KINGDOM HEARTS IV.",
      "published": "2026-08-15 21:01",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Rideshare Stimulator Outlines AI Usage After Contentious Exchange With Ex-Writer",
      "link": "https://www.gamespot.com/articles/rideshare-stimulator-outlines-ai-usage-after-contentious-exchange-with-ex-writer/",
      "summary": "After Saber Interactive unveiled its upcoming title Rideshare Stimulater, former lead writer Stella Sacco came forward and said that she had been replaced by ChatGPT during development. Saber CEO Matthew Karch denied Sacco's allegation that she had been replaced by AI, but the company has now shared previously undisclosed details about Rideshare Stimulator's AI usage. Rideshare Stimulator casts players as a driver who can pick up a seemingly infinite number of passengers and interact with them w...",
      "published": "2026-08-14 19:33",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Here\u2019s A First Look At CoD: Warzone\u2019s New Zodiac Map For MW4",
      "link": "https://www.gamespot.com/articles/heres-a-first-look-at-cod-warzones-new-zodiac-map-for-mw4/",
      "summary": "Call of Duty players can expect a brand-new Warzone Resurgence map for Modern Warfare 4, and Infinity Ward has teased a first look at the upcoming location. Players will also be able to go hands-on with the Zodiac map ahead of launch. As shown in the image below, Zodiac is a map that appears to have an industrial setting. The teaser reveals a stretch of road with industrial buildings on both sides, and one rooftop that looks reminiscent of the Factory point-of-interest on Rebirth Island. Several...",
      "published": "2026-08-14 18:25",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Halo: Campaign Evolved Will Look Way Better Soon",
      "link": "https://www.gamespot.com/articles/halo-campaign-evolved-will-look-way-better-soon/",
      "summary": "Halo: Campaign Evolved is set to receive its first major patch next week, one that will give players more control over the game's visuals as well as make improvements to Jackals and Sgt. Johnson. As outlined by the Halo Support X account, a patch coming sometime next week will fix a few pain points for players of Halo Studios' remake. The update should make graphics purists happy, as it will add the ability to disable the game's very noticeable film grain and chromatic aberration. The patch will...",
      "published": "2026-08-14 17:20",
      "source": "GameSpot - All Content"
    },
    {
      "title": "League of Legends YouTuber unearths the original investor pitch from when the game was called Onslaught: War of the Immortals",
      "link": "https://www.pcgamer.com/games/moba/league-of-legends-youtuber-unearths-the-original-investor-pitch-from-when-the-game-was-called-onslaught-war-of-the-immortals/",
      "summary": "Back when the game was seemingly 6v6, Sion had a beard, and the story revolved around \"an antichrist of sorts.\"",
      "published": "2026-08-16 17:42",
      "source": "PCGamer latest"
    },
    {
      "title": "Where's the weirdest place you've heard videogame music?",
      "link": "https://www.pcgamer.com/games/wheres-the-weirdest-place-youve-heard-videogame-music/",
      "summary": "Why does hearing it in public places feel so\u2026 wrong?",
      "published": "2026-08-16 17:00",
      "source": "PCGamer latest"
    },
    {
      "title": "David Brevik, creator of Diablo, reveals the 'worst ending' to any game he's played:  'But I really love the game. It's amazing'",
      "link": "https://www.pcgamer.com/gaming-industry/david-brevik-creator-of-diablo-reveals-the-worst-ending-to-any-game-hes-played-but-i-really-love-the-game-its-amazing/",
      "summary": "The legendary game designer guides us through the games on his PC.",
      "published": "2026-08-16 17:00",
      "source": "PCGamer latest"
    },
    {
      "title": "The next big videogame TV adaptation is a Kingdom Hearts anime",
      "link": "https://www.pcgamer.com/movies-tv/the-next-big-videogame-tv-adaptation-is-a-kingdom-hearts-anime/",
      "summary": "In it, the Three Caballeros will fight Bahamut. I'm kidding, but I can't imagine I'm that far off.",
      "published": "2026-08-16 16:00",
      "source": "PCGamer latest"
    },
    {
      "title": "Iron Nest is the best 'Battleship' game I've played in years\u2014and it doesn't even have boats",
      "link": "https://www.pcgamer.com/games/sim/iron-nest-is-the-best-battleship-game-ive-played-in-years-and-it-doesnt-even-have-boats/",
      "summary": "Use your smarts to locate enemies and meticulously plot firing solutions.",
      "published": "2026-08-16 16:00",
      "source": "PCGamer latest"
    },
    {
      "title": "Marvel T\u014dkon's simple but effective combo trials are an elegant tutorial solution that I wish more fighting games had",
      "link": "https://www.pcgamer.com/games/fighting/marvel-tokons-simple-but-effective-combo-trials-are-an-elegant-tutorial-solution-that-i-wish-more-fighting-games-had/",
      "summary": "Make me use my noggin, please.",
      "published": "2026-08-16 15:00",
      "source": "PCGamer latest"
    },
    {
      "title": "I played the economic simulator that could 'make a convert out of Karl Marx himself' to see if it could convert me",
      "link": "https://www.pcgamer.com/games/sim/i-played-the-economic-simulator-that-could-make-a-convert-out-of-karl-marx-himself-to-see-if-it-could-convert-me/",
      "summary": "Though I'm not Karl Marx, just in case you're confused.",
      "published": "2026-08-16 15:00",
      "source": "PCGamer latest"
    },
    {
      "title": "The Quake community simply cannot stop delivering, having just released a 22-map 'Deathmatch Jam' to celebrate the shooter's 30th birthday",
      "link": "https://www.pcgamer.com/games/fps/the-quake-community-simply-cannot-stop-delivering-having-just-released-a-22-map-deathmatch-jam-to-celebrate-the-shooters-30th-birthday/",
      "summary": "Frag your friends to mark three decades of Quake.",
      "published": "2026-08-16 14:09",
      "source": "PCGamer latest"
    },
    {
      "title": "You could win a slice of \u20ac30,000 by building the best mod for Mount & Blade 2's controversial seafaring expansion",
      "link": "https://www.pcgamer.com/games/rpg/you-could-win-a-slice-of-eur30-000-by-building-the-best-mod-for-mount-and-blade-2s-controversial-seafaring-expansion/",
      "summary": "War Sails finally gets modding tools of its own.",
      "published": "2026-08-16 11:49",
      "source": "PCGamer latest"
    },
    {
      "title": "Kingdom Hearts 4 finally has a release window, and it's sooner than I expected",
      "link": "https://www.pcgamer.com/games/rpg/kingdom-hearts-4-finally-has-a-release-window-and-its-sooner-than-i-expected/",
      "summary": "A firm release date remains elusive, however.",
      "published": "2026-08-16 09:56",
      "source": "PCGamer latest"
    }
  ],
  "Robotics": [
    {
      "title": "How robotics is revolutionizing stroke rehabilitation",
      "link": "https://www.therobotreport.com/how-robotics-is-revolutionizing-stroke-rehabilitation/",
      "summary": "Eyal Samuel Shachar, the CEO of Bioxtreme, says the growing synergy of robotics, AI, and human-centered care will improve patient outcomes. The post How robotics is revolutionizing stroke rehabilitation appeared first on The Robot Report.",
      "published": "2026-08-16 12:30",
      "source": "The Robot Report"
    },
    {
      "title": "Why robots that can\u2019t communicate naturally won\u2019t be adopted",
      "link": "https://www.therobotreport.com/why-robots-that-cant-communicate-naturally-wont-be-adopted-says-treble/",
      "summary": "Gunnar P\u00e9tur Hauksson, the co-founder and COO at Treble Technologies, says robotics developers can't overlook the importance of hearing. The post Why robots that can\u2019t communicate naturally won\u2019t be adopted appeared first on The Robot Report.",
      "published": "2026-08-15 12:20",
      "source": "The Robot Report"
    },
    {
      "title": "How Protolabs turns CAD files into parts in under 24 hours",
      "link": "https://www.therobotreport.com/how-protolabs-turns-cad-files-into-parts-under-24-hours/",
      "summary": "Protolabs CTO Marc Kermisch explains how AI, simulation, and design for manufacturing turn CAD files into production parts faster. The post How Protolabs turns CAD files into parts in under 24 hours appeared first on The Robot Report.",
      "published": "2026-08-14 22:14",
      "source": "The Robot Report"
    },
    {
      "title": "Neros Technologies raises $250M to deploy its defense drones by the end of 2026",
      "link": "https://www.therobotreport.com/neros-technologies-raises-250m-to-deploy-its-defense-drones-by-the-end-of-2026/",
      "summary": "Neros is developing its Archer AI and Bandit platform with the hardware and compute required for multi-asset control. The post Neros Technologies raises $250M to deploy its defense drones by the end of 2026 appeared first on The Robot Report.",
      "published": "2026-08-14 17:38",
      "source": "The Robot Report"
    },
    {
      "title": "Video Friday: Lift Happens",
      "link": "https://spectrum.ieee.org/video-friday-darpa-heavy-lift-challenge",
      "summary": "Video Friday is your weekly selection of awesome robotics videos, collected by your friends at IEEE Spectrum robotics. We also post a weekly calendar of upcoming robotics events for the next few months. Please send us your events for inclusion.Actuate 2026: 18\u201319 August 2026, SAN FRANCISCOIROS 2026: 27 September\u20131 October 2026, PITTSBURGHHumanoids Summit Seoul: 22\u201323 September 2026, SEOULEnjoy today\u2019s videos! Speaking from experience, I can tell you that the best part of any DARPA challenge is w...",
      "published": "2026-08-14 17:00",
      "source": "IEEE Spectrum"
    }
  ],
  "Tech General": [
    {
      "title": "Anthropic CEO says AI backlash is \u2018fundamentally a crisis of trust\u2019",
      "link": "https://techcrunch.com/2026/08/16/anthropic-ceo-says-ai-backlash-is-fundamentally-a-crisis-of-trust/",
      "summary": "Dario Amodei is pushing back against the idea that he's been painting an overly pessimistic picture of AI.",
      "published": "2026-08-16 16:53",
      "source": "TechCrunch"
    },
    {
      "title": "TechCrunch Mobility: The shifting flight path of electric air taxis",
      "link": "https://techcrunch.com/2026/08/16/techcrunch-mobility-the-shifting-flight-path-of-electric-air-taxis/",
      "summary": "Welcome back to TechCrunch Mobility \u2014 your central hub for news and insights on the future of transportation.",
      "published": "2026-08-16 16:04",
      "source": "TechCrunch"
    },
    {
      "title": "Woman claims her stepfather used Grok to transform childhood photo into explicit imagery",
      "link": "https://techcrunch.com/2026/08/15/woman-claims-her-stepfather-used-grok-to-transform-childhood-photo-into-explicit-imagery/",
      "summary": "The woman claimed that AI tools are \"taking everyday life and turning it into child sexual abuse.\"",
      "published": "2026-08-15 21:29",
      "source": "TechCrunch"
    },
    {
      "title": "Anthropic shares more details about how Claude\u2019s new watermarks will work",
      "link": "https://techcrunch.com/2026/08/15/anthropic-shares-more-details-about-how-claudes-new-watermarks-will-work/",
      "summary": "How will the watermarking actually work? Can it be hidden with editing? And how does this affect code?",
      "published": "2026-08-15 18:58",
      "source": "TechCrunch"
    },
    {
      "title": "SpaceX officially closes its Cursor acquisition",
      "link": "https://techcrunch.com/2026/08/15/spacex-officially-closes-its-cursor-acquisition/",
      "summary": "AI coding startup Cursor is now officially a part of SpaceX.",
      "published": "2026-08-15 16:30",
      "source": "TechCrunch"
    },
    {
      "title": "How to tell if your AI platforms\u2019 accounts have been hacked",
      "link": "https://techcrunch.com/2026/08/15/how-to-tell-if-your-ai-platforms-accounts-have-been-hacked/",
      "summary": "A guide on how to check if hackers have broken into your accounts on the most popular AI platforms.",
      "published": "2026-08-15 16:10",
      "source": "TechCrunch"
    },
    {
      "title": "Every fusion startup that has raised over $100M",
      "link": "https://techcrunch.com/2026/08/15/every-fusion-startup-that-has-raised-over-100m/",
      "summary": "Fusion startups have raised $7.1 billion to date, with the majority of it going to a handful of companies.",
      "published": "2026-08-15 13:15",
      "source": "TechCrunch"
    },
    {
      "title": "Talks to sell PayPal to Stripe and Advent are heating up",
      "link": "https://techcrunch.com/2026/08/14/talks-to-sell-paypal-to-stripe-and-advent-are-heating-up/",
      "summary": "PayPal is still reportedly negotiating a potential sale to Stripe and private equity firm Advent, as the fintech firm's new CEO attempts to turn the company around.",
      "published": "2026-08-14 22:43",
      "source": "TechCrunch"
    },
    {
      "title": "Self-driving trucks are officially testing on California highways",
      "link": "https://techcrunch.com/2026/08/14/self-driving-trucks-are-officially-testing-on-california-highways/",
      "summary": "Aurora Innovation and Kodiak AI, two companies developing self-driving trucks, have received permits from the California Department of Motor Vehicles.",
      "published": "2026-08-14 20:37",
      "source": "TechCrunch"
    },
    {
      "title": "Thrive\u2019s Joshua Kushner chides Silicon Valley VCs over AI euphoria",
      "link": "https://techcrunch.com/2026/08/14/thrives-joshua-kushner-chides-silicon-valley-vcs-over-ai-euphoria/",
      "summary": "The AI opportunity is huge, but \"it would also be a grave error in our minds to let excitement weaken our investment discipline,\" Kushner warns in his first-ever investment letter.",
      "published": "2026-08-14 19:33",
      "source": "TechCrunch"
    },
    {
      "title": "Amazon is trying to crush class-action suits before they get started",
      "link": "https://www.theverge.com/tech/980752/amazon-class-action-arbitration-terms-and-conditions",
      "summary": "On Friday, Amazon customers received an email alerting them to an update to the site's terms and conditions. Most notably, it stated that disputes would now be resolved through arbitration and said users agree to a class action waiver. Amazon framed this as a \"fast and efficient\" way to resolve issues, but it notably would [\u2026]",
      "published": "2026-08-16 17:35",
      "source": "The Verge"
    },
    {
      "title": "ChatGPT\u2019s Computer History tracks your clicks and keystrokes",
      "link": "https://www.theverge.com/ai-artificial-intelligence/980742/chatgpts-computer-history-tracks-your-clicks-and-keystrokes",
      "summary": "ChatGPT's desktop app on macOS has a new feature called Computer History that turns your actions into training data, learning how you work, suggesting automations, and even picking up tasks you left half done. It uses your activity to build a timeline that ChatGPT and Codex can reference when you make a request. The feature [\u2026]",
      "published": "2026-08-16 14:56",
      "source": "The Verge"
    },
    {
      "title": "Rogue AI aren\u2019t science fiction anymore",
      "link": "https://www.theverge.com/column/980337/rogue-ai-science-fiction-openai",
      "summary": "This is The Stepback, a weekly newsletter breaking down one essential story from the tech world. For more on AI safety, follow Robert Hart. The Stepback arrives in our subscribers' inboxes at 8AM ET. Opt in for The Stepback here. How it started It all started in July, when one of OpenAI's autonomous AI agents [\u2026]",
      "published": "2026-08-16 12:00",
      "source": "The Verge"
    },
    {
      "title": "Polaroid\u2019s tiny instant camera is $72 and includes a free pack of film",
      "link": "https://www.theverge.com/gadgets/980448/polaroid-go-second-generation-film-pack-bundle-deal-sale",
      "summary": "Smartphone cameras are convenient, but they lack the charm of analog instant cameras. If you\u2019re trying to relive the nostalgia of waiting for an instant photo to develop, Amazon is selling the second-generation Polaroid Go instant camera with a 16-photo film pack for $71.99 (usually $109.99). That\u2019s the lowest price we\u2019ve seen for the bundle, [\u2026]",
      "published": "2026-08-16 03:00",
      "source": "The Verge"
    },
    {
      "title": "Matt Groening lets slip that Simpsons: Hit &#038; Run might be making a comeback",
      "link": "https://www.theverge.com/entertainment/980720/matt-groening-simpsons-hit-run-d23",
      "summary": "At D23, when asked about the potential for a sequel to the cult classic The Simpsons: Hit & Run game, Matt Groening replied, \"I think the original game is coming back in some form,\" before current showrunner Matt Selman added, \"or not.\" The tone in both of their voices and the body language suggests that [\u2026]",
      "published": "2026-08-15 21:56",
      "source": "The Verge"
    },
    {
      "title": "Have a laugh at AI\u2019s expense by roleplaying as a chatbot",
      "link": "https://www.theverge.com/entertainment/980502/roleplay-as-an-ai-chatbot",
      "summary": "Your AI Slop Bores Me is brilliant in its simplicity. There are two tabs: human and LARP as an AI. On one side you enter a request. On the other, you submit an answer. But the important thing is that there's a human on both sides of the equation. Prompts can request a response as [\u2026]",
      "published": "2026-08-15 20:45",
      "source": "The Verge"
    },
    {
      "title": "Don&#8217;t overlook Elektron&#8217;s budget electronic music instruments",
      "link": "https://www.theverge.com/gadgets/980275/elektron-model-cycles-model-samples-groovebox-electronic-music-instruments-review",
      "summary": "When I'm asked what to buy if you want to get into making electronic music, I often recommend Elektron's budget-minded Model:Samples and Model:Cycles grooveboxes. They don't grab headlines the way Teenage Engineering's gear or the Telepathic Instruments Orchid do, and even compared to the company's higher-end and more niche musical offerings like the Digitakt, Octatrack, [\u2026]",
      "published": "2026-08-15 17:00",
      "source": "The Verge"
    },
    {
      "title": "Switched on Pop\u2019s Nate Sloan and Charlie Harding love fresh vegetables and guitar pedals",
      "link": "https://www.theverge.com/report/980288/switched-on-pop-nate-sloan-charlie-harding-podcast-netflix-interview",
      "summary": "As if you needed more reason to love Carly Rae Jepsen's \"Call Me Maybe\" beyond its pop perfection, it is also, according to lore, the genesis for Switched on Pop, one of the best music podcasts out there. Cohosts Nate Sloan and Charlie Harding obsessively dissect pop songs, from the theory behind their musical choices [\u2026]",
      "published": "2026-08-15 15:00",
      "source": "The Verge"
    },
    {
      "title": "Star Wars: Ahsoka season 2 and Starfighter get teased at D23",
      "link": "https://www.theverge.com/entertainment/980666/star-wars-ahsoka-season-2-and-starfighter-get-teased-at-d23",
      "summary": "Season two of Star Wars: Ahsoka is still months away, but Lucasfilm still took the opportunity to tease it a bit at D23. The company dropped the first trailer for the new season ahead of its January 20th, 2027 debut. The clip shows a darker, witchcraft-filled take on the Star Wars universe, with Grand Admiral [\u2026]",
      "published": "2026-08-15 14:58",
      "source": "The Verge"
    },
    {
      "title": "Disney D23 2026: Everything announced for Star Wars, Marvel, and more",
      "link": "https://www.theverge.com/streaming/980633/x-men-marvel-star-wars-pixar-disney-d23",
      "summary": "The annual Disney fan event showed off the cast of Marvel\u2019s X-Men movie, plus a new trailer for Avengers: Doomsday, and our first look at the VisionQuest TV show for Disney Plus. For Star Wars fans, there was a teaser trailer for season two of Ahsoka, plus a special look at Star Wars: Starfighter with [\u2026]",
      "published": "2026-08-15 14:20",
      "source": "The Verge"
    },
    {
      "title": "Wildfire smoke now bigger prenatal threat than human sources of air pollution",
      "link": "https://arstechnica.com/science/2026/08/wildfire-smoke-now-bigger-prenatal-threat-than-human-sources-of-air-pollution/",
      "summary": "Regulations reduced prenatal exposure to harmful emissions, but wildfire smoke is erasing gains.",
      "published": "2026-08-16 10:00",
      "source": "Ars Technica"
    },
    {
      "title": "VisionQuest trailer kicks off Disney's D23 fan event",
      "link": "https://arstechnica.com/culture/2026/08/visionquest-trailer-kicks-off-disneys-d23-fan-event/",
      "summary": "Also: Ahsoka S2 teaser, Doomsday trailer, news about MCU's X-Men and Star Wars: Starfighter",
      "published": "2026-08-15 21:21",
      "source": "Ars Technica"
    },
    {
      "title": "Ukraine strikes major Russian rocket factory with cruise missiles",
      "link": "https://arstechnica.com/space/2026/08/ukraine-strikes-major-russian-rocket-factory-with-cruise-missiles/",
      "summary": "\"Flamingo missiles were used. A good achievement.\"",
      "published": "2026-08-15 15:46",
      "source": "Ars Technica"
    },
    {
      "title": "So much solar: Digging into the list of every US power plant that went online this year",
      "link": "https://arstechnica.com/science/2026/08/so-much-solar-digging-into-the-list-of-every-us-power-plant-that-went-online-this-year/",
      "summary": "Utility-scale solar leads by a mile, followed by batteries. Fossil fuels, not so much.",
      "published": "2026-08-15 11:09",
      "source": "Ars Technica"
    },
    {
      "title": "Vulnerability giving attackers full control of Macs is under active exploitation",
      "link": "https://arstechnica.com/security/2026/08/vulnerability-giving-attackers-full-control-of-macs-is-under-active-exploitation/",
      "summary": "Screen-sharing bug lets remote hackers log in without a password.",
      "published": "2026-08-14 18:32",
      "source": "Ars Technica"
    },
    {
      "title": "First test flight of largest all-electric aircraft used just $5 of electricity",
      "link": "https://arstechnica.com/gadgets/2026/08/first-test-flight-of-largest-all-electric-aircraft-used-just-5-of-electricity/",
      "summary": "Airline-backed venture aims to develop a hybrid-electric commercial aircraft.",
      "published": "2026-08-14 18:00",
      "source": "Ars Technica"
    },
    {
      "title": "Suspecting court of using AI, man injected prompts in filings to try to win case",
      "link": "https://arstechnica.com/tech-policy/2026/08/suspecting-court-of-using-ai-man-injected-prompts-in-filings-to-try-to-win-case/",
      "summary": "Judge warns pro se litigants are using chatbots wrong and getting desperate.",
      "published": "2026-08-14 17:26",
      "source": "Ars Technica"
    },
    {
      "title": "State judge orders Kalshi to stop offering sports bets and other wagers",
      "link": "https://arstechnica.com/tech-policy/2026/08/state-judge-orders-kalshi-to-stop-offering-sports-bets-and-other-wagers/",
      "summary": "Kalshi ordered to stop offering bets in Washington, must implement geofencing.",
      "published": "2026-08-14 17:13",
      "source": "Ars Technica"
    },
    {
      "title": "PBS station fears losing 50TB of data after being ghosted by cloud storage provider",
      "link": "https://arstechnica.com/information-technology/2026/08/pbs-station-fears-losing-50tb-of-data-after-being-ghosted-by-cloud-storage-provider/",
      "summary": "\"We don't have access to the data on the hardware/servers,\" Iron Mountain told Ars.",
      "published": "2026-08-14 17:03",
      "source": "Ars Technica"
    },
    {
      "title": "Policy experts: Europe stuck between \"rock and a hard place\" on launch",
      "link": "https://arstechnica.com/space/2026/08/policy-experts-europe-stuck-between-rock-and-a-hard-place-on-launch/",
      "summary": "It turns out that the economics of rocket reuse are pretty, pretty good.",
      "published": "2026-08-14 16:29",
      "source": "Ars Technica"
    }
  ]
}