Skip to content

AI News May 23, 2026

Language: DE / EN / ZH / FR / ES / PT / JA / KO

Key Takeaways

What are the top AI breakthroughs?

This May 23, 2026 covers 10 curated AI news items spanning technology, research, and product developments. Microsoft has reportedly cancelled most of its Claude Code licenses, finding AI more expensive than paying human employe...

Microsoft has reportedly cancelled most of its Claude Code licenses, finding AI more expensive than …

Microsoft has reportedly cancelled most of its Claude Code licenses, finding AI more expensive than paying human employees. The company is moving developers to the cheaper GitHub Copilot CLI, raising questions about the profitability of enterprise AI.

Category: Business Impact|Impact:critical|Source: Fortune

Job seekers are using AI to mass-produce applications, making all applications look increasingly sim…

Job seekers are using AI to mass-produce applications, making all applications look increasingly similar. Employers complain about the lack of individuality and are calling for measures against AI-generated resumes.

Category: Workplace|Impact:high|Source: Yahoo Finance

A leaked draft of President Trump's anticipated AI executive order reveals that government AI review…

A leaked draft of President Trump's anticipated AI executive order reveals that government AI reviews would remain voluntary. However, the order was not signed, suggesting internal disagreement.

Category: Policy|Impact:critical|Source: Politico

The US House is investigating Airbnb's use of Chinese AI models. CEO Brian Chesky insists no data is…

The US House is investigating Airbnb's use of Chinese AI models. CEO Brian Chesky insists no data is shared with Chinese firms and that only open-source models are used.

Category: Security & Regulation|Impact:high|Source: Bloomberg

In an interview, Sundar Pichai discusses Google Search's future, Google's place in the AI race, and …

In an interview, Sundar Pichai discusses Google Search's future, Google's place in the AI race, and public skepticism of AI. He admits Google is 'behind the frontier' in coding and defends its custom TPUs.

Category: Corporate Strategy|Impact:critical|Source: New York Times

Cloudflare CEO Matthew Prince says AI will replace middle managers and compliance roles, but not 'bu…

Cloudflare CEO Matthew Prince says AI will replace middle managers and compliance roles, but not 'builders' or 'sellers.' The company has laid off over 20% of its workforce despite record revenue.

Category: Workplace|Impact:high|Source: Wall Street Journal

The US NTSB suspended access to its crash investigation database after people used AI to recreate vo…

The US NTSB suspended access to its crash investigation database after people used AI to recreate voices of deceased pilots from a 2025 UPS plane crash. The incident raises ethical concerns about misuse of AI.

Category: Ethics & Risks|Impact:high|Source: Ars Technica

Deepseek makes its 75% discount on V4-Pro permanent. At $0.435 per million input tokens, it's at lea…

Deepseek makes its 75% discount on V4-Pro permanent. At $0.435 per million input tokens, it's at least 11.5x cheaper than GPT-5.5 and 34x cheaper on output. This pricing could reshape the AI market, especially for agentic systems.

Category: Market & Economics|Impact:critical|Source: The Decoder

Anthropic warns that its Claude Mythos Preview model, working with 50 partners, has found over 10,00…

Anthropic warns that its Claude Mythos Preview model, working with 50 partners, has found over 10,000 critical vulnerabilities in system software. Bugs are piling up faster than they can be patched, creating a new security challenge.

Category: Security & Risks|Impact:critical|Source: The Decoder

Starbucks has terminated its AI-powered inventory tool that used tablet cameras to track stock in No…

Starbucks has terminated its AI-powered inventory tool that used tablet cameras to track stock in North American stores. After nine months of frequent errors, the system was shut down — a cautionary tale for AI in retail.

Category: Business Impact|Impact:medium|Source: 36Kr

Top AI Videos This Week

2 curated YouTube videos about AI developments.

This official Google tutorial demonstrates how to use the Gemini Omni AI model to edit and create vi…

This official Google tutorial demonstrates how to use the Gemini Omni AI model to edit and create vi…

This official Google tutorial demonstrates how to use the Gemini Omni AI model to edit and create videos through natural language commands – no technical skills required. Perfect for professionals who want to repurpose content quickly and creatively.

Bloomberg reports on Meta’s plan to build one of the world’s largest AI data centers in rural Louisi…

Bloomberg reports on Meta’s plan to build one of the world’s largest AI data centers in rural Louisi…

Bloomberg reports on Meta’s plan to build one of the world’s largest AI data centers in rural Louisiana, backed by a $200 billion investment and up to 7.5 gigawatts of power. The video explains why such massive infrastructure bets are critical for the future of artificial intelligence.

What are the latest AI investment signals?

Latest AI investment signals: 0 funding rounds, 5 stock movements, and 5 M&A transactions.

Primary Market – Funding Rounds

No primary market data.

Secondary Market – Stock Movements

TickerPriceChange
ASW
AMD
PINS
SEG
TNON

M&A – Mergers & Acquisitions

AcquirerTargetDeal ValueDeal Type
FOXO Technologies Inc.Nicht bekanntUnknownAcquisition
UberDelivery Hero€10BAcquisition
Chinesische UnternehmenWestliche Konsummarken (Everlane, Puma)UnknownAcquisition
VerschiedeneKI-UnternehmenRecord highAcquisition
Anteris Technologies Global Corp.Nicht bekanntUnknownAcquisition

What are practical AI tips this week?

5 practical AI tips curated from Reddit communities and expert blogs. Let the AI write its own tools or functions mid-session to reduce round trips and improve efficiency...

Productivity

Let the AI write its own tools or functions mid-session to reduce round trips and improve efficiency.

Instead of calling external APIs repeatedly, prompt the AI to generate and execute a custom function that encapsulates the logic.

Prompt Tips

Design prompts that explicitly require the AI to highlight tensions and conflicts in the data.

Use a protocol that asks the AI to list all contradictions and then propose resolutions without glossing over them.

Prompt Tips

Challenge the AI by applying a red-team protocol that critiques its own responses.

Use a red-team prompt that forces the AI to identify and correct its own sycophantic tendencies.

Productivity

Assign a role like principal engineer to get more nuanced and expert-level responses.

Start your prompt with 'You are a principal engineer at a top tech company. Analyze this problem step-by-step.'

Productivity

Orchestrate multiple AI agents deterministically to handle complex tasks with clear handoffs.

Define separate sub-agents for distinct subtasks and use a coordinator agent to manage their execution in a fixed sequence.