The drive to discover the next big thing in AI has funded some pretty ambitious projects — but one company is taking it as a chance to rebuild computing architecture from the ground up. Led by Naveen Rao, formerly the head of AI at Databricks, Unconventional AI promises to make inference processing vastly more power

From Prompt Testing to AI Red Teaming at Enterprise Scale – Check Point Blog
Anyone can try to break a chatbot.
That is part of what makes AI red teaming feel accessible. Open a model, write a strange prompt, ask for something the system should refuse, reframe the request, and see what happens. Sometimes the result is funny. Sometimes it is useful. Sometimes it is a little alarming.
As a starting point, that kind of testing has value.
It is not enough for enterprise AI.
Enterprise AI systems are not chat windows sitting politely in isolation. They include policies, retrieval pipelines, APIs, tools, permissions, workflows, data sources, business logic, and changing models. They run inside customer-facing applications, employee copilots, software development workflows, support operations, finance processes, and agentic systems that act across multiple tools.
Generic prompt testing can reveal obvious issues. Enterprise AI red teaming needs to find the risks that only appear when the whole system is considered.
That is the shift: enterprise AI red teaming has to test the whole system as it runs, find the attack paths that create real risk, and prove they are closed after every change.
The Scale and Depth Problem
One expert can manually test one AI system. That does not mean the enterprise can keep pace with hundreds of AI systems, model updates, prompt changes, connectors, and agent workflows across the business.
The 2026 Cloud Security Report found that 64% of organizations have AI agents in pilot or production. That alone changes the math. AI risk is no longer concentrated in a few closely watched experiments. It is a production problem spreading across teams, platforms, SaaS products, internal tools, and custom applications.
The issue is not only volume. It is also the pace of change. An AI system can shift when a model provider updates behavior, a product team edits a prompt, a retrieval source is added, an agent gains a tool, guardrails are tuned, or attackers discover a more effective technique. Even surface-level analysis can become overwhelming.
That means one-time testing becomes stale quickly.
Matt Fiedler, Senior Product Manager at Check Point, described the practical challenge well: organizations are no longer dealing with one car that occasionally needs to go to the mechanic. They are dealing with a fleet, and the fleet keeps changing.
Human expertise remains essential. Expert-led red teaming is where judgment, business context, and creative attack design matter most. But human-only testing cannot be the whole operating model when AI development moves this quickly.
Scale is the first challenge: too many systems, changing too quickly, for manual review alone to keep up.
Depth is the second challenge. Even when teams focus on a single high-value target, AI systems are becoming more complex. AI capabilities now influence the system as a whole, rather than sitting inside isolated chatbots. Prompts, data sources, tools, permissions, workflows, and controls interact.
Balancing both challenges is the fundamental problem enterprises face: broad enough coverage to keep up with AI adoption, and deep enough testing to understand how a specific system can fail.
Prompt libraries are useful. They establish a baseline. They help teams check whether a system fails against known patterns. But enterprise AI red teaming has to move beyond the prompt list and understand how systems actually come together.
That means understanding which tools an agent can invoke, which data sources are connected to retrieval, which actions would create material risk, and how attacks propagate or get mitigated through connected components.
A chatbot making a brand-damaging statement is one class of issue. An agent using a permitted tool to access another user’s account is a different class of issue. A system ingesting malicious instructions from an approved connector is not simply a prompt problem. Anywhere context enters the system is an avenue for attack, so this becomes a data-flow, trust-boundary, and action-control problem.
The risk may not appear in a single turn. Attackers can probe, reframe, build context, introduce hidden instructions through retrieved content, and only later attempt the action that matters. That is why the most useful findings are attack paths, not isolated prompts.
What Enterprise AI Red Teaming Needs to Do
A mature AI red teaming program should answer a practical question: what is my risk, and what is the impact if the system fails?
That requires more than a larger prompt list.
It requires adversarial testing across the parts of the AI system that interact in production: model behavior, prompts, retrieved context, system instructions, guardrails, tools, permissions, APIs, users, and workflows. It also requires testing across multiple risk domains: safety, responsible AI, and security.
The practical goal is not to catalogue every possible way a model can misbehave. It is to identify the attack paths most likely to create material risk in the actual environment where the AI is used.
The Check Point Approach: Threat Intelligence Plus Threat Modeling
Check Point’s approach to AI red teaming is built around two ideas: intelligence and threat modeling.
The intelligence side matters because AI attack techniques evolve quickly. A static list of prompts cannot keep up with the ways people actually try to manipulate models and agents. Check Point can draw on threat intelligence, security research, AI expertise, and lessons from adversarial testing at scale.
This is also where Gandalf matters.
Gandalf has given millions of people a hands-on way to try prompt injection and model manipulation. That creates a powerful learning loop: many red teamers, over time, trying many ways to bypass AI defenses. Those patterns help inform what defenders should test next.
Threat modeling matters because AI risk rarely lives in the model alone.
An enterprise AI system may include a model, prompt, retrieval source, policy layer, tool definitions, agent endpoint, authentication model, chat history, and business workflow. Testing only the model misses the ways those pieces interact. This is where AI red teaming has to move beyond “bad input, bad output.”
The question is how the system behaves when prompts, context, tools, permissions, and controls meet under adversarial pressure. Which attack paths emerge? Which component creates the path? What is the business impact? What needs to change?
From Attack Path to Improvement
At this point, the workflow becomes practical. Teams need to define what they are testing: a model, an AI application, an authenticated endpoint, or an agent. The system’s prompt, chat history behavior, tool definitions, endpoint behavior, and connected data sources matter because they shape how the AI behaves in the real world.
Next, teams need an attack plan. A strong workflow should help practitioners get started quickly, then let experts refine the plan based on the system’s purpose, data access, tools, and business impact.
Some testing should provide broad coverage across known safety, responsible AI, and security categories. Other testing should go deeper, using adaptive, multi-turn attacks that react to the system’s responses, build context, and try to move the system toward an unsafe outcome.
The important point is evidence. Instead of seeing only a final score, teams need to inspect how an attack unfolded: the objective, the turns, the response, the evidence, and the verdict.
The result is a more useful finding: not simply “this prompt worked,” but “this attack path exposed this risk under these conditions, and this is what needs to change.”
Compare, Re-Test, and Feed the Security Program
AI testing becomes much stronger when teams compare results across controlled changes. What happens if the same system is tested in English, Chinese, Hindi, or another language? What happens if only the system prompt changes? What happens if the model changes but the task stays the same?
Those comparisons matter because AI controls do not always behave evenly across languages, models, prompts, and configurations. Attackers know that. Security teams should know it too.
This is where AI red teaming becomes more than discovery. It becomes an improvement loop.
Scan the system. Inspect the attack paths. Adjust the prompt, policy, guardrail, permission boundary, tool design, or workflow. Re-run the test. Compare results. Show whether risk moved.
A security leader does not only need a technical transcript of a successful attack. They need to understand the business impact, the remediation priority, and whether the fix worked. Executive reporting helps translate AI red teaming from a technical exercise into a decision-making tool.
If red teaming shows that a system leaks sensitive data, teams may need stronger data controls, prompt changes, output filtering, retrieval restrictions, or runtime inspection. If it shows tool misuse, they may need tighter permissions, better workflow design, or inline action controls. If it shows policy bypass, they may need revised system instructions, guardrails, governance checks, or escalation paths.
For agents, the connection to runtime protection is especially important. If an agent can retrieve data, invoke tools, call APIs, send messages, or trigger workflows, the risky moment may occur before a tool call executes or before a response leaves the system.
Red teaming helps identify where those controls need to be placed and what they need to stop. In that sense, red teaming does not compete with governance or runtime AI security. It makes them sharper.
Red Teaming at the Speed of AI
Enterprise AI is too dynamic for one-time, generic testing.
The organizations that scale AI safely will treat red teaming as a continuous diagnostic layer: informed by real adversarial intelligence, adapted to their threat models, and repeated as their systems evolve.
That is the practical difference between testing AI in a clean environment and understanding whether it is ready for production reality. Generic prompt testing can tell you where to start. Enterprise AI red teaming shows which attack paths matter, why they matter, what the impact is, and whether the fix worked.
For a deeper look at why static validation breaks down, download the white paper: Why Your AI Passes Tests But Still Fails in Production.
To explore how Check Point helps organizations pressure-test AI systems, learn more about Check Point AI Red Teaming.
You can also register for READY OR NOT: Securing the AI Enterprise | Session 2: AI Red Teaming, a 45-minute live session with Steve Giguere and Matt Fiedler on Thursday, June 25, 2026.
