Alvaro Lopez Ortega / 2026-05-12 Briefing

Created Wed, 13 May 2026 01:36:07 +0000 Modified Sat, 08 Aug 2026 15:40:13 +0000
8280 Words

Princeton University is reinstating in-person proctored exams to combat AI-driven cheating. In the markets, semiconductor stocks like Intel and Qualcomm have slumped following rising inflation and oil prices. Meanwhile, Google is updating Android with new spyware detection and a “Pause Point” to curb app addiction. Finally, Anthropic has launched 12 new AI plugins specifically for legal use.

🧠 AI & Machine Learning

AI-Powered Context-Aware Mouse Pointer

Google DeepMind is developing a Gemini-powered mouse pointer that understands the visual and semantic context of what a user is pointing at. This technology aims to streamline digital workflows by enabling intuitive, natural language interactions and reducing the need for complex text prompts.

Anthropic has announced 12 new AI plugins specifically designed for the legal sector, featuring tools for reviewing vendor agreements and studying for the bar exam. The update also introduces integrations between the Claude chatbot and established legal software providers, including DocuSign and Thomson Reuters.

Google unveils Gemini Intelligence with task automation and Android widget vibe-coding

Google has announced “Gemini Intelligence,” a new suite of AI features for advanced Android devices that expands task automation across a wider range of apps. The update introduces multimodal capabilities, such as using screenshots to trigger actions, and a “Create My Widget” feature that allows users to generate custom widgets using natural language.

Threads tests Meta AI integration like X’s Grok, allowing context via mentions in five countries

Threads is testing a new Meta AI integration in five countries, allowing users to mention @meta.ai in posts or replies to receive real-time context and recommendations. The feature, which functions similarly to X’s Grok, aims to provide instant information about trends and breaking stories directly within the app.

Bullshit Machines

Carl T. Bergstrom and Jevin D. West have developed a series of lessons exploring both the transformative potential and the risks of Large Language Models (LLMs) like ChatGPT. The course aims to teach individuals how to leverage the benefits of these tools while distinguishing useful information from large-scale misinformation.

Company behind GLiNER model released open source model for running LLM guardrail

The creators of GLiNER have released GLiGuard, a new 300 million parameter open-source model designed for efficient LLM safety moderation. By reframing moderation as a classification task rather than a text generation problem, GLiGuard can evaluate multiple safety dimensions in a single pass. This approach allows the model to match or exceed the accuracy of much larger models while running up to 16 times faster.

Needle: We Distilled Gemini Tool Calling into a 26M Model

Cactus has open-sourced Needle, a 26M parameter model specifically optimized for efficient function-calling on consumer devices like phones and wearables. Utilizing a “Simple Attention Network” architecture without MLPs, the model reportedly outperforms several larger models in single-shot tool use tasks.

FairyFuse: Multiplication-Free LLM Inference on CPUs via Fused Ternary Kernels

FairyFuse is an inference system that enables multiplication-free execution of large language models on commodity CPUs using ternary weights and fused AVX-512 kernels. By replacing floating-point multiplications with masked additions and subtractions, the system achieves a 29.6x kernel speedup while maintaining near-lossless model quality.

Gigacatalyst – Extend your SaaS with an embedded AI builder

Gigacatalyst is an embedded AI builder that enables SaaS companies to offer customizable, one-off features to their customers. Using natural language, non-technical users can create tailored workflows by connecting the tool directly to their existing product APIs and data models.

Voker (YC S24) – Analytics for AI Agents

Voker (YC S24) is an analytics platform designed to provide AI product teams with visibility into the performance of AI agents in production. Utilizing a lightweight, LLM-agnostic SDK, the tool tracks user intents, corrections, and resolutions to deliver high-level insights into usage patterns and agent effectiveness.

148,421 posts later: A model to predict the Hacker News front page

A new predictive tool has been launched to estimate the potential performance of Hacker News posts. By analyzing 39,000 historical posts and simulating community reactions, the model enables users to iteratively refine their titles to maximize predicted popularity.

Statewright – Visual state machines that make AI agents reliable

Statewright is a new platform that uses formal state machines to enhance the reliability of AI agents by constraining their tool and solution spaces. The system employs a Rust-based engine to enforce strict protocols and guardrails, preventing models from skipping steps or using incorrect tools.

Supercomputer networking to accelerate large scale AI training

OpenAI and industry partners, including AMD, NVIDIA, and Microsoft, have released the Multipath Reliable Connection (MRC) protocol through the Open Compute Project. The protocol is designed to enhance GPU networking performance and resilience in large-scale AI training clusters by minimizing network congestion and the impact of hardware failures.

Chinese AI engineers are Silicon Valley’s new power players

Highly skilled Chinese AI researchers are increasingly influential in Silicon Valley, serving as key architects of major AI models and startup founders. Despite escalating U.S.-China geopolitical tensions, these engineers are being aggressively recruited by leading tech firms with massive compensation packages.

Fake building: Claude wrote 3k lines instead of import pywikibot

Claude generated approximately 3,000 lines of redundant Python code to reimplement existing libraries like pywikibot instead of simply importing them. The author suggests this tendency to “reinvent the wheel” may stem from AI training benchmarks that discourage the use of external dependencies and web searches.

A consistent pattern of lying’: trial exposes what insiders think of Sam Altman

During the Musk v. OpenAI trial, former company insiders have testified against CEO Sam Altman, alleging a pattern of deceptive behavior and chaotic leadership. Although the lawsuit centers on OpenAI’s transition from a nonprofit to a for-profit structure, the proceedings have increasingly focused on allegations regarding Altman’s professional integrity.

Claude Platform on AWS

The Claude Platform on AWS is now generally available, offering AWS customers access to the full Claude API feature set integrated with AWS authentication, billing, and management tools. This new service enables developers to deploy managed agents and utilize advanced capabilities like code execution using their existing AWS credentials and CloudTrail for auditing.

Frontier AI safety tests may be creating the very risks they’re meant to stop

A think tank has warned that safety tests for frontier AI models may inadvertently create the very risks they are intended to prevent. The organization highlighted that access to these powerful models is currently managed by inconsistent controls, relying largely on the hope that malicious actors do not gain entry.

Microsoft makes Copilot easier to summon, harder to ignore in Office

Microsoft is making its Copilot AI assistant more prominent and easier to access within the Office suite. These updates are intended to drive higher levels of engagement among Microsoft 365 users.

πŸ’» Software & Development

Google unveils “full bleed” Android Auto for unique screens, plans to add YouTube streaming

Google is introducing significant updates to Android Auto, including a “full bleed” design that allows the interface to adapt to irregularly shaped car displays. The update also features the addition of YouTube video streaming for parked vehicles and enhanced AI capabilities powered by Gemini.

Google, Meta, and Apple partner on Android 17 creator video tools and expanded AirDrop

Google is partnering with Meta and Apple to enhance Android 17, focusing on improving the Instagram experience and streamlining the iOS-to-Android transfer process. The update also introduces new creator-focused video-editing tools and will support the upcoming launch of Adobe Premiere on the platform.

Soon We Can Finally Banish JavaScript to the ShadowRealm

The article argues that rather than describing JavaScript as single-threaded, it is more accurate to say that individual JavaScript realms are single-threaded. This distinction allows applications to utilize multiple threads across various environments, such as Web Workers and iframes, each maintaining its own independent global environment.

DuckDB Client-Server Protocol: Quack

DuckDB has introduced the Quack protocol, a new HTTP-based client-server communication method that enables multiple concurrent writers to interact with a single database instance. Designed for simplicity and efficiency, the protocol supports a wide range of workloads, from small transactions to bulk operations.

What is BusyBox?

BusyBox is a multicall binary that consolidates over 130 different executables into a single file. It determines which utility to run by checking the name of the command used for invocation, with each “applet” implemented through individual C files and specific configurations.

The hidden cost of mpsc channels

tokio::sync::mpsc channels in Rust have been found to allocate a minimum of 32 messages regardless of the specified capacity, causing unexpected memory overhead in high-concurrency environments. This issue significantly impacts applications with numerous small channels or many Hyper connections, prompting the use of alternatives like futures-channel to reduce memory usage.

All the ways to mock your Rust code

This article explores various methods for mocking network calls in Rust to ensure unit tests pass when adding Kubernetes event recording to a controller. It examines techniques such as dependency injection and using boxed traits to replace real API-dependent components with testable fakes.

Time travel without borders

New features in guix pull and guix time-machine now allow users to securely download channels.scm files for software deployment. This update addresses the security risks associated with executing potentially malicious Scheme code embedded in previously downloaded channel files.

Killing a Cow made my JSON formatter 42% faster

The author of the JJPWRGEM JSON formatter achieved a 42% performance increase by optimizing number normalization. The improvement was made by replacing the use of Cow<str> with a more efficient approach that reduces heap allocations and redundant string traversals.

Unison In Anger

The author implemented the Unison file-synchronization tool as a lightweight alternative to resource-heavy services like Syncthing for syncing KeePass databases. By utilizing Unison’s socket mode, they developed a configuration to synchronize specific directories across different platforms with minimal memory usage.

CSS & vertical rhythm for text, images, and tables

This article explains how to use the CSS rlh unit to establish and maintain a consistent vertical rhythm for text in web design. It also details techniques, such as using JavaScript, to ensure that responsive images and tables do not disrupt this established spacing cadence.

How to make your text look futuristic (2016)

This article outlines six typographic rules for creating a futuristic aesthetic, including the use of italics, modified letterforms, and metallic textures. It demonstrates these techniques through examples from various science fiction film logos, such as Blade Runner and Star Wars.

Snowflake Postgres, Lakebase, HorizonDB: Picking the Lock-In You Want

Snowflake, Databricks, and Azure have launched new Postgres-compatible databases featuring custom storage and scale-out architectures. The optimal choice between Snowflake Postgres, Databricks Lakebase, and Azure HorizonDB depends on an organization’s existing ecosystem to maximize integration and minimize cross-cloud egress costs.

SQL: Incorrect by Construction

The article examines how SQL-based money transfers are susceptible to concurrency bugs such as atomicity failures, TOCTOU errors, and deadlocks. It demonstrates how to resolve these vulnerabilities using transactions and row-level locks to ensure data integrity.

Leak reveals Google’s Aluminium OS with a 16-minute video

A 16-minute leak has revealed details of Google’s Aluminium OS, showcasing features such as virtual desktops, a bottom app dock, and “Link to iOS” integration. The current build appears to be an optimized version of Android for larger screens, primarily utilizing web-wrapped applications rather than native desktop software.

A Tribute to the Windows 3.1 “Hot Dog Stand” Color Scheme (2005)

The article explores the “Hot Dog Stand” color scheme from Windows 3.1, characterizing it as a uniquely “insane” and memorable option. The author contrasts this eccentric scheme with the much more rational color palettes available in the same operating system.

The Future of Obsidian Plugins

Obsidian has launched Obsidian Community, a new directory and developer dashboard designed to streamline the discovery and management of plugins and themes. The platform introduces an automated review system that scans all project versions for security and code quality to enhance ecosystem safety.

Why senior developers fail to communicate their expertise

Senior developers and business stakeholders often experience a fundamental disconnect due to conflicting primary objectives. While developers aim to minimize system complexity and maintain stability, business teams focus on rapid experimentation to reduce market uncertainty.

Rendering the Sky, Sunsets, and Planets

The author details a project focused on developing realistic atmospheric scattering shaders to render skies, sunsets, and planets in real time. The article covers the technical implementation of raymarching, Rayleigh and Mie scattering, and ozone absorption to achieve visually authentic atmospheric effects.

UnDUNE II

UnDUNE II, a PICO-8 demake of the classic real-time strategy game DUNE II, has officially been released after three years of development. The game features nine mission levels where players lead various factions in a battle for control of Dune through base building and resource management.

Retrace – reverse debugging for production CPython applications

Retrace is a new reverse debugging tool for CPython applications that records interactions with external systems like networks and databases to enable deterministic local replay. It allows developers to step forwards and backwards through production failures within VS Code, with the current preview supporting Python 3.11 and 3.12 on macOS and Linux.

Yabasic (Yet Another Basic)

Yabasic is a free, open-source BASIC interpreter for Microsoft Windows and Unix platforms, developed by Marc-Oliver Ihm. The software features structured programming and color line graphics, and a notable version was previously included on PlayStation 2 demo discs.

Screenshots of Old Desktop OSes

Retrotechnology Media has released a collection of historical screenshots showcasing various computing environments and software from 1983 to 1987. The gallery features a range of vintage platforms, including the IBM PC, Sun workstations, Amiga, and Acorn Archimedes.

Software Internals Book Club

The Software Internals Book Club is an email-based community focused on exploring advanced technical topics such as databases, distributed systems, and software performance. The club utilizes Google Groups for text-only discussions and welcomes participants of all experience levels.

They Live (1988) inspired Adblocker

They Live Adblocker is a fork of uBlock Origin Lite that replaces cosmetically blocked ads with white tiles featuring slogans from the 1988 film They Live. Instead of hiding ad elements, the extension overlays them with random phrases such as “OBEY” and “CONSUME.”

Windows update prompt joins the Post Office queue

A Windows update prompt is causing significant frustration for users, drawing comparisons to a long queue at the Post Office. The update leaves customers stuck staring at restart requests with no way to use their keyboard or mouse.

Veteran network architect proposes IPv8 – to improve IPv4, not leapfrog v6

A veteran network architect has proposed IPv8 as a way to enhance IPv4 rather than replace IPv6. The proposal involves adding an “area code” based on Autonomous System Numbers (ASNs) to provide operators with more address space without requiring major upgrades.

Red Hat blasts RHEL 10.1 into orbit aboard Voyager’s micro datacenter

Red Hat has implemented an immutable upgrade and refreshed container images for RHEL 10.1 on the Voyager micro datacenter. The orbital compute platform is currently part of a mission to the International Space Station that launched last year.

πŸ›‘οΈ Security & Privacy

Google launches Intrusion Logging on Android 16 Pixels with Amnesty International

Google has launched “Intrusion Logging” on Android 16 Pixel devices, a feature developed alongside Amnesty International to aid in the forensic detection of sophisticated spyware attacks. The tool provides persistent, privacy-preserving logs of security incidents to help researchers investigate and expose advanced digital threats.

Google unveils Android security: theft prevention, spoofed banking call alerts, and biometrics.

Google has announced several new Android security and privacy upgrades designed to protect users from evolving digital threats. Key features include a system to automatically end spoofed banking calls and enhanced AI-powered threat detection to identify suspicious app behavior and malware.

Trump administration weighs ban on Chinese cellular modules as FCC pushes to curb Beijing threats

The Trump administration is considering a ban on Chinese-made cellular modules as the US FCC pushes measures to mitigate security risks from Beijing. This regulatory crackdown targets various Chinese-origin technologies, including drones and routers, to reduce potential threats.

Six dnsmasq security vulnerabilities identified

CERT has announced six CVEs for serious security vulnerabilities affecting most recent versions of dnsmasq. A patched stable release, version 2.92rel2, is now available, and development for version 2.93 is currently underway.

Any app on recent Android versions can leak certain traffic

A bug in Android 16 allows apps to bypass VPN tunnels and leak real IP addresses by exploiting a specific connection method. Although Google has declined to fix the vulnerability, users can mitigate the risk using specific ADB commands or by switching to security-focused operating systems like GrapheneOS.

Fuzzing fork of go toolchain

Gosentry is a fork of the Go toolchain designed to enhance native fuzzing capabilities by integrating LibAFL and supporting grammar-based fuzzing. It maintains the standard testing.F workflow while adding the ability to detect bug classes such as integer overflows, data races, and goroutine leaks.

Twin brothers wipe 96 government databases minutes after being fired

Twin brothers Muneeb and Sohaib Akhter allegedly wiped 96 US government databases minutes after being fired from a Washington, D.C. tech firm. The pair also used stolen corporate credentials to gain unauthorized access to various external accounts, including those for Marriott and DocuSign.

EFF to 4th Circuit: Electronic Device Searches at the Border Require a Warrant

The EFF, ACLU, and other organizations have filed an amicus brief in the U.S. Court of Appeals for the Fourth Circuit arguing that a warrant should be required for electronic device searches at the border. The brief contends that because both manual and forensic searches are highly invasive, the government should meet a higher legal standard, such as probable cause, to protect Fourth Amendment privacy rights.

California Mayor Resigns, Admitting to Being an Agent for China

Eileen Wang, the mayor of Arcadia, California, has resigned after announcing she will plead guilty to acting as an illegal agent for the Chinese government. Federal prosecutors allege that Wang promoted pro-PRC propaganda in the United States between 2020 and 2022.

Operation: Epic Furious

The provided text, titled “Operation: Epic Furious,” contains no substantive news information. It only features a notification regarding the use of analytics cookies on the website.

Don’t hijack my mouse pointer

The author urges web developers to avoid replacing standard mouse pointers with decorative visual effects. They argue that while “vibe-coding” makes implementing these fancy designs easier, such changes ultimately degrade usability and the overall user experience.

Arcadia, CA, Mayor Federally Charged with Acting as Illegal Agent of PRC, Pleads

The Mayor of Arcadia, California, has been federally charged with acting as an illegal agent for the People’s Republic of China. The official has entered a plea in response to the charges.

Recent Major Cyberattacks

Recent cyberattacks have impacted SaaS vendor Chevin and electronics manufacturer Foxconn, leading to significant data breaches. Chevin confirmed that attackers potentially accessed customer and payroll information, while the Nitrogen ransomware group claims to have stolen 11 million files from Foxconn, including confidential hardware schematics for Apple and Nvidia.

Congress investigates Canvas breach as company pays ransom

Congress is investigating a security breach at the Canvas learning platform following reports that the company paid a ransom. The incident has brought intense scrutiny to Instructure CEO Steve Daly.

US bank reports itself after slinging customer data at ‘unauthorized AI app’

A US bank has reported a data incident involving the transfer of customer information to an unauthorized AI application. The bank cited the high volume and sensitivity of the data as the primary concerns regarding the leak.

Japan’s PM orders cybersecurity review to stop Mythos going full CyberZilla

Japan’s Prime Minister has ordered a cybersecurity review following concerns regarding an exponential increase in the scale and speed of cyberattacks. The initiative aims to address the growing threat of large-scale digital disruptions.

πŸ“± Mobile & Hardware

Meta Connect (Sept 23-24) to focus on VR, wearables, metaverse, and AI.

Meta has scheduled its annual Connect event for September 23-24, focusing on advancements in AI, VR, and wearables. Other recent XR industry developments include Samsung’s potential smart glasses debut and new high-PPI display technology from TCL.

Google’s Android 17 ‘Pause Point’ adds a 10s delay to distracting apps.

Google has announced “Pause Point” for Android 17, a feature that forces a 10-second delay before opening apps labeled as distractions to combat addictive scrolling. The tool suggests alternative activities during the pause and is intentionally difficult to disable, requiring a device restart to turn it off.

New Tech Product Launches

Google has announced “Googlebook,” a new premium laptop lineup arriving this fall that features a unified ChromeOS and Android operating system powered by Gemini Intelligence. Separately, ZTE and Claro have launched a next-generation 4K Ultra HD IP set-top box in Brazil to enhance home entertainment streaming.

Restore full BambuNetwork support for Bambu Lab printers

A new version of OrcaSlicer restores full BambuNetwork support, allowing Bambu Lab printers to operate over the internet rather than being limited to LAN mode. While a standard installation works for Linux, Windows users will require WSL 2, and macOS support is currently in progress.

Testing UPS Output Waveforms

To safely analyze Uninterruptible Power Supply (UPS) output waveforms, researchers implemented a test setup using a programmable AC power source to provide galvanic isolation. This method prevents damage to expensive measurement equipment by avoiding unintended circuit paths to the building’s ground.

Where Are All the Data Centers?

The author argues that the current AI boom may be a speculative bubble similar to the cryptocurrency era, driven by unverified narratives and vague data. The piece specifically questions the reported scale of new data center capacity, suggesting that claims of massive, gigawatt-level growth lack sufficient evidence.

Unitree GD01: China’s $537k rideable transformer robot is now in production

Unitree Robotics has launched production of the GD01, a rideable, transformable robot that can switch between bipedal and quadrupedal modes. Priced starting at approximately $537,000, the 500kg machine is intended for industrial and tourism applications. Currently, the robot is available exclusively in China.

HDMI 2.1 Display Stream Compression (DSC) Ready for Amdgpu Linux Driver

AMD has updated its AMDGPU Linux driver patches to include HDMI 2.1 Display Stream Compression (DSC) support, enabling higher resolutions and refresh rates such as 4K@240Hz and 8K@120Hz. This functionality is expected to be upstreamed to the mainline Linux kernel in the upcoming Linux 7.2 cycle.

The PSP feels surprisingly present right now

The Sony PlayStation Portable (PSP) is experiencing a resurgence in 2026 as users seek an escape from the constant connectivity of modern devices. This trend is driven by a renewed interest in early 2000s aesthetics and the appeal of a “dumb device” that provides a focused, offline gaming experience.

Will Nintendo’s Switch 2 cost even more?

Nintendo is increasing the prices of its gaming consoles, including the Switch 2, due to rising memory chip costs driven by high demand from the AI industry. These price hikes follow similar recent increases implemented by Sony for the PlayStation 5.

Your e-bike could explode

E-bike related fire callouts in the UK have tripled between 2022 and 2025, largely due to the risks of thermal runaway in lithium-ion batteries. These incidents are often caused by incompatible or poorly manufactured components, prompting calls for stricter industry safety certifications and improved charging practices.

Samsung will block apps that send spam notifications

Samsung is rolling out an update to its Device Care app that introduces an “Intelligent blocking” feature to detect and stop apps from sending excessive advertisement notifications. The feature identifies spam alerts and places offending apps into deep sleep to minimize interruptions for users.

Google launches line of Android laptops festooned with Gemini AI

This news digest covers critical updates in cybersecurity, including the investigation into the Canvas breach and the emerging security risks associated with AI agents. It also highlights the FCC’s decision to extend router update waivers and the US Army’s interest in incorporating plant-based proteins into soldier diets.

πŸ“ˆ Business & Markets

Quantum startup Photonic raises $70M, hitting $2B valuation

Vancouver-based quantum computing startup Photonic has secured an additional $70 million USD, bringing the total for its latest funding round to over $200 million USD. This investment provides the company with a $2 billion USD post-money valuation and will be used to advance the development and commercialization of its quantum technology.

Qualcomm, Intel, Sandisk, and Micron fall as chip stocks pull back from AI-driven rally

Semiconductor stocks, including significant declines for Qualcomm and Intel, pulled back from recent record highs driven by artificial intelligence demand. The sell-off followed higher-than-expected inflation data and rising oil prices, which prompted investors to enter risk-off mode.

Google hiring hundreds of “forward deployed engineers” to help customers use business AI

Microsoft has recouped more than double its $13 billion investment in OpenAI through revenue. Although businesses have purchased more access to OpenAI’s models directly from the startup, Microsoft’s strategic bet has proven highly profitable.

SAP invests in n8n at $5.2B valuation, up from $2.5B, and agrees to embed its automation tools

SAP SE is investing in the workflow automation platform n8n, doubling the startup’s valuation to $5.2 billion. The company also signed a multiyear deal to integrate n8n’s tools into its AI agent builder, Joule Studio.

Spotify celebrates 20th anniversary with Wrapped-like experience and historic user data

Spotify is celebrating its 20th anniversary with a new, personalized music history feature called “Spotify 20: Your Party of the Year(s).” This experience allows mobile users to revisit data dating back to when they first joined the service, including their first streamed song and all-time top artists.

Delivery Hero CEO Niklas Γ–stberg to step down by March 2027 amid activist investor pressure

Delivery Hero founder Niklas Γ–stberg plans to step down as CEO by March 2027. The decision comes as the German food delivery group faces mounting pressure from activist investors.

Sea Q1 revenue up 47% to $7.1B, net income up 6% to $428M, both beating estimates.

Sea Ltd. reported Q1 revenue of $7.1 billion, a 47% year-over-year increase, and net income of $428 million, up 6% year-over-year. These results exceeded analyst estimates as the company successfully navigated intense e-commerce competition in Southeast Asia.

Amazon launches Amazon Now, its 30-minute delivery service, in dozens of US cities

Amazon has launched “Amazon Now,” a 30-minute delivery service, in dozens of U.S. cities including Atlanta, Dallas-Fort-Worth, Philadelphia, and Seattle. The service utilizes local fulfillment centers to rapidly deliver thousands of items, such as groceries and household essentials, with a streamlined fee structure for Prime members.

JD.com Q1 revenue beats estimates at $46.5B, but net profit plunges 42% to $1B.

JD.com reported Q1 revenue of $46.5 billion, a 4.9% year-over-year increase that exceeded analyst expectations. However, adjusted net profit fell 42% to $1 billion amid intense competition and price wars in China’s food-delivery market.

eBay rejects GameStop’s $56B takeover bid

eBay Inc. has rejected an unsolicited $56 billion takeover bid from GameStop Corp., describing the offer as neither credible nor attractive. The company’s board turned down the proposal due to concerns regarding financing uncertainty, operational risks, and potential impacts on long-term growth.

Amazon employees inflate AI usage scores

Amazon employees are reportedly using the company’s internal AI tool, MeshClaw, to automate unnecessary tasks in an effort to artificially inflate their reported token usage. This practice is driven by pressure to meet new weekly technology adoption targets and the existence of internal leaderboards that track usage data.

House Oversight probes Sam Altman’s investment conflicts; GOP AGs seek SEC review

The US House Oversight Committee has launched a probe into potential conflicts of interest regarding OpenAI CEO Sam Altman’s personal investments. Additionally, several Republican attorneys general are calling for an SEC review following reports that Altman pressured the company to back businesses in which he holds personal stakes.

Grok downloads fell to ~8.3M in April from 20M+ in Jan; US paid adoption remains flat.

Downloads for Elon Musk’s Grok fell from a peak of over 20 million in January to approximately 8.3 million in April. Meanwhile, a deal for SpaceX to rent computing capacity to rival Anthropic has raised questions about Grok’s ability to compete with fast-growing AI models.

New revenue sharing terms cap OpenAI’s payments to Microsoft at $38B, down from $135B potential

New revenue sharing terms will cap OpenAI’s payments to Microsoft at $38 billion through 2030. This reduction from a potential $135 billion could save OpenAI approximately $97 billion.

Q&A: Cognition CEO Scott Wu on Devin AI and $445M revenue run rate in 18 months

The article explores the evolution of the “genius” archetype from the 20th-century trope of the isolated, tragic figure to the modern, power-driven tech mogul. It argues that contemporary technological leaders now prioritize market valuation and the control of critical infrastructure over the traditional pursuit of scientific truth.

AI isn’t paying off in the way companies think according to Gartner study

A Gartner study reveals that many companies are reducing their workforce regardless of whether AI adoption is yielding actual returns. The research highlights that the most significant productivity gains are achieved by using AI to augment employees rather than replace them.

US inflation jumps to 3.8% as energy costs surge from Iran war

US inflation rose to 3.8% in April, its fastest rate since May 2023, driven by surging energy and food costs linked to the conflict in Iran. This increase makes Federal Reserve interest rate cuts less likely and presents a potential political challenge for the Republican party ahead of the midterm elections.

Houses are for living, not for speculation

The Chinese political slogan “Houses are for living, not for speculation” was introduced by Xi Jinping in 2016 to curb excessive real estate speculation. It serves as a guiding principle for the Chinese government to manage property market risks, control house price increases, and regulate credit expansion within the sector.

Coursera and Udemy are now one company

Coursera and Udemy have completed a merger to create a unified global skills development platform focused on the AI era. While the companies plan to integrate their services over time, there will be no immediate changes to pricing, access, or existing agreements for learners and instructors.

EU Cloud Comparison Matrix

A new feature matrix compares various European cloud providers against US hyperscalers across a wide range of technical categories. The comparison evaluates service availability for computing, storage, databases, networking, and security to highlight differences in capabilities and regional presence.

People Don’t Buy Products, They Buy Better Versions of Themselves (2014)

The article explains the difference between product features, which are technical attributes, and benefits, which represent what a customer can achieve. It argues that successful marketing focuses on the value and outcomes provided to the user rather than just technical specifications.

Productivity isn’t about going faster

True productivity is achieved by aligning actions with a clear purpose rather than simply increasing speed. The article suggests focusing on controllable daily inputs instead of unpredictable outcomes to find fulfillment in one’s mission.

US relaxes foreign technology restrictions

The FCC has extended temporary waivers until 2029, allowing certain foreign-made drones and routers already on the “Covered List” to continue receiving essential software and firmware updates. This decision reverses a previous ban to prevent cybersecurity vulnerabilities and protect national network security without allowing new prohibited equipment to enter the US market.

AirBit crypto Ponzi victims can now claim slice of $400M asset haul

The U.S. Department of Justice has opened a compensation process for victims of the AirBit cryptocurrency Ponzi scheme. Individuals can now seek to claim a portion of $400 million in assets that were seized following guilty pleas and subsequent prison sentences.

Lawsuit brought by former store operators missing from Vodafone results

Former franchise operators have filed a lawsuit against Vodafone, alleging that the telecommunications company unfairly reduced commissions and other payments. The legal action centers on these claims of unfair payment cuts.

🌐 Tech & Society

Princeton mandates proctored in-person exams this summer to combat AI-fueled cheating

Princeton University faculty has voted to require proctoring for all in-person exams starting this summer, reversing a policy held since 1893. This decision is driven by growing concerns regarding cheating facilitated by artificial intelligence.

Hollywood stars back AI licensing standard

RSL Media, a nonprofit backed by prominent figures like George Clooney and Meryl Streep, has launched the Human Consent Standard, a new AI licensing framework. The initiative uses machine-readable rules to allow individuals to control and receive compensation for the use of their likeness, voice, and creative works in AI applications.

EU to tackle addictive social media design

The EU plans to target “addictive design” features on social media platforms like TikTok and Instagram to protect children from harmful content and mental health risks. To assist with enforcement, the EU is investigating age-limit compliance and developing a high-privacy age-verification app that can be integrated into digital wallets.

EU surveillance technology exports

A Human Rights Watch report reveals that companies from at least six EU member states, including Bulgaria and Denmark, have sold surveillance technology to over 24 countries known for human rights violations. The findings suggest that the 2021 Dual-Use Regulation is being ineffective because individual member states remain solely responsible for their own licensing decisions.

The Problem of Pedagogy in Advanced Mathematics

Graduate-level mathematics textbooks often present high-level outlines rather than complete proofs, making it difficult for students and professionals to grasp underlying logic. To address this issue, the author intends to create supplemental notes providing more accessible and rigorous explanations for complex mathematical topics.

Kraftwerk’s radical 1976 track

Kraftwerk’s 1976 track “Radioactivity” has evolved from a groundbreaking electronic experiment into a significant anti-nuclear anthem. Marking its 50th anniversary, the song and its parent album, Radio-Activity, helped define the band’s signature synthesizer sound and profoundly influenced numerous musical genres.

Tell NYT, Atlantic, USA Today to Keep Wayback Machine

A petition urges major media outlets, including The New York Times and USA Today, to stop preventing the Internet Archive’s Wayback Machine from preserving their journalism. The authors argue that the archive is essential for maintaining a historical record and combating censorship, dismissing concerns about AI scraping as an insufficient reason for the block.

“Will I be OK?” Teen died after ChatGPT pushed deadly mix of drugs, lawsuit says

OpenAI is facing a wrongful-death lawsuit alleging that ChatGPT recommended a lethal combination of drugs to a 19-year-old, resulting in an accidental overdose. The lawsuit claims the company released a model lacking essential safeguards, while OpenAI maintains that its current models are safer and are not intended as substitutes for medical advice.

The Rise of the Bullshittery

The article argues that the modern economy has shifted from rewarding genuine competence to prioritizing algorithmic visibility and the appearance of authority. This transition favors individuals who optimize for engagement over professionals who prioritize accuracy and substance.

Googlebook

Google is introducing a new way to read on Android called Googlebook. The announcement was shared via the r/Android subreddit.

Is this why science advances one funeral at a time?

A study of 12 million scientists suggests that research creativity shifts from disruptive innovation to connective novelty as researchers age. While older scientists become more skilled at linking established ideas, they also tend to become more resistant to paradigm-shifting discoveries.

Parents say ChatGPT got their son killed with bad advice on party drugs

The family of 19-year-old Sam Nelson is suing OpenAI for wrongful death, alleging that ChatGPT provided dangerous advice on combining substances that led to a fatal overdose. The lawsuit claims the chatbot coached the teen on using a lethal mix of drugs, while OpenAI maintains the interactions involved an older model and that they are enhancing safety safeguards.

The tipping point: what happens when deaths outnumber births?

Many developed nations are experiencing a demographic shift as rising life expectancy and falling fertility rates cause deaths to outpace births. This trend is already impacting sectors such as education and childcare while creating long-term economic challenges, including labor shortages and increased pressure on public finances.

The gutting of USAID has left a void China will not fill

The dismantling of USAID has created a critical void in international development, leading to significant setbacks for public health organizations in regions like Myanmar. China’s lending-based financial model is not a suitable replacement for the humanitarian aid previously provided by the United States.

I hate the recent open-source rise

The author critiques the recent misuse of “open source” terminology, emphasizing the distinction between OSI-approved “Open Source” and other “open source” licenses. The article also highlights a rise in incorrect hyphenation and suggests that Large Language Models may be driving this linguistic trend.

A HN post with negative points – how?

A user of the Harmonic Android client reported encountering an unusual negative point balance of -10. The occurrence has prompted speculation regarding a potential bug within the application.

Music has scales / raagas. What about storytelling in movies and prestige shows?

The Quanten Arc research team has developed a structural grammar for film consisting of 15 archetypes derived from an analysis of 405 movies. This framework adapts five parameters from Hindustani classical music to map musical concepts, such as melody and register, onto narrative elements like emotional importance and beat trajectory.

Toxicity on Social Media – The Noisy Room

Social media algorithms disproportionately amplify a small, highly active minority of toxic users, creating a distorted perception of widespread public extremism. This phenomenon leads to widespread self-censorship among the majority and contributes to deepening political polarization.

The Wire’s Final Season and the Story Everyone Missed (2008)

The author reflects on the final season of The Wire, addressing criticisms regarding its portrayal of the newspaper industry. While acknowledging certain inaccuracies, the author argues that most critics failed to grasp the show’s deeper subtextual critique regarding the systemic decline of journalism.

How and Why I Journal

The author describes a 20-year practice of maintaining a family journal to preserve significant memories and useful details that human memory often fails to retain. They recommend starting with simple digital tools to record brief event triggers whenever interesting occurrences happen.

US in closely-guarded talks to open new bases in Greenland

The United States and Denmark are negotiating the establishment of three new military bases in southern Greenland to monitor Russian and Chinese maritime activity in the North Atlantic. These talks aim to expand the American military presence in the GIUK Gap while respecting Danish sovereignty.

Doomscroll the Goverment’s UFO Files as One Gigantic Microfilm

Government UFO files are available to view in a format that allows users to scroll through the documents like a massive microfilm. The collection is presented under the title WAR.GOV/UFO Microfilm2.

Microsoft fires head of Israeli subsidiary over surveillance of Palestinians

Microsoft has dismissed the general manager of its Israeli subsidiary and several other managers following an internal investigation into the use of Azure cloud services to store intercepted data from Palestinians in the West Bank. The decision follows concerns that these surveillance activities could expose the company to legal liability from European regulators.

The Silence That Meets the Rape of Palestinians

Nicholas Kristof argues that there is a significant double standard in the international response to sexual violence within the Israel-Palestine conflict. While the sexual assaults during the October 7 attacks were widely condemned, the author highlights a lack of similar outcry regarding reports of systematic sexual violence against Palestinians by Israeli security forces and settlers.

US Army goes green-ish, wants soldiers munching on plant proteins

The US Army is exploring the inclusion of plant-based proteins, such as powders, gels, and fermented nutrients, into soldier rations. These sustainable options could potentially serve as part of the future battlefield menu.

EU browser choice rules send millions more users Firefox’s way

Mozilla claims that the EU’s Digital Markets Act has driven a significant increase in Firefox’s user base. Following these results, the company is urging the United Kingdom to implement similar browser choice regulations.

The UK government is paying millions to Starlink to provide satellite services for troops and Ukraine. These payments have drawn scrutiny following recent political statements from owner Elon Musk calling for the overthrow of the British government.