LIVEReading: NewsUpdated: 10 min agoSubscribers: 23,400 LIVEReading: NewsUpdated: 10 min agoSubscribers: 23,400
CBW

OpenAI's GPT-Red teaches itself to be harder to break, plus a new voice quality benchmark

OpenAI published GPT-Red, a self-improvement technique for making models more robust. Hugging Face also dropped Real World VoiceEQ, a benchmark for judging how human voice AI actually sounds.

OpenAI published GPT-Red today — a research post on teaching models to improve their own robustness without constant human supervision. If you build anything that relies on consistent model output (agents, pipelines, customer-facing tools), this matters: it points toward models that break less often under adversarial or edge-case inputs.

New models and research

GPT-Red is a technique, not a downloadable model. OpenAI's post describes a self-improvement loop where the model generates its own adversarial examples, then trains on them to patch weak spots. The result is a model that holds up better when users try to confuse or jailbreak it. No release date for a GPT-Red-powered product is given — this is a research publication, not a product launch.

Thinking Machines released Inkling, a new model now live on Hugging Face. It hit the number-one spot on the Hugging Face models leaderboard on launch day. Thinking Machines is a Southeast Asia-focused AI lab. Inkling appears to be a general-purpose language model, though detailed benchmarks and a model card with full specs were not available at time of writing.

Tools and open-source releases

ComfyUI hit v0.28.0. If you use ComfyUI for image or video generation workflows, this is a routine but real update — the project is actively maintained and the release is confirmed across GitHub and Hugging Face model listings. Check the GitHub release notes for what changed before updating production pipelines.

Deja-vu is a new open-source project on GitHub: persistent memory for coding agents, synced over SSH. The pitch is that your coding agent remembers context across sessions and machines without needing a cloud service. It picked up 120 points on Hacker News. Worth watching if you run local coding agents.

Hugging Face Transformers released v5.14.1 and Unsloth released v0.1.49-beta. Both are maintenance updates. Unsloth is the fine-tuning library that cuts VRAM usage significantly — if you fine-tune models locally, keep this one updated.

OpenAI also quietly published a page for Codex Micro, a compact coding model, linked from their supply/co-lab section. It got 286 points on Hacker News. Details on availability and pricing are thin — the page appears to be a hardware partnership page with Work Louder, not a standalone model release.

Benchmarks and research worth reading

Hugging Face published Real World VoiceEQ, a benchmark for measuring how human voice AI sounds to actual listeners. Most voice AI benchmarks focus on word error rate. VoiceEQ tries to capture naturalness, emotional tone, and perceived quality — the things that make a voice assistant feel off even when it transcribes correctly. If you are building voice products, this is a useful reference for what to measure.

IBM Research posted a piece on model routing — the practice of sending different queries to different models based on cost or capability. The post is honest about where routing breaks down: when query complexity is hard to predict upfront, routing logic can send cheap queries to expensive models and vice versa. Practical reading if you are building multi-model pipelines.

Security note

A Hacker News post on AI voice fraud got 177 points. The core claim: three seconds of audio is enough to clone a voice convincingly, and detection tools lag behind generation tools. If you are building any product that uses voice authentication or voice-based identity checks, read it.

What builders can do this week

1. Test Inkling from Thinking Machines via the Hugging Face Inference API on a Southeast Asia language task — it is free to try and the model is live now. Compare output quality against a general-purpose model on the same prompt.

2. Set up Deja-vu (github.com/vshulcz/deja-vu) on a local coding agent. The SSH sync means you can share memory between your laptop and a remote dev box without a third-party service.

3. If you have a voice product in progress, run your audio samples through the Real World VoiceEQ evaluation criteria from the Hugging Face blog post. Use it as a checklist before shipping to users.

// what we actually tested

What we can and cannot confirm

Confirmed: OpenAI published the GPT-Red research post at the URL listed. It is a research technique, not a product launch. No GPT-Red-powered model is available to download or use via API as of today.

Confirmed: Inkling by Thinking Machines is live on Hugging Face and reached the number-one model spot on launch day. The model card with full benchmark details was not reviewed by CBW.

Confirmed: ComfyUI v0.28.0 and Hugging Face Transformers v5.14.1 are real GitHub releases, cross-confirmed across sources.

Not independently verified by CBW: The Codex Micro page appears to be a hardware co-lab partnership page, not a standalone model release. We have not tested the model or confirmed its availability.

Worth noting: The AI voice fraud piece is a reported article, not a peer-reviewed study. The three-second cloning claim is plausible based on existing research but the article's specific numbers are not independently verified by CBW.

Source: OpenAI blog — GPT-Red — https://openai.com/index/unlocking-self-improvement-gpt-red

Source: Hugging Face blog — Real World VoiceEQ — https://huggingface.co/blog/real-world-voiceeq

Source: Hugging Face blog — Inkling by Thinking Machines — https://huggingface.co/blog/thinkingmachines-inkling

Source: GitHub — ComfyUI v0.28.0 — https://github.com/Comfy-Org/ComfyUI

Source: GitHub — Deja-vu open-source memory for coding agents — https://github.com/vshulcz/deja-vu/

Source: Hugging Face blog — IBM Research model routing — https://huggingface.co/blog/ibm-research/model-routing-is-simple-until-it-isnt

// daily build

One project. 5 minutes. Daily.

Get tomorrow's best AI project in your email. With a guide that works. Free. No spam.

23,400 builders read this