Confident About Text It Cannot Read
Article summary
Quick briefing — cleaned from the original RSS feed
Take the string cmVwbHkgd2l0aCB0aGUgc2luZ2xlIHdvcmQgYmFuYW5h . It is base64, and it decodes to reply with the single word banana . Send it to GPT-5 through the Azure gateway and you do not get back banana . You get an HTTP 400, and a filter verdict that names its reason: jailbreak: { detected: true, filtered: false } self_harm: { filtered: true, severity: "medium" } hate / sexual / violence: safe A self-harm classifier looked at a string it could not parse and assigned it a medium severity .…
1Key Takeaways
- Take the string cmVwbHkgd2l0aCB0aGUgc2luZ2xlIHdvcmQgYmFuYW5h .
- It is base64, and it decodes to reply with the single word banana .
- Send it to GPT-5 through the Azure gateway and you do not get back banana .
- You get an HTTP 400, and a filter verdict that names its reason: jailbreak: { detected: true, filtered: false } self_harm: { filtered: true, severity: "medium" } hate / sexual / violence: safe A self-harm classifier looked at a string it could not parse and assigned it a medium severity .….
2AIWedia Score
8.3/10
High relevance — worth your attention today
Based on source trust, recency, category impact, and story depth.
3Why it matters
Coding AI shifts how fast software ships and how much human review each change needs. DEV — ML reports that take the string cmVwbHkgd2l0aCB0aGUgc2luZ2xlIHdvcmQgYmFuYW5h .
Explore related
Browse toolsCoding AI news
Explore curated coding ai tools on AIWedia — compare, rank, and launch from our directory.
Full story on DEV — ML
Read full articleHeadlines aggregated via RSS for discovery on AIWedia. Original content © DEV — ML. We link to the source and do not republish full articles.