Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

Tech

Fostering trust in the age of misinformation, disinformation, and malinformation

It’s this trend that means that the principle of Zero Trust is becoming as relevant to how information is treated as it has been to access.

Fostering trust in the age of misinformation, disinformation, and malinformation

The reality is that many organizations have already fallen victim to deception, including their employees, customers, investors, and board members. While warnings have focused on deepfakes, cloned voices, and fraudulent emails, AI has made such tactics cheaper, harder to detect, and more convincing within regular business communications.

This is why the concept of Zero Trust is becoming crucial in treating information as businesses operate. Zero Trust assumes that no user, device, application, or request should be trusted by default. In the age of AI-generated misinformation, businesses must adopt this mindset to protect the flow of information throughout their organization.

Employees, customers, investors, and partners make decisions based on the information they encounter, and if that information is false or manipulated, the consequences can range from confusion to significant commercial damage. Misinformation, disinformation, and malinformation, which are false, deliberately deceptive, and weaponized content, respectively, need to be treated as business risks.

While misinformation has long been an issue, disinformation, created with the intent to deceive, is more easily produced at scale than ever before. Malinformation, which is true information deliberately stripped of context and weaponized, may be the most dangerous of the three. The challenge lies in the fact that these tactics mirror the difficulties individuals face in an environment saturated with AI-generated content.

Just as people must pause, question sources, and verify before acting, organizations must build similar habits into their operations. Zero Trust serves as a strategy to address this issue. Traditionally, businesses have focused on least privilege, ensuring the right users have access to the right applications. However, in an AI-driven information environment, businesses must also interrogate the information being used, the actions taken, and the intent behind those actions.

This means verifying information, checking the authenticity of images, and determining if content has been edited. Zero Trust provides a framework for answering these questions, forcing businesses to verify before acting, limit exposure, and reduce the risk of false, manipulated, or decontextualized information moving unchecked through the organization.

As AI agents become more prevalent in the workplace, businesses must adopt a Zero Trust approach from the outset. These agents operate at machine speed, making human-speed verification impossible. To ensure trust, AI agents must be governed through a Zero Trust model, continuously validating their identity, permissions, behavior, and outputs.

Businesses will need to establish an operating constitution that agents are constantly measured against, ensuring they align with the organization's values and boundaries. Ultimately, organizations that engineer trust into their systems will be better prepared to navigate the challenges posed by misinformation, disinformation, and malinformation in the AI era.

Written by urgent.news from TechRadar's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at techradar.com →

More in Tech

Building a real-time global leaderboard with Supabase Realtime

A leaderboard looks trivial until it has to be live, global, and correct under load: rank the world by score, push every change to every connected client, and never melt the database doing it.

  • Use an append-only events table and scores aggregate table for consistency.
  • Compute rank using window function without full table scan.
  • Broadcast top 100 scores to clients for real-time updates.

.NET 11 Preview 7 Adds Passkeys, Incremental XAML Hot Reload, and Shell Route Templates to MAUI

Microsoft has released .NET 11 Preview 7 with a substantial set of .NET MAUI updates, including cross-platform passkey authentication, a new incremental XAML Hot Reload implementation, Shell route…

  • .NET 11 Preview 7 introduces passkeys for cross-platform authentication
  • XAML Incremental Hot Reload speeds up development by modifying existing XAML pages
  • Shell route templates with segment types streamline navigation development

REST vs GraphQL in Practice

The Real Trade-offs After building APIs with both REST and GraphQL, I've learned that the choice isn't about which is "better" but which fits your specific constraints.

More from Tuesday 18 August →