# Tech News Daily Summary - 2026-05-25

*Generated at 2026-05-25 21:56:01*

---

## Quick Navigation

- [AI & Machine Learning](#ai--machine-learning) (2 articles)
- [Software Development](#software-development) (14 articles)
- [Programming Languages](#programming-languages) (9 articles)
- [Game Development](#game-development) (0 articles)
- [Gaming News](#gaming-news) (10 articles)
- [Robotics](#robotics) (2 articles)
- [Tech General](#tech-general) (24 articles)

---

## AI & Machine Learning

### 1. Implementing Hybrid Semantic-Lexical Search in RAG

**Source:** MachineLearningMastery.com  
**Published:** 2026-05-25 12:00  
**Link:** [https://machinelearningmastery.com/implementing-hybrid-semantic-lexical-search-in-rag/](https://machinelearningmastery.com/implementing-hybrid-semantic-lexical-search-in-rag/)  

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.

---

### 2. OpenAI, Grupo Folha and Grupo UOL announce strategic content partnership

**Source:** OpenAI News  
**Published:** 2026-05-25 00:00  
**Link:** [https://openai.com/index/grupo-folha-grupo-uol-partnership](https://openai.com/index/grupo-folha-grupo-uol-partnership)  

OpenAI partners with Grupo Folha and Grupo UOL to bring trusted Brazilian journalism to ChatGPT, expanding access to news with attribution and transparency.

---

## Software Development

### 1. GitLab 19.0 trades its string section for a full DevSecOps orchestra

**Source:** The New Stack  
**Published:** 2026-05-25 16:00  
**Link:** [https://thenewstack.io/gitlab-19-secrets-manager/](https://thenewstack.io/gitlab-19-secrets-manager/)  

There are orchestras… 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.

---

### 2. Who’s monitoring the agents?

**Source:** The New Stack  
**Published:** 2026-05-24 16:00  
**Link:** [https://thenewstack.io/who-monitors-ai-agents/](https://thenewstack.io/who-monitors-ai-agents/)  

Over the past few months, something quietly shifted. Frameworks like CrewAI, AutoGen, and LangGraph are no longer just showing up The post Who’s monitoring the agents? appeared first on The New Stack.

---

### 3. How Jaeger hit 8.6× compression on 10 million spans with ClickHouse

**Source:** The New Stack  
**Published:** 2026-05-24 15:00  
**Link:** [https://thenewstack.io/jaeger-clickhouse-storage-backend/](https://thenewstack.io/jaeger-clickhouse-storage-backend/)  

As someone who’s been maintaining Jaeger, I’ve watched users request ClickHouse support consistently over the past few years. With Jaeger The post How Jaeger hit 8.6× compression on 10 million spans with ClickHouse appeared first on The New Stack.

---

### 4. What ClickHouse learned from a year of coding with AI agents

**Source:** The New Stack  
**Published:** 2026-05-24 14:00  
**Link:** [https://thenewstack.io/clickhouse-ai-coding-agents/](https://thenewstack.io/clickhouse-ai-coding-agents/)  

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.

---

### 5. Cursor 3 ships parallel AI agents. Here is the multi-agent workflow that actually works.

**Source:** DEV Community  
**Published:** 2026-05-26 02:51  
**Link:** [https://dev.to/thegdsks/cursor-3-ships-parallel-ai-agents-here-is-the-multi-agent-workflow-that-actually-works-2bk8](https://dev.to/thegdsks/cursor-3-ships-parallel-ai-agents-here-is-the-multi-agent-workflow-that-actually-works-2bk8)  

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...

---

### 6. Prisma-7 A Complete Beginners Guide (With Free Cloud Database!)

**Source:** DEV Community  
**Published:** 2026-05-26 02:45  
**Link:** [https://dev.to/harshkushwaha/prisma-7-a-complete-beginners-guide-with-free-cloud-database-1lm1](https://dev.to/harshkushwaha/prisma-7-a-complete-beginners-guide-with-free-cloud-database-1lm1)  

No prior database experience needed. This guide walks you through everything — 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...

---

### 7. Akses HDD Rumah dari Laptop Kantor Pakai Tailscale + SMB (Tanpa VPN Ribet)

**Source:** DEV Community  
**Published:** 2026-05-26 02:42  
**Link:** [https://dev.to/technubie/akses-hdd-rumah-dari-laptop-kantor-pakai-tailscale-smb-tanpa-vpn-ribet-4h3o](https://dev.to/technubie/akses-hdd-rumah-dari-laptop-kantor-pakai-tailscale-smb-tanpa-vpn-ribet-4h3o)  

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 — tembus firewall kanto...

---

### 8. Content Pipeline in MonoGame: Why I Don't Use It

**Source:** DEV Community  
**Published:** 2026-05-26 02:42  
**Link:** [https://dev.to/rds1983/content-pipeline-in-monogame-why-i-dont-use-it-4f8n](https://dev.to/rds1983/content-pipeline-in-monogame-why-i-dont-use-it-4f8n)  

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) — almost everyone there uses it. I’ve also been part of this "party" for a long time, and in this article I’ll explain why. First, let’s go over the real advantages of the Content Pipeli...

---

### 9. Debug Log #1 — The Pipeline That Looked Broken

**Source:** DEV Community  
**Published:** 2026-05-26 02:40  
**Link:** [https://dev.to/thompson_jovann_4fae7e88d/debug-log-1-the-pipeline-that-looked-broken-23f8](https://dev.to/thompson_jovann_4fae7e88d/debug-log-1-the-pipeline-that-looked-broken-23f8)  

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...

---

### 10. Data Structures in JavaScript: When to Use What (2026)

**Source:** DEV Community  
**Published:** 2026-05-26 02:37  
**Link:** [https://dev.to/armorbreak/data-structures-in-javascript-when-to-use-what-2026-3je](https://dev.to/armorbreak/data-structures-in-javascript-when-to-use-what-2026-3je)  

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 → Ordered list, fast access by index Set → Unique values only, fast lookup Map → Key-value pairs (any type as key) Object → Key-value (string keys only), structured data WeakMap → Key-value with garbage-collectable keys WeakSet → Set...

---

### 11. BGP Route Flap Damping: A Solution or a New Problem?

**Source:** DEV Community  
**Published:** 2026-05-26 02:36  
**Link:** [https://dev.to/merbayerp/bgp-route-flap-damping-a-solution-or-a-new-problem-229h](https://dev.to/merbayerp/bgp-route-flap-damping-a-solution-or-a-new-problem-229h)  

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...

---

### 12. First look at AWS DevOps Agent

**Source:** DEV Community  
**Published:** 2026-05-26 02:31  
**Link:** [https://dev.to/shajam/first-look-at-aws-devops-agent-57k9](https://dev.to/shajam/first-look-at-aws-devops-agent-57k9)  

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...

---

### 13. The Next Big “Cult App” Probably Isn’t Another Social Media Platform

**Source:** DEV Community  
**Published:** 2026-05-26 02:23  
**Link:** [https://dev.to/nish2005karsh/the-next-big-cult-app-probably-isnt-another-social-media-platform-4agf](https://dev.to/nish2005karsh/the-next-big-cult-app-probably-isnt-another-social-media-platform-4agf)  

Lately I’ve 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: 👉 They have CULT FOLLOWINGS. People don’t just use these apps. They identify with them. And honestly, I think there’s still a HUGE opportunity to build apps/websites like this — especially for students, developers, creators, and internet-native communities. What makes an app get a cult following? From what I’ve observed, th...

---

### 14. From Template to Production-Shaped: An AI-Native Dev Flow for Go Side Projects

**Source:** DEV Community  
**Published:** 2026-05-26 02:07  
**Link:** [https://dev.to/kanchen_lin_331136af621d/from-template-to-production-shaped-an-ai-native-dev-flow-for-go-side-projects-245g](https://dev.to/kanchen_lin_331136af621d/from-template-to-production-shaped-an-ai-native-dev-flow-for-go-side-projects-245g)  

I wanted my next side project to look like the kind of code I'd ship at work — hexagonal architecture, sqlc, depguard, integration tests — 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 → research → structure → plan → implement. The prod...

---

## Programming Languages

### 1. The infamous 20 year old MySQL Bug #11472 has been fixed.

**Source:** programming  
**Published:** 2026-05-25 09:21  
**Link:** [https://www.reddit.com/r/programming/comments/1tn3vfx/the_infamous_20_year_old_mysql_bug_11472_has_been/](https://www.reddit.com/r/programming/comments/1tn3vfx/the_infamous_20_year_old_mysql_bug_11472_has_been/)  

Cake is still welcome. submitted by /u/Adept_Signature3352 [link] [comments]

---

### 2. How soon is now in PostgreSQL?

**Source:** programming  
**Published:** 2026-05-25 12:34  
**Link:** [https://www.reddit.com/r/programming/comments/1tn7v1p/how_soon_is_now_in_postgresql/](https://www.reddit.com/r/programming/comments/1tn7v1p/how_soon_is_now_in_postgresql/)  

submitted by /u/Adventurous-Salt8514 [link] [comments]

---

### 3. How I made my Zig gameplay code hot reloadable

**Source:** programming  
**Published:** 2026-05-25 12:12  
**Link:** [https://www.reddit.com/r/programming/comments/1tn7bft/how_i_made_my_zig_gameplay_code_hot_reloadable/](https://www.reddit.com/r/programming/comments/1tn7bft/how_i_made_my_zig_gameplay_code_hot_reloadable/)  

A couple of months ago I made the zig parts of my game’s 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 “this is what I did”. Hoping it will be useful to someone trying to do the same thing :) submitted by /u/unvestigate [link] [comments]

---

### 4. Freenet: A Peer-to-Peer Platform for Real-Time Decentralized Applications (whitepaper)

**Source:** programming  
**Published:** 2026-05-26 00:25  
**Link:** [https://www.reddit.com/r/programming/comments/1tnqsh6/freenet_a_peertopeer_platform_for_realtime/](https://www.reddit.com/r/programming/comments/1tnqsh6/freenet_a_peertopeer_platform_for_realtime/)  

submitted by /u/sanity [link] [comments]

---

### 5. Jujutsu

**Source:** programming  
**Published:** 2026-05-25 21:41  
**Link:** [https://www.reddit.com/r/programming/comments/1tnmtm5/jujutsu/](https://www.reddit.com/r/programming/comments/1tnmtm5/jujutsu/)  

submitted by /u/David-Kunz [link] [comments]

---

### 6. Running Code in a Programming Language Nobody Knows

**Source:** programming  
**Published:** 2026-05-25 23:12  
**Link:** [https://www.reddit.com/r/programming/comments/1tnp1xb/running_code_in_a_programming_language_nobody/](https://www.reddit.com/r/programming/comments/1tnp1xb/running_code_in_a_programming_language_nobody/)  

submitted by /u/Zak [link] [comments]

---

### 7. Highest random weight in Elixir

**Source:** programming  
**Published:** 2026-05-24 16:25  
**Link:** [https://www.reddit.com/r/programming/comments/1tmgs3h/highest_random_weight_in_elixir/](https://www.reddit.com/r/programming/comments/1tmgs3h/highest_random_weight_in_elixir/)  

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...

---

### 8. Chrome proposes new APIs: Declarative partial updates

**Source:** programming  
**Published:** 2026-05-23 23:39  
**Link:** [https://www.reddit.com/r/programming/comments/1tlvrmh/chrome_proposes_new_apis_declarative_partial/](https://www.reddit.com/r/programming/comments/1tlvrmh/chrome_proposes_new_apis_declarative_partial/)  

submitted by /u/imbev [link] [comments]

---

### 9. TOML Schema

**Source:** programming  
**Published:** 2026-05-25 17:47  
**Link:** [https://www.reddit.com/r/programming/comments/1tngfrp/toml_schema/](https://www.reddit.com/r/programming/comments/1tngfrp/toml_schema/)  

submitted by /u/brunocborges [link] [comments]

---

## Gaming News

### 1. '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

**Source:** PCGamer latest  
**Published:** 2026-05-26 02:01  
**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/](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/)  

Developer responds to Blow's criticism of his "mutant-freak modern reimagining" of Mario's P-Meter.

---

### 2. 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'

**Source:** PCGamer latest  
**Published:** 2026-05-25 21:28  
**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/](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/)  

The game industry is built on long-running franchises, but Devolver says it doesn't want that for its narrative-focused puzzle game.

---

### 3. More Elden Ring filming leaks: Here's a castle with some suspiciously familiar guys on it

**Source:** PCGamer latest  
**Published:** 2026-05-25 21:13  
**Link:** [https://www.pcgamer.com/movies-tv/more-elden-ring-filming-leaks-heres-a-castle-with-some-suspiciously-familiar-guys-on-it/](https://www.pcgamer.com/movies-tv/more-elden-ring-filming-leaks-heres-a-castle-with-some-suspiciously-familiar-guys-on-it/)  

Specifically, it's Conwy Castle in Wales, with some suspiciously familiar guys on it.

---

### 4. Ultra-hard survival sandbox Kenshi passes 3 million copies sold, teases fans with 'Kenshi 2 When?' website

**Source:** PCGamer latest  
**Published:** 2026-05-25 19:51  
**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/](https://www.pcgamer.com/games/survival-crafting/ultra-hard-survival-sandbox-kenshi-passes-3-million-copies-sold-teases-fans-with-kenshi-2-when-website/)  

The indie hit is tough as nails, but it's less niche than you might expect.

---

### 5. One Move Away is a great cosy packing game, even if it had me rage-flinging boxes into the back of a truck

**Source:** PCGamer latest  
**Published:** 2026-05-25 19:15  
**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/](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/)  

What the hell am I meant to do with this weird lamp?

---

### 6. 'We’re just thrilled the stars aligned': Less than 2 years after his own game fully shut down, Jason Voorhees is coming to Dead by Daylight

**Source:** PCGamer latest  
**Published:** 2026-05-25 18:05  
**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/](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/)  

Tch tch tch, ha ha ha.

---

### 7. The new game from the makers of Botanicula and Chuchel is like 1984 meets the Keystone Kops, but in a way that actually works

**Source:** PCGamer latest  
**Published:** 2026-05-25 18:01  
**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/](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/)  

Phonopolis is out now, and it's every bit as good as I'd hoped—if a tad grim.

---

### 8. Paralives has done the one exact thing I was begging life sims for

**Source:** PCGamer latest  
**Published:** 2026-05-25 18:00  
**Link:** [https://www.pcgamer.com/games/life-sim/paralives-has-done-the-one-exact-thing-i-was-begging-life-sims-for/](https://www.pcgamer.com/games/life-sim/paralives-has-done-the-one-exact-thing-i-was-begging-life-sims-for/)  

I was on my knees pleading for a scrap of strategy gameplay and Paralives has laid me a feast of fun simulation effects.

---

### 9. 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'

**Source:** PCGamer latest  
**Published:** 2026-05-25 16:24  
**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/](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/)  

A Blade Runner game was also a possibility, which would have been fine too, I guess.

---

### 10. I solved the Strait of Hormuz crisis with videogames, simply by creating an even bigger Strait of Hormuz crisis

**Source:** PCGamer latest  
**Published:** 2026-05-25 16:00  
**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/](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/)  

Put me in for the FIFA peace prize.

---

## Robotics

### 1. Simulation vs. digital twin: A strategic lens on virtual manufacturing

**Source:** The Robot Report  
**Published:** 2026-05-25 14:23  
**Link:** [https://www.therobotreport.com/simulation-versus-digital-twin-strategic-lens-on-virtual-manufacturing/](https://www.therobotreport.com/simulation-versus-digital-twin-strategic-lens-on-virtual-manufacturing/)  

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.

---

### 2. Sortera uses physical AI to double capacity in a Tennessee sorting facility

**Source:** The Robot Report  
**Published:** 2026-05-24 12:25  
**Link:** [https://www.therobotreport.com/sortera-uses-physical-ai-to-double-capacity-in-a-tennessee-sorting-facility/](https://www.therobotreport.com/sortera-uses-physical-ai-to-double-capacity-in-a-tennessee-sorting-facility/)  

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.

---

## Tech General

### 1. What ClickUp’s mass layoff tells us about the future of work

**Source:** TechCrunch  
**Published:** 2026-05-25 16:00  
**Link:** [https://techcrunch.com/2026/05/25/what-clickups-mass-layoff-tells-us-about-the-future-of-work/](https://techcrunch.com/2026/05/25/what-clickups-mass-layoff-tells-us-about-the-future-of-work/)  

The nine-year-old startup is replacing hundreds of employees with thousands of AI agents.

---

### 2. The pope’s AI encyclical isn’t really about AI

**Source:** TechCrunch  
**Published:** 2026-05-25 15:09  
**Link:** [https://techcrunch.com/2026/05/25/the-popes-ai-encyclical-isnt-really-about-ai/](https://techcrunch.com/2026/05/25/the-popes-ai-encyclical-isnt-really-about-ai/)  

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.

---

### 3. The pitch trick that helped an eSports startup raise $20M when VCs only wanted AI

**Source:** TechCrunch  
**Published:** 2026-05-25 15:00  
**Link:** [https://techcrunch.com/2026/05/25/the-pitch-trick-that-helped-an-esports-startup-raise-20m-when-vcs-only-wanted-ai/](https://techcrunch.com/2026/05/25/the-pitch-trick-that-helped-an-esports-startup-raise-20m-when-vcs-only-wanted-ai/)  

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.

---

### 4. Startup Battlefield 200 applications close in days: Apply before May 27

**Source:** TechCrunch  
**Published:** 2026-05-25 14:30  
**Link:** [https://techcrunch.com/2026/05/25/startup-battlefield-200-applications-close-in-days-apply-before-may-27/](https://techcrunch.com/2026/05/25/startup-battlefield-200-applications-close-in-days-apply-before-may-27/)  

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.

---

### 5. 5 days left: Save up to $410 on TechCrunch Disrupt 2026 passes before prices increase

**Source:** TechCrunch  
**Published:** 2026-05-25 14:00  
**Link:** [https://techcrunch.com/2026/05/25/5-days-left-save-up-to-410-on-techcrunch-disrupt-2026-passes-before-prices-increase/](https://techcrunch.com/2026/05/25/5-days-left-save-up-to-410-on-techcrunch-disrupt-2026-passes-before-prices-increase/)  

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.

---

### 6. Everyone is navigating AI security in real time — even Google

**Source:** TechCrunch  
**Published:** 2026-05-24 21:39  
**Link:** [https://techcrunch.com/2026/05/24/everyone-is-navigating-ai-security-in-real-time-even-google/](https://techcrunch.com/2026/05/24/everyone-is-navigating-ai-security-in-real-time-even-google/)  

We're in the transition period -- all of us.

---

### 7. Xreal, Google’s smartglasses partner, thinks it has finally mastered this notoriously tricky industry

**Source:** TechCrunch  
**Published:** 2026-05-24 19:00  
**Link:** [https://techcrunch.com/2026/05/24/xreal-googles-smartglasses-partner-thinks-it-has-finally-mastered-this-notoriously-tricky-industry/](https://techcrunch.com/2026/05/24/xreal-googles-smartglasses-partner-thinks-it-has-finally-mastered-this-notoriously-tricky-industry/)  

Chi Xu, the founder and CEO of XREAL, thinks the smart glasses business has finally reached a turning point.

---

### 8. 6 kitchen gadgets that make adulting feel easier

**Source:** TechCrunch  
**Published:** 2026-05-24 17:00  
**Link:** [https://techcrunch.com/2026/05/24/6-kitchen-gadgets-that-make-adulting-feel-easier/](https://techcrunch.com/2026/05/24/6-kitchen-gadgets-that-make-adulting-feel-easier/)  

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’ve won adulthood.

---

### 9. TechCrunch Mobility: Robotaxi reality check

**Source:** TechCrunch  
**Published:** 2026-05-24 16:05  
**Link:** [https://techcrunch.com/2026/05/24/techcrunch-mobility-robotaxi-reality-check/](https://techcrunch.com/2026/05/24/techcrunch-mobility-robotaxi-reality-check/)  

Welcome back to TechCrunch Mobility — your central hub for news and insights on the future of transportation.

---

### 10. I tried Amazon’s Bee wearable and am both intrigued and slightly creeped out

**Source:** TechCrunch  
**Published:** 2026-05-24 15:00  
**Link:** [https://techcrunch.com/2026/05/24/i-tried-amazons-bee-wearable-and-am-both-intrigued-and-slightly-creeped-out/](https://techcrunch.com/2026/05/24/i-tried-amazons-bee-wearable-and-am-both-intrigued-and-slightly-creeped-out/)  

Like other AI wearables, Amazon's Bee offers an odd combination of convenience and privacy anxiety.

---

### 11. Sennheiser’s new Momentum 5 headphones have upgraded ANC and a replaceable battery

**Source:** The Verge  
**Published:** 2026-05-25 22:00  
**Link:** [https://www.theverge.com/tech/936127/sennheiser-momentum-5-wireless-headphones-anc-lossless-bluetooth](https://www.theverge.com/tech/936127/sennheiser-momentum-5-wireless-headphones-anc-lossless-bluetooth)  

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 […]

---

### 12. Ferrari reveals its first EV, with design help from Jony Ive

**Source:** The Verge  
**Published:** 2026-05-25 21:33  
**Link:** [https://www.theverge.com/transportation/937066/ferrari-luce-ev-jony-ive-marc-newson-lovefrom](https://www.theverge.com/transportation/937066/ferrari-luce-ev-jony-ive-marc-newson-lovefrom)  

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 […]

---

### 13. Cox Media fined after bragging it spied on users through their phones

**Source:** The Verge  
**Published:** 2026-05-25 18:28  
**Link:** [https://www.theverge.com/policy/937027/cox-media-marketing-ai-powered-phone-spying-ads-ftc-fine](https://www.theverge.com/policy/937027/cox-media-marketing-ai-powered-phone-spying-ads-ftc-fine)  

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 […]

---

### 14. The best Memorial Day sales you can shop this weekend

**Source:** The Verge  
**Published:** 2026-05-25 15:33  
**Link:** [https://www.theverge.com/gadgets/936196/best-memorial-day-sales-tech-deals-2026](https://www.theverge.com/gadgets/936196/best-memorial-day-sales-tech-deals-2026)  

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 […]

---

### 15. Pope Leo calls for being ‘profoundly human’ in the age of AI

**Source:** The Verge  
**Published:** 2026-05-25 15:05  
**Link:** [https://www.theverge.com/news/936945/pope-leo-letter-encyclical-ai-anthropic-labor-warfare](https://www.theverge.com/news/936945/pope-leo-letter-encyclical-ai-anthropic-labor-warfare)  

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 […]

---

## Summary Statistics

- **Total Articles:** 61
- **Categories:** 7
- **Time Period:** Last 24 hours

