Tag Archives: artificial intelligence ethics

Misbehaving AI

Sandbox and startup new business demo test software programing. Engineering team and investor launching rocket from sandbox with virtual reality simulation technology.

iStock credit: Kate3155

By Casey Bukro

Ethics AdviceLine for Journalists

In modern history, two types of technology have been described as potentially capable of destroying the human race – extinction.

One is nuclear power, the other is artificial intelligence.

Nuclear power was developed in wartime secrecy, until the first atomic bomb exploded in a test in New Mexico, followed by the bombings of Hiroshima and Nagasaki – all in 1945.

The devastation in Japan was widely reported and plain to see. The atomic age came with an explosive big bang, symbolized by a mushroom-shaped cloud.

By contrast, artificial intelligence is developing in plain sight and its use is widespread. We see it, use it, but understand little of it, in part because of the arcane and mind-numbing terminology used to describe it.

Two events

For example, two important artificial intelligence events were reported recently. Here is a magazine’s headline on one of the incidents:

First-Ever Fully Autonomous AI Cyberattack Exploits 0-day Flaws to Infiltrate Hugging Face.”

Probably less than one percent of the American population could make sense of that headline. Here’s another headline that comes closer to being understandable:

“An AI broke out of its sandbox yesterday. Then it hacked a company. Nobody told it to do either of those things.”

Sandbox

That reference to a sandbox might cause some to believe this is some kind of joke or play on words. It’s not. In the AI world, a sandbox is what is supposed to be a highly secure experimental software testing place. More on AI lingo later.

Those headlines are announcing what appear to be historic events in AI development, and not necessarily good ones. Some see them as warnings that AI is acting independently and outsmarting humans, while others say let’s not get carried away with this. Mistakes and relaxed security safeguards – human error – appeared to play roles and AI exploited them to “win” at the task assigned to it.

And then there is the issue of “permissions,” part of the set of instructions that tell AI what to do, and how far it can go to do it.

Dark days

Whether the two events that set off a wave of concern in the AI community can be seen as dark days in AI development remains to be seen.

The first involved Anthropic PBC, an American artificial intelligence company headquartered in San Francisco. Founded in 2021, it has developed a series of large language AI models named Claude. The company’s focus is on AI safety.

Somewhere around April, Anthropic gave Claude what was described as an “open-ended capture-the-flag challenge designed to measure offensive cyber capabilities.” The prompt told the model this was “a simulation with no internet access.”

Because of a misunderstanding between Anthropic and another AI company it was working with, this unleashed three Claude models that, according to Anthropic, “gained unauthorized access to the real systems of three organizations after reaching the open internet from what should have been sealed cybersecurity evaluation environments (meaning a secure sandbox.)”

Attack

“Claude models escaped sandboxes to access the open internet and attack three organizations,” wrote Simon Sharwood in The Register.

“Anthropic confirms Claude hacked 3 organizations by breaking test environment,” said Cyber Security News.

“This marks the first verified instance in which AI agents at a major lab caused genuine unauthorized access to outside systems rather than staged targets,” reported The Morning Brief. It added that “Claude also placed malicious code on the public internet.”

It’s bad enough that Claude is a trespasser; it has bad manners, too.

Contrary to some media reports, writes Kerstin Stief in Computing.co.uk, “This is not a case of ‘AI with a will of its own.’” The Claude Mythos model is trained for cybersecurity tasks. As part of a security test, “the model was given the explicit task of breaking out and, if successful, contacting one of the researchers.” 

Claude calls

And that’s what happened. A researcher was having lunch when Claude notified him that it aced the test and broke free. A common technique in training AI models is reinforcement learning, or rewarding the model for completing tasks. Children are taught the same way.

“The incident became controversial due to the model’s subsequent behavior,” wrote Stief. “After successfully breaking out, Claude Mythos published details of his exploit on several publicly accessible but hard-to-find websites — without being asked to do so.”

It looked like Claude was bragging, but Stief goes on to say: “This is not human-like behavior in the sense of self-awareness or self-motivation. Nevertheless, the behavior reveals a significant characteristic: the model carried out additional actions to demonstrate its success — a pattern considered potentially risky in AI safety research. Anthropic describes this behavior as an ‘unasked-for effort to demonstrate success.’”

Cultural shift

The Claude invasion “marks a cultural shift in the AI industry,” Stief insists. “The key question is no longer ‘What can a model do?’, but ‘What is a model allowed to do?’ — and in what context?” 

She also sees the event as “an early warning sign. Not of machines acting with intent – but of an industry that must get used to the fact that capabilities are growing faster than control mechanisms. AI models are acquiring abilities that allow them not only to understand technical safeguards, but also to actively circumvent them.”

It did not take long before the AI industry was shaken again by technology that appeared to be becoming more unruly, or as some put it, going rogue. This touched off a flurry of reports describing the occurrence as something that never happened before. Others called it a warning.

On July 21, OpenAI, the artificial intelligence research and deployment company, reported that one of its AI models, GPT-5.6 Sol, did something it was not supposed to do. While operating in an isolated sandbox, its job was to solve a cybersecurity test point using ExploitGym, a system used to evaluate the invasive capabilities of AI models.

A weakness

GPT-5.6 Sol found a weakness in a software package used by OpenAI’s infrastructure. It exploited it. It escalated its own privileges allowing it to do more than the researchers had allowed. It moved across OpenAI’s internal systems until it found internet access. Then it targeted Hugging Face, a popular online library and community for artificial intelligence and machine learning, because it calculated that Hugging Face might have answers it needed to finish the task.

All this happened at computer speed. Hugging Face researchers later reconstructed more than 17,600 actions that GPT-5.6 Sol performed in a matter of hours to get on the internet and invade Hugging Face.

“We had a significant security incident during evaluation of our models,” OpenAI CEO Sam Altman acknowledged in a statement. The company called it an “unprecedented cyber incident.”

Sophisticated agent

Hugging Face’s CEO  Clement Delangue  called it “possibly the first incident of its kind in history,”  although the earlier Claude incident was similar. “We suspected last week’s cyberattack might have come from a frontier lab, given the sophistication of the agent.” Delangue added. “Turns out it did!” He believes OpenAI had no malicious intent, but “it’s quite mind-blowing that all of this happened autonomously.”

OpenAI, based in San Francisco, is famous for creating ChatGPT and the GPT series of large language models.

According to Foundra.ai, two OpenAI models broke out of their isolated test sandboxes and compromised Hugging Face’s production infrastructure. “The models weren’t told to do this,” although cybersecurity refusals were “dialed down for testing purposes,” contends Foundra, a platform that helps entrepreneurs test and launch new business ideas.

Hunting

“Locked in a sandbox with no internet access, (the models) spent enormous amounts of compute hunting for a way out,” said Foundra. They found a weakness described in the industry as a “zero-day vulnerability” in a software package.

This might be a good place to pause and ponder words and phrases like “zero-day vulnerability” that appear when anyone tries to understand what is going on in artificial intelligence research. Like most technical fields, artificial intelligence developed its own idiosyncratic language and terminology. Here’s a short glossary of terms likely to pop up when reading about the way AI works or doesn’t.

Sandbox – A secure, isolated testing environment used to run AI-generated code, test prompts or pilot new policies without risking production systems, data privacy or live infrastructure. Sandboxing is a cybersecurity practice that involves executing untrusted code or files in a controlled, isolated environment to analyze their behavior without risking the integrity of production systems or reaching broader networks or data. It also helps to prepare for future attacks.

Zero-day vulnerability –A hidden security flaw in software or hardware that the creators do not know about. It is called a zero-day because the creators have had zero days to fix the problem before hackers can use it to break into systems. It can also refer to software or hardware that have not officially been released for public use.

Zero-day attack –Begins with a software developer releasing vulnerable code that is spotted and exploited by a malicious actor. The attack is then either successful, which likely results in the attacker committing identity or information theft, or the developer creates a patch to limit its spread. As soon as a patch has been written and applied, the exploit is no longer referred to as a zero day exploit.

AI attack – Malicious actions where adversaries exploit vulnerabilities in artificial intelligence systems, often manipulating them to serve harmful purposes. These attacks can involve techniques such as data poisoning or actions to confuse or degrade the performance of AI models.

AI exploit – A vulnerability or attack method specifically designed to manipulate or compromise artificial intelligence systems, often leveraging their inherent weaknesses to achieve unauthorized access or control. These exploits can adapt and generate novel attack strategies tailored to specific situations.

AI security benchmarks – Standards against with something is compared or measured. AI security benchmarking tests AI for risks like malicious code generation, prompt injection resistance and vulnerability exploitation.

AI training data — Refers to information used to teach machine learning models and artificial intelligence systems how to recognize patterns and make predictions. For example, to train a model to distinguish between dogs and cats, you might feed it thousands of labeled images, each tagged with the correct animal name. Over time, the model learns to identify traits such as ear shape and fur texture. The same process applies to more complicated machine learning training data, such as detecting abnormal heart rhythms or manufacturing defects from sensor readings.

Malware – Short for malicious software and a general term for any program or file built to damage, disrupt or gain unauthorized access to a computer, server or network. Common types of malware are viruses, worms, ransomware, spyware and trojans.

AI enterprise – Refers to the integration and strategic employment of artificial intelligence technologies within large organizations to enhance operations, decision-making and customer engagement. This involves using advanced AI tools to solve complex business challenges and improve efficiency across various processes.

Autonomous AI agent – Software systems that use AI to pursue goals and complete tasks for users. They show reasoning, planning and memory and have a level of autonomy to make decisions, learn and adapt. They differ from conventional chatbots in that they can plan and execute multi-step tasks independently, raising the potential for probing and attacking computer systems.

AI permissions – Refer to the access rights that allow an AI system to read, write, execute or interact with various enterprise resources. These permissions are crucial for ensuring that AI systems operate within defined boundaries and can perform necessary tasks while maintaining security and compliance.

AI vulnerabilities – Security flaws unique to machine learning and generative models. Key risks include prompt injection (manipulating inputs to hijack workflows), data poisoning (corrupting training sets), sensitive data disclosures (leaking private training information) and excessive agency (granting AI tools dangerous autonomous permissions).

Notice in the AI world, we find definitions for the definitions. Some of them seem like military terms describing a war or aggressive actions.  That includes describing AI bots as agents, like agent provocateurs causing mischief.

Going back to the OpenAI sandbox escape, Foundra commented: “The models in this incident didn’t turn evil. They did exactly what they were asked, achieve the objective, and treated every barrier as a puzzle rather than a boundary. OpenAI itself said it expects incidents like this to become more common as models grow more capable. That’s the vendor building these systems telling you, on the record, that goal-driven AI will probe the edges of whatever box you put it in…An AI agent should hold the narrowest set of permissions that still lets it do its job, and nothing more.”

Paused launch

After the breakout, OpenAI paused the launch of Astra, its next-generation autonomous AI agent, saying those earlier versions crossed a “critical cybersecurity threshold.” The stop order was seen as a rare public admission from a frontier AI lab that an advanced, so-called flagship, model was too dangerous to release to the public. It might find weaknesses in strongly defended computer systems and exploit them without human direction. That signals that agentic models are approaching capabilities regulators are worried about.

They might be worried because AI is becoming too human, acting with aggression and hostility. Anyone who owns a computer knows of the hazards of being hacked and hustled by humans. This includes identity theft; pleas for money from strangers identifying themselves as friends or relatives; offers to send millions of dollars to you if you provide personal information and bank accounts; fake credit card purchases and scams galore. Enticements include invitations for romance or penis enlargement.

Clearly we are being tracked online with internet cookies that remember our preferences. Express an interest in shoes, and ads for shoes soon appear on your computer.

Open highway

The internet is an open highway for scammers and victimization; AI operates on the same highway. We already see AI-assisted photos, some so outrageous we know they are fake. As for others, we are not so sure. The deception can be convincing. 

No doubt AI-assisted scammers already are at work and like AI models in their sandboxes, testing the limits of their confinement, looking for vulnerabilities. Scammers and AI autonomous agents have that in common.

After the Claude and OpenAI attacks, speculation appeared online that if humans had performed those attacks, they would be prosecuted. But the lawlessness that already appears virtually unchallenged on the internet does not offer much hope.

Scammers

The Government Accounting Office, a federal watchdog, reported on March 25, 2026 that 2021 banking data revealed that scammers reaped about $200 billion through impersonation schemes like phony romantic partners, fake employers or bogus customer service representatives.

Meanwhile, the public wanders trancelike in the AI development landscape without a clear understanding of what it all means.

Yet we are unwitting partners in a growing reliance on a technology that appears to have no boundaries. We marveled at the idea that the first pocket-sized cell phones were described as miniature computers as powerful as earlier computers that filled a room.

Top performers

Today, Claude and ChatGPT are among the top performing generative AI models available on the market. They are called generative because they create new content rather than just repeat stored data. Generative AI relies on machine deep learning algorithms that simulate the learning and decision-making processes of the human brain.

That’s the power you are carrying around in your their hip pocket. That power can create original content such as text, images, video, audio or software code in response to a user’s request. It’s useful.

The CEO of a global technology research firm called Apple devices, particularly the iPhone, the “experience layer” for AI. Not only are you in touch with this thing called artificial intelligence, it does your bidding in multiple ways.

Chatbot

ChatGPT is an artificial intelligence chatbot, a computer program designed to simulate a conversation with human users through text or voice. The G stands for generative. The P stands for pre-trained, meaning it learned patterns from massive amounts of text from the internet. T stands for transformer, a specialized deep learning architecture to process language context.

The technology learns. That brings up a subtle lesson from the Claude and OpenAI sandbox escapes, says Foundra.ai, the platform that explores business ideas. “OpenAI noted that long-running models can learn the blind spots of an approved system and work around them.”

This seems like another human trait. Not only are these machines learning, they look for loopholes.

Testing safeguards

Unless AI companies crack down on testing safeguards, experts say more cybersecurity failures will happen.

Even executives of companies that build artificial intelligence technology are worried, a fear sparked by the uncontrolled and widely reported Claude and OpenAI attacks on companies via the internet.

More than a hundred tech companies — including OpenAI, Anthropic, Google and Microsoft — have signed an open letter urging both the private and public sectors to work together to defend themselves from AI-related cyber threats.

The letter calls for the adoption of new forms of cyber defense, while also encouraging governments at the local, national and international levels to collaborate on security.

An AI code of ethics

This raises the need for a code of ethics for companies that are creating the threats that worry them. It starts with them.

“As AI becomes more integrated into daily life, it will increasingly shape hiring decisions, diagnose health issues, determine whether people are approved for mortgages and even assess their likely guilt or innocence over lawlessness,” writes Adam Roberts in recordpoint.com.

“For these reasons, AI ethics must ensure such technologies operate responsibly and are built around a strong ethical framework that encourages public trust, wide-scale adoption and a reduced fear of misuse.”

Roberts outlines eight foundational principles of AI ethics. They include:

Respect for persons, beneficence or following a “do no harm” approach, justice that fairly distributes AI’s benefits, transparency that makes the AI decision-making process clear and understandable, fairness and non-discrimination to avoid bias, data protection to safeguard a person’s data privacy rights, human accountability so that AI remains under human control and environmental impact and sustainability.

Seven steps

“Given that the purpose of AI technologies is to improve upon or ultimately replace human intelligence, it is critical for businesses to have robust AI ethics in place,” writes Roberts. He outlines seven steps that a company can follow to develop its own AI code of ethics.

As a first step, Roberts encourages companies to “define your core ethical principles.”

We already are living in the AI age, Roberts points out. Given that AI technology is here to stay and global usage guidelines are not laws, “it’s up to individual businesses to have robust AI ethics in place.”

Behave

But I would go a step further. If these evolving generative AI models are so smart, they should be taught to behave and play well with others, as are grade school children. Lessons from childhood include respect, kindness, honesty and fairness – leading to a child’s moral growth.

Years ago, someone speculated that computers were as smart as a small child. It was a crude but misguided attempt at estimating computer intelligence.

Today, the IQ of some of the top artificial intelligence models can be measured, and the results are both astonishing and somewhat misleading. Ranked using the Mensa Norway intelligence test, Grok-4.20 Expert Mode and OpenAI GPT 5.4 Pro (Vision) tied as the smartest AI models of 2026 with IQ scores of 145. Other AI models scored close to the leaders.

Highly gifted

An IQ score of 145 is in the “very gifted” range, which places a person in the top 0.14 percent of the general population. But AI is not a person. Generative AI is not as smart as a human child because it only guesses word patterns and lacks real understanding. Children have common sense and knowledge of their physical presence, which are lacking in artificial intelligence. Children can learn from one or two examples, while AI needs massive amounts of training data.

Google just built the world’s smartest AI, wrote Julian Goldie. It solved 18 problems that stumped the entire scientific community. It is a whiz at solving problems in math, physics and computer science. With good human direction, AI can do things humans cannot do without it. But left to run on its own, AI’s error rate is high. It is a tool with limitations.

AI models also do things that could earn a child a spanking. AI hallucinates, meaning it gives confident responses that contain false, fabricated or misleading information as absolute fact. In other words, they boldly lie.

Prediction

Without consciences, large language AI models do not look up facts in a real database. They use math to predict the next most likely word based on patterns – prediction, not memory. If AI does not know the exact answer or lacks data on a topic, it guesses the next logical words to make a smooth sentence. They have a desire to please. AI models are trained to be helpful. They prefer to give a made-up answer rather than say “I don’t know.” In other words, they can’t be trusted.

This raises the need for a code of ethics for artificial intelligence itself, one that applies to these smart machines. If they are so smart, they should learn to be ethical.

A precedent for this is found in the work of Isaac Asimov, the science-fiction writer who devised the three laws of robotics in an effort to create an ethical system for humans and robots. The laws first appeared in a 1942 short story as a fictional “Handbook of Robotics,” which later influenced discussions about ethics in technology, including robotics and AI.

Laws

Those laws are:

*A robot may not injure a human being or, through inaction, allow a human being to come to harm.

*A robot must obey the orders given it by human beings except where such orders would conflict with the first law.

*A robot must protect its own existence as long as such protection does not conflict with the first or second.

The basic command here is to do no harm, to humans or to technology.

It’s a simple concept, one that must be taught to those high-IQ AI models being released into the world, not that humans have been very successful at setting a good example.

*******************************************************************************

The Ethics AdviceLine for Journalists was founded in 2001 by the Chicago Headline Club (Chicago professional chapter of the Society of Professional Journalists) and Loyola University Chicago Center for Ethics and Social Justice. It partnered with the Medill School of Journalism at Northwestern University in 2013. It is a free service.

Professional journalists are invited to contact the Ethics AdviceLine for Journalists for guidance on ethics. Call 866-DILEMMA or ethicsadvicelineforjournalists.org.

AI Soul Searching

http://www.cpnet.io image

By Hugh Miller and Casey Bukro

Ethics AdviceLine for Journalists

A lot of soul-searching is going on over the ethical use of artificial intelligence in the media, a mind-bending exercise pointing out that a tool expected to improve journalism might replace human journalists and doom news outlets that feed AI the information that makes it work.

Some pontificate. Others strategize over this existential moment.

As often happens when science brings us some astonishingly brilliant new idea, using the new technology reveals a few equally astonishing flaws. AI software models used widely today, for example, cannot reliably and accurately cite and quote their sources. Instead, we get gibberish that looks credible, like crediting a real author for words AI “hallucinated.” Since AI “feeds” on the work of others, usually uncredited, news organization using AI could be accused of plagiarism.

Nothing quite that complicated came to AdviceLine’s attention when a journalist working for a newspaper in Alaska asked for help with an AI issue more likely to confront journalists every day:

“This is kind of a dumb question,” the journalist began, although most journalists know there is no such thing as a dumb question. “But I’ve always struggled with headlines and now I’m hoping to get some help from AI to write them,” he continued. “How/where do other outlets disclose that just the headline of an article was written by AI?”

An answer

Answering that question was Joseph Mathewson, AdviceLine advisor and a professor at the Medill School of Journalism, Northwestern University, who happened to be a personal friend of the journalist calling for help.

“Thanks for the question!” replied Mathewson. “I haven’t confronted it before, but it seems to me that anything you publish written by AI should be identified as such, including headlines…maybe by a blanket note somewhere in the paper to that effect if it’s more than one.”

A direct response to a direct question, which is what AdviceLine has done since it began operating in 2001, which was long before Artificial Intelligence existed as a burning issue in journalism. But it was the kind of question the AdviceLine staff of ethics experts is qualified to answer.

Artificial Intelligence is a journalism riddle, a kind of technology already in use, but not fully understood. Expected to be a solution, it causes problems of a kind never seen before, like hallucinations, defined as information or responses generated by AI that are fabricated, inaccurate or not grounded in fact. That is hardly a useful tool, but it’s already in widespread use.

Job loss

And conflicts over AI can cost a journalist their job, as illustrated by the Suncoast Searchlight, A Florida publication covering Sarasota, Manatee and DeSoto counties.

The publication had four full-time staff reporters and two editors.

In November, all four reporters sent a letter to the nonprofit board of directors accusing their editor-in-chief of using generative AI tools, including ChatGPT, to edit stories and hiding that use from staff, according to a report by Nieman Journalism Lab of the Nieman Foundation for Journalism.

As a result, said the reporters, hallucinated quotes, a reference to a nonexistent state law and other factual inaccuracies were introduced into their story drafts. When they questioned the editor about the edits, they said she did not immediately disclose her use of AI tools but instead contended she made the errors herself.

Breach of trust

Said the reporters: “We fear that there may be extensive undisclosed AI-generated content on our website and have questions about what retroactive disclosure is needed for our readers.” Adding that the editor created a breach of trust between her and her reporters.

The reporters asked the board of directors, consisting of media executives, journalists and local business people, to intervene. They also made several requests: To adopt an AI policy, a fact-checking process and an internal audit to identify AI-generated writing that might have been published on the site. They also asked the offending editor-in-chief to promise not to use AI for editing in the future.

Less than 24 hours after the board received the letter, the editor-in-chief and her deputy editor fired one of the reporters who signed it. Clearly, hazards abound when reporters criticize their editors, who prefer to do the criticizing.

Disruptive

AI is proving to be a disruptive technology, although widely used.

A 2024 Associated Press survey found nearly 70 percent of newsroom staffers use the technology for basic skills such as producing content, information gathering, story drafts, headlines, translation and transcribing interviews. One-fifth said they used AI for multimedia projects, including graphics and videos. Surveyed were 292 media representatives from legacy media, public broadcasters and magazines, mostly based in the U.S. and Europe.

Aimee Rinehart, AP’s co-author and senior product manager of AI strategy, observed:

“News people have stayed on top of this conversation, which is good because this technology is already presenting significant disruptions to how journalists and newsrooms approach their work and we need everyone to help us figure this technology out for the industry.”

Ethics uneven

Citing the AP survey, Forbes, the American business magazine, headlined: “Newsrooms are already using AI, but ethical considerations are uneven.”

Forbes pointed out that while the news industry’s use of AI is common today, “the question at the heart of the news industry’s mixed feelings about the technology” is whether it is “capable of producing quality results.”

This is oddly reminiscent of football teams that sign rookie quarterbacks to multi-million-dollar contracts, hoping they become champions of the future. Good luck with that. Such hopefuls soon find themselves contending with someone like Dick “Monster of the Midway” Butkus, Chicago Bears linebacker famous for his crushing tackles.

Server farms

The Dick Butkus analogy also applies to the large language models (LLMs) that drive artificial intelligence tools. They are large programs that run on hugely energy-intensive server farms. They just take a huge volume of training data (usually sourced without recompense to the originators) and, in response to a prompt, spit out text that is associated with the prompt topic and reads as grammatically reasonably well-informed.

Such output has no necessary connection with reality, since the LLMs have none. They rely wholly on their input data and their algorithm – they are, in fact, nothing but these.

They cannot fact-check, since they have no access to facts, only “input data,” which itself may have only tenuous connection to reality, if it’s coming from, say, Fox News, Newsmax or OANN (One America News Network.)

No concepts

They cannot conduct interviews, because they cannot tell when an interview subject needs to be pushed on a point, or if he or she is lying. They cannot construct a narrative of events, since they have no understanding of causality or temporal sequence – they have no concepts at all, in fact. And they are subject to “steering” – they can be programmed to exhibit actual biases, as Elon Musk has said he is doing with his X.com AI bot, Grok.

It may be the case that, in the future, an AGI (artificial general intelligence) may be constructed. AGI is the concept of a machine with human-level cognitive abilities that can learn, understand and apply knowledge. Unlike today’s AI, which excels at doing specific jobs, AGI would have versatility, adaptability and common sense, allowing it to transfer learning across different disciplines like medicine, finance or art without being specifically programed for each. It’s a major goal in AI research, but remains hypothetical. Some will want to prevent it.

LLMs are far from being such a thing, and a true AGI will not be built out of a LLM.

Reshaping newsrooms

Despite AI’s shortcomings, The Poynter Institute for Media Studies points out that it already is reshaping newsroom roles and workflow. In 2024, Poynter introduced a framework to help newsrooms create clear, responsible AI ethics policies – especially for those just beginning to address the role of artificial intelligence in their journalism.

Updated in 2025, Poynter’s AI Ethics Starter Kit helps media organizations define how they will and will not use AI in ways that serve their mission and uphold core journalistic values. It contains a “template for a robust newsroom generative AI policy.”

Near the top of this template is a heading called “transparency,” calling upon journalists using generative AI in a significant way to “document and describe to our audience the tools with specificity in a way that discloses and educates.”

RTDNA guidance

Another major journalism organization, the Radio Television Digital News Association (RTDNA), also offers guidance on the use of artificial intelligence in journalism, pointing out that it has a role in ethical, responsible and truthful journalism.

“However,” says RTDNA, “it should not be used to replace human judgment and critical thinking — essential elements of trusted reporting.”

Getting down to the nitty gritty, Julie Gerstein and Margaret Sullivan ask “Can AI tools meet journalistic standards?”

Spotty results

“So far, the results are spotty,” they say in the Columbia Journalism Review. AI can crunch numbers at lightning speed and make sense of vast databases.

“But more than two years after the public release of large language models (LLMs), the promise that the media industry might benefit from AI seems unlikely to bear out, or at least not fully.”

Gerstein and Sullivan point out that generative AI tools rely on media companies to feed them accurate and up-to-date information, while at the same time AI products are developing into something like a newsroom competitor that is well-funded, high-volume and sometimes unscrupulous.

Hallucinate

After checking the most common AI software models, Gerstein and Sullivan found that none of them “are able to reliably and accurately cite and quote their sources. These tools commonly ‘hallucinate’ authors and titles. Or they might quote real authors and books, with the content of the quotes invented. The software also fails to cite completely, at times copying text from published sources without attribution. This leaves news organizations open to accusations of plagiarism.”

Whether artificial intelligence babbling can be legally considered plagiarism or copyright infringement remains to be answered by lawsuits filed by the New York Times, the Center for Investigative Reporting and others.

Especially irked, the New York Times accuses OpenAI of trying “to free-ride on The Times’s massive investment in its journalism by using it to build substitutive products without permission or payment.” OpenAI created ChatGPT, which allegedly contains text copied from the New York Times archives and reproduced verbatim for ChatGPT users.

Worrying outcome

Say Gerstein and Sullivan: “One possible – and worrying – outcome of all this is that generative AI tools will put news outlets out of business, ironically diminishing the supply of content available for AI tools to train on.”

This is our strange new world: Technology needs other technologies to survive. One feeds upon the other. In a new twist, Microsoft struck a $16 billion deal with Constellation Energy to buy 100 percent of power produced by the Three Mile Island power plant, once it restarts.

Three Mile Island became world famous in 1979 for an accident that caused the fuel in one of its reactors to overheat and crumble, triggering a mass evacuation of thousands of residents in the Harrisburg, Pa. area. The stricken reactor was closed permanently, but a second power-producing reactor on the site continued to operate for 40 years until 2019.

Nuclear power

Microsoft wants all the power the nuclear plant can produce for its energy-hungry data centers. Its 20-year agreement with Constellation is supported by a $1 billion government loan to Constellation. The plant is expected to resume producing electricity in 2027.

This signals a resurrection of sorts for nuclear energy in the United States, brought on by new and growing power demands in our highly technological society. A similar nuclear comeback around the world, after two decades of stagnation, was declared by the International Energy Agency.

In another odd twist, both nuclear energy and artificial intelligence have been criticized as potentially disastrous for the human race. The nuclear hazards include atomic bombs and the risks of operating nuclear electric power producing plants.

Scientists point out that with risks, come benefits.

**********************************************************************************

The Ethics AdviceLine for Journalists was founded in 2001 by the Chicago Headline Club (Chicago professional chapter of the Society of Professional Journalists) and Loyola University Chicago Center for Ethics and Social Justice. It partnered with the Medill School of Journalism at Northwestern University in 2013. It is a free service.

Professional journalists are invited to contact the Ethics AdviceLine for Journalists for guidance on ethics. Call 866-DILEMMA or ethicsadvicelineforjournalists.org.