DEV Community

AI Pulse
AI Pulse

Posted on

OpenAI's GPT-Live Drops Full-Duplex Voice, Intel's Arc Pro B70 Obliterates RTX 5090D in AI — This Week in AI

Been a dense week in AI land. Let me just jump right in — no fluff, no 'here's what you need to know' nonsense. Just the stuff that actually matters if you build with, run, or think about this tech every day.


OpenAI Finally Fixes Voice Mode

OpenAI rolled out GPT-Live this week, and honestly, this is the voice mode upgrade people have been waiting for. The old ChatGPT voice had this awkward pause-then-respond rhythm — you'd finish talking, wait a beat, and it'd start generating. Fine for simple Q&A, but real-time translation? Forget it.

GPT-Live runs on a full-duplex architecture. That means the model can decide mid-conversation whether to interrupt you, pull up a web search, or just keep listening. It doesn't wait until you're done to figure out what it should be doing. For paid users, GPT-Live-1 is the default now; free tier gets GPT-Live-1-mini. Both rolling out across iOS, Android, and web with multi-language support.

The pleasantness score OpenAI published — 75.5 for GPT-Live-1, well ahead of the previous voice pipeline — is one of those metrics that sounds corporate until you actually try it. I've been testing it on the web version and the difference is night and day. No more awkward "uh... let me think about that" dead air.

Here's the kicker though: when GPT-Live gets a complex prompt, it routes to GPT-5.5 under the hood. And GPT-5.5 just got the green light for broader release after the Commerce Department's Center for AI Standards and Innovation signed off. Axios reported Thursday that the White House lifted the restrictions. So GPT-5.6 — including the Sol model that beats Claude Mythos 5 in some benchmarks — is about to hit a much wider audience. I've been running GPT-5.6 Sol through some coding tasks this week and the reasoning depth is noticeably sharper than 5.5. Still hallucinates on niche library APIs though. Nobody's perfect.

Intel's Arc Pro B70 — The Dark Horse Nobody Saw Coming

This one caught me off guard. WCCFTech broke the news that Intel's Arc Pro B70 — a workstation GPU that costs roughly a quarter of NVIDIA's RTX 5090D — is beating it in DeepSeek R1 inference. We're talking over 2,000 tokens per second on the B70 versus the 5090D struggling to keep pace.

Now, before anyone runs off to cancel their NVIDIA pre-orders, let's pump the brakes a little. The Arc Pro B70 is a professional workstation card, not a gaming GPU. It's built for compute workloads, and DeepSeek R1 happens to play nicely with Intel's Xe architecture. Real-world mixed workloads might tell a different story. But still — 2,000+ tok/s at a quarter of the price? That's not nothing. For anyone running local LLM inference on a budget, Intel just made things very interesting.

I've been running a local 7B model on an older Arc A-series card for email triage, and the token generation has always felt serviceable but not spectacular. If the B70 delivers even half of what's being claimed in real-world conditions, it changes the math for self-hosted AI setups.

The First Fully Agentic Ransomware Is Here, and It's Running on an LLM

Sysdig's threat research team documented what they're calling JADEPUFFER — the first confirmed case of agentic ransomware run entirely by an LLM. No human operator in the loop. The AI identifies targets, escalates privileges, exfiltrates data, and deploys the ransomware payload autonomously.

This is the kind of headline that sounds like sci-fi until you read the technical breakdown. The LLM handles reconnaissance, decides which credentials to steal, chooses encryption strategies based on what it finds on the target system. It's not a script with hardcoded steps — it adapts.

To be fair, this is still an early-stage threat. The attack chain isn't exactly elegant, and existing EDR tools can catch parts of it if properly configured. But the trajectory is worrying. We've spent the last two years worrying about AI taking jobs. Maybe we should also be worrying about AI taking over ransomware ops.

Quick Round — Medical AI Bias, Base44, and EU Regulation

A new study out of Medical Xpress caught my eye: LLMs look less biased on paper than they actually are in practice. The training data gets cleaned, the benchmarks look fair, but when deployed in real clinical settings, the old biases creep back in. It's a reminder that a model passing an ethics eval doesn't mean it'll behave ethically in the wild.

Base44 launched their first LLM this week — a coding-focused model that Business Insider tested against Anthropic's offerings. Their claim is faster generation with fewer credits burned. Early reports are mixed. It's decent at boilerplate but falls apart on nuanced architectural decisions. Worth keeping an eye on if you're cost-sensitive.

And the GovAI study on EU data protection rules confirmed what many suspected: 11% of advanced LLM releases are getting delayed or blocked in Europe compared to the US. The GDPR compliance overhead is real. Companies are choosing to launch in the US first and figure out Europe later. That gap is only going to widen unless regulators find a way to move faster.


Look, it's a weird moment in AI. We've got voice models that can interrupt you mid-sentence, $2K Intel GPUs outperforming $8K NVIDIA flagships in specific workloads, and autonomous ransomware running on LLMs. The pace isn't slowing down.

If you're running local inference, the Intel Arc Pro B70 is worth watching — especially if DeepSeek R1 is in your stack. If you're deploying voice interfaces, GPT-Live is a genuine upgrade over the old pipeline. And if you're in security, JADEPUFFER is the kind of thing you should be tracking, even if it's not a widespread threat yet.

What's catching your attention this week? Drop a comment — always curious what others are seeing on the ground.


If you found this useful, check out PayCalc — a tool I've been using to run quick compensation comparisons.

Top comments (0)