Friday, June 05, 2026

 



Anthropic calls for ‘brake pedal’ before AI develops itself without human oversight

 Photo search Search media content Amazon Anthropic FILE - Pages from the Anthropic website and the company's logo are displayed on a computer screen in New York on Feb. 26
Copyright AP Photo/Patrick Sison, File

By Anna Desmarais
Published on

Anthropic co-founder Jack Clark said AI agents might soon be able to build and train models themselves and, if that happens, humans could lose control over AI systems.

Anthropic co-founder Jack Clark wants the AI industry to pump the brakes before the technology starts further developing itself without human input.

Speaking to the BBC, Clark said 80% of Anthropic’s coding work is already being done by its AI Claude, and that it could go up to 100% in a couple of years. However, he said “it’s a choice” whether AI companies let it get that far without stopping it.

“We think this is a topic that the world should be talking more about,” Clark said. “The AI industry right now has a gas pedal, but it doesn’t have a brake pedal in the car, and we want to do some of the work to build that pedal.”

This process is called “recursive self-improvement,” where an AI is able to improve itself without human input, according to Anthropic in a related blog post from Thursday night.

In a recursive model, AI agents, the autonomous workers built by a chatbot, could “become capable enough to build and train models themselves,” so Claude “could be continuously improved by Claude,” Anthropic said.

While recursive AI could bring some good to the fields of science and healthcare, Anthropic warns that it might mean increasing “the risks of humans losing control over AI systems.”

“If systems are capable of fully building their own successors, the ways we secure them, monitor them and shape their behaviour all grow much more important,” the blog post reads.

There is evidence within Anthropic’s own model that recursion is coming sooner rather than later. It points to the fact that code correction rates by their staff have been falling steadily for the last year, which means there are fewer errors in what Claude is producing.

Claude is also able to run its own research experiments when given an open-ended question, such as “Can a weaker model supervise a stronger one?” and come up with its own solutions without human input.

“The evidence suggests that the human role is narrowing at each step in the AI development process,” the blog reads.

Anthropic said its institute will conduct research to build a system to check whether developers have actually stopped or slowed down the move towards recursive AI, it said.

However, a real slowdown would require “multiple well-resourced labs at or near the frontier, in multiple countries, agreeing to stop under the same conditions.”



Smart pipelines: Can AI protect the world’s energy lifelines?

Baku Energy Week
Copyright euronews

By Nadira Tudor
Published on

As ageing pipelines face growing risks, the energy industry is increasingly turning to AI and smart monitoring systems to improve their safety and efficiency.

Around 500,000 kilometres of oil and gas pipelines worldwide need to be renovated, rebuilt or upgraded, while leaks, ruptures and incidents already cost the sector more than $7 billion (€6bn) a year — and roughly 40% of failures go undetected in the first 24 hours, according to industry experts speaking at the Baku Energy Forum.

The scale of the problem is driving rapid adoption of sensors, machine-learning and real-time monitoring systems designed to shift pipeline management from responding to failures to anticipating them.

At the Euronews-led panel, experts described this shift as one of the most significant technological transformations facing the energy sector.

They insist that modern, smart pipelines can provide real-time awareness, predictive maintenance, leak detection, and operational optimisation, creating what industry leaders describe as an intelligent infrastructure ecosystem.

However, speakers at the forum also warned that the industry faces a deeper challenge alongside the ageing infrastructure: the people who know how to manage it are leaving.

"We believe there is a silver tsunami happening in our industry," said Gaurav Singh, Head of Integrity Management Systems for Europe at ROSEN.

Experienced engineers and specialists are retiring, while fewer young professionals are entering the sector. So, there is a concern that decades of practical knowledge built through field experience will be lost.

"If we don't utilise that knowledge, we're losing 80 years of experience that has been built over time," Singh told Euronews.

For Singh, digitalisation is about preserving the accumulated expertise on which technology depends.

AI relies on historical data and accumulated knowledge to recognise patterns and generate accurate predictions. Without that knowledge base, machine-learning systems become significantly less effective.

"Knowledge is data," Singh explained. "It feeds into the system and helps create the efficiency around these new digital solutions."

Companies such as ROSEN are already building vast data warehouses containing information from more than 26,000 inspection runs, billions of recorded anomalies and millions of kilometres of inspected pipelines.

That information can then be used to train predictive models capable of identifying corrosion risks, estimating the condition of uninspected pipelines and supporting future decision-making.

Security, resilience and trust

The growing dependence on digital systems raises its own questions.

As experienced workers retire and their expertise is encoded into software, operators risk becoming dependent on tools they no longer fully understand — a development debated across aviation, healthcare, defence and manufacturing.

Christopher Wiig, Vice President of Energy Transition at ABB Energy Industries, believes the answer lies in balance.

"The fear that machines will take over has existed since the Industrial Revolution," he told Euronews.

Rather than replacing people, he argued, digital systems should support them. "We actually need more people to do more jobs than we currently have the capability to do," Wiig said.

The conversation around smart pipelines extends far beyond maintenance to include security, resilience and trust.

"I think there are three aspects mainly to look into," said Wiig. "Personnel security, physical security and cyber security."

"In the end, it's about financial benefits," he said.

Major energy corridors such as the Baku-Tbilisi-Ceyhan pipeline and the Southern Gas Corridor are critical components of international energy security, carrying oil and gas across thousands of kilometres to global markets.

Industry forecasts suggest that smart pipeline investment across the region could reach $2.4 billion (€2bn) by 2030, while predictive analytics may reduce operating costs by up to 30%.


MIT researchers teach AI models to interpret charts



The new ChartNet training dataset could improve the accuracy of vision-language models that help analyze business trends or interpret scientific figures




Massachusetts Institute of Technology

ChartNet 

image: 

“We developed ChartNet to be a one-stop shop for chart understanding, covering basically anything that an AI model and a practitioner who is training that model might need,” says Jovana Kondic, an MIT electrical engineering and computer science (EECS) graduate student and lead author of a paper on ChartNet.

 

view more 

Credit: Courtesy of Jovana Kondic




To accelerate and refine decision-making in a fast-paced, global marketplace, enterprises may deploy generative artificial intelligence models to help summarize and interpret the charts that often fill market summaries and financial reports.

But even the latest vision-language models sometimes struggle with this task, since it requires a model to integrate visual, numerical, and linguistic understanding. A company that invests in a state-of-the-art model might still receive inaccurate or incomplete information.

To fill this performance gap, researchers from MIT and the MIT-IBM Computing Research Lab developed a multifaceted resource for AI users that is specifically designed to teach vision-language models (VLMs) how to effectively interpret charts. 

They used a novel data generation method to build a state-of-the-art dataset that includes more than a million varied charts. The dataset also encodes many visual, linguistic, and numerical components of each chart image, which enable models to robustly reason about the information in a chart.

The researchers used this dataset, called ChartNet, to train a series of open-source VLMs.  Many of these smaller models significantly outperformed orders of magnitude larger, commercial models on tasks like data extraction and chart summarization.

By enabling open-source models to outperform their commercial counterparts, ChartNet could allow small firms with limited budgets to more readily utilize AI. The open-source dataset can be used to improve the capabilities of AI models for tasks like business trend analysis and scientific figure interpretation.

“We developed ChartNet to be a one-stop shop for chart understanding, covering basically anything that an AI model and a practitioner who is training that model might need. We hope our work motivates researchers to achieve state-of-the-art performance with smaller models that don’t require infinite amounts of computation,” says Jovana Kondic, an MIT electrical engineering and computer science (EECS) graduate student and lead author of a paper on ChartNet.

She is joined on the paper by many co-authors from MIT, the MIT-IBM Computing Research Lab, and IBM Research, including Pengyuan Li, a research staff member at IBM Research; Dhiraj Joshi, a senior scientist at IBM Research; Isaac Sanchez, a software engineer at IBM Research; Aude Oliva, director of strategic industry engagement at the MIT Schwarzman College of Computing, MIT director of the MIT-IBM Computing Research Lab, and a senior research scientist in the Computer Science and Artificial Intelligence Laboratory (CSAIL); and Rogerio Feris, a principal scientist and manager at the MIT-IBM Computing Research Lab. The research will be presented at IEEE Computer Vision and Pattern Recognition Conference.

A dataset bottleneck

Researchers have made great strides developing generative AI models that excel at natural language processing and reasoning about natural images. But less work has focused on interpreting complex multimodal data contained within charts, Kondic says.

Yet for large and small businesses in nearly every industry, chart understanding is a critical task.

“The finance industry thrives on charts. If vision-language models can extract information out of charts, like descriptions of trends, that facilitates a lot of workflows that happen downstream,” Joshi says.

The lack of high-quality training data is a major bottleneck holding back the development of VLMs that can accurately interpret charts. Many datasets contain limited chart images pulled from the internet and often lack the necessary scale and additional information to help a model interpret the underlying data.

“A vision-language model, unlike our brains, may need to see thousands of examples during training to reliably recognize something as a line chart,” Kondic says.

The researchers sought to overcome those shortcomings by generating synthetic data. Synthetic data are artificially generated by algorithms to mimic the statistical properties of actual data. 

The ChartNet dataset holds more a million high-quality chart images, along with the corresponding code used to generate each chart, a textual description, and a table that contains its numerical information. In addition, each datapoint includes question-and-answer pairs to teach the model how to correctly answer questions about the chart image.

“These additional modes of data guide the model to connect and align the different pieces of information that the chart image encodes,” Kondic says.

Data generation

To build ChartNet, the researchers created a two-step, synthetic data generation pipeline.

First, their automated system translates any pre-existing set of chart images into code. Then the system iteratively augments that code to change different aspects of each chart, such as chart type, data values, topic, colors, etc.

“We can start from a single chart that we use as a seed and come up with hundreds of augmentations of it. This is how we were able to build a dataset with more than a million diverse images,” Kondic explains.

They also incorporated an automated quality check process to ensure the synthetic data are high quality. This process verifies that the code is executable and rendered chart images are accurate and clean.

“We don’t want to just be generating diverse samples. We also want the information to be presented in a meaningful way,” she says.

ChartNet also includes a selection of chart datapoints annotated by human experts. This provides access to additional types of charts and supporting data that carry validity guarantees.

A practitioner could use the annotated data to fine-tune an existing VLM, further boosting performance for a specific application, Joshi adds.

The researchers tested ChartNet by training IBM’s Granite Vision series of models as well as several other open-source models of various sizes and evaluating them on various chart interpretation tasks. The dataset improved the accuracy of all models in chart reconstruction, chart data extraction, chart summarization, and chart question answering. 

With ChartNet, small open-source models consistently outperformed much larger  commercial models. 

“A lot of prior training datasets only focused on answering simple questions about a chart. We tried to go beyond that with ChartNet by generating data that support all aspects of robust chart understanding,” Kondic says.

In the future, the researchers plan to continue expanding ChartNet by incorporating data with added levels of complexity. They also want to draw on feedback from the research community. 

This research was funded, in part, by the MIT-IBM Computing Research Lab. 

###

Written by Adam Zewe, MIT News

Paper: "ChartNet: A Million-Scale, High-Quality Multimodal Dataset for Robust Chart Understanding"

https://arxiv.org/pdf/2603.27064

No comments: