EVA Tech BriefIT/DevOps

2026-08-09 - 7:30 PM PKT

Frontier LLMs

OpenAI acquires presentation startup NextSlide

OpenAI has acquired NextSlide, a startup focused on creating presentations. NextSlide says its team is now working on ChatGPT, signaling that richer document and slide creation may become a more integrated part of the product.

AI writing detectors deepen distrust in schools and workplaces

AI writing detectors are increasingly shaping how educators and employers judge submitted work, despite persistent concerns about false positives. The resulting suspicion can penalize legitimate writers and shows why detection scores need careful human review rather than being treated as proof.

GPUs and Silicon

RTX 5090 scarcity drives an eight-motherboard retail bundle

A Taiwanese retailer is selling Nvidia's RTX 5090 only as part of unusually large bundles containing eight motherboards and other components. The tactic echoes GPU shortage-era bundling and highlights how constrained access to top-end graphics cards continues to distort the PC component market.

Cloud and Infra

Fastmail introduces an EU data region

Fastmail now offers an EU data region, giving customers an option to keep account data within European infrastructure. The move addresses data-residency requirements that increasingly influence cloud and SaaS purchasing decisions.

Stripe automates database incident recovery with graph search

Stripe's engineering team modeled its global database infrastructure as a graph and combined graph search with state machines to generate remediation plans. The system can automate parts of database incident recovery while retaining structured execution and safety controls.

Pakistan Tech

Security

Adversarial patterns can hide people and vehicles from surveillance AI

A security researcher developed an algorithm that generates visual patterns capable of confusing camera-based detection systems. The work demonstrates a practical weakness in computer-vision surveillance and could help defenders evaluate how robust their models are against adversarial inputs.

Dev Tools

Shopify replaced Redis with MySQL for inventory reservations

Shopify moved inventory reservations from Redis to MySQL and reports that the new design scaled successfully. The engineering case study explains how choosing a durable relational store simplified consistency while still meeting the platform's high-throughput needs.

Claude Code adds cross-session messaging

Claude Code now documents a way for developers to message their other active coding sessions. Cross-session communication can help coordinate parallel agent work and pass context between separate development tasks without manually copying updates.