inject false instructions also to hackers

During the last two years, he prompt injection It has been the favorite weapon of cyber attackers against artificial intelligence systems. This method involves hiding a malicious instruction within an email, a calendar invitation or a web page so that an AI agent ends up obeying the intruder instead of its legitimate user. The good thing is that this same technique also works to stop attackers. What has happened? Cybersecurity firm Tracebit has published a research in which it demonstrates that an AI agent that is attacking a system can be stopped by simply placing, next to the passwords and keys that the attacker seeks to steal, a text designed to activate the model’s own rejection mechanisms. As soon as the attacking AI reads that text, its security barriers go up and the attack stops in its tracks. Researchers have dubbed the technique context bombing. How it works. The logic is simple to understand although its discovery was not so simple. All major language models have certain issues built into them that they refuse to address under any circumstances, whether for security reasons or for political and regulatory reasons. Tracebit takes advantage of just that by placing near the fake credentials (the same ones they use as bait to detect intruders) fragments of text that push the model into those forbidden areas. According to explained Andy Smith, co-founder and CEO of Tracebit told Ars Technica, with this technique a rejection mechanism is being activated in the context, something that has a strong and forceful effect and from which agents have a hard time recovering. Once that content enters its context, the model continues to reject any subsequent instructions. The examples, depending on the model. Not all models stop at the same thing, so the trap must be adapted to each case. For Western models, such as those from Anthropic or Google, it has worked to include references to the manufacture of biological weapons, such as instructions for producing inhalable anthrax spores. For the models developed in China, however, the key has been to mention “Tank Man”, the man who stood in front of the tanks in the Tiananmen massacre of 1989, a topic that these systems are prohibited from boarding due to censorship by the Chinese Government and that from Xataka we have actually confirmed every time we have had to test a Chinese language model. The results, in figures. Tracebit tried the technique about five of the most advanced models of the moment (Opus 4.8, Gemini 3.1 Pro, GLM 5.2, DeepSeek 4 Pro and Kimi 2.6) simulating an Amazon Web Services (AWS) environment and entrusting them with routine development tasks that, along the way, led them to come across false keys. In 152 recorded attack attempts, the investigation point that: Attacks that gained administrator access fell from 57% to 5%. Those who also managed to leave a permanent back door went from 36% to 1%. The percentage of attempts that completed at least some phase of the attack dropped from 91% to 15%. The most striking case was that of Opus 4.8, the most effective model of the five when it came to attacking, since without the context trap it achieved administrator access in 93% of the attempts; with it, it failed in 100% of the cases. Vulnerability by nature. The beauty of this technique is that it exploits a weakness that is very difficult to correct. And according to they count According to researchers, a developer can retrain a model to be less strict when faced with a security question, but it is much more difficult to eliminate the political or regulatory restrictions that come as standard, because they are not a failure that can be “fixed”, but rather a deliberate design decision. That makes these barriers a fairly stable point of support for those who are dedicated to developing protections against these attacks. Background. In May, Tracebit already had presented a “canary” systemthat is, fake cloud resources that look legitimate but are not actually used, so that any attempt to access them triggers an alert for the security team. In that first test, with 951 attack attempts, the canaries gave an average of eight minutes’ notice before the attacker gained administrator access. The problem is that the AI ​​agents needed only 14 minutes on average to complete the attack, so the defenders had a window of just six minutes to react. Context bombing was born precisely to gain that missing time, stopping the attack instead of simply warning of it. What this does not solve. Neither Tracebit nor anyone else claims that this is the definitive solution to prompt injection. There is still no way to prevent a model from occasionally confusing an instruction with any piece of data within its context, and that confusion is precisely what makes the technique possible. Cover image | AI-generated with Gemini In Xataka | “It could weaken US competitiveness”: Kimi K3 forces Trump to resume his plan to stop Chinese AI

These are the instructions to correct it

The artificial intelligence (AI) has a special talent for making us feel good. We show him an argument and he tells us it’s sound. We ask you to review a text and shows us what works. We ask him if our idea makes sense and he answers yes. With nuances, but yes. The feeling is very comfortable. The problem is that she is almost never completely honest. This behavior is known as sycophancy (subservience), an Anglo-Saxon term that describes the tendency of language models to validate user expectations rather than contradict them. It is not a specific failure. It is not an anomaly either. It is a direct consequence of the strategy used to train these systems: Models learn from the evaluations that humans make of their answers, and humans tend to rate better the answers that we like. The problem is that over time this scenario causes the model to learn that the agreement generates approval. And agreement becomes your default response. The result is an interlocutor who always tells us what we want to hear. If we use it to make decisions, to refine arguments or to evaluate our own ideas, we will be obtaining systematically biased validation. Fortunately, this behavior is modifiable. With the right instructions we can get the AI ​​to abandon complacency and act as a real and useful critic. Flattery as a factory defect He sycophancy It does not manifest itself only when we ask for a direct opinion. It also appears when we adjust our initial position during a conversation: if we start by defending an idea and then qualify it, the model will tend to support the new version just as it supported the previous one. It also appears when we rephrase the question with more emphasis. And when we express frustration with a response. In all these cases, the AI ​​detects a social signal and interprets it as an invitation to give in. The problem is not what it tells us: it is what it does not tell us The cost of this behavior is not trivial. An AI that systematically validates our ideas does not help us improve them; confirms what we already believed. If we ask you to review a plan with a substantive error, you will return the plan corrected in form and approved in substance. If we ask you to evaluate an argument built on a false premise, you will recognize the merits of the reasoning and will ignore the premise. The problem is not what it tells us: it is what it does not tell us. The good news is that today’s large models are advanced enough to take on a critical role when trained to do so. They don’t need more information about the topic we’re talking about; They need explicit permission not to protect us. And once that permission is on the table, the outcome can be substantially different. The most effective way to combat sycophancy It consists of redefining the role of the model before asking him for anything. Instead of simply asking a question, the ideal is establish a framework that places AI in a position of active criticism. The most direct instruction, and also the most immediate, is the one that asks you to assume the opposite role to the one you would adopt by default. We can achieve it with a prompt like this: “Act like a harsh critic. Your goal is not to find the strengths of what I am going to present to you, but to identify its weaknesses. Don’t dwell on the positive aspects” Or also this way: “Actively look for flaws in this reasoning. Ignore what works and focus on what doesn’t. Give me at least three concrete objections” We can even ask him to act as “devil’s advocate” to build the best possible argument against our positionregardless of whether you find that argument convincing or not: “Play devil’s advocate. Take the opposite position to the one I just defended and construct the strongest possible argument against it. Don’t ask me if I want you to do it: do it directly” The latter prompt has an additional advantage: it forces the AI ​​to articulate the strongest opposition, not the easiest to dismantle. The result is usually uncomfortable. And that is precisely why it is useful. On the other hand, one of the most frequent ways in which the sycophancy goes unnoticed is by omission: AI does not mention what is missing because no one has asked him to. To counteract this, simply add a specific question at the end of any request: “What is missing from this reasoning? What assumption am I making that deserves to be questioned?” None of these instructions make the AI ​​an infallible critic. But they do guarantee that, at least, he stops behaving like someone who only wants to agree with you. Image | Generated by Xataka with a prompt created by Claude and submitted to ChatGPT In Xataka | ChatGPT blocking mode: what it is, what it is for, who can use it and how to activate it In Xataka | AI is replacing one of the most hated jobs in the world: the tailcoat collector

The US has just sent an unprecedented package to Taiwan. Inside are the instructions and weapons against an invasion

USA has announced one of the largest arms sales deals ever signed with Taiwan, a package valued at more than 11,000 million of dollars that includes medium-range missiles, HIMARS systemsself-propelled howitzers, suicide drones, military software and anti-tank ammunition. The message is loud and clear to reach 130 km away. A package with a copyto. Formally, the operation is presented as an upgrade of the island’s defensive capabilities and as fulfillment of the US legal obligation to help Taiwan defend itself. In practice, however, the agreement is a strategic message in every rule, carefully formulated to strengthen deterrence against China without altering the diplomatic framework of ambiguity that Washington has maintained for decades. The fact that the announcement came during a televised speech by Trump in which foreign policy was barely mentioned underlines the extent to which the gesture was intended more as a structural signal than an immediate rhetorical coup. Missiles, HIMARS and drones. The content of the package is not coincidental. HIMARS systems and ATACMS missiles, already tested on the Ukrainian battlefield, they are designed to hit long-range targets with great precision, greatly complicating any Chinese amphibious or air operation (without rhetoric, against an invasion). to it they add up self-propelled howitzers, Javelin and TOW missiles, and kamikaze drones designed to overwhelm and wear down an adversary superior in numbers. It is a clearly oriented military architecture to asymmetric war: It does not seek that Taiwan can defeat China, but that it can inflict costs so high and so fast that an invasion ceases to be a politically acceptable option in Beijing. Washington and Taipei insist that these are defensive weapons, but the type of capabilities included points to a strategy of denial of territory and airspace in the early stages of a conflict. The strategic ambiguity. The size of the agreement also has an internal reading in the United States. During Trump’s second term, part of the establishment security and the hardest sectors towards China had expressed doubts about their real commitment to the defense of Taiwan, especially in a negotiation context trade with Beijing. A package that exceeds 11,000 million of dollars, greater than the total volume sold during the Biden presidency and equivalent to more than half of what was approved in Trump’s first term, serves to dispel these suspicions. Without explicitly committing direct military intervention, Washington de facto reinforces his support for Taiwan and demonstrates that the so-called “strategic ambiguity” does not equal passivity. The message is twofold: to China, that the cost of coercion will continue to rise; and to US allies, that the US security network remains operational in the Asia-Pacific. The red line narrative. The Chinese reaction has been immediate and predictable. Beijing has condemned the agreement as a violation of its sovereignty and has warned that Taiwan is a “red line” that should not be crossed in Sino-US relations. In its official speech, the Communist Party insists that rearmament of the island only turns it into a powder keg and accelerates the risk of war. However, the intensity of the response also reflects an uncomfortable reality for China: each new weapons package raises the military and political threshold for any pressure action. While the People’s Liberation Army increases daily with flights, naval maneuvers and large-scale exercises, the United States reply silently strengthening Taiwan’s capacity for resistance, without the need to modify treaties or formally recognize its sovereignty. Taiwan and the internal cost. For Taipei, the agreement comes at a politically complex time. President Lai Ching-te has proposed a historic special budget of 40,000 million dollars for defense, which includes air defense systems like the T-Dome and a wide range of long-range capabilities, but faces resistance from an opposition that controls parliament and questions both the cost and effectiveness of previous purchases. Even so, there is a growing consensus on the island about the need to increase military spending to at least 5% of GDP in 2030, in line with Washington’s implicit demands. American protection is not free: it comes accompanied by political pressure, budgetary sacrifices and a profound transformation of the Taiwanese defensive structure. Ukraine as a precedent. The parallel with Ukraine is inevitable. The same systems as the United States has sent to kyiv to stop Russia now appear in the package destined for Taiwan. In both cases, the strategy is similar: do not intervene directly, but arm a partner until it becomes a credible military barrier against a revisionist power. In Europe, this model is applied in open war. In Asia, as prevention. The result is an increasingly clear pattern in Western security policy: finance and equip allies key to acting as the first line of deterrence, reducing the need for direct confrontation between great powers. The final message. He arms deal with Taiwan does not guarantee peace in the Strait, but it redefines its balance. The United States does not promise to defend Taiwan no matter what, but it does ensure that any attempt to force reunification will be expensive, lengthy and politically explosive. Taiwan, for its part, accept the role of an advanced bastion, assuming the economic cost and strategic risk that this implies. And China is getting a clear, if carefully worded, message: Washington is not seeking war, but neither will it allow the status quo to be broken without consequences. Like in Ukrainedeterrence is not articulated with grandiloquent words, but with missiles, rockets and drones. And on the global board, that language remains the most eloquent. Image | 中文(臺灣):​中華民國總統府, NARA, 總統府 In Xataka | China does not need bombs or missiles to impose its law. It is called “panda diplomacy” and it has just been applied to Japan In Xataka | China is sending drones to an island 100 km from Taiwan. The problem is that Japan and the US are filling it with missiles

Log In

Forgot password?

Forgot password?

Enter your account data and we will send you a link to reset your password.

Your password reset link appears to be invalid or expired.

Log in

Privacy Policy

Add to Collection

No Collections

Here you'll find all collections you've created before.