Back to List
Industry NewsAILegacy SystemsTechnology

Anthropic's COBOL Translation Tools Trigger $40B IBM Stock Drop Amid Misconception About Mainframe Modernization

Anthropic's release of tools enabling Claude to read, analyze, and translate legacy COBOL into modern languages like Java and Python led to a significant $40 billion drop in IBM's market capitalization. This marked IBM's largest single-day decline in 25 years, as investors perceived the announcement as an existential threat to IBM's mainframe business. However, industry analysts suggest this reaction is based on a fundamental misunderstanding of enterprise mainframe usage. While COBOL, a 66-year-old language, powers vast transaction processing systems, the challenge isn't solely technical translation. IBM has been addressing the COBOL skills gap with AI since 2023, and other cloud providers like Amazon and Google have offered similar AI-powered migration tools for years. Experts argue that the real barrier to modernization is the high cost and low return on investment, rather than the technical feasibility of translation.

VentureBeat

On Tuesday, Anthropic unveiled new tools that empower Claude to read, analyze, and translate legacy COBOL into contemporary programming languages such as Java and Python. This announcement had an immediate and dramatic impact on the stock market, resulting in approximately $40 billion being wiped from IBM's market capitalization by the end of the trading day. This represented IBM's most significant single-day stock drop in 25 years, as investors interpreted Anthropic's development as an existential threat to IBM's long-standing mainframe business.

The swift market reaction, however, appears to be rooted in a fundamental misinterpretation of why enterprises continue to rely on mainframes. COBOL, designed in 1959, is now 66 years old and runs predominantly on IBM mainframes, powering an estimated 250 billion lines of active production code in transaction processing systems, according to the Open Mainframe Project. A critical challenge facing enterprises is the retiring generation of engineers who originally wrote this code, coupled with a new generation largely unable to read it. This persistent skills gap has been a costly, unsolved problem in enterprise IT for decades.

IBM has been actively working to address this issue with AI, launching watsonx Code Assistant for Z in 2023 to facilitate the migration of COBOL to modern Java. Anthropic claims its Claude Code can now analyze entire codebases, identify hidden dependencies, and generate functional translations of code that many contemporary engineers struggle to comprehend. This capability is particularly useful and increasingly practical for enterprises operating COBOL on distributed platforms, including Windows, Linux, and other non-mainframe environments.

Despite the market's reaction, industry experts suggest that the technical aspect of COBOL modernization has long been a solved problem. Matt Braiser, an analyst at Gartner, told VentureBeat, "Modernizing COBOL has been a technically solved problem for a while. The real problem is that the costs of modernization are high and the ROI is low." This sentiment is reinforced by the fact that Amazon and Google have offered AI-powered COBOL migration tools for several years, with services like AWS Transform and comparable Google Cloud Platform offerings targeting the same goal: reducing friction for customers aiming to shift mainframe workloads to the cloud. Braiser concluded that Anthropic's offering is essentially "one more source of competition."

Related News

Meituan Showcases AI Innovations at ACL 2026: Advancing LLM Evaluation, Reasoning, and Generative Recommendations
Industry News

Meituan Showcases AI Innovations at ACL 2026: Advancing LLM Evaluation, Reasoning, and Generative Recommendations

The Meituan technical team has achieved significant recognition at the ACL 2026 conference, with six papers accepted into this premier international forum for computational linguistics and natural language processing. These research contributions span critical frontiers in the AI landscape, including large language model (LLM) capability evaluation, complex process reasoning, and the optimization of competition-level mathematical thinking. Additionally, the papers explore advancements in reinforcement learning and the evolution of generative recommendation systems. By addressing these diverse technical directions, Meituan is actively shaping a new paradigm for generative AI, focusing on bridging the gap between theoretical research and practical industrial applications. This selection of papers highlights Meituan's commitment to enhancing model intelligence and reasoning capabilities to solve sophisticated real-world problems.

Meituan LongCat Releases General 365: A New Benchmark for AI Reasoning Evaluation
Industry News

Meituan LongCat Releases General 365: A New Benchmark for AI Reasoning Evaluation

Meituan's LongCat team has officially launched General 365, a rigorous new benchmark designed to evaluate the reasoning capabilities of large language models. In a comprehensive test of 26 mainstream models, the results revealed a significant performance gap in the industry. Even the top-performing model, Gemini 3 Pro, achieved an accuracy rate of only 62.8%. Furthermore, the vast majority of the models tested failed to reach the 60% threshold, which is considered the passing mark for this evaluation. This release sets a challenging new standard for AI development, highlighting that complex reasoning remains a major hurdle for even the most advanced artificial intelligence systems currently available.

Managing AI-Driven Development: Meituan’s Strategy for Refactoring 310,000 Lines of Code Using Agent Evaluation Logic
Industry News

Managing AI-Driven Development: Meituan’s Strategy for Refactoring 310,000 Lines of Code Using Agent Evaluation Logic

Meituan's technical team has shared a comprehensive analysis of their experience refactoring 310,000 lines of code in an environment where over 90% of code is AI-generated. The core insight is that while AI significantly accelerates code production, it can also amplify technical debt and systemic chaos without proper constraints. To mitigate this, the team adopted an 'Agent evaluation' mindset to manage AI coding. By implementing a framework consisting of technical debt sorting, rule construction, standardized operating procedures (SOPs), and a Pre-PR (Pull Request) mechanism, they successfully transformed large-scale refactoring from a high-cost, specialized effort into a continuous, daily iterative process. This approach ensures that AI remains a productive tool rather than a source of unmanaged complexity.