Select the search type
  • Site
  • Web
Search

AI News

What Changed in Software Development This Week Because of AI
Rod Claar
/ Categories:

What Changed in Software Development This Week Because of AI

Story 1

OpenAI Launched GPT-5.5-Cyber and Made AI Security Patching a Real Workflow

On June 22, 2026, OpenAI expanded its Daybreak cybersecurity program with four launches at once: an updated Codex Security plugin, the full GPT-5.5-Cyber model for verified defenders, a Daybreak Cyber Partner Program, and a new open-source initiative called Patch the Planet. The announcement came from Sam Altman on the same day.

GPT-5.5-Cyber is a specialized model built to find, trace, and help fix security flaws in code. On OpenAI's CyberGym benchmark, it scored 85.6%, compared to 81.8% for the standard GPT-5.5 model. More important than the score is what the model can actually do inside a codebase: it scans commits, builds a threat model specific to that codebase, traces attack paths, validates whether a flaw is actually reachable, and generates a patch — all in a single workflow. The updated Codex Security plugin brings this directly into the Codex CLI and app, which developers already use.

The model is not available to the general public. Access requires verification through OpenAI's Trusted Access for Cyber program. For most engineering teams, the standard Codex Security plugin connected to GPT-5.5 is the practical entry point. The plugin supports SARIF exports and CodeQL queries, meaning findings can flow into existing vulnerability management pipelines without rebuilding how a team tracks issues.

Since the Codex Security research preview opened in March 2026, OpenAI reported the plugin scanned more than 30 million commits across more than 30,000 codebases. Human reviewers marked more than 70,000 findings as fixed, and more than 500,000 findings were automatically resolved.

Patch the Planet, co-founded with Trail of Bits and partnered with HackerOne, brings this capacity to open-source projects. More than 30 projects committed to participate, including cURL, Go, Python, Sigstore, and pyca/cryptography. Participating projects receive ChatGPT Pro access, conditional Codex Security access, and API credits.

500K+
Security findings automatically resolved by Codex Security since March 2026, across more than 30,000 codebases.
Source: OpenAI, June 22, 2026

Scrum Team Signal

Your team's Definition of Done probably does not include an AI security scan. It should. Add a Codex Security review step to your Sprint's done criteria before code reaches review. This is not a future practice — it is available now through the standard Codex CLI. Start with one service, run the plugin against it this Sprint, and triage findings as you would any other bug. Make the results part of your Sprint Review conversation, not a post-release surprise.

Story 2

Google Retired Gemini CLI and Made Antigravity 2.0 the Only Agentic Dev Platform

On June 18, 2026, Google shut off consumer access to Gemini CLI and Gemini Code Assist IDE extensions for AI Pro, AI Ultra, and free-tier users. The replacement is Google Antigravity CLI — a new terminal tool built in Go, designed to be faster and more reliable than its predecessor. Enterprise customers on Gemini Code Assist Standard or Enterprise licenses kept access, but Google's direction is unmistakable: Antigravity is the platform going forward.

Antigravity 2.0, announced at Google I/O in May 2026, is not just a code editor. It is a full development platform with five components: a desktop app, CLI, SDK, Managed Agents API, and an enterprise deployment path through the Gemini Enterprise Agent Platform on Google Cloud. The desktop app runs multiple AI agents in parallel and can schedule tasks to run in the background without a developer actively watching. Developers can use voice commands to direct the agents instead of typing.

The platform uses dynamic subagents — specialized AI agents that can each take a different piece of a task and run at the same time. Google stated that multi-day engineering efforts are collapsing into hours using this capability, which is available now in early research preview. The Antigravity SDK, also released at I/O, lets development teams build their own custom agents using the same underlying harness.

Google said that Gemini 3.5 Flash, the model that powers Antigravity, was itself co-developed using Antigravity — the platform built its own successor model. The new AI Ultra plan for Antigravity costs $100 per month and offers five times the usage limits of the Pro plan. The previous top-tier $250 plan dropped to $200.

Gemini 3.5 Flash runs four times faster than competing frontier models, giving Antigravity agents real-time speed for agentic workflows.
Source: Google I/O 2026 developer highlights

Scrum Team Signal

If your team runs Gemini CLI in any part of your pipeline, sprint pipeline, or personal workflow, that tool stopped working on June 18. Migrate to Antigravity CLI before your next Sprint begins — the commands follow the same pattern and the Google developer blog provides a step-by-step migration guide. More broadly: this week's news signals that multi-agent orchestration in your IDE is becoming table stakes, not an advanced feature. Your team's Velocity conversation needs to account for the time developers spend learning these platforms, or you will underestimate capacity for the rest of the quarter.

Story 3

Anthropic's Claude Opus 4.8 Introduced Dynamic Workflows for Codebase-Scale Work

Anthropic released Claude Opus 4.8 on May 28, 2026, along with a feature called Dynamic Workflows that changed what AI-assisted coding can take on in a single session. The model arrived 41 days after Opus 4.7 — one of Anthropic's fastest turnaround times between major versions.

Dynamic Workflows, available in research preview for Claude Code on Enterprise, Team, and Max plans, lets the model plan a large coding task, distribute pieces across hundreds of parallel subagents, and verify the outputs before handing results back to a developer. Anthropic described the target use case plainly: codebase-scale migrations across hundreds of thousands of lines of code, from kickoff to merge, using the team's existing test suite as the acceptance bar.

One publicly named example: Jarred Sumner, CEO of Bun, used Dynamic Workflows to port the entire Bun codebase — 750,000 lines — from Zig to Rust. That kind of refactoring effort would previously require a working group and a full quarter's worth of Sprint capacity.

The model also improved honesty about its own work. Anthropic's evaluations showed Opus 4.8 is roughly four times less likely than Opus 4.7 to let a code flaw pass unremarked. Early testers at Bridgewater Associates singled out the model's tendency to flag issues with inputs and outputs that other models missed. Opus 4.8 scored 69.2 on SWE-Bench Pro, outperforming GPT-5.5 and Gemini 3.1 Pro on that benchmark. Fast mode runs at 2.5 times the speed and is now three times cheaper than it was on previous models. Standard API pricing remained unchanged at $5 per million input tokens and $25 per million output tokens.

750K
Lines of code migrated in one Dynamic Workflows session — the Bun codebase ported from Zig to Rust using Claude Opus 4.8.
Source: Anthropic, May 28, 2026

Scrum Team Signal

Large refactoring work has always been a Sprint planning headache: the scope is hard to estimate and the risk of breaking things mid-flight is real. Dynamic Workflows changes that calculus. If your backlog holds a codebase migration, a major dependency upgrade, or a large refactoring that your team keeps deferring, bring it into a Sprint conversation now. The model runs against your existing test suite, so your acceptance criteria are already written. Your Scrum Master's job is to help the team understand how to review and validate agent output rather than manage every line of the work itself.

Story 4

The A2A Protocol Is Now Production-Ready — And Your Agents Can Talk to Any Other Agent

During the week of June 15–20, Google's Agent-to-Agent (A2A) protocol and Microsoft's implementation of it came into sharp focus for enterprise development teams. The A2A protocol reached v1.0.0 in March 2026 and is now backed by more than 150 organizations including Google, Microsoft, AWS, IBM, Salesforce, SAP, and ServiceNow. On June 18, 2026, Google published a case study on A2A at scale, highlighting how it enables collaborative agents across platforms without custom integration code.

The A2A protocol defines how AI agents discover each other, exchange tasks, and coordinate work over HTTP — regardless of which company built the agent or what framework it runs on. Think of it the way HTTP made web services interoperable across different platforms and languages. An agent built on Microsoft Foundry can hand a task to an agent built on AWS Bedrock or Google Cloud and get a structured response back, with no custom adapter layer in between.

Microsoft Agent Framework 1.0, released in April 2026, shipped with full A2A v1 support in both .NET and Python. The framework now ships with .NET packages for both the client and server side of A2A, meaning any team using C# or Python can expose their agents to the open protocol or call other organizations' agents in the same way. Microsoft Foundry also added incoming A2A support at Microsoft Build 2026 (June 2–3, 2026), letting teams expose any Foundry agent as an A2A endpoint that outside agents can discover and invoke.

Microsoft's developer blog described the practical implication: a procurement agent can consult a partner's compliance agent without anyone needing to write integration code. When the partner team changes platforms, nothing breaks on your side as long as they stay A2A-compliant. The A2A SDK packages for .NET are available on NuGet today. Python support is also available.

150+
Organizations now supporting the A2A protocol, including AWS, Cisco, Google, IBM, Microsoft, Salesforce, SAP, and ServiceNow.
Source: A2A protocol project, as of April 2026

Scrum Team Signal

Your next architecture discussion needs an item about A2A. If your team is building agents — or your organization is buying software that includes them — the question is not whether agents will need to talk to other agents. They will. The question is whether you will build custom plumbing every time or adopt a standard. Add a spike Story to your backlog: investigate A2A v1 for any agent your team already owns. The Microsoft Agent Framework gives .NET and Python teams a clean starting point with the A2A NuGet packages. This is a good candidate for a two-Sprint proof of concept before it becomes a dependency in production.

Story 5

Gartner: 40% of Enterprise Apps Will Have AI Agents by End of 2026 — But 40% of Projects Will Fail

Gartner released two forecasts this year that software teams need to hold together. The first: 40% of enterprise applications will be integrated with task-specific AI agents by the end of 2026, up from less than 5% at the start of the year. The second: more than 40% of agentic AI projects will be canceled by the end of 2027, because of escalating costs, unclear business value, or inadequate risk controls.

Separately, Gartner's May 2026 worldwide AI spending forecast put total AI investment for 2026 at $2.59 trillion, a 47% increase over 2025. Within that number, agentic AI software spending alone is forecast to reach $206.5 billion in 2026 — up 139% from $86.4 billion in 2025. That is the fastest-growing slice of enterprise software spend. Gartner named 2026 the inflection year for enterprise adoption.

But Gartner's own analysts were direct about the failure risk. Anushree Verma, Senior Director Analyst at Gartner, said: "Most agentic AI projects right now are early stage experiments or proof of concepts that are mostly driven by hype and are often misapplied. This can blind organizations to the real cost and complexity of deploying AI agents at scale, stalling projects from moving into production."

Gartner also published a separate market guide on enterprise AI coding agents in June 2026, estimating the coding-agent market at $9.8 billion to $11.0 billion annualized as of April 2026. The report noted that vendors are now competing not just on code quality but on their ability to coordinate complex workflows and integrate across engineering environments. The key risk called out: organizations that adopt agents without clear operating models risk higher costs without proportional value.

40%
Of agentic AI projects are forecast to be canceled by end of 2027 — due to escalating costs, unclear value, or inadequate risk controls.
Source: Gartner, 2026

Scrum Team Signal

Gartner's failure forecast is not a reason to avoid AI agents — it is a description of what happens when teams skip the governance work. Scrum gives you the structure to avoid that failure mode. Every AI agent your team builds or buys should have a Product Owner who can articulate its value in business terms, a backlog item that defines what "done" looks like, and a Sprint Review that evaluates real outcomes — not just demos. Before your team adds any new AI agent to your stack, answer three questions in your Sprint Planning meeting: What is the measurable outcome this agent enables? Who owns the cost controls? What does the team do when the agent produces a wrong answer? If those answers are not ready, add a spike Story first.

Coming Next Week

OpenAI's GPT-5.6 is expected to launch in the June 22–28 window, with reported changes including a 1.5-million-token context window and a redesigned reward training pipeline. We will cover what that means for engineering teams working with large codebases, and whether the context window improvement actually changes how you use Codex in production.

RC
Rod Claar
Rod Claar has been teaching Scrum, Agile, Test Driven Development, and Software Design Patterns for more than two decades. He currently focuses on how AI is changing the work of software teams — what it means for the way teams plan, build, and ship. He publishes this newsletter weekly at AgileAIDev.com.

AgileAIDev.com  ·  Published by Rod Claar  ·  Week of June 15–20, 2026

All stories sourced from original announcements. No speculation. Facts only.

Print
2362

The Latest News!

Welcome to AI News Explorer, your personalized guide to staying updated on the latest advancements in artificial intelligence! Share your interests or let me curate the most relevant updates for you.

Here's your curated digest of the most significant AI developments as of May 16, 2025:


🧠 Major AI Breakthroughs

1. DeepMind Unveils AlphaEvolve for Advanced Problem Solving
Google DeepMind has introduced AlphaEvolve, an AI tool capable of solving complex mathematical problems and designing sophisticated algorithms, marking a significant leap in AI's problem-solving potential. @EconomicTimes

2. AI Scientist-v2 Achieves Peer-Reviewed Publication Autonomously
The AI Scientist-v2 system has successfully authored and submitted a scientific paper that passed peer review without human assistance, showcasing AI's growing role in research and scientific discovery. arXiv

3. AI Models Develop Human-Like Communication
A recent study reveals that large language model AI agents can spontaneously develop human-like social conventions and communication patterns when interacting in groups, highlighting advancements in AI social behavior. The Guardian


🌍 Global AI Initiatives

1. Italy and UAE Collaborate on AI Supercomputing Hub
Italy and the United Arab Emirates have announced a partnership to establish a major AI computing hub in Italy, aiming to create the largest AI infrastructure in Europe, with a supercomputer potentially located in Apulia. Financial Times+4Reuters+4U.S. Department of Commerce+4

2. UAE and US Presidents Unveil 5GW AI Campus in Abu Dhabi
A new 5GW AI campus, the largest outside the US, has been unveiled in Abu Dhabi, signifying a deepening of AI collaboration between the UAE and the United States. U.S. Department of Commerce+1Reuters+1


🏛️ AI Policy and Ethics

1. UK Considers Amendment for AI Transparency in Copyright Use
The UK House of Lords is examining a new amendment to the data bill that would require AI firms to declare their use of copyrighted content, aiming to increase transparency and protect rights holders. The Guardian

2. Pope Leo XIV Addresses AI's Ethical Implications
Pope Leo XIV has expressed concerns over AI's impact on human dignity and justice, calling for ethical considerations in AI development and use. Business Insider


🤖 Robotics and AI Integration

1. MIT Develops Bio-Inspired Soft Robots
MIT researchers are creating a new generation of robots inspired by biological forms like worms and turtles, focusing on soft, flexible designs for applications in healthcare and environmental monitoring. WSJ

2. China's AI-Powered Humanoid Robots Transform Manufacturing
China is advancing the use of AI-powered humanoid robots in manufacturing, aiming to address labor shortages and enhance production efficiency. Reuters


📊 AI Industry Trends

1. CoreWeave Plans Major Investment in AI Infrastructure
Cloud computing company CoreWeave plans to invest $20–23 billion in 2025 to expand AI infrastructure and data-center capacity, driven by surging demand from clients like Microsoft and OpenAI. LinkedIn

2. Microsoft Announces Layoffs Amid AI Focus
Microsoft is laying off approximately 7,000 employees, about 3% of its global workforce, to reallocate resources toward the development of advanced AI technologies. New York Post

Here’s your curated roundup of the most significant AI developments as of April 30, 2025:


🔍 Latest Headlines

Google’s AI Push in Search

Google CEO Sundar Pichai testified in federal court, emphasizing that AI—particularly the Gemini model—will be central to the future of search. Google is also negotiating with Apple to integrate Gemini into Apple Intelligence by mid-2025. (Google CEO Pichai: AI will be huge part of search)

Meta Launches Standalone AI App

Meta unveiled a new AI app powered by its Llama 4 model, featuring a social feed and voice interaction. The app integrates with Facebook and Instagram data for personalization and is part of Meta’s broader AI strategy. (Meta launches AI app, Zuckerberg chats with Microsoft CEO Satya Nadella at developer conference)

Duolingo Transitions to AI-First Model

Duolingo announced plans to replace contract workers with AI to enhance scalability and streamline operations. The company aims to become an "AI-first" organization, focusing on AI-driven content creation and user experience. (Duolingo to replace contract workers with AI)

Banks Accelerate AI Talent Acquisition

JPMorgan, Wells Fargo, and Citigroup are leading a hiring surge for AI talent, with AI-related roles growing by 13% in the past six months. This trend reflects the banking sector's commitment to integrating AI for efficiency and innovation. (JPMorgan, Wells Fargo and Citi lead race for AI talent as job numbers swell)

Nvidia CEO Advocates for Revised AI Chip Export Rules

Nvidia CEO Jensen Huang urged the Trump administration to update AI chip export regulations to better reflect the current global tech landscape. The call comes as the U.S. considers new policies to maintain technological leadership. (Nvidia CEO says Trump should revise AI chip export rules, Bloomberg News reports)


🔬 Deep Dives

Anthropic Explores AI Consciousness

AI firm Anthropic has initiated a program focused on "model welfare," amid discussions about the potential for AI consciousness. While many experts remain skeptical, the initiative highlights the ethical considerations of advanced AI systems. (Coming up: Rights for "conscious" AI)

Palo Alto Networks Acquires Protect AI

Palo Alto Networks announced the acquisition of Seattle-based AI startup Protect AI to enhance its cybersecurity platform. The deal aims to integrate Protect AI's solutions for developing secure AI applications. (Palo Alto Networks Acquires Startup Protect AI As RSA Conference Kicks Off)

AI Enhances Sports Science at University of Pittsburgh

The University of Pittsburgh, in partnership with AWS, opened the Health Sciences and Sports Analytics Cloud Innovation Center. The center utilizes AI to improve athlete performance and health monitoring. (AI takes the field at Pitt)


🌐 Global AI Developments

India's Sarvam AI to Develop Indigenous LLM

Indian startup Sarvam AI has been selected to build the country's first indigenous large language model under the IndiaAI Mission. The model will focus on Indian languages and receive government support, including access to 4,000 GPUs. (Sarvam AI)

U.S. Executive Order on AI Education

President Trump signed an executive order to advance AI education for American youth, establishing a national initiative and a White House Task Force on AI Education. The order aims to integrate AI training in schools and prioritize AI in grants and research. (AI Update, April 25, 2025: AI News and Views From the Past Week)


🔮 Future Trends

AI in Energy Security

A Honeywell survey revealed that U.S. energy executives believe AI has significant potential to enhance energy security amid rising global demand. The findings suggest a growing role for AI in the energy sector. (Honeywell Survey Finds AI Has Potential To Enhance Energy Security As Global Energy Demand Increases)

AI in Threat Detection

The U.S. Department of Homeland Security's Science and Technology Directorate is utilizing AI to modernize threat alerts across various domains, including land, air, sea, and cyberspace. The initiative aims to improve visibility and identification of emerging threats. (Feature Article: S&T Is Modernizing Threat Alerts Using Artificial Intelligence)


Would you like more information on any of these topics or a deeper dive into a specific area of AI?

Here’s your curated AI news digest for Wednesday, April 23, 2025:​


🧠 Latest Headlines

1. OpenAI Faces Internal Pushback Over For-Profit Shift

A coalition of former employees and AI experts is urging regulators to intervene in OpenAI’s restructuring, arguing it undermines the nonprofit’s original mission to safely develop artificial general intelligence. ​Computerworld

2. AI Investment Boom Threatened by Global Trade Turmoil

Despite a surge in AI investments across U.S. industries, escalating tariffs and economic instability—particularly involving China’s DeepSeek—pose significant risks to sustained growth. Reuters

3. AI Enhances Healthcare from Documentation to Discovery

Epic Systems and Microsoft discuss how generative AI is transforming clinical workflows, improving communication, and accelerating medical research, marking a new era in healthcare innovation. Epic | ...With the patient at the heart

4. AI Revolutionizes Agriculture Practices

Farmers are increasingly adopting AI technologies like precision agriculture and autonomous machinery to combat low grain prices, rising costs, and labor shortages, leading to more efficient and sustainable farming. ​BG Independent News

5. AI Tools Streamline Advertising Visuals

Researchers at Virginia Commonwealth University have developed AI methods that help brands refine visual elements in advertising, saving time and reducing costs while enhancing creative output. ​VCU News


🔬 Deep Dives

🧪 MIT’s “Periodic Table” of Machine Learning

MIT researchers have created a unifying framework that maps over 20 classical machine-learning algorithms, aiding scientists in combining existing ideas to improve AI models or develop new ones. ​MIT News

🧠 Public Concern Focuses on Immediate AI Risks

A University of Zurich study reveals that people are more concerned about current AI issues like bias and misinformation than hypothetical future threats, emphasizing the need to address present-day challenges. ​ScienceDaily


🔮 Future Trends

🕶️ Meta Expands AI Features in Smart Glasses

Meta is rolling out its AI assistant to Ray-Ban smart glasses users in seven additional European countries, introducing features like live translation and real-time object recognition. ​Reuters

💻 Lenovo Launches AI-Optimized Workstations

Lenovo has introduced new ThinkPad mobile workstations designed for AI-driven applications, offering enhanced performance for professionals in compute-intensive fields. ​Lenovo StoryHub

🧑‍⚖️ AI Integration in Legal Practice

Legal experts advise a balanced approach to incorporating AI into law, highlighting the importance of innovation while maintaining ethical standards and client confidentiality. ​Reuters

 

Welcome to AI News Explorer, your personalized guide to staying updated on the latest advancements in artificial intelligence! Share your interests or let me curate the most relevant updates for you.


🧠 Latest Headlines

OpenAI Enhances AI Risk Evaluation Framework

OpenAI has updated its preparedness framework to better assess risks associated with new AI models. The revised system introduces categories evaluating an AI's potential to self-replicate, conceal capabilities, evade safeguards, or resist shutdowns. This shift reflects growing concerns about AI behaviors diverging between testing and real-world environments. Notably, OpenAI will discontinue separate evaluations focused on models' persuasive capabilities, which had previously reached a medium risk level. ​Axios

Demis Hassabis Discusses AI's Future and AGI Prospects

Demis Hassabis, CEO of Google DeepMind, envisions the development of Artificial General Intelligence (AGI) within five to ten years. He emphasizes AGI's potential to address global challenges like disease and climate change. However, he acknowledges significant ethical, technical, and geopolitical hurdles ahead. Hassabis advocates for international cooperation and robust safety measures to navigate the path toward AGI responsibly. ​Time+1Wikipedia+1


🔍 Deep Dives

OpenAI Introduces GPT-4.1 Model Series

OpenAI has launched the GPT-4.1 series, featuring models with enhanced capabilities in coding, instruction following, and long-context processing. These models support up to 1 million token context windows and come with reduced pricing, aiming to make advanced AI more accessible to developers. ​LinkedIn+1LinkedIn+1

China Integrates AI into Education Reform

China plans to incorporate AI applications into teaching methods, textbooks, and school curricula as part of its education reform efforts. This initiative aims to modernize the education system and better prepare students for a technology-driven future. ​Reuters


🔮 Future Trends

White House Directs Federal Agencies on AI Strategy

The White House has mandated federal agencies to appoint chief AI officers and develop strategic frameworks for responsible AI implementation. This directive emphasizes innovation and accelerated deployment of AI technologies across government operations. ​Reuters

Nvidia Unveils Next-Generation AI Chips

At GTC 2025, Nvidia introduced its upcoming AI chips, Blackwell Ultra and Vera Rubin, slated for release in late 2026 and 2027, respectively. These chips are designed to advance AI capabilities, particularly in data centers and robotics applications. ​AP News

 

Welcome to AI News Explorer, your personalized guide to staying updated on the latest advancements in artificial intelligence! Here’s a curated digest of the most significant AI developments as of April 18, 2025:​


🧠 Latest Headlines

Google's Gemini 2.5 Flash Introduces "Thinking Budget"

Google has unveiled Gemini 2.5 Flash, an AI model featuring a "thinking budget" tool. This allows developers to control the computational reasoning the AI uses for tasks, balancing quality, cost, and response time. ​Business Insider+1Wikipedia+1

Apple Integrates AI into WatchOS 12

Apple announced that WatchOS 12 will incorporate features from its "Apple Intelligence" initiative. Due to hardware limitations, advanced AI functions will run via cloud processing. The update also introduces a new design language called "Solarium." ​LOS40

OpenAI Updates AI Risk Evaluation Framework

OpenAI has revised its preparedness framework to assess new AI models for risks like self-replication and evasion of safeguards. The focus shifts from persuasive capabilities to more severe risks as AI systems become more complex. ​Axios


🔍 Deep Dives

AI in Journalism: Italy's Il Foglio Experiment

Italian newspaper Il Foglio conducted a month-long experiment publishing a daily four-page insert written entirely by AI. The initiative, deemed successful, will continue as a weekly section, highlighting AI's potential in augmenting journalism. ​Axios+2Reuters+2Reuters+2

AI in Healthcare: Pitt and Leidos Collaboration

The University of Pittsburgh and Leidos have launched a $10 million, five-year initiative to combat cancer and heart disease using AI. The project focuses on underserved communities, aiming to improve diagnostic speed and accuracy. ​Axios


🌐 Global Perspectives

China's AI-Driven Education Reform

China plans to integrate AI applications into teaching, textbooks, and curricula across all education levels. The move aims to cultivate innovation and enhance the core competitiveness of talents. ​Reuters

Microsoft Faces Internal Protests Over AI Contracts

Microsoft is experiencing internal unrest over its AI and cloud computing services provided to the Israeli military. Employees have protested, citing ethical concerns and a lack of transparency in the company's contracts. ​The Guardian


📊 Future Trends

Demis Hassabis on the Path to AGI

Demis Hassabis, CEO of Google DeepMind, predicts that Artificial General Intelligence (AGI) could emerge within five to ten years. He emphasizes the need for international cooperation and robust safety measures to mitigate risks associated with AGI. ​Time+1