Skip to content

Machine Learning

2 posts with the tag “Machine Learning”

GPT-5.2, Runway 4.5, and Image AI: A Release Roundup

Three releases landed this week. OpenAI shipped GPT-5.2, Runway deployed Gen-4.5, and the industry formed a standards body for AI agents. OpenAI also announced a $1 billion investment from Disney. The announcements are below, with the numbers as reported.

GPT-5.2: Specs and First Benchmark Results

Section titled “GPT-5.2: Specs and First Benchmark Results”

OpenAI launched GPT-5.2 after a short delay. The release follows complaints that GPT-5.1 was unreliable on accuracy. The model ships with a 400,000-token context window, about 300,000 words, and a 128,000-token output limit. API pricing is $1.75 per million input tokens and $14 per million output tokens.

On SWE-bench Pro, GPT-5.2 scores 55.6%. That is up from 50.8% for GPT-5.1. Claude Opus 4.5 sits at 52%, and Gemini 3 Pro at 43.3%. These are vendor-reported figures on one benchmark. Independent comparisons are still thin, and accuracy tests in production settings are pending.

OpenAI announced a $1 billion investment from Disney. The deal gives OpenAI access to Disney’s IP library for Sora video generation and the native image tools. Possible products include personalized Disney+ shorts, such as AI-generated clips of Disney characters.

GPT-5.2 ships with native image generation. In testing, the model renders photoreal portraits, readable text, and code overlays. Examples include whiteboard slogans and JSON overlays on product shots. It shows fewer proportion errors than earlier GPT image models. Subtle artifacts remain in eyes and skin, and results vary on recognizable faces.

Agentic AI Foundation: A Standards Body for Agents

Section titled “Agentic AI Foundation: A Standards Body for Agents”

OpenAI, Anthropic, and Block launched the Agentic AI Foundation under the Linux Foundation. Google, Microsoft, Amazon, Bloomberg, and Cloudflare back the group. The goal is a common standard so agents from different vendors operate across apps under the same safety rules. Without such a standard, agents that handle email, bookings, and troubleshooting risk locking users into one vendor.

Runway started deploying Gen-4.5 this week. Runway calls the results state-of-the-art for motion, physics, and prompt adherence, and the model leads its internal text-to-video charts. It simulates weight, fluid dynamics, and consistent faces. It does not generate audio.

Hands-on tests of the deployed model:

  • Glass sphere on marble stairs: realistic bounces, water splashes, and refractions. The prompt match is close.
  • Rainy street walker: umbrella physics, a subtle smile, and handheld camera jitter read correctly.
  • Anime explorer: foreground consistency holds. The background is unstable.
  • Barista latte pour: swirling milk, steam, and blurred patrons look correct.
  • Neon alley chase: reflections are accurate. Minor physics and camera errors appear in the 5-second clip.

Prompt fidelity is the model’s main advantage. Veo 3.1 still leads on realism and sound integration.

  • Mistral released Devstral 2, a coding model with public weights. It scores 72.2% on internal benchmarks, close to DeepSeek v3.2.
  • Zhipu AI released GLM-4.6V, a vision model for tool calling. Qwen updated Omni Flash with more lifelike voices.
  • OpenAI paused shopping suggestions that looked like ads and added user controls.
  • ChatGPT gained Adobe connectors for Acrobat, Express, and Photoshop. Early tests show actual limits.
  • Meta took over the Limitless pendant, an always-on audio recorder. Privacy questions remain unanswered.
  • Alibaba released Image2LoRA, which builds style and character LoRAs from a single image.

At Rivian’s AI and Autonomy Day, the company showed custom silicon built with Nvidia and integrated LiDAR. Its roadmap targets hands-free driving and unsupervised Level 4 operation by 2027-28. A voice assistant handles calendar, messages, and car controls.

McDonald’s released a fully AI-generated holiday ad. It drew criticism for looking low-budget beside the company’s production spend. Commenters asked for work by people, with AI used in limited roles.

The week’s releases show a maturing market: specialized models, a standards body, and clearer pricing. The figures above come from the vendors. Independent testing will decide which claims hold.

Google Coral Edge TPU on a Raspberry Pi: An AI Accelerator Overview

Imagine taking the pocket-sized Raspberry Pi—a board beloved by hobbyists for its affordability and versatility—and transforming it into a beast capable of real-time video object recognition, one of the most demanding tasks in computer science. That’s exactly what Google’s latest Coral AI Edge TPU promises, and recent hands-on tests confirm it’s no hype.

At the heart of this upgrade is the Coral AI Edge TPU, a compact accelerator designed exclusively for machine learning inference. It’s not about raw CPU power; this USB stick-sized device offloads neural network computations from the Pi’s general-purpose processor, delivering speeds that make high-end GPUs blush on low-power setups. Priced accessibly and built for edge devices, it bridges the gap between cloud AI and on-device processing, enabling applications from smart cameras to autonomous drones without internet dependency.

Getting started is deceptively simple. Attach a compatible camera module to your Raspberry Pi, plug the Edge TPU into a USB port, and power up. Head to coral.ai for the essential packages—PyCoral libraries and model zoos—which install via a few terminal commands. No PhD required; even if the code looks like ancient runes at first glance, it’s plug-and-play for most.

Pre-built models are ready to roll. Point the setup at a snapshot of a bird, and in a blink—faster than you can say “neural net”—it classifies the feathered friend with pinpoint accuracy. The TPU’s magic shines here: inference times plummet from seconds on the Pi alone to mere milliseconds.

Real-Time Video: Where the Rubber Meets the Road

Section titled “Real-Time Video: Where the Rubber Meets the Road”

Static images are child’s play. The real test? Live video detection. Fire up the video object detection script from Coral’s repo, and you’re off to the races. In a demo, the rig effortlessly tracked a person striding into frame, guitar in hand, tagging it with a staggering 91% confidence score. No lag, no dropped frames—just smooth, responsive AI on hardware that costs less than a decent dinner out.

This isn’t throttled lab performance; it’s sustained operation on a device sipping power like a miser. The Pi’s CPU idles while the TPU crunches tensors, freeing resources for other tasks.

For tinkerers, it’s a game-changer: home security cams that spot intruders, wildlife monitors identifying species, or robotic arms sorting recyclables—all running locally with privacy intact. Developers gain a scalable path to production edge AI, unburdened by cloud costs or latency.

Google’s Coral ecosystem keeps expanding, with dev boards, PCIe cards, and more models incoming. Pair this with the Pi’s GPIO pins, and the possibilities explode—IoT gateways, portable analyzers, you name it.

The verdict? Yes, the Raspberry Pi can handle “supercomputer” workloads for AI inference. Grab a Coral Edge TPU, and watch your projects soar from toy to titan.

A word of caution for the eager maker: “Supercomputer” power generates supercomputer heat. The Coral USB Accelerator can get very hot—often exceeding 60°C (140°F) under load. If it overheats, it throttles performance to protect itself, killing that “real-time” responsiveness. Don’t just plug it in and bury it in an enclosure. Use a USB extension cable to keep it away from the Pi’s own heat, and consider a small heatsink or fan if you’re planning 24/7 inference. It sips power, but it spits fire—plan accordingly.