/
Navigation
Chronicles
Browse all articles
Explore
Semantic exploration
Research
Entity momentum
Nexus
Correlations & relationships
Story Arc
Topic evolution
Drift Map
Semantic trajectory animation
Posts
Analysis & commentary
Pulse API
Tech news intelligence API
Browse
Entities
Companies, people, products, technologies
Domains
Browse by publication source
Handles
Browse by social media handle
Detection
Concept Search
Semantic similarity search
High Impact Stories
Top coverage by position
Sentiment Analysis
Positive/negative coverage
Anomaly Detection
Unusual coverage patterns
Analysis
Rivalry Report
Compare two entities head-to-head
Semantic Pivots
Narrative discontinuities
Crisis Response
Event recovery patterns
Connected
Search: /
Command: ⌘K
Embeddings: large
TEXXR

Chronicles

The story behind the story

days · browse · Enter similar · o open

Researchers detail ArtPrompt, a jailbreak that uses ASCII art to elicit harmful responses from aligned LLMs such as GPT-3.5, GPT-4, Gemini, Claude, and Llama2

LLMs are trained to block harmful responses.  Old-school images can override those rules.  —  Researchers have discovered …

Ars Technica Dan Goodin

Context & Ripple Effects

ArtPrompt extends an established record of prompt-level safety failures: earlier work showed that long character suffixes could bypass model guardrails across ChatGPT, Bard, and Claude. Its use of ASCII art matters because it shifts the attack surface from ordinary wording to how a model interprets formatted input.

Later coverage of many-shot jailbreaking and black-box Best-of-N attacks reinforces the same core lesson: alignment behavior can fail under adversarial prompt construction, not only through model retraining or tool misuse.

First-order effects

  • Providers behind GPT-3.5, GPT-4, Gemini, Claude, and Llama2 must treat ASCII-formatted prompts as a tested guardrail-evasion path and assess whether their input handling and safety classifiers catch it.
  • Users and organizations relying on refusal behavior as a safety control face a clearer limitation: a model's response can vary materially with presentation of the same underlying request.

Second-order effects

  • Safety teams will be pushed to test defenses against transformations of prompts—not just explicit harmful wording—raising the importance of adversarial evaluation across formatting and multimodal-like representations.
  • A disclosed, reusable technique gives independent researchers and jailbreak communities a concrete benchmark for comparing model robustness, increasing pressure on vendors to demonstrate improvements rather than rely on stated policies.

Third-order effects

  • If successive jailbreak methods continue to transfer across leading models, safety evaluation will increasingly center on the breadth of the model's input attack surface rather than a single refusal benchmark.
  • The pattern could make deployment governance more dependent on continuous red-teaming and monitoring, since static guardrails may erode as users discover new ways to encode intent.

The trend: ArtPrompt is one data point in the expanding adversarial-prompting trend, where model safety is tested against alternative encodings and optimized prompt structures rather than plain-language requests.

Discussion

  • @arstechnica@mastodon.social @arstechnica@mastodon.social on mastodon
    Researchers use ASCII art to elicit harmful responses from 5 major AI chatbots  —  LLMs are trained to block harmful responses.  Old-school images can override those rules.  —  https://arstechnica.com/...  [image]
  • @_jc Carlos Jung on x
    Serious about LLM Security? A must read for #infosec folks. Corpora used for safety alignment of LLMs are solely interpreted by semantics. This assumption, however, does not hold in real-world applications. https://arxiv.org/... [image]