Urgent.News

What's breaking now, across thousands of outlets.

AI

AI Creates, AI Delivers, AI Fails โ€” Quality Assurance for Unwatched Systems

๐Ÿ“ Originally published (in Japanese) at forge.workstyle.tech . Building a Fully Automated AI Avatar Streaming System on YouTube and Twitch I built a system that lets AI avatars stream continuously on YouTube and Twitch without human intervention. Once you register a show, the system automatically creates a stream at the scheduled time, boots up the GPU, responds to viewer comments with voice,โ€ฆ

Building a Fully Automated AI Avatar Streaming System on YouTube and Twitch, the author shares their experience in creating a system that streams AI avatars continuously on YouTube and Twitch without human intervention. The writer faced the challenge of testing the system's quality, as the output varied each time and correctness was subjective. Moreover, failure did not stop the stream, making it difficult for viewers or monitoring systems to notice any issues.

The author discusses three assumptions that traditional testing relies on which are not applicable in the unmanned AI streaming system. The first assumption is that input is fixed, which is untrue in this case as viewer input is unpredictable. The second assumption is that the output can be judged, but in this system, the LLM output varies each time, making it impossible to find a correct string.

The third assumption is that failure stops the system, but in fact, failure does not stop the system, as the stream continues in silence.

The author then shifted their focus from output correctness to system behavior, guaranteeing four concrete aspects: stopping when it should, noticing when it breaks, recovering when it breaks, and controlling the output boundaries. They implemented stop conditions, such as ending the stream when its runtime is over, treating a delayed stream start as a failure, and terminating the Pod when the renderer repeatedly recovers.

To notice when it breaks, they defined the worst-case state as "alive but not functioning" and explicitly defined how each layer should behave when its upstream dies. They also introduced recovery code and performed measurements to test its effectiveness. Finally, they controlled output boundaries by filtering NG words and spam at the chat entry point and declaring AI-generated content to the platform.

While automated checks are essential, the author emphasizes the need for human intervention in certain cases. They mention a bug where all performance metrics were normal, but the video was broken due to a flickering character face. In such situations, a human eye is necessary to identify and fix the issue. The writer concludes by stating that even with extensive automated testing, some bugs only appear after long runs, making the duration of the run itself a test condition.

Written by urgent.news from Dev.to's reporting โ€” not their text. Machine-written โ€” may contain errors; check the original before relying on it.

Read the original at dev.to โ†’

More in AI

How Many AI Avatars Can One GPU Handle? Real-World Test Reveals 4 Avatars at ยฅ7,600 Each per Month

๐Ÿ“ Originally published (in Japanese) at forge.workstyle.tech . Building an Unmanned System for 3D Avatar Live Streaming We're developing an unmanned system where 3D avatars automatically handle liveโ€ฆ

  • A single GPU can support four 3D avatars in live streaming
  • System reliability improved with automatic host switching
  • Startup speed reduced from four minutes to 95 seconds

Introducing Hy4 Preview

Introducing Hy4 Preview New open weight text input (no vision) LLM from Chinese company Tencent today: 770B total parameters, 49B active parameters, 1M token context window, 1.56TB on Hugging Face .

  • Tencent unveils Hy4, a 770 billion parameter LLM with 49 billion active parameters.
  • Context window of Hy4 extends to one million tokens, a significant increase from Hy3.
  • Hy4 offers only two reasoning effort levels: high and nothink.

From Zzz's to Data: Building an AI-Powered Sleep Apnea Monitor with Whisper-v3

Sleep is the ultimate black box. We spend a third of our lives doing it, yet we have almost zero data on what happens during those eight hoursโ€”unless you're willing to pay for an expensive sleepโ€ฆ

  • Sleep Apnea monitoring system uses Whisper-v3 for audio analysis
  • PyAudio streams audio data, Librosa processes chunks for analysis
  • Rolling window detects 10-second silence followed by high-frequency gasp

Qwen3.8-27B vs Muse Glimmer 30B: Which Permissive Open-Weight Model Fits Your Local GPU?

The August 2026 open-weights pivot For developers and machine learning engineers running inference locally, the open-weight landscape in 2026 has often presented a frustrating compromise.

  • Qwen3.8-27B and Muse Glimmer 30B are permissive open-weight models released in August 2026
  • Qwen3.8-27B has larger context window of 262,144 tokens for longer sequences
  • Both models can run on single 24 GB GPU with 4-bit quantization

Tech firm urges youths to embrace AI

A technology firm, TechRise DTI, has called on youths to embrace Artificial Intelligence and digital skills, saying those who combine human expertise with AI tools will be favoured in the future.

More from Sunday 30 August โ†’