Showing posts with label artificial intelligence. Show all posts
Showing posts with label artificial intelligence. Show all posts

Tuesday, September 1, 2026

Sieve or Shield? : Why AI Text Watermarks are Remarkably Easy to Scrub

 

In a nutshell (TL;DR)...

While AI text watermarks such as Google DeepMind's SynthID-Text are legally mandated by the EU AI Act to identify synthetic content, independent security research demonstrates that they are technically fragile and easily scrubbed using inexpensive paraphrasing tools. This vulnerability highlights a major divide between regulatory ambitions and technical reality, proving that existing watermarking techniques cannot serve as a reliable defense for content verification.


When the European Union drafted the transparency rules for the EU AI Act, regulators envisioned a digital ecosystem where artificially generated text would be permanently and reliably stamped. Under Article 50(2), AI providers are legally required to mark their synthetic outputs in a machine-readable format so that downstream detection tools can identify AI-generated content.

To comply, companies like Anthropic have deployed advanced statistical watermarking frameworks like Google DeepMind’s SynthID-Text globally. But while these watermarks have sparked outrage over potential drops in writing quality, independent security research has revealed an even deeper, structural flaw: for motivated bad actors, AI text watermarks are incredibly easy to erase.

The Illusion of "Robust" Marks

On paper, statistical text watermarking is designed to be highly resilient. Because the watermark is embedded directly into the statistical patterns of word choice, rather than as a hidden character or metadata tag, it travels with the text when copied, pasted, or slightly modified. Anthropic and DeepMind note that the watermark can survive mild paraphrasing, minor word substitutions, and cropping.

However, "surviving mild editing" is a far cry from being cryptographically secure.

Independent researchers at the SRI Lab at ETH Zurich conducted a comprehensive, adversarial audit of the open-source SynthID-Text framework. Their findings were stark: while SynthID-Text is highly resistant to "spoofing", meaning it is very difficult for an attacker to forge Claude’s watermark and falsely attribute human-written text to the AI, it is remarkably fragile when it comes to "scrubbing" (completely removing the watermark).

According to the SRI Lab evaluation, even naive adversaries using off-the-shelf, baseline paraphrasing tools can easily bypass or strip SynthID-Text watermarks. In their tests, standard rewriting tools successfully "scrubbed" the watermarks from text, rendering them completely undetectable to the watermark classifiers.

The $50 Attack: How Watermarks are Bypassed

Why is a watermark so easy to wash away? The vulnerability lies in the very nature of language.

When an AI watermarking algorithm like SynthID-Text generates text, it is essentially applying a slight mathematical bias (using its secret g-function) to favor certain words over others. But as soon as that text is fed into a secondary AI model, such as a paraphrasing tool or a translation engine, that secondary model completely replaces those biased word choices with its own, unbiased vocabulary distributions.

The SRI Lab research demonstrated that an attacker can use a technique called a "stealing attack". By sending a series of black-box queries to the watermarked LLM, the attacker can learn the statistical pattern of the watermark. Once the attacker understands the boundary of the watermark, they can apply "assisted scrubbing".

The results are devastating for the watermark’s credibility: the scrubbing success rate soared to above 90%, and in some cases reached nearly 100%. The financial barrier to executing these attacks? Academic researchers noted that a successful attack could be carried out for under $50.

Furthermore, the researchers found that DeepMind's use of "tournament sampling" actually made the watermark more sensitive to rewrites and easier to scrub than more basic watermarking schemes, as the mathematical g-values are highly fragile when sentences are reorganized.

The Rise of GitHub Bypasses

This academic vulnerability is already playing out in the real world. ZDNET recently reported a massive public backlash against watermarking, which has triggered a sudden surge of "watermark-removal" and "re-humanizing" tools on GitHub.

One notable tool, Declaude, was specifically designed to strip the statistical markings left by Claude’s models. James Padolsey, the developer behind Declaude, criticized the underlying EU watermarking mandate as an arbitrary, "feel-good" regulation. Padolsey pointed out that the policy mostly penalizes ordinary, law-abiding users who get flagged for using AI for benign tasks like proofreading, while doing virtually nothing to stop deliberate bad actors from using simple scripts to scrub watermarked text before deploying it in misinformation or phishing campaigns.

The Regulatory Disconnect

The ease of scrubbing reveals a deep chasm between European regulatory ambitions and computer science realities. Under the EU AI Act, regulators are developing a voluntary Code of Practice on Transparency that demands "robust" and "reliable" watermarking technologies.

Yet, as DeepMind itself admits, a watermark’s confidence score is heavily degraded the moment a text is thoroughly rewritten, translated into another language, or mixed with human-written text.

For businesses and compliance officers, this technical reality means they cannot treat watermarking as a silver bullet for content verification. If a company's compliance strategy relies solely on detecting watermarks to prevent AI-generated misinformation from slipping through its pipeline, its defenses are effectively a sieve.

In Part 3 of this series, we will step out of the technical sandbox and look at the legal and financial hammer that the European Union is preparing to swing at companies that fail to master these transparency rules.


Tuesday, August 25, 2026

The Wordplay Police — Does AI Watermarking Ruin Good Writing?

 

In a nutshell (TL;DR)...

Anthropic has introduced mandatory, invisible watermarking for Claude models to comply with the EU AI Act. Using a technique called SynthID-Text, the system subtly biases word selection to create a detectable statistical pattern. Critics argue this process compromises semantic precision and nuance, particularly in creative writing, while Anthropic maintains the effect is imperceptible. Notably, factual and constrained writing remains largely unaffected by these adjustments.


Having just got back from a lovely vacation, it just wasn't in me to write an article last week, I hope you can forgive me...


As of August 2, 2026, a silent transformation occurred across the artificial intelligence landscape. Every piece of text, line of code, and structured document generated by Anthropic’s newest Claude models began carrying a hidden digital signature. Rolled out globally with no opt-out available, this watermarking policy represents the first massive, model-level deployment designed to meet the strict transparency rules of the European Union’s AI Act.

But as users adjust to this new reality across the Claude Platform, API, Claude Code, and Claude Cowork, a fierce debate has erupted among writers, software engineers, and language experts. The core question: In forcing AI models to sign their work, are we inadvertently destroying the quality of the writing itself?

How Claude Writes with a Secret Key

To understand the controversy, we have to look under the hood of text watermarking. Unlike images or video, where watermarking can involve embedding signed cryptographic metadata or altering pixels, watermarking text is a much more delicate mathematical dance.

Large language models (LLMs) generate text by predicting the next word (or "token") in a sequence, one by one. For any given word, the model calculates a probability distribution, a list of potential next words, each with a score indicating its likelihood. Normally, the model chooses from these top candidates with a degree of natural randomness.

To embed a watermark, Anthropic utilizes a technique based on Google DeepMind’s open-source SynthID-Text approach. This method acts as a "logits processor" in the text generation pipeline. Rather than inserting hidden characters or visible labels, SynthID-Text uses a pseudo-random mathematical formula, known as a g-function to subtly adjust or "bias" the probability scores of candidate words.

The resulting pattern of adjusted word scores represents the watermark. While individual word choices appear completely natural to a human reader, a computer classifier trained on the secret cryptographic key can analyze a passage and calculate whether the word choices match the expected statistical pattern of the watermark.

The Synonyms Trade-Off: Precision vs. Provenance

Anthropic has repeatedly insisted that this statistical watermarking process is entirely imperceptible and has no negative effect on the content, creativity, or readability of Claude's responses.

However, critics are highly skeptical. Prominent tech blogger John Gruber, the co-creator of Markdown and voice of *Daring Fireball*, has launched a scathing critique of this approach. Gruber argues that a fundamental rule of writing is that no two synonyms carry the exact same meaning. Context, nuance, tone, and subtext dictate the "perfect" word choice.

When a watermarked model is forced to choose its next word, the pseudo-random g-function might artificially boost the probability of a secondary, slightly inferior synonym simply because it fits the watermarking key, while depressing the likelihood of the semantically perfect word. For instance, Gruber points out that if the model must decide between "grey" and "overcast," and the watermarking algorithm forces "grey" to satisfy the mathematical key, writing precision is compromised.

Gruber even suggests that Google Gemini’s reputation for being slightly weaker or more robotic than its competitors could stem from the fact that SynthID has been active in Gemini’s web and app versions for some time.

The Fact-Heavy Exception

Interestingly, there is one area where watermarking leaves writing untouched: highly factual prose. Both Anthropic and Google DeepMind acknowledge that watermarking is significantly less effective on factual or highly constrained text.

If you prompt Claude to answer, "What is the capital of France?" or to recite a classic William Wordsworth poem, there is little to no room for stylistic variation. Adjusting the token distribution in those scenarios would risk generating false facts or corrupting the text. As a result, the watermarking algorithm automatically dials itself back, leaving fact-heavy, technical, or legal passages largely unwatermarked.

This fact-heavy exception highlights the central irony of the "Wordplay Police." The more creative, nuanced, and stylized your writing is, the more heavily the watermarking algorithm must manipulate Claude’s vocabulary to leave a detectable trace. For professional writers using AI as a collaborative partner, this means the very qualities they value most, stylistic fluidity and semantic precision, are the ones most targeted by the watermarking key.

The Road Ahead

For average users, the watermarks remain entirely invisible. You can copy and paste text from Claude, and the watermark will travel silently with those words because the mathematical pattern is woven into the text itself.

But as the EU AI Act’s enforcement tightens, the tension between maintaining pure prose quality and enforcing government-mandated "content hygiene" is only going to grow. In the next part of this series, we will look at whether these controversial watermarks are actually secure, or if they are easily bypassed by the very bad actors they are designed to catch.


Tuesday, July 21, 2026

The "Anti-AI" Prompt: How to Force AI to Write Content That Actually Sounds Human

 

In a nutshell (TL;DR)...

Audiences are exhausted by generic, AI-generated text filled with corporate fluff and predictable clichés. To create a standout blog post, stop using vague tone adjectives like "friendly yet professional." Instead, use advanced prompting techniques—like stylistic constraints, linguistic profiling, and strict word bans—to force the AI to write with the variance, grit, and authenticity of a human author.


I have this feeling that we are entering into a new phase of "AI Fatigue"...


I wanted to find out if the concept of “prompt writing” or “prompt engineering” has changed somewhat since I started this blog in January 2026. I’ve read so many emails, posts and articles that I can start to see the signs of AI generated content by the first two sentences. I mean, it’s no secret that parts of my blog posts are generated by AI, but I do re-write huge swathes of it, either to make it more readable and it also helps me understand the research I’ve done too.


AI generated content tends to be grammatically perfect (with lots of inexplicable em dashes), flawlessly structured, but feels entirely devoid of life. It’s full of cliches like "delving deep," things being a "testament to innovation," and reminders that we live in a "fast-paced digital landscape." 


When every brand uses the exact same base models to generate content, the entire internet starts to sound like a mid-level corporate PR brochure.

If you want your blog to stand out, you have to actively break the AI's default habits. The secret isn't giving up on AI; it's changing how you prompt it.


The Problem with Vague Adjectives

When most people want a blog post to sound better, they stuff their prompt with descriptive adjectives:


"Write a fun, engaging, professional, but casual blog post about e-commerce trends."


To a Large Language Model (LLM), this is contradictory noise. The AI averages out those words and reverts to its safest, most sterilized default settings. Human writers don't write by thinking about adjectives. They have their own unique pacing, specific way of saying things, and stylistic nuances that make them, them. To get human-like output, you have to give the AI concrete operational rules, not feelings.


3 Tangible Techniques for the "Anti-AI" Prompt

Here’s a handful of thoughts to inject into your prompting routine that can possibly help strip away that robotic veneer:


1. Program "Burstiness" (Sentence Variance)

Unless you’ve not noticed, AI text is incredibly uniform. It loves to write sentences that are all roughly the same length, creating a rhythmic monotony that puts readers to sleep. Humans write erratically. We follow a long, complex thought with a short one. Like this. Sometimes those sentences are also incredibly long. You’ll notice this blog. Doesn’t have very long. Sentences. 

You can explicitly program this behavior into your prompts.

The Prompt Directive:"Vary your sentence structure using high burstiness. Alternate between long, explanatory sentences that build context and short, punchy sentences (under 5 words) that deliver impact. Avoid uniform paragraph lengths."


2. Implement a Strict Cliché Ban

AI models are trained on patterns, which means they default to the most common phrases on the internet. By creating a digital "swear jar" for overused AI tropes, you force the model to find more creative, authentic ways to express an idea.

  • The Prompt Directive:"You are strictly prohibited from using the following words and phrases: 'In today's fast-paced world', 'delve', 'testament to', 'game-changer', 'revolutionize', 'tapestry', 'beacon', or 'in conclusion'. If you feel tempted to use these, rephrase the concept using simple, direct language."


3. Use Linguistic Profiling (The "Mirror" Technique)

The absolute best way to make an AI sound like a human is to give it a specific human to copy. Instead of asking it to guess what "casual" means, feed it a sample of your own writing—or text from an author you admire—and ask it to reverse-engineer the mechanics.

  • The Prompt Directive:"Analyze the text sample below for its linguistic profile. Pay attention to vocabulary level, use of active vs. passive voice, how technical concepts are simplified, and the frequency of personal pronouns (I, we, you). Once analyzed, rewrite the draft below matching this exact linguistic profile."


Putting It Together: The Master Framework

The next time you sit down to draft a piece of content, bypass the basic text box and feed the AI a highly structured role.

Here is a comprehensive framework you can copy and paste:

Role: You are an elite developmental editor and ghostwriter known for a minimalist, direct, and engaging writing style.

Task: Rewrite the provided outline into a comprehensive blog post section.

Constraints:

  • Tone: Grounded, practical, and candid. Speak like a helpful peer, not a rigid lecturer.

  • Voice: Use active voice exclusively. Use personal pronouns (you, we) to connect with the reader.

  • Pacing: Mix complex thoughts with sharp, sudden conclusions. Keep paragraphs to a maximum of three sentences.

  • Formatting: Optimize heavily for scannability. Use bolding on key phrases to guide the reader’s eye, and break up dense data using simple bullet points or markdown tables where appropriate.

[Insert your raw notes/outline here]

By shifting your focus from what the AI writes to how it structures its thoughts, you transition from generating generic text blocks to crafting genuinely compelling narratives. The tool hasn't changed—but your boundaries have.


Wednesday, July 15, 2026

The Great AI Memory Bank: How Your Data Gets Consumed (and How to Keep It Private)

In a nutshell (TL;DR)

To secure your data, consider these strategies:

  • Anonymization Pipelines: Replace sensitive identifiers with placeholders (e.g., [NAME]) before data leaves your network.
  • Zero Data Retention (ZDR): Mandate that providers process prompts in memory only, without saving logs or using data for training.
  • Local Models & Secure Orchestration: Keep data within corporate firewalls by running local models or utilizing secure protocols like MCP.
  • Targeted Encryption: Encrypt or mask sensitive prompt segments, such as using unique emoji sequences, to keep text unreadable to the provider.

It's been two weeks since I last posted! But I am back after the day job got in the way with a major project and a tight deadline. Last post I talked about the dangers of copy and paste and how easily information can end up in the hands of the LLMs

Whenever we type a prompt into an AI assistant, it is easy to imagine our words vanishing into the digital ether the moment we hit 'send'. But Large Language Models (LLMs) have incredibly sticky memories. While it is easy to accidentally slip sensitive data into an AI tool, it is equally important to understand what the AI actually *does* with that information once it has it. 


LLMs are designed to consume, process, and generate text, which means treating them like a private diary or a secure vault can lead to unintended, and highly public, consequences. Here is a look at how your confidential information gets consumed and redistributed by AI, and the best practices you can use to keep your private data safe.

The Consumption and Redistribution Cycle

When you feed Personally Identifiable Information (PII) or corporate secrets into an external LLM, you are exposing that data to several hidden risks:

Data Logging and Storage

Many AI providers log user prompts to monitor for abuse, debug their systems, or improve their overall services. Once your confidential data is stored on a third-party server, it becomes vulnerable to unauthorized access or potential data breaches on the provider's end.

Training Data Contamination

The prompt you submit today could inadvertently become the training data of tomorrow. Even though some enterprise providers have strict policies, there is always a baseline risk that PII from user prompts might be absorbed to further train or fine-tune future versions of the models.

Output Leakage and Regurgitation

LLMs are known to memorize information from their pre-training phases as well as from prompts processed during active inference. This can lead to a phenomenon where the model unintentionally regurgitates your sensitive information verbatim in its responses to completely different users. In fact, the OWASP Top 10 for LLMs lists "Sensitive Information Disclosure" as a critical vulnerability, noting that poor input handling can cause models to leak PII, business strategies, or system credentials directly into the public domain.

Defending Your Data: Precautions and Safe Methods

Fortunately, you do not have to unplug your routers and swear off AI entirely. There are several highly effective precautions and architectural strategies you can implement to interact with LLMs safely:

1. Build Anonymization and Mapping Pipelines

The most practical defense is to scrub the data before it ever leaves your network. By using tools like Named Entity Recognition (NER), you can automatically identify sensitive entities and replace them with generic placeholders—for example, swapping a real name and email for `[FIRSTNAME]` and `[EMAIL]`. This allows the LLM to understand the context of the prompt without ever seeing the raw data. On your end, you keep a secure, temporary map of these placeholders. When the LLM replies, a mapping-based de-anonymization module simply swaps the real information back in, ensuring 100% accuracy without exposing the data to the cloud.

2. Demand Zero Data Retention (ZDR)

If you rely on cloud-based AI vendors, mandate a "Zero Data Retention" agreement. Under ZDR, the provider processes your prompt and immediately returns the response without writing your request to any persistent storage, training queues, or logs. The data exists only in memory for the exact duration of the API call, effectively shifting your risk profile from uncertain to bounded.

3. Utilize Local Models and Secure Orchestration (e.g., MCP Servers)

For the highest level of control, organizations can run fine-tuned, smaller language models entirely within their own corporate firewalls, ensuring data never leaves the internal infrastructure. When connecting AI to internal databases, utilizing secure architectural patterns like the Model Context Protocol (MCP) can help safely orchestrate how context is provided to the AI without exposing raw data to public endpoints.

4. Targeted Encryption

For highly regulated environments, researchers are developing targeted encryption techniques. This involves encrypting only the sensitive sub-parts of a prompt, sometimes even translating them into unique sequences of emojis (like *EmojiCrypt*), so the text remains unreadable to humans and providers, but retains enough structure for the LLM to process. While computationally expensive and complex to implement, it represents the bleeding edge of prompt privacyLarge Language Models (LLMs) pose significant security risks because they can unintentionally memorize and redistribute sensitive information, such as PII and corporate secrets. Primary dangers include unauthorized data logging, training data contamination, and output leakage where models regurgitate your data to others.


AI models are incredibly eager to learn, which makes them fantastic assistants but terrible secret-keepers. By adopting smart anonymization pipelines, demanding strict retention policies, and securing your integrations, you can enjoy all the productivity benefits of generative AI without accidentally donating your private data to the world.


Tuesday, June 30, 2026

The Clipboard Crisis: Securing the Modern Data Leakage Vector

In a nutshell (tl;dr)

The modern copy-paste function has become a major, often overlooked, vector for data exfiltration. As employees frequently use unmanaged personal accounts for Generative AI and messaging apps, corporate data is regularly moved outside secure environments. Because traditional security tools were designed to monitor file uploads rather than "file-less" text transfers, organizations must shift toward action-centric security, monitor browser activity, and restrict the use of personal accounts to protect sensitive information.


I totally missed out on last week’s post thanks to the day job and nearly missed it this week too! This week I was worried about how safe my personal or proprietary data was when passing it over to an AI to work with. How likely is it that this information is somehow leaked or made public? Here’s what I found out…

The Copy-Paste Crisis

We all use the copy-paste function without a second thought and the clipboard is our biggest blind spot. It is the ultimate productivity shortcut, saving us countless hours of retyping information. However, this simple, everyday action has quietly become the primary channel for data exfiltration in the modern workplace, completely bypassing traditional file-based security measures.

As we increasingly rely on artificial intelligence and cloud-based applications, the clipboard has transformed into a massive vulnerability. Here is a detailed look at how the "copy-paste crisis" unfolds, why it is so dangerous, and what organizations can do to protect their confidential data.

The Generative AI Black Hole

Generative AI tools have seamlessly integrated into our daily routines, and we are eagerly feeding them information to summarize, rewrite, or analyze. In fact, a staggering 77% of enterprise employees now paste data directly into GenAI prompts.

The core issue is not necessarily the AI itself, but how users are accessing it. Approximately 82% of the data pasted into AI tools comes from unmanaged, personal accounts. When employees bypass official corporate logins, IT and security departments lose all visibility. This turns "Shadow AI" activity into a massive blind spot for data leakage. Today, GenAI alone accounts for 32% of all corporate-to-personal data exfiltration, making it the number one vector for corporate data moving outside sanctioned environments.

Beyond AI: The Instant Messaging Trap

While AI gets most of the spotlight, instant messaging (IM) and chat applications represent another enormous vulnerability. A remarkable 87% of all instant messaging activity occurs on unmanaged, non-corporate accounts .

Because chat feels informal and conversational, users often let their guard down. Consequently, Chat and IM apps have become a major hotspot for sensitive data exposure, with 62% of users pasting Personally Identifiable Information (PII) or Payment Card Industry (PCI) data directly into these platforms.

Death by a Thousand Clicks

It might seem like pasting a quick snippet of text is harmless, but the sheer volume of these actions adds up to a significant security threat. On an average day, an employee makes about 46 copy-paste actions. While many of these transfers stay safely within corporate boundaries, an average of 15 pastes per day go to non-corporate accounts. Out of those, roughly four pastes contain sensitive PII or PCI data.

An employee pasting a few sensitive entries into ChatGPT each day might not trigger massive security alarms or generate large file logs, but every single instance increases the risk of a breach. Furthermore, employees are pasting corporate data into a surprisingly diverse range of destinations. Beyond just ChatGPT, top destinations for pasted data include developer platforms like Databricks and Snowflake, as well as websites like LinkedIn and DeepL. Exfiltration is highly unpredictable, driven by everything from innocent productivity shortcuts to competitive moves.

Why Traditional Defenses Are Falling Behind

The reason this copy-paste crisis has grown so severe is that traditional Data Loss Prevention (DLP) solutions were fundamentally designed for a different era. Legacy DLP focuses heavily on monitoring file uploads and centralized servers . They simply are not equipped to track "file-less" data transfers, like copying text from an internal document and pasting it directly into a web browser.

Taking Back Control of the Clipboard

To secure the modern workflow, organizations need to evolve their security strategies to match employee behavior.

Shift to Action-Centric Security

Security teams must move away from purely file-centric policies and embrace "action-centric" controls. Monitoring copy-paste functions and text inputs into prompts must become a first-class security priority.

Focus on the Browser

Because nearly every business workflow, from email to GenAI, now runs through the web browser, this is the environment where visibility and enforcement must be focused.

Ban Unmanaged Accounts

Allowing employees to use personal accounts for business-critical apps creates active shadow IT. Organizations should restrict the use of personal accounts for high-risk categories like AI and Chat, and enforce Single Sign-On (SSO) across all corporate logins to ensure activity remains visible and governed.

The clipboard might be the most overlooked tool in our software arsenal, but it is currently one of the riskiest. By understanding the flow of copy-pasted data and upgrading our security frameworks to monitor file-less transfers, we can enjoy the productivity benefits of modern SaaS and AI tools while keeping our private data exactly where it belongs.


Tuesday, June 16, 2026

Agentic Commerce: The Virtual Procurement Revolution

In a nutshel (TL;DR)...

Agentic AI is transforming B2B procurement by automating routine sourcing and negotiation, shifting operations from reactive to predictive purchasing, and leveraging structured data to allow human experts to focus on strategic oversight through a "Human-in-the-Loop" approach, ultimately reducing operational friction.

The B2B Revolution: Meet Your New Virtual Procurement Department

Earlier this year I posted about the rise of Agentic Commerce being the future of online shopping taking over the consumer experience. We imagined a digital assistant booking a flight to Barcelona or effortlessly picking out the perfect pair of trail running shoes for a weekend getaway. It is an exciting vision, but while consumer applications get most of the spotlight, a much quieter, and arguably much more impactful, revolution is taking place in the business-to-business (B2B) sector.

Welcome to the era of Agentic Commerce in B2B, where AI is moving from a simple data-crunching tool to an active, independent participant in your supply chain.

For years, B2B purchasing has involved a lot of heavy lifting: tracking down supplier catalogs, manually comparing specifications across sprawling spreadsheets, managing endless email chains for quotes, and reacting to sudden inventory shortages. Today, Agentic AI is stepping in to change that dynamic entirely, acting as a "Virtual Procurement Department" for trading and manufacturing companies.

From now on, when I talk about “AI Agents” I am referring to quite a number of software vendors that are offering this as a solution such as ORO Labs or LevelPath that have built their platforms from the ground up with artificial intelligence as the foundation, to the likes of Tropic that lean into AI for highly targeted areas of procurement, such as specialized software (SaaS) purchasing, contract intelligence, or complex e-auctions 


So let’s take a closer look at how platforms like this are transforming B2B commerce from a tedious chore into a highly predictive, streamlined operation.

Say Hello to Your Autonomous Sourcing Analyst

In the traditional B2B model, sourcing new components or managing supplier requests requires a significant amount of manual labor. Procurement teams spend hours sending out Requests for Quotations (RFQs), waiting for responses, and then lining up the data to make a choice.

With the introduction of Agentic Commerce, AI agents can take over this routine work. Instead of merely organizing data, these agents act like intelligent analysts. When a business needs a component, the agent can autonomously search through supplier databases, gather bids, and compare terms. It doesn't just look at the bottom-line price, either. The agent can evaluate lead times, review the supplier's quality history, and select the most cost-effective solution. It can even negotiate discounts within predefined rules and automatically approve orders that fall under specific budget limits.

Moving from Reactive to Predictive Purchasing

If you have ever had to deal with the headache of a sudden supply shortage, you know that reactive purchasing is stressful. Traditionally, businesses order new stock based on historical sales data and a little bit of guesswork, which often leads to either costly overstocking or frustrating "out of stock" scenarios.

Agentic AI shifts the paradigm from reactive to predictive. By analyzing historical data, current sales velocity, and market trends, AI agents can accurately forecast future demand. Furthermore, these agents can continuously monitor inventory levels and automatically trigger restocking orders at the perfect moment to prevent supply chain bottlenecks. The system knows not just what you need to order, but exactly when and in what quantity, ensuring operations run smoothly in the background.

Taming the Messy Supplier Data

Of course, for an AI agent to make smart purchasing decisions or negotiate with suppliers, it needs perfectly structured and accurate data. In the B2B world, supplier data is notoriously messy, often arriving in unstructured formats like massive PDFs or inconsistent spreadsheets.

To support an AI-based procurement platform, a Product Information Management (PIM) system acts as the critical intelligence hub. For an AI procurement agent to accurately analyze supplier bids, forecast demand, and execute purchases autonomously, it must base its decisions on flawless, highly structured data. They can even detect inconsistencies or missing attributes and populate them into the right fields. Ultimately, by guaranteeing that supplier records are accurate, consistent, and complete at the point of ingestion, an PIM system provides the trusted data foundation necessary for a B2B procurement platform to operate autonomously and reliably 

What Happens to the Human Experts?

With agents sending RFQs, negotiating prices, and monitoring inventory, it is natural to wonder where human professionals fit into this new landscape. The good news is that the rise of agentic AI is not about eliminating the procurement team; it is about elevating them.

This brings us to the concept of the "Human-in-the-Loop" (HITL). While AI agents are fantastic at analyzing data and executing routine purchasing tasks, they lack the nuanced judgment, ethical grounding, and relationship-building skills required for high-stakes decisions. In an agentic B2B environment, human experts transition from tactical execution (like manual data entry) to strategic oversight.

For example, an agent might handle 90% of routine supplier restocking autonomously. But if it encounters an unprecedented supply chain disruption, a wildly out-of-budget price hike, or a scenario that requires complex ethical reasoning, it is programmed to pause and escalate the issue to a human manager. Humans remain in control, defining the agent's objectives, setting the financial guardrails, and managing the exceptions.

A Smarter Way to Do Business

The B2B revolution powered by Agentic Commerce is ultimately about removing friction. By handling the drudgery of data processing, supplier negotiations, and inventory tracking, AI agents free up human professionals to focus on what they do best: building strategic partnerships, exploring new market opportunities, and driving innovation.

The future of B2B is predictive, highly automated, and incredibly efficient. And with a Virtual Procurement Department working tirelessly in the background, businesses can look forward to a much smoother ride.


The August Deadline Most Boards Missed : Inside the EU AI Act’s Article 50

  In a nutshell (TL;DR)... Active Deadline: Article 50 transparency obligations became active on August 2, 2026. Scope: Applies to any AI sy...