DEV Community

Cover image for Ideogram 4.0 goes open-weight, Claude finds 10k vulns, and Meta's WhatsApp agent goes global
danio
danio

Posted on

Ideogram 4.0 goes open-weight, Claude finds 10k vulns, and Meta's WhatsApp agent goes global

3 AI shifts builders can act on right now

Three things landed that actually change what you can ship: an open-weight image model that nails text, an AI bug-hunter going into production, and a customer-support agent now live globally on WhatsApp.

Here's the 90-second video version if you want the quick pass first:

1. Ideogram 4.0 went open-weight — and it's the best open model at text-in-images

Ideogram released Ideogram 4.0, a 9.3B single-stream Diffusion Transformer, and published the weights and inference code for the first time (inference under Apache 2.0; weights under an Ideogram Non-Commercial license).

  • An NF4 build runs on a single 24GB GPU, outputs native 2K, and accepts structured JSON prompts that specify layout, color, and text placement like a spec sheet.
  • It scores 0.97 on English text rendering — the best of any open-weight model, beating Qwen-Image 20B and FLUX.2 32B — and ranks #1 among open models (#2 overall) on the DesignArena blind designer test.

Why it matters: if you pay an image API every time you need clean text inside a picture — UI mockups, thumbnails, banners — you can self-host that now. That's a real line-item cut for a side project.

Try it today: pull the NF4 build, feed it a JSON prompt with explicit text + layout, and compare the in-image typography against whatever you use now.

2. Anthropic's Project Glasswing put an AI bug-hunter into production

Anthropic expanded Project Glasswing to roughly 150 organizations across 15-plus countries, covering critical infrastructure: power, water, healthcare, and communications. Its restricted Claude Mythos model has surfaced 10,000+ high- or critical-severity vulnerabilities.

  • Cloudflare alone found 2,000 bugs (400 of them high or critical) with a lower false-positive rate than human testers.
  • Mythos stays locked from general access until misuse safeguards ship — its offensive cyber capabilities are the reason.

Why it matters: automated vulnerability scanning is moving from demo to production-grade. Expect this class of tooling to reach your security stack, and expect the bar for "obvious" bugs to rise.

3. Meta's Business Agent is live globally on WhatsApp

Meta made its customer-support AI, Business Agent, available worldwide inside WhatsApp Business after nearly two years of testing. Any business can switch it on to answer FAQs and tickets automatically.

Why it matters: if you build on the WhatsApp API, plan for agent-driven flows before customers start expecting instant replies. The default support experience is shifting under you.


Open models, AI security, and agent support all moved at once this week. Watch today's full episode, or catch a new one every day on dani / AI News & Creative.

Top comments (0)