{
  "AI & Machine Learning": [
    {
      "title": "HP Inc. launches Frontier strategic partnership with OpenAI",
      "link": "https://openai.com/index/hp-frontier-partnership",
      "summary": "HP Inc. scales its OpenAI Frontier partnership to deploy AI across customer experiences, software development, and enterprise operations.",
      "published": "2026-06-28 17:00",
      "source": "OpenAI News"
    }
  ],
  "Software Development": [
    {
      "title": "\u201cBring it to our shop\u201d: Workday\u2019s pitch for keeping AI agents close to your most valuable data",
      "link": "https://thenewstack.io/workday-ai-inference-guardrails/",
      "summary": "Workday, the payroll and HR data platform, has been pursuing AI and agents for a while, but while other businesses The post \u201cBring it to our shop\u201d: Workday\u2019s pitch for keeping AI agents close to your most valuable data appeared first on The New Stack.",
      "published": "2026-06-28 15:00",
      "source": "The New Stack"
    },
    {
      "title": "Okta is the first to bring AI agent governance inside FedRAMP boundaries",
      "link": "https://thenewstack.io/okta-ai-agents-fedramp/",
      "summary": "Okta has made its AI agent governance platform generally available for FedRAMP- and HIPAA-regulated environments, becoming what it claims is the first independent The post Okta is the first to bring AI agent governance inside FedRAMP boundaries appeared first on The New Stack.",
      "published": "2026-06-28 13:49",
      "source": "The New Stack"
    },
    {
      "title": "Greptile, Cursor, and Devin agree that agents should run their code. What they run it against matters.",
      "link": "https://thenewstack.io/runtime-verification-coding-agents/",
      "summary": "The industry has recognized that shipping agent code at scale requires runtime verification, and it is moving that way fast. The post Greptile, Cursor, and Devin agree that agents should run their code. What they run it against matters. appeared first on The New Stack.",
      "published": "2026-06-27 15:00",
      "source": "The New Stack"
    },
    {
      "title": "Vibe slop is the symptom. Context debt is the disease.",
      "link": "https://thenewstack.io/vibe-coding-context-debt/",
      "summary": "Some of the engineers who made vibe coding possible have decided it\u2019s a problem. Last month, The Wall Street Journal\u2019s The post Vibe slop is the symptom. Context debt is the disease. appeared first on The New Stack.",
      "published": "2026-06-27 10:30",
      "source": "The New Stack"
    },
    {
      "title": "How to Set Up Claude So You Never Write the Same Prompt Twice (Full Course)",
      "link": "https://dev.to/aniruddhaadak/how-to-set-up-claude-so-you-never-write-the-same-prompt-twice-full-course-8l1",
      "summary": "There is a habit that wastes more time than anything else when using Claude. Save this :) Writing the same instructions over and over again. Every session, you re-explain your role. You re-describe your writing style. You re-state your formatting preferences. You re-paste your company context. You re-specify what you want the output to look like. Then you do it again tomorrow. And the day after that. And the day after that. Over a month, you waste hours on instructions you have already written. ...",
      "published": "2026-06-29 00:41",
      "source": "DEV Community"
    },
    {
      "title": "The Prophet and the Price Cut",
      "link": "https://dev.to/jon_at_backboardio/the-prophet-and-the-price-cut-f5i",
      "summary": "Two things happened this month and they tell you everything about where AI is actually going. Coinbase quietly cut its AI bill nearly in half. Open models, smarter routing, better caching. No drama. A finance footnote that happens to be a glimpse of the future. And Dario Amodei published another essay. Not a tweet. An essay. The kind of sprawling, twenty-thousand-word civilizational scripture he keeps handing down from the mount. This one is called \"Policy on the AI Exponential,\" and the gist is...",
      "published": "2026-06-29 00:36",
      "source": "DEV Community"
    },
    {
      "title": "CI is the wrong place to first hear about your npm dependencies",
      "link": "https://dev.to/leobaniak/ci-is-the-wrong-place-to-first-hear-about-your-npm-dependencies-591f",
      "summary": "Your CI catches the npm vulnerability. Your developer is already three branches away and one standup behind. The package is installed, the lockfile regenerated, the import wired into a service, and the human who made that decision did it on a Tuesday afternoon with a tab open to Stack Overflow. Now the scanner is yelling. From the terminal, that is not security. That is grief counseling. That is the frame Sonu Kapoor lays out in a DevOps.com essay this week, and the engineering bones of it are c...",
      "published": "2026-06-29 00:24",
      "source": "DEV Community"
    },
    {
      "title": "Real-Time Arrhythmia Detection at the Edge: Deploying TinyML on ESP32 for Raw ECG Analysis",
      "link": "https://dev.to/beck_moulton/real-time-arrhythmia-detection-at-the-edge-deploying-tinyml-on-esp32-for-raw-ecg-analysis-6ae",
      "summary": "In the world of wearable health technology, the holy grail has always been moving intelligence from the cloud to the edge. Waiting for a cloud server to analyze your heart rhythm is not just a latency issue\u2014it's a privacy and battery life concern. Today, we are diving deep into TinyML, Edge AI, and ECG signal processing to build a real-time abnormality detector. By leveraging TensorFlow Lite for Microcontrollers and the versatile ESP32, we can process raw electrocardiogram (ECG) data locally. Th...",
      "published": "2026-06-29 00:24",
      "source": "DEV Community"
    },
    {
      "title": "Distributed Tracing: The Missing Piece of Your Observability Stack",
      "link": "https://dev.to/samson_tanimawo/distributed-tracing-the-missing-piece-of-your-observability-stack-34b",
      "summary": "When Logs and Metrics Aren't Enough You have great dashboards. Your log aggregation is solid. But when a user reports \"the checkout page is slow,\" you still spend 30 minutes jumping between services trying to find the bottleneck. That's the gap distributed tracing fills. What Tracing Actually Shows You A trace is a complete picture of a single request as it flows through your system: User Request \u2192 API Gateway \u2192 Auth Service \u2192 Product Service \u2192 DB \u2192 Cache \u2192 Response 5ms 12ms 45ms 120ms 3ms ^ Thi...",
      "published": "2026-06-29 00:17",
      "source": "DEV Community"
    },
    {
      "title": "Form validation without Formik or React Hook Form: treat your rules as domain logic",
      "link": "https://dev.to/chacaponquin/form-validation-without-formik-or-react-hook-form-treat-your-rules-as-domain-logic-2j8e",
      "summary": "We've all been here. A new form shows up, you install React Hook Form, add Zod or Yup, and in ten minutes you have something that \"works.\" The problem doesn't surface that day. It surfaces three months later, when the same VIN you validate in the create car form also has to be validated in edit, in import from Excel, and it turns out the rule \u2014\"17 characters, the last 5 numeric\"\u2014 is written three times, each one slightly different, and none of them lives in a place you can point to and say \"here...",
      "published": "2026-06-29 00:16",
      "source": "DEV Community"
    },
    {
      "title": "I Spent $200 Solving a $2 Problem. That Is Why AI Site Reliability Will Matter.",
      "link": "https://dev.to/shek_bake_1eda6ed9b79f7a1/i-spent-200-solving-a-2-problem-that-is-why-ai-site-reliability-will-matter-1i12",
      "summary": "So this weekend I spent $200 solving a $2 problem. Not because I was careless. Not because the system was broken in the old way. It happened because the tool was powerful, fast, confident, and wrong for just long enough. That is the strange thing about AI systems. They do not always fail loudly. A cloud server goes down, an alert fires, a dashboard turns red, someone opens an incident bridge, and the team knows what kind of movie they are in. AI failure is softer. The answer looks useful. The wo...",
      "published": "2026-06-29 00:16",
      "source": "DEV Community"
    },
    {
      "title": "I Said One Sentence, and My Agent Did the Rest",
      "link": "https://dev.to/mayf3/i-said-one-sentence-and-my-agent-did-the-rest-498p",
      "summary": "My kid said he wanted to do origami. I sent my Agent a single sentence asking it to handle the origami materials. It searched for tutorials on its own, printed out the origami guide along with sheets of paper. Later I wanted a different color, so I told it again, and it reprinted everything. From \"I want to do origami\" to having the materials in hand \u2014 under five minutes. In that moment, I felt that what changed might be more than just efficiency. The \"Middle Steps\" That Got Eliminated The origa...",
      "published": "2026-06-29 00:14",
      "source": "DEV Community"
    },
    {
      "title": "I built 6 useless (and useful) things with AI in 30 days",
      "link": "https://dev.to/cwsaibuddy/i-built-6-useless-and-useful-things-with-ai-in-30-days-47ac",
      "summary": "I got laid off in March 2026. The day HR handed me the 30-day notice, I had a small panic attack, then opened my laptop and started building things. Here's the deal: I had 30 days before severance ran out, and I wanted to see how much I could ship with AI tools before the money (and motivation) ran dry. I gave myself a single rule \u2014 every project gets a 7-day deadline, otherwise I kill it. I built 6 things. One has real users. One broke in production. Two I never opened again. This is what happe...",
      "published": "2026-06-29 00:13",
      "source": "DEV Community"
    },
    {
      "title": "Cx Dev Log \u2014 2026-06-28",
      "link": "https://dev.to/commenterthe9/cx-dev-log-2026-06-28-48oe",
      "summary": "Labeled break/continue is now live across the entire Cx language stack. From the lexer to the JIT, two commits streamlined the implementation into a complete vertical slice. No parts left out, no corners cut\u2014everything just works. The lexer seam If you're handling character literals and labels in the same codebase, you'll know what a pain this can be. We opted for a Rust-like syntax: 'ident for labels, with no closing quote. The label regex sits right after LiteralChar in the logos enum. Thanks ...",
      "published": "2026-06-29 00:10",
      "source": "DEV Community"
    }
  ],
  "Programming Languages": [
    {
      "title": "Modding a 20-year-old game to make it even better",
      "link": "https://www.reddit.com/r/programming/comments/1ui85rg/modding_a_20yearold_game_to_make_it_even_better/",
      "summary": "submitted by /u/HHalo6 [link] [comments]",
      "published": "2026-06-28 20:40",
      "source": "programming"
    },
    {
      "title": "Ante: A New Way to Blend Borrow Checking and Reference Counting",
      "link": "https://www.reddit.com/r/programming/comments/1ui2ql9/ante_a_new_way_to_blend_borrow_checking_and/",
      "summary": "submitted by /u/verdagon [link] [comments]",
      "published": "2026-06-28 17:09",
      "source": "programming"
    },
    {
      "title": "CORS explained in plain English",
      "link": "https://www.reddit.com/r/programming/comments/1uhpazx/cors_explained_in_plain_english/",
      "summary": "submitted by /u/AdvertisingFancy7011 [link] [comments]",
      "published": "2026-06-28 06:04",
      "source": "programming"
    },
    {
      "title": "Your console.log Is Lying to You: debugging traps and tricks",
      "link": "https://www.reddit.com/r/programming/comments/1ui7237/your_consolelog_is_lying_to_you_debugging_traps/",
      "summary": "Why console.log() can be misleading in browser DevTools: live object references, promises that look different when expanded later, logs changing timing-sensitive behavior, stale React state after updates, and source maps pointing at surprising line numbers. submitted by /u/OtherwisePush6424 [link] [comments]",
      "published": "2026-06-28 19:57",
      "source": "programming"
    },
    {
      "title": "Resource based slot range splitting in a distributed databases",
      "link": "https://www.reddit.com/r/programming/comments/1ui2mo1/resource_based_slot_range_splitting_in_a/",
      "summary": "So for learning purposes I was reading a few research papers on the topic of databases. I read through a few papers like gfs, cockroachdb, dynamodb, raft etc.. DynamoDb uses consistent hashing for the key distribution. It also uses virtual nodes for reducing the rebalancing problem when a node dies. So I had an idea of using the resource(disk, cpu, ram, network) of server to determine how much data/load it should handle. We can't determine the capacity of a server just with its hardware specs li...",
      "published": "2026-06-28 17:05",
      "source": "programming"
    },
    {
      "title": "Data Access Patterns That Makes Your CPU Really Angry",
      "link": "https://www.reddit.com/r/programming/comments/1uh3z4m/data_access_patterns_that_makes_your_cpu_really/",
      "summary": "submitted by /u/Double_Ad641 [link] [comments]",
      "published": "2026-06-27 14:19",
      "source": "programming"
    },
    {
      "title": "Conway's Game of Life Explained Visually",
      "link": "https://www.reddit.com/r/programming/comments/1uhr43k/conways_game_of_life_explained_visually/",
      "summary": "submitted by /u/caspervonb [link] [comments]",
      "published": "2026-06-28 07:48",
      "source": "programming"
    },
    {
      "title": "The AWS Data Hall Cooling Failure Linked to 150-Plus Cloud Service Disruptions",
      "link": "https://www.reddit.com/r/programming/comments/1uhbf79/the_aws_data_hall_cooling_failure_linked_to/",
      "summary": "submitted by /u/Cultural_Wheel_6936 [link] [comments]",
      "published": "2026-06-27 19:21",
      "source": "programming"
    },
    {
      "title": "50 out of 413 Companies that use my libraries",
      "link": "https://www.reddit.com/r/programming/comments/1uh2qcg/50_out_of_413_companies_that_use_my_libraries/",
      "summary": "submitted by /u/bowbahdoe [link] [comments]",
      "published": "2026-06-27 13:25",
      "source": "programming"
    }
  ],
  "Game Development": [],
  "Gaming News": [
    {
      "title": "VIRTUA FIGHTER CROSSROADS: Bakunawa Killer Trailer",
      "link": "https://www.gamespot.com/videos/virtua-fighter-crossroads-bakunawa-killer-trailer/",
      "summary": "The so-called \"Bakunawa Killer\" has been tied to a series of violent attacks throughout Vilasapara. Check out the latest reveal trailer for Virtua Fighter Crossroads.",
      "published": "2026-06-28 23:35",
      "source": "GameSpot - All Content"
    },
    {
      "title": "TEKKEN 8 \u2013 Bob Gameplay RevealTrailer",
      "link": "https://www.gamespot.com/videos/tekken-8-bob-gameplay-revealtrailer/",
      "summary": "Check out Bob who was revealed at EVO 2026 for Tekken 8.",
      "published": "2026-06-28 23:33",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Old Fortnite Skins Are Returning: What\u2019s Actually Exclusive And What Could Come Back?",
      "link": "https://www.gamespot.com/articles/old-fortnite-skins-are-returning-whats-actually-exclusive-and-what-could-come-back/",
      "summary": "One of the most contentious topics in the Fortnite community is the one surrounding its many exclusive cosmetics that may never be available to obtain ever again. As it stands now, folks have been fighting about this for years, with a lot of players arguing that it's only right that new players get a chance at those classic battle pass skins like Drift or Peely. But this is actually a legal question, rather than something we could put to a vote, so these discussions rarely get anywhere near the ...",
      "published": "2026-06-28 23:20",
      "source": "GameSpot - All Content"
    },
    {
      "title": "GUILTY GEAR -STRIVE- Robo-Ky Official Trailer",
      "link": "https://www.gamespot.com/videos/guilty-gear-strive-robo-ky-official-trailer/",
      "summary": "Robo-Ky joins the Guilty Gear -Strive- roster as a Season Pass 5 Playable Character coming on July 2nd.",
      "published": "2026-06-27 21:36",
      "source": "GameSpot - All Content"
    },
    {
      "title": "MARVEL T\u014dkon: Fighting Souls \u2013 Magneto and Black Panther Gameplay",
      "link": "https://www.gamespot.com/videos/marvel-tokon-fighting-souls-magneto-and-black-panther-gameplay/",
      "summary": "Check out over 8 minutes of gameplay featuring primarily Magneto and Black Panther from Marvel Tokon: Fighting Souls.",
      "published": "2026-06-27 14:00",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Grab Your Friends: The Adventure Time Boxed Set Is $33 For Prime Day",
      "link": "https://www.gamespot.com/articles/grab-your-friends-the-adventure-time-boxed-set-is-33-for-prime-day/",
      "summary": "Adventure Time: The Complete Series Boxed Set (DVD) $33 (was $50) See at Amazon This Prime Day you can pick up one of the most influential series of the 2010s for a steep discount: the Adventure Time boxed set for just $33 (down from $50). Pendleton Ward's fantasy series earned rave reviews during its run and is still a cult classic today thanks to its many spin-offs. If you've been looking for an excuse to return to the land of Ooo, now's a good time to do it. Adventure Time: The Complete Serie...",
      "published": "2026-06-27 00:02",
      "source": "GameSpot - All Content"
    },
    {
      "title": "The Dark Knight Trilogy Blu-Ray Boxed Set Is 25% Off For Prime Day",
      "link": "https://www.gamespot.com/articles/the-dark-knight-trilogy-blu-ray-boxed-set-is-25-off-for-prime-day/",
      "summary": "The Dark Knight Trilogy Collection (4K Blu-ray boxed set) $28 (was $38) See on Amazon There's a Batman series for every generation, and if you grew up in the late 2000s, that was the Christopher Nolan Dark Knight Trilogy. Even if Christian Bale isn't your generation's iconic Batman, Amazon has cut the price of the 4K Blu-ray boxed set on the Nolan trilogy to just $28 (down from $38), a nice 25% discount. The Dark Knight Trilogy Collection (4K Blu-ray boxed set) $28 (was $38) This Blu-ray bundle ...",
      "published": "2026-06-26 23:50",
      "source": "GameSpot - All Content"
    },
    {
      "title": "You Can Snag Some Of Our Favorite Board Games For Up To 45% Off On Prime Day",
      "link": "https://www.gamespot.com/articles/you-can-snag-some-of-our-favorite-board-games-for-up-to-45-off-on-prime-day/",
      "summary": "If you've been looking to expand your board game collection, Prime Day is a great excuse to do just that. Amazon's deal event has loads of board games on sale--enough to keep you rolling dice and manipulating little plastic whatsits long into the night. A few highlights include the game night classic Catan for $30 (down from $55), the official LEGO party game, Brick Like This for $13 (down from $20), and the Lord of the Rings Trick-Taking Game for $22 (down from $27). That last one took a spot o...",
      "published": "2026-06-26 23:48",
      "source": "GameSpot - All Content"
    },
    {
      "title": "Live Out Your Clone Trooper Fantasies With This Prime Day Deal On Star Wars Black Series Gear",
      "link": "https://www.gamespot.com/articles/live-out-your-clone-trooper-fantasies-with-this-prime-day-deal-on-star-wars-black-series-gear/",
      "summary": "Looking to join the Empire, rebel scum? Good news, the Star Wars Black Series Clone Trooper II helmet is on sale! Not a huge discount, it's $95 (down from $110), but it's enough of a price cut that it could be convincing if you've been on the fence about joining the late-Republic armed forces that would eventually become the Imperial army. The Clone II Trooper armor was introduced during the later years of the Clone Wars as an improvement over the Phase I design (which you see in Attack of the C...",
      "published": "2026-06-26 23:41",
      "source": "GameSpot - All Content"
    },
    {
      "title": "After a 4-year wait, Netflix announces Cyberpunk: Edgerunners 2 is coming this fall",
      "link": "https://www.pcgamer.com/games/rpg/after-a-4-year-wait-netflix-announces-cyberpunk-edgerunners-2-is-coming-this-fall/",
      "summary": "I really want to stay at your house. Again.",
      "published": "2026-06-28 21:40",
      "source": "PCGamer latest"
    },
    {
      "title": "Fallout: New Vegas director Josh Sawyer says Obsidian has 'Karma Police' who go through games making sure every skill gets enough cool stuff to do: 'We're not gonna leave you out to dry'",
      "link": "https://www.pcgamer.com/games/fallout/fallout-new-vegas-director-josh-sawyer-says-obsidian-has-karma-police-who-go-through-the-game-making-sure-every-skill-gets-enough-cool-stuff-to-do-were-not-gonna-leave-you-out-to-dry/",
      "summary": "\"Some people think I'm preoccupied with balance.\"",
      "published": "2026-06-28 21:02",
      "source": "PCGamer latest"
    },
    {
      "title": "Mina the Hollower will make her fighting game debut in a crossover next year",
      "link": "https://www.pcgamer.com/games/fighting/mina-the-hollower-will-make-her-fighting-game-debut-in-a-crossover-next-year/",
      "summary": "It's not the first time Rivals of Aether has included a character from Yacht Club's games.",
      "published": "2026-06-28 21:01",
      "source": "PCGamer latest"
    },
    {
      "title": "Josh Sawyer says the Fallout TV show is an 'amazing adaptation' of a videogame, and 'one of the best that I've seen'",
      "link": "https://www.pcgamer.com/games/fallout/josh-sawyer-says-the-fallout-tv-show-is-an-amazing-adaptation-of-a-videogame-and-one-of-the-best-that-ive-seen/",
      "summary": "\"I am very interested to see where it goes.\"",
      "published": "2026-06-28 18:16",
      "source": "PCGamer latest"
    },
    {
      "title": "Meccha Chameleon proves an explosive hit with over 10 million copies sold",
      "link": "https://www.pcgamer.com/games/meccha-chameleon-proves-an-explosive-hit-with-over-10-million-copies-sold/",
      "summary": "The indie evolution of prop hunt is taking Steam by storm.",
      "published": "2026-06-28 18:04",
      "source": "PCGamer latest"
    },
    {
      "title": "Invincible VS devs would like to have guest characters like Spider-Man and Sub Zero: 'If we have that opportunity, we will definitely take it'",
      "link": "https://www.pcgamer.com/games/fighting/invincible-vs-devs-would-like-to-have-guest-characters-like-spider-man-and-sub-zero-if-we-have-that-opportunity-we-will-definitely-take-it/",
      "summary": "What's a gory fighting game without a few distinguished guests?",
      "published": "2026-06-28 17:03",
      "source": "PCGamer latest"
    },
    {
      "title": "Here's what you want to see from Grand Theft Auto 6's radio stations: Phil Collins, conspiracy theory parodies, and\u2026 Gregorian chanting?",
      "link": "https://www.pcgamer.com/games/grand-theft-auto/heres-what-you-want-to-see-from-grand-theft-auto-6s-radio-stations-phil-collins-conspiracy-theory-parodies-and-gregorian-chanting/",
      "summary": "Vice City's about to get real weird.",
      "published": "2026-06-28 17:00",
      "source": "PCGamer latest"
    },
    {
      "title": "The Binding of Isaac hits new all-time concurrent player count peak on Steam 12 years after release",
      "link": "https://www.pcgamer.com/games/roguelike/the-binding-of-isaac-hits-new-all-time-concurrent-player-count-peak-on-steam-12-years-after-release/",
      "summary": "That's a lot of tears.",
      "published": "2026-06-28 16:25",
      "source": "PCGamer latest"
    },
    {
      "title": "Sally Beaumont, voice actor in Old Skies and The S\u00e9ance of Blake Manor, extols the virtues of narrative singleplayer games 'You can have lots of them in your PC toolbelt'",
      "link": "https://www.pcgamer.com/gaming-industry/sally-beaumont-voice-actor-in-old-skies-and-the-seance-of-blake-manor-extols-the-virtues-of-narrative-singleplayer-games-you-can-have-lots-of-them-in-your-pc-toolbelt/",
      "summary": "The voice of Old Skies' Fia Quinn guides us through the games on her PC.",
      "published": "2026-06-28 16:00",
      "source": "PCGamer latest"
    },
    {
      "title": "Nightdive says compatibility with fan missions was a big priority for Thief Remastered, and there's one massive mod in particular it knew it had to get working",
      "link": "https://www.pcgamer.com/games/sim/nightdive-says-compatibility-with-fan-missions-was-a-big-priority-for-thief-remastered-and-theres-one-massive-mod-in-particular-it-knew-it-had-to-get-working/",
      "summary": "\"Obviously the big one in the room is The Black Parade\".",
      "published": "2026-06-28 15:54",
      "source": "PCGamer latest"
    }
  ],
  "Robotics": [
    {
      "title": "AGIBOT produces 15,000th robot, marking a milestone in embodied AI deployment",
      "link": "https://www.therobotreport.com/agibot-produces-15000th-robot-marking-milestone-embodied-ai-deployment/",
      "summary": "AGIBOT has rolled out 15,000 wheeled semi-humanoid robots as it moves from embodied AI from development and production to deployment. The post AGIBOT produces 15,000th robot, marking a milestone in embodied AI deployment appeared first on The Robot Report.",
      "published": "2026-06-28 09:00",
      "source": "The Robot Report"
    },
    {
      "title": "We know how to build smarter robots. Now, we need to learn smarter ways to test them",
      "link": "https://www.therobotreport.com/we-know-how-to-build-smarter-robots-now-we-need-to-learn-smarter-ways-to-test-them/",
      "summary": "Atharv Kolhar, a staff test automation engineer at Figure AI, says the robotics industry needs a testing philosophy that scales alongside autonomy. The post We know how to build smarter robots. Now, we need to learn smarter ways to test them appeared first on The Robot Report.",
      "published": "2026-06-27 13:00",
      "source": "The Robot Report"
    },
    {
      "title": "How compact cobot integration enhances autonomous mobile robot applications",
      "link": "https://www.therobotreport.com/how-compact-cobot-integration-enhances-autonomous-mobile-robot-applications/",
      "summary": "Cobots are quickly shaping the future of warehousing, with their use rising 10-fold from 2018 to 2025, Kassow said. The post How compact cobot integration enhances autonomous mobile robot applications appeared first on The Robot Report.",
      "published": "2026-06-27 12:35",
      "source": "The Robot Report"
    }
  ],
  "Tech General": [
    {
      "title": "California law targeting loud streaming ads takes effect on July 1",
      "link": "https://techcrunch.com/2026/06/28/california-law-targeting-loud-streaming-ads-takes-effect-on-july-1/",
      "summary": "Streaming ads might be getting a lot quieter.",
      "published": "2026-06-28 21:34",
      "source": "TechCrunch"
    },
    {
      "title": "Ford rehires \u2018gray beard\u2019 engineers after AI falls short",
      "link": "https://techcrunch.com/2026/06/28/ford-rehires-gray-beard-engineers-after-ai-falls-short/",
      "summary": "\"Mistakenly we thought that by just introducing artificial intelligence ... that would produce a high-quality product.\u201d",
      "published": "2026-06-28 19:05",
      "source": "TechCrunch"
    },
    {
      "title": "Writer Ian Bogost says \u2018The Small Stuff\u2019 can help us reclaim our lives from too much convenience",
      "link": "https://techcrunch.com/2026/06/28/writer-ian-bogost-says-the-small-stuff-can-help-us-reclaim-our-lives-from-dematerialization/",
      "summary": "Has Silicon Valley been building the wrong things?",
      "published": "2026-06-28 17:03",
      "source": "TechCrunch"
    },
    {
      "title": "TechCrunch Mobility: All eyes on Tesla FSD",
      "link": "https://techcrunch.com/2026/06/28/techcrunch-mobility-all-eyes-on-tesla-fsd/",
      "summary": "Welcome back to TechCrunch Mobility, your hub for the future of transportation and now, more than ever, how AI is playing a part.",
      "published": "2026-06-28 16:05",
      "source": "TechCrunch"
    },
    {
      "title": "Why Wall Street thinks US memory maker Micron is the next Nvidia",
      "link": "https://techcrunch.com/2026/06/28/why-wall-street-thinks-us-memory-maker-micron-is-the-next-nvidia/",
      "summary": "Eager to find more public AI-related companies that may do as well as Nvidia, Wall Street investors think they've found a winner with Micron.",
      "published": "2026-06-28 15:00",
      "source": "TechCrunch"
    },
    {
      "title": "Govee\u2019s smart nugget ice maker makes every iced drink feel like a luxury",
      "link": "https://techcrunch.com/2026/06/28/govees-smart-nugget-ice-maker-makes-every-iced-drink-feel-like-a-luxury/",
      "summary": "For some people, the ice in a beverage is almost as important as the drink itself. That\u2019s the audience Govee had in mind when designing its latest ice maker, the GoveeLife Smart Nugget Ice Maker Pro. This $500 premium smart home gadget is aimed at those who crave what\u2019s called \u201cthe good ice,\u201d the soft, chewable [\u2026]",
      "published": "2026-06-28 14:00",
      "source": "TechCrunch"
    },
    {
      "title": "Indian payments chief thinks AI will be heavily involved in next era of digital payment growth",
      "link": "https://techcrunch.com/2026/06/27/indian-payments-chief-thinks-ai-will-be-heavily-involved-in-next-era-of-digital-payment-growth/",
      "summary": "Dilip Asbe said that newer UPI apps could be more competitive with a viable commercial model",
      "published": "2026-06-28 05:00",
      "source": "TechCrunch"
    },
    {
      "title": "Instagram is testing more ways to customize \u2018Your Algorithm\u2019",
      "link": "https://techcrunch.com/2026/06/27/instagram-is-testing-more-ways-for-users-to-customize-your-algorithm/",
      "summary": "Instagram users could soon see more ways to tune their content.",
      "published": "2026-06-27 21:27",
      "source": "TechCrunch"
    },
    {
      "title": "SoftBank\u2019s CEO isn\u2019t the only one with questions about Elon Musk\u2019s orbital data center hype",
      "link": "https://techcrunch.com/2026/06/27/softbanks-ceo-isnt-the-only-one-with-questions-about-elon-musks-orbital-data-center-hype/",
      "summary": "Not everyone is buying Elon Musk\u2019s vision for orbital data centers.",
      "published": "2026-06-27 20:42",
      "source": "TechCrunch"
    },
    {
      "title": "Apple Vision Pro exec is reportedly leaving for OpenAI",
      "link": "https://techcrunch.com/2026/06/27/apple-vision-pro-exec-is-reportedly-leaving-for-openai/",
      "summary": "Paul Meade, the Apple vice president in charge of the Vision Pro headset, is reportedly leaving the company to join OpenAI\u2019s hardware team.",
      "published": "2026-06-27 16:45",
      "source": "TechCrunch"
    },
    {
      "title": "China\u2019s Z.ai claims it can match Mythos on cybersecurity",
      "link": "https://www.theverge.com/ai-artificial-intelligence/958804/chinas-z-ai-glm-52-mythos-cybersecurity",
      "summary": "China's Zhipu AI (Z.ai) released its open-weight GLM-5.2, and some researchers have claimed that it matches Mythos in certain bug-finding and cybersecurity scenarios. While GLM lags behind models from Anthropic and OpenAI in other, more general tasks, it seems that China has dramatically reduced the gap in the capabilities between its models and those of [\u2026]",
      "published": "2026-06-28 21:42",
      "source": "The Verge"
    },
    {
      "title": "Suno launches Spark incubator program to feed independent artists to its AI machine",
      "link": "https://www.theverge.com/ai-artificial-intelligence/958801/suno-launches-spark-incubator-program-to-feed-independent-artists-to-its-ai-machine",
      "summary": "Suno has ambitions to be more than just a toy to churn out AI slop, it also wants to be a streaming destination and to break new artists. Spark is their new incubator program for independent artists that provides grants, mentorship, and marketing support. To apply, artists need to be an unsigned singer, songwriter, or [\u2026]",
      "published": "2026-06-28 20:27",
      "source": "The Verge"
    },
    {
      "title": "China claims the world&#8217;s fastest supercomputer",
      "link": "https://www.theverge.com/tech/958768/china-claims-the-worlds-fastest-supercomputer",
      "summary": "Despite trade restrictions, China has reclaimed the title of the world's fastest supercomputer for the first time since 2018. LineShine has pushed El Capitan out of number one on the TOP500 ranking. That's despite strict limits on what high-powered computing components can be sold to China by US firms, which dominate the list, with America [\u2026]",
      "published": "2026-06-28 17:20",
      "source": "The Verge"
    },
    {
      "title": "The Cube is Jim Henson\u2019s little-known proto-Black Mirror masterpiece",
      "link": "https://www.theverge.com/entertainment/958757/jim-henson-the-cube-black-mirror-tv-movie-review",
      "summary": "I'm sure we're all familiar with Dark Crystal, so we know that Jim Henson can be weird and tackle slightly more mature subject matter. But there is little in his oeuvre that is quite as mind-bending as the Muppetless The Cube. This 1969 teleplay was produced for an NBC anthology series called Experiment in Television, [\u2026]",
      "published": "2026-06-28 16:30",
      "source": "The Verge"
    },
    {
      "title": "Prosecutors used ChatGPT logs as evidence in the Palisades fire trial",
      "link": "https://www.theverge.com/ai-artificial-intelligence/958751/prosecutors-chatgpt-palisades-wildfire-arson-mistrial",
      "summary": "Jonathan Rinderknecht was facing arson charges for setting a fire on New Year's Day in 2025, which became one of the deadliest wildfires in LA history. To make their case, prosecutors turned to location data from his iPhone, security camera footage, and witness testimony. But they also turned to his ChatGPT logs. Prosecutors said that [\u2026]",
      "published": "2026-06-28 14:12",
      "source": "The Verge"
    },
    {
      "title": "Nest&#8217;s quest to fix your thermostat",
      "link": "https://www.theverge.com/podcast/958735/nest-thermostat-version-history",
      "summary": "The founding story of Nest is pretty much a perfect tech myth. A legendary product maker (in this case, Tony Fadell) helps create one of the most successful products ever (the iPhone) and then rides off into the sunset to enjoy the rest of his life, only to have an experience that drags him back [\u2026]",
      "published": "2026-06-28 12:02",
      "source": "The Verge"
    },
    {
      "title": "Ad-free streaming is a luxury now",
      "link": "https://www.theverge.com/column/958379/streaming-industry-ads",
      "summary": "This is The Stepback, a weekly newsletter breaking down one essential story from the tech world. For more news about the streaming industry, follow Emma Roth. The Stepback arrives in our subscribers' inboxes at 8AM ET. Opt in for The Stepback here. How it started Streaming was once a reprieve from cable. Not only could [\u2026]",
      "published": "2026-06-28 12:00",
      "source": "The Verge"
    },
    {
      "title": "TMD\u2019s keyless bike lock is a $280 solution to a $60 problem",
      "link": "https://www.theverge.com/tech/957603/tmd-smart-keyless-bike-lock-review",
      "summary": "I've seen lots of so-called \"smart\" bike locks over the years, but none so far could justify the added cost. A newcomer that got its start securing ATMs for banks is trying to change that. There's nothing wholly unique about the TMD Chain Lock, but the combination of materials, performance, and insurance-friendly ART-2 certification makes [\u2026]",
      "published": "2026-06-28 07:00",
      "source": "The Verge"
    },
    {
      "title": "Teenage Engineering adds lo-fi mode, USB audio, and more to its KO II sampler",
      "link": "https://www.theverge.com/entertainment/958723/teenage-engineering-os-25-ep-133-ko-ii-sampler",
      "summary": "Teenage Engineering has already issued multiple substantial updates for its surprisingly capable $329 EP-133 KO II sampler. Its latest is one of the biggest yet. OS 2.5 adds audio over USB, selectable sample rates for lo-fi fun, sample reverse, an arpeggiator, equal-length autochopping, and it extends the maximum length of a sample from 20 seconds [\u2026]",
      "published": "2026-06-27 21:20",
      "source": "The Verge"
    },
    {
      "title": "Margaret Atwood says the problem with AI is &#8216;garbage in, garbage out&#8217;",
      "link": "https://www.theverge.com/ai-artificial-intelligence/958715/margaret-atwood-ai-problem-garbage-in-garbage-out",
      "summary": "Maraget Atwood, the storied author of The Handmaid's Tale and The Blind Assassin, was interviewed as part of the Babell Literary and Cultural Festival in Porto, Portugal. As it usually does at these things, the issue of AI came up, and Atwood didn't mince words. According to Deadline's recap, Atwood said she'd used an AI [\u2026]",
      "published": "2026-06-27 18:39",
      "source": "The Verge"
    },
    {
      "title": "Why did this journal retract two 1940s papers by Max Planck?",
      "link": "https://arstechnica.com/science/2026/06/why-did-this-journal-retract-two-1940s-papers-by-max-planck/",
      "summary": "Clicking on the links now reveals blank pages and empty PDFs. \"Intellectually, it\u2019s not acceptable.\u201d",
      "published": "2026-06-28 18:49",
      "source": "Ars Technica"
    },
    {
      "title": "Apple and Audi alumni have made a luxe EV based on the moon buggy",
      "link": "https://arstechnica.com/cars/2026/06/apple-and-audi-alumni-have-made-a-luxe-ev-based-on-the-moon-buggy/",
      "summary": "The Amble One is a street-legal $25,000 electric buggy designed for luxury resorts.",
      "published": "2026-06-27 11:07",
      "source": "Ars Technica"
    },
    {
      "title": "South Korea plans to train entire military as \"drone warriors\"",
      "link": "https://arstechnica.com/ai/2026/06/south-korea-plans-to-train-entire-military-as-drone-warriors/",
      "summary": "Half-million strong military will train on drones as \u201cuniversal combat tool.\u201d",
      "published": "2026-06-26 22:19",
      "source": "Ars Technica"
    },
    {
      "title": "Doctors suspected man had brain cancer. He actually had worms.",
      "link": "https://arstechnica.com/health/2026/06/doctors-suspected-man-had-brain-cancer-he-actually-had-worms/",
      "summary": "His doctors went looking for cancer, then they saw the worms' heads.",
      "published": "2026-06-26 21:43",
      "source": "Ars Technica"
    },
    {
      "title": "Streaming services\u2019 obnoxiously loud ads become illegal on July 1 in California",
      "link": "https://arstechnica.com/gadgets/2026/06/streaming-services-obnoxiously-loud-ads-become-illegal-on-july-1-in-california/",
      "summary": "Illinois passed a similar law, giving services more incentive to make ads less booming.",
      "published": "2026-06-26 21:12",
      "source": "Ars Technica"
    },
    {
      "title": "Russian citizens told \"switch to Android\" after Apple blocks key Russian apps",
      "link": "https://arstechnica.com/gadgets/2026/06/russian-citizens-told-switch-to-android-after-apple-blocks-key-russian-apps/",
      "summary": "Russian government lashes out at Apple's \"bizarre\" decisions.",
      "published": "2026-06-26 20:58",
      "source": "Ars Technica"
    },
    {
      "title": "NYT slams Microsoft for building copyright-infringing supercomputer for OpenAI",
      "link": "https://arstechnica.com/tech-policy/2026/06/microsoft-built-supercomputer-to-help-openai-infringe-copyrights-nyt-alleged/",
      "summary": "NYT shifts OpenAI/Microsoft copyright claims after SCOTUS ruling against Sony.",
      "published": "2026-06-26 20:04",
      "source": "Ars Technica"
    }
  ]
}