{
  "AI & Machine Learning": [
    {
      "title": "Implementing Hybrid Semantic-Lexical Search in RAG",
      "link": "https://machinelearningmastery.com/implementing-hybrid-semantic-lexical-search-in-rag/",
      "summary": "Implementing hybrid search strategies is a critical step in building modern RAG (Retrieval-Augmented Generation) systems , especially when shifting from prototype to production-ready solutions.",
      "published": "2026-05-25 12:00",
      "source": "MachineLearningMastery.com"
    },
    {
      "title": "OpenAI, Grupo Folha and Grupo UOL announce strategic content partnership",
      "link": "https://openai.com/index/grupo-folha-grupo-uol-partnership",
      "summary": "OpenAI partners with Grupo Folha and Grupo UOL to bring trusted Brazilian journalism to ChatGPT, expanding access to news with attribution and transparency.",
      "published": "2026-05-25 00:00",
      "source": "OpenAI News"
    }
  ],
  "Software Development": [
    {
      "title": "GitLab 19.0 trades its string section for a full DevSecOps orchestra",
      "link": "https://thenewstack.io/gitlab-19-secrets-manager/",
      "summary": "There are orchestras\u2026 and then there are mere string, horn, or woodwind sections. As the self-styled intelligent orchestration platform for The post GitLab 19.0 trades its string section for a full DevSecOps orchestra appeared first on The New Stack.",
      "published": "2026-05-25 16:00",
      "source": "The New Stack"
    },
    {
      "title": "Who\u2019s monitoring the agents?",
      "link": "https://thenewstack.io/who-monitors-ai-agents/",
      "summary": "Over the past few months, something quietly shifted. Frameworks like CrewAI, AutoGen, and LangGraph are no longer just showing up The post Who\u2019s monitoring the agents? appeared first on The New Stack.",
      "published": "2026-05-24 16:00",
      "source": "The New Stack"
    },
    {
      "title": "How Jaeger hit 8.6\u00d7 compression on 10 million spans with ClickHouse",
      "link": "https://thenewstack.io/jaeger-clickhouse-storage-backend/",
      "summary": "As someone who\u2019s been maintaining Jaeger, I\u2019ve watched users request ClickHouse support consistently over the past few years. With Jaeger The post How Jaeger hit 8.6\u00d7 compression on 10 million spans with ClickHouse appeared first on The New Stack.",
      "published": "2026-05-24 15:00",
      "source": "The New Stack"
    },
    {
      "title": "What ClickHouse learned from a year of coding with AI agents",
      "link": "https://thenewstack.io/clickhouse-ai-coding-agents/",
      "summary": "Some people will tell you agents will take all our jobs. Others insist they are useless. Leadership at many companies The post What ClickHouse learned from a year of coding with AI agents appeared first on The New Stack.",
      "published": "2026-05-24 14:00",
      "source": "The New Stack"
    },
    {
      "title": "Cursor 3 ships parallel AI agents. Here is the multi-agent workflow that actually works.",
      "link": "https://dev.to/thegdsks/cursor-3-ships-parallel-ai-agents-here-is-the-multi-agent-workflow-that-actually-works-2bk8",
      "summary": "Cursor 3 ships parallel AI agents. Here is the multi-agent workflow that actually works. On April 2, 2026, Cursor shipped version 3.0 and called it \"a unified workspace for building software with agents.\" The headline feature is the Agents Window: a sidebar that shows every active agent session, local or cloud, across all your repos, all at once. I have spent the past three weeks running it on a real codebase and the experience is different enough from any previous AI coding tool that it warrant...",
      "published": "2026-05-26 02:51",
      "source": "DEV Community"
    },
    {
      "title": "Prisma-7 A Complete Beginners Guide (With Free Cloud Database!)",
      "link": "https://dev.to/harshkushwaha/prisma-7-a-complete-beginners-guide-with-free-cloud-database-1lm1",
      "summary": "No prior database experience needed. This guide walks you through everything \u2014 what Prisma is, how it works, how to get a free cloud database in seconds, and how to write your first queries. What Is Prisma? If you've ever tried talking to a database from a Node.js app, you know how messy it can get. You write raw SQL strings, hope there are no typos, and get zero help from TypeScript. That's the old way. Prisma is an ORM (Object-Relational Mapper). An ORM is basically a bridge between your JavaS...",
      "published": "2026-05-26 02:45",
      "source": "DEV Community"
    },
    {
      "title": "Akses HDD Rumah dari Laptop Kantor Pakai Tailscale + SMB (Tanpa VPN Ribet)",
      "link": "https://dev.to/technubie/akses-hdd-rumah-dari-laptop-kantor-pakai-tailscale-smb-tanpa-vpn-ribet-4h3o",
      "summary": "Pernah ngalamin ini? Lagi rapat di kantor, klien minta file presentasi yang ada di PC rumah. File-nya 200MB, Gmail attachment max 25MB. Drama. Atau anak butuh file PR mendadak, laptop dia di rumah, kita lagi di luar. Solusinya pulang? Nggak efisien. Saya pernah berkali-kali ngalamin pain ini. Sampai akhirnya nemu kombinasi yang murah meriah dan tetep cepet: Tailscale + SMB. Gratis (tier free 100 device), tanpa setting router, tanpa port forwarding, dan yang paling penting \u2014 tembus firewall kanto...",
      "published": "2026-05-26 02:42",
      "source": "DEV Community"
    },
    {
      "title": "Content Pipeline in MonoGame: Why I Don't Use It",
      "link": "https://dev.to/rds1983/content-pipeline-in-monogame-why-i-dont-use-it-4f8n",
      "summary": "Introduction The Content Pipeline is the official way to handle assets in MonoGame. However, there has long been a significant group of developers in the community who dislike it and prefer to load assets in their \"raw\" form. This approach is especially popular in the FNA community (another XNA 4 implementation) \u2014 almost everyone there uses it. I\u2019ve also been part of this \"party\" for a long time, and in this article I\u2019ll explain why. First, let\u2019s go over the real advantages of the Content Pipeli...",
      "published": "2026-05-26 02:42",
      "source": "DEV Community"
    },
    {
      "title": "Debug Log #1 \u2014 The Pipeline That Looked Broken",
      "link": "https://dev.to/thompson_jovann_4fae7e88d/debug-log-1-the-pipeline-that-looked-broken-23f8",
      "summary": "I had been building a local ETL pipeline designed to process long conversational PDFs into structured datasets. The system extracted dialogue, cleaned it, generated QA artifacts, and loaded the results into SQLite for downstream analysis. By the time this debugging process started, the core extract-transform-load flow already worked. Data could move end-to-end through the system successfully. The problems started showing up once I added the QA and diagnostics stages around it. During development...",
      "published": "2026-05-26 02:40",
      "source": "DEV Community"
    },
    {
      "title": "Data Structures in JavaScript: When to Use What (2026)",
      "link": "https://dev.to/armorbreak/data-structures-in-javascript-when-to-use-what-2026-3je",
      "summary": "Data Structures in JavaScript: When to Use What (2026) Arrays aren't the only tool. Pick the right data structure and your code gets faster, cleaner, and more readable. The Big Picture Most developers use Arrays for everything. But JavaScript has more options: Array \u2192 Ordered list, fast access by index Set \u2192 Unique values only, fast lookup Map \u2192 Key-value pairs (any type as key) Object \u2192 Key-value (string keys only), structured data WeakMap \u2192 Key-value with garbage-collectable keys WeakSet \u2192 Set...",
      "published": "2026-05-26 02:37",
      "source": "DEV Community"
    },
    {
      "title": "BGP Route Flap Damping: A Solution or a New Problem?",
      "link": "https://dev.to/merbayerp/bgp-route-flap-damping-a-solution-or-a-new-problem-229h",
      "summary": "BGP Route Flap Damping: The Breathing Process of a Network BGP route flap damping is a mechanism developed to combat one of the most frustrating issues network engineers face: route flapping, where routes constantly appear and disappear. A route repeatedly appearing and disappearing in short intervals can severely impact network stability. In large and complex networks, this leads to constant updates in routing tables, causing high CPU utilization and packet loss. In my own experience, while wor...",
      "published": "2026-05-26 02:36",
      "source": "DEV Community"
    },
    {
      "title": "First look at AWS DevOps Agent",
      "link": "https://dev.to/shajam/first-look-at-aws-devops-agent-57k9",
      "summary": "A few days ago, AWS DMS tasks in our environment unexpectedly stopped working due to an issue with AWS Secrets Manager integration. I identified the issue the next day when engineers were complaining. The tasks were configured to extract data from a database and load it into Amazon S3 using credentials stored in Secrets Manager. I tried restarting the task and it worked fine. At that moment, it was not clear whether the issue is with AWS or whether something has changed on the infrastructure sid...",
      "published": "2026-05-26 02:31",
      "source": "DEV Community"
    },
    {
      "title": "The Next Big \u201cCult App\u201d Probably Isn\u2019t Another Social Media Platform",
      "link": "https://dev.to/nish2005karsh/the-next-big-cult-app-probably-isnt-another-social-media-platform-4agf",
      "summary": "Lately I\u2019ve been thinking a lot about apps like Cal AI, Strava, Duolingo, Letterboxd, GitHub, etc. Not because of their features. But because of something WAY more important: \ud83d\udc49 They have CULT FOLLOWINGS. People don\u2019t just use these apps. They identify with them. And honestly, I think there\u2019s still a HUGE opportunity to build apps/websites like this \u2014 especially for students, developers, creators, and internet-native communities. What makes an app get a cult following? From what I\u2019ve observed, th...",
      "published": "2026-05-26 02:23",
      "source": "DEV Community"
    },
    {
      "title": "From Template to Production-Shaped: An AI-Native Dev Flow for Go Side Projects",
      "link": "https://dev.to/kanchen_lin_331136af621d/from-template-to-production-shaped-an-ai-native-dev-flow-for-go-side-projects-245g",
      "summary": "I wanted my next side project to look like the kind of code I'd ship at work \u2014 hexagonal architecture, sqlc, depguard, integration tests \u2014 without the usual side-project tax of spending three evenings on scaffolding before writing the first line of domain logic. So I built it twice. First, I forked a Go backend template I'd been hardening for months. Then I drove every feature on top of it through a structured AI workflow I call qrspi: question \u2192 research \u2192 structure \u2192 plan \u2192 implement. The prod...",
      "published": "2026-05-26 02:07",
      "source": "DEV Community"
    }
  ],
  "Programming Languages": [
    {
      "title": "The infamous 20 year old MySQL Bug #11472 has been fixed.",
      "link": "https://www.reddit.com/r/programming/comments/1tn3vfx/the_infamous_20_year_old_mysql_bug_11472_has_been/",
      "summary": "Cake is still welcome. submitted by /u/Adept_Signature3352 [link] [comments]",
      "published": "2026-05-25 09:21",
      "source": "programming"
    },
    {
      "title": "How soon is now in PostgreSQL?",
      "link": "https://www.reddit.com/r/programming/comments/1tn7v1p/how_soon_is_now_in_postgresql/",
      "summary": "submitted by /u/Adventurous-Salt8514 [link] [comments]",
      "published": "2026-05-25 12:34",
      "source": "programming"
    },
    {
      "title": "How I made my Zig gameplay code hot reloadable",
      "link": "https://www.reddit.com/r/programming/comments/1tn7bft/how_i_made_my_zig_gameplay_code_hot_reloadable/",
      "summary": "A couple of months ago I made the zig parts of my game\u2019s codebase hot reloadable. A few people have asked me about challenges and issues with doing that, so I wrote a blog post about it. Not a how-to tutorial, but rather \u201cthis is what I did\u201d. Hoping it will be useful to someone trying to do the same thing :) submitted by /u/unvestigate [link] [comments]",
      "published": "2026-05-25 12:12",
      "source": "programming"
    },
    {
      "title": "Freenet: A Peer-to-Peer Platform for Real-Time Decentralized Applications (whitepaper)",
      "link": "https://www.reddit.com/r/programming/comments/1tnqsh6/freenet_a_peertopeer_platform_for_realtime/",
      "summary": "submitted by /u/sanity [link] [comments]",
      "published": "2026-05-26 00:25",
      "source": "programming"
    },
    {
      "title": "Jujutsu",
      "link": "https://www.reddit.com/r/programming/comments/1tnmtm5/jujutsu/",
      "summary": "submitted by /u/David-Kunz [link] [comments]",
      "published": "2026-05-25 21:41",
      "source": "programming"
    },
    {
      "title": "Running Code in a Programming Language Nobody Knows",
      "link": "https://www.reddit.com/r/programming/comments/1tnp1xb/running_code_in_a_programming_language_nobody/",
      "summary": "submitted by /u/Zak [link] [comments]",
      "published": "2026-05-25 23:12",
      "source": "programming"
    },
    {
      "title": "Highest random weight in Elixir",
      "link": "https://www.reddit.com/r/programming/comments/1tmgs3h/highest_random_weight_in_elixir/",
      "summary": "I've had 3 weeks off work and I've used the time to rekindle my passion for coding (the old way, by hand). Stumbled upon this alternative to consistent hashing called rendezvous hashing (or highest random weight) and did a little deep dive. It ended up turning into a basic library, including the basic algorithm, a couple of variations, and the skeleton pattern for O(log n) access. It performs similar to ExHashRing for node counts <20, and with the skeleton optimization is competitive even in the...",
      "published": "2026-05-24 16:25",
      "source": "programming"
    },
    {
      "title": "Chrome proposes new APIs: Declarative partial updates",
      "link": "https://www.reddit.com/r/programming/comments/1tlvrmh/chrome_proposes_new_apis_declarative_partial/",
      "summary": "submitted by /u/imbev [link] [comments]",
      "published": "2026-05-23 23:39",
      "source": "programming"
    },
    {
      "title": "TOML Schema",
      "link": "https://www.reddit.com/r/programming/comments/1tngfrp/toml_schema/",
      "summary": "submitted by /u/brunocborges [link] [comments]",
      "published": "2026-05-25 17:47",
      "source": "programming"
    }
  ],
  "Game Development": [],
  "Gaming News": [
    {
      "title": "'I do think Blow misunderstood what the game is about': Derelict Star made Jonathan Blow rage quit, but it's the most fascinating indie platformer I've played for years",
      "link": "https://www.pcgamer.com/games/action/i-do-think-blow-misunderstood-what-the-game-is-about-derelict-star-made-jonathan-blow-rage-quit-but-its-the-most-fascinating-indie-platformer-ive-played-for-years/",
      "summary": "Developer responds to Blow's criticism of his \"mutant-freak modern reimagining\" of Mario's P-Meter.",
      "published": "2026-05-26 02:01",
      "source": "PCGamer latest"
    },
    {
      "title": "Talos Principle 3 will definitely be the last one in the series, because 'so many videogames just don't end, and then you have an endless kind of cliffhanger'",
      "link": "https://www.pcgamer.com/games/puzzle/talos-principle-3-will-definitely-be-the-last-one-in-the-series-because-so-many-videogames-just-dont-end-and-then-you-have-an-endless-kind-of-cliffhanger/",
      "summary": "The game industry is built on long-running franchises, but Devolver says it doesn't want that for its narrative-focused puzzle game.",
      "published": "2026-05-25 21:28",
      "source": "PCGamer latest"
    },
    {
      "title": "More Elden Ring filming leaks: Here's a castle with some suspiciously familiar guys on it",
      "link": "https://www.pcgamer.com/movies-tv/more-elden-ring-filming-leaks-heres-a-castle-with-some-suspiciously-familiar-guys-on-it/",
      "summary": "Specifically, it's Conwy Castle in Wales, with some suspiciously familiar guys on it.",
      "published": "2026-05-25 21:13",
      "source": "PCGamer latest"
    },
    {
      "title": "Ultra-hard survival sandbox Kenshi passes 3 million copies sold, teases fans with 'Kenshi 2 When?' website",
      "link": "https://www.pcgamer.com/games/survival-crafting/ultra-hard-survival-sandbox-kenshi-passes-3-million-copies-sold-teases-fans-with-kenshi-2-when-website/",
      "summary": "The indie hit is tough as nails, but it's less niche than you might expect.",
      "published": "2026-05-25 19:51",
      "source": "PCGamer latest"
    },
    {
      "title": "One Move Away is a great cosy packing game, even if it had me rage-flinging boxes into the back of a truck",
      "link": "https://www.pcgamer.com/games/sim/one-move-away-is-a-great-cosy-packing-game-even-if-it-had-me-rage-flinging-boxes-into-the-back-of-a-truck/",
      "summary": "What the hell am I meant to do with this weird lamp?",
      "published": "2026-05-25 19:15",
      "source": "PCGamer latest"
    },
    {
      "title": "'We\u2019re just thrilled the stars aligned': Less than 2 years after his own game fully shut down, Jason Voorhees is coming to Dead by Daylight",
      "link": "https://www.pcgamer.com/games/horror/were-just-thrilled-the-stars-aligned-less-than-2-years-after-his-own-game-fully-shut-down-jason-voorhees-is-coming-to-dead-by-daylight/",
      "summary": "Tch tch tch, ha ha ha.",
      "published": "2026-05-25 18:05",
      "source": "PCGamer latest"
    },
    {
      "title": "The new game from the makers of Botanicula and Chuchel is like 1984 meets the Keystone Kops, but in a way that actually works",
      "link": "https://www.pcgamer.com/games/adventure/the-new-game-from-the-makers-of-botanicula-and-chuchel-is-like-1984-meets-the-keystone-kops-but-in-a-way-that-actually-works/",
      "summary": "Phonopolis is out now, and it's every bit as good as I'd hoped\u2014if a tad grim.",
      "published": "2026-05-25 18:01",
      "source": "PCGamer latest"
    },
    {
      "title": "Paralives has done the one exact thing I was begging life sims for",
      "link": "https://www.pcgamer.com/games/life-sim/paralives-has-done-the-one-exact-thing-i-was-begging-life-sims-for/",
      "summary": "I was on my knees pleading for a scrap of strategy gameplay and Paralives has laid me a feast of fun simulation effects.",
      "published": "2026-05-25 18:00",
      "source": "PCGamer latest"
    },
    {
      "title": "Before Dishonored, Arkane was tapped to make Thief 4, and my heart weeps for what might have been: 'We had an amazing pitch for Thief'",
      "link": "https://www.pcgamer.com/games/action/before-dishonored-arkane-was-tapped-to-make-thief-4-and-my-heart-weeps-for-what-might-have-been-we-had-an-amazing-pitch-for-thief/",
      "summary": "A Blade Runner game was also a possibility, which would have been fine too, I guess.",
      "published": "2026-05-25 16:24",
      "source": "PCGamer latest"
    },
    {
      "title": "I solved the Strait of Hormuz crisis with videogames, simply by creating an even bigger Strait of Hormuz crisis",
      "link": "https://www.pcgamer.com/games/strategy/i-solved-the-strait-of-hormuz-crisis-with-videogames-simply-by-creating-an-even-bigger-strait-of-hormuz-crisis/",
      "summary": "Put me in for the FIFA peace prize.",
      "published": "2026-05-25 16:00",
      "source": "PCGamer latest"
    }
  ],
  "Robotics": [
    {
      "title": "Simulation vs. digital twin: A strategic lens on virtual manufacturing",
      "link": "https://www.therobotreport.com/simulation-versus-digital-twin-strategic-lens-on-virtual-manufacturing/",
      "summary": "Digital twins and simulation provide distinct benefits for manufacturers designing and integrating systems including automation, explains Visual Components. The post Simulation vs. digital twin: A strategic lens on virtual manufacturing appeared first on The Robot Report.",
      "published": "2026-05-25 14:23",
      "source": "The Robot Report"
    },
    {
      "title": "Sortera uses physical AI to double capacity in a Tennessee sorting facility",
      "link": "https://www.therobotreport.com/sortera-uses-physical-ai-to-double-capacity-in-a-tennessee-sorting-facility/",
      "summary": "With the new facility, Sortera has increased its annual processing capacity to an estimated 240 million lbs. The post Sortera uses physical AI to double capacity in a Tennessee sorting facility appeared first on The Robot Report.",
      "published": "2026-05-24 12:25",
      "source": "The Robot Report"
    }
  ],
  "Tech General": [
    {
      "title": "What ClickUp\u2019s mass layoff tells us about the future of work",
      "link": "https://techcrunch.com/2026/05/25/what-clickups-mass-layoff-tells-us-about-the-future-of-work/",
      "summary": "The nine-year-old startup is replacing hundreds of employees with thousands of AI agents.",
      "published": "2026-05-25 16:00",
      "source": "TechCrunch"
    },
    {
      "title": "The pope\u2019s AI encyclical isn\u2019t really about AI",
      "link": "https://techcrunch.com/2026/05/25/the-popes-ai-encyclical-isnt-really-about-ai/",
      "summary": "Pope Leo XIV's first encyclical uses AI as a lens to diagnose older problems: concentrated power, eroding democracy, and a tech elite that shapes the world to its own advantage.",
      "published": "2026-05-25 15:09",
      "source": "TechCrunch"
    },
    {
      "title": "The pitch trick that helped an eSports startup raise $20M when VCs only wanted AI",
      "link": "https://techcrunch.com/2026/05/25/the-pitch-trick-that-helped-an-esports-startup-raise-20m-when-vcs-only-wanted-ai/",
      "summary": "Earlier this year, Lucra Sports founder and CEO Dylan Robbins did something that no one else has ever done. And he shared several secrets on how he did it.",
      "published": "2026-05-25 15:00",
      "source": "TechCrunch"
    },
    {
      "title": "Startup Battlefield 200 applications close in days: Apply before May 27",
      "link": "https://techcrunch.com/2026/05/25/startup-battlefield-200-applications-close-in-days-apply-before-may-27/",
      "summary": "The deadline to apply or nominate for Startup Battlefield 200 is May 27. This is your shot at VC access, global visibility, TechCrunch coverage, and $100,000. Apply now.",
      "published": "2026-05-25 14:30",
      "source": "TechCrunch"
    },
    {
      "title": "5 days left: Save up to $410 on TechCrunch Disrupt 2026 passes before prices increase",
      "link": "https://techcrunch.com/2026/05/25/5-days-left-save-up-to-410-on-techcrunch-disrupt-2026-passes-before-prices-increase/",
      "summary": "Early Bird savings for TechCrunch Disrupt 2026 in San Francisco end May 29 at 11:59 p.m. PT. Register now to save up to $410 before prices increase.",
      "published": "2026-05-25 14:00",
      "source": "TechCrunch"
    },
    {
      "title": "Everyone is navigating AI security in real time \u2014 even Google",
      "link": "https://techcrunch.com/2026/05/24/everyone-is-navigating-ai-security-in-real-time-even-google/",
      "summary": "We're in the transition period -- all of us.",
      "published": "2026-05-24 21:39",
      "source": "TechCrunch"
    },
    {
      "title": "Xreal, Google\u2019s smartglasses partner, thinks it has finally mastered this notoriously tricky industry",
      "link": "https://techcrunch.com/2026/05/24/xreal-googles-smartglasses-partner-thinks-it-has-finally-mastered-this-notoriously-tricky-industry/",
      "summary": "Chi Xu, the founder and CEO of XREAL, thinks the smart glasses business has finally reached a turning point.",
      "published": "2026-05-24 19:00",
      "source": "TechCrunch"
    },
    {
      "title": "6 kitchen gadgets that make adulting feel easier",
      "link": "https://techcrunch.com/2026/05/24/6-kitchen-gadgets-that-make-adulting-feel-easier/",
      "summary": "From a robot stirring your soup to a bread machine that kneads your dough, here are 6 gadgets that may make you feel like you\u2019ve won adulthood.",
      "published": "2026-05-24 17:00",
      "source": "TechCrunch"
    },
    {
      "title": "TechCrunch Mobility: Robotaxi reality check",
      "link": "https://techcrunch.com/2026/05/24/techcrunch-mobility-robotaxi-reality-check/",
      "summary": "Welcome back to TechCrunch Mobility \u2014 your central hub for news and insights on the future of transportation.",
      "published": "2026-05-24 16:05",
      "source": "TechCrunch"
    },
    {
      "title": "I tried Amazon\u2019s Bee wearable and am both intrigued and slightly creeped out",
      "link": "https://techcrunch.com/2026/05/24/i-tried-amazons-bee-wearable-and-am-both-intrigued-and-slightly-creeped-out/",
      "summary": "Like other AI wearables, Amazon's Bee offers an odd combination of convenience and privacy anxiety.",
      "published": "2026-05-24 15:00",
      "source": "TechCrunch"
    },
    {
      "title": "Sennheiser\u2019s new Momentum 5 headphones have upgraded ANC and a replaceable battery",
      "link": "https://www.theverge.com/tech/936127/sennheiser-momentum-5-wireless-headphones-anc-lossless-bluetooth",
      "summary": "Nearly four years after the last version of Sennheiser's Momentum headphones debuted with a redesign that traded a retro aesthetic for a more contemporary and comfortable design, the company has announced its Momentum 5 Wireless headphones. They look very similar to their predecessors, the Momentum 4, with large ear cups and a design that doesn't [\u2026]",
      "published": "2026-05-25 22:00",
      "source": "The Verge"
    },
    {
      "title": "Ferrari reveals its first EV, with design help from Jony Ive",
      "link": "https://www.theverge.com/transportation/937066/ferrari-luce-ev-jony-ive-marc-newson-lovefrom",
      "summary": "After months of teasers, Ferrari is offering the first full view of its Luce electric vehicle. The Luce is notable not just for being Ferrari's first EV, but for being designed in collaboration with Jony Ive and Mark Newson at their collective LoveFrom. It's also going to be Ferrari's second four-door car and its first [\u2026]",
      "published": "2026-05-25 21:33",
      "source": "The Verge"
    },
    {
      "title": "Cox Media fined after bragging it spied on users through their phones",
      "link": "https://www.theverge.com/policy/937027/cox-media-marketing-ai-powered-phone-spying-ads-ftc-fine",
      "summary": "An exceptionally weird controversy has come back to haunt Cox Media and a pair of marketing firms, which claimed they were secretly listening to users via phones and smart devices - despite little evidence they actually could. On Thursday the Federal Trade Commission announced that Cox, MindSift, and 1010 Digital Works would pay a total [\u2026]",
      "published": "2026-05-25 18:28",
      "source": "The Verge"
    },
    {
      "title": "The best Memorial Day sales you can shop this weekend",
      "link": "https://www.theverge.com/gadgets/936196/best-memorial-day-sales-tech-deals-2026",
      "summary": "Memorial Day is here, meaning the seasonal sales are in full swing. If your plans over the long weekend involve pool parties or barbecues, now is a great time to pick up a portable speaker or set of solar lights, as many of our favorite models are currently on sale. You can also find deals [\u2026]",
      "published": "2026-05-25 15:33",
      "source": "The Verge"
    },
    {
      "title": "Pope Leo calls for being \u2018profoundly human\u2019 in the age of AI",
      "link": "https://www.theverge.com/news/936945/pope-leo-letter-encyclical-ai-anthropic-labor-warfare",
      "summary": "Pope Leo XIV warned of the risks of AI and unconstrained technological power in his first major papal document released on Monday. Magnifica Humanitas is the pope's manifesto on \"safeguarding the human person in the time of artificial intelligence,\" in which he discusses the dangers of AI-powered warfare, the effects of AI on labor, and [\u2026]",
      "published": "2026-05-25 15:05",
      "source": "The Verge"
    },
    {
      "title": "Here are our favorite last-minute deals from REI\u2019s giant Anniversary Sale",
      "link": "https://www.theverge.com/gadgets/931274/rei-anniversary-sale-2026",
      "summary": "REI\u2019s annual Anniversary Sale \u2014 the retailer\u2019s biggest of the year \u2014 is still going strong, letting you save on all kinds of outdoor essentials. If you\u2019ve got a camping trip coming up, now is a good time to stock up on the basics, whether it be a tent, sleeping pad, or stove. If your [\u2026]",
      "published": "2026-05-25 13:40",
      "source": "The Verge"
    },
    {
      "title": "On Trails is a wandering tale that blends hiking, science, and history",
      "link": "https://www.theverge.com/entertainment/936860/robert-moor-on-trails-book-review",
      "summary": "Hiking is one of life's great joys. Turning off the screens and stepping out into nature for an extended period of time, perhaps even several days, is rejuvenating. Unfortunately, as someone with two young kids and a bad back, I'm not really able to go backpacking anymore. So I often find myself trying to live [\u2026]",
      "published": "2026-05-24 15:15",
      "source": "The Verge"
    },
    {
      "title": "Apple\u2019s latest MacBook Air is $200 off in both sizes for Memorial Day",
      "link": "https://www.theverge.com/gadgets/936610/apple-macbook-air-m5-memorial-day-2026-deal-sale",
      "summary": "If you\u2019re looking for a laptop that\u2019ll still perform well several years from now, Apple\u2019s latest MacBook Air is hard to beat. Now, in particular, is a good time to pick one up, as you can currently buy the 13-inch MacBook Air at Amazon in the run-up to Memorial Day with an M5 chip, 16GB [\u2026]",
      "published": "2026-05-24 15:00",
      "source": "The Verge"
    },
    {
      "title": "Hackers are learning to exploit chatbot &#8216;personalities&#8217;",
      "link": "https://www.theverge.com/column/935545/hackers-ai-chatbots",
      "summary": "This is The Stepback, a weekly newsletter breaking down one essential story from the tech world. For more on AI mischief, follow Robert Hart. The Stepback arrives in our subscribers' inboxes at 8AM ET. Opt in for The Stepback here. How it started Hacking the first generation of AI chatbots was a laughably simple affair. [\u2026]",
      "published": "2026-05-24 12:00",
      "source": "The Verge"
    },
    {
      "title": "Why Nuro thinks being a robotaxi \u2018second mover\u2019 gives it an advantage",
      "link": "https://www.theverge.com/transportation/936126/nuro-robotaxi-dave-ferguson-interview-uber-lucid-waymo",
      "summary": "Waymo is the undisputed leader in the robotaxi space, operating a fleet of over 3,000 driverless cars in at least 10 cities across the US. A number of companies, including Tesla, Zoox, Avride, and Motional, are racing to catch up with the Alphabet-owned firm. But what if being No. 2 was actually better? Nuro, the [\u2026]",
      "published": "2026-05-24 11:00",
      "source": "The Verge"
    },
    {
      "title": "Citing Gandalf, Pope Leo says we must \"disarm\" AI",
      "link": "https://arstechnica.com/tech-policy/2026/05/citing-gandalf-pope-leo-says-we-must-disarm-ai/",
      "summary": "In an age of AI, Pope looks for \"artisans of hope.\"",
      "published": "2026-05-25 21:07",
      "source": "Ars Technica"
    },
    {
      "title": "US's big bet on quantum computing may not be entirely legal",
      "link": "https://arstechnica.com/tech-policy/2026/05/uss-big-bet-on-quantum-computing-may-not-be-entirely-legal/",
      "summary": "Deal also launched the first quantum foundry company, but is there a need for it?",
      "published": "2026-05-25 12:00",
      "source": "Ars Technica"
    },
    {
      "title": "I spent years forcing myself to finish The Witcher 3\u2014don't repeat my mistake",
      "link": "https://arstechnica.com/gaming/2026/05/the-witcher-3-is-a-good-game-but-that-doesnt-mean-you-have-to-like-it/",
      "summary": "Consensus and genre labels aren't reliable predictors of what you'll enjoy.",
      "published": "2026-05-25 11:22",
      "source": "Ars Technica"
    },
    {
      "title": "Whatever the mirror test tells us, beluga whales pass it",
      "link": "https://arstechnica.com/science/2026/05/belugas-may-pass-the-mirror-test-but-does-the-mirror-test-still-pass/",
      "summary": "The white whales join the short, contested list of animals that see themselves.",
      "published": "2026-05-24 11:15",
      "source": "Ars Technica"
    }
  ]
}