Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

streaming

30 articles about streaming in AI news

DIET: A New Framework for Continually Distilling Streaming Datasets in Recommender Systems

Researchers propose DIET, a framework for streaming dataset distillation in recommender systems. It maintains a compact, evolving dataset (1-2% of original size) that preserves training-critical signals, reducing model iteration costs by up to 60x while maintaining performance trends.

88% relevant

Kimi 2.5's 1T Parameter MoE Model Runs on 96GB Mac Hardware via SSD Streaming

Developers have demonstrated that Kimi 2.5's 1 trillion parameter Mixture-of-Experts model can run on Mac hardware with just 96GB RAM by streaming expert weights from SSD, with only 32B parameters active per token.

85% relevant

Qwen 3.5 397B-A17B MoE Model Runs on M3 Mac at 5.7 TPS with 5.5GB Active Memory via SSD Streaming

Developer Dan reportedly runs the 209GB Qwen 3.5 397B-A17B MoE model on an M3 Mac at ~5.7 tokens per second using only 5.5GB of active memory by quantizing and streaming weights from SSD.

85% relevant

Global TV Liberation: How Open Source Collaboration Is Disrupting Streaming

An open-source project called Free-TV/IPTV has compiled free live TV channels from over 60 countries into a single M3U playlist. With 88 contributors maintaining the repository, this GitHub project offers HD streams from major platforms without subscriptions.

85% relevant

AWS Personalize cuts recommendation latency to under 10 seconds in new

AWS published a real-time e-commerce personalization blueprint that cuts recommendation latency to under 10 seconds using AWS Personalize, Kinesis, and Lambda. The architecture bridges batch and streaming modes for luxury retailers.

83% relevant

Alibaba Open-Sources Qwen-AgentWorld for Generalist Agent Training

Alibaba open-sourced Qwen-AgentWorld and Wan-Streamer v0.1 on Hugging Face, targeting generalist agent training and real-time streaming. The releases include 8 additional papers on agent benchmarks and architectures.

82% relevant

Run Claude Code in Any Sandbox with One API: AgentBox SDK

Swap coding agents and sandbox providers without changing code. Preserves full interactive capabilities (approval flows, streaming).

100% relevant

IAT: Instance-As-Token Compression for Historical User Sequence Modeling

Researchers propose Instance-As-Token (IAT), which compresses all features of each historical interaction into a unified embedding token, then applies standard sequence modeling. This approach outperforms state-of-the-art methods and has been deployed in e-commerce advertising, shopping mall marketing, and live-streaming e-commerce with substantial business metric improvements.

93% relevant

OpenClaw Voice Interface Demo Shows Real-Time AI Assistant Hardware

A developer showcased a custom hardware rig that integrates a push-button voice interface with the OpenClaw AI model, streaming responses in real-time. This demonstrates a tangible, open-source alternative to proprietary voice assistants like Amazon Alexa.

75% relevant

scan-for-secrets 0.2: Streamline Your Security Workflow with New CLI Options

Simon Willison's scan-for-secrets 0.2 adds streaming output, multi-directory scanning, and file-specific options that developers can use immediately in Claude Code workflows.

75% relevant

Building a Memory Layer for a Voice AI Agent: A Developer's Blueprint

A developer shares a technical case study on building a voice-first journal app, focusing on the critical memory layer. The article details using Redis Agent Memory Server for working/long-term memory and key latency optimizations like streaming APIs and parallel fetches to meet voice's strict responsiveness demands.

76% relevant

Storing Less, Finding More: Novelty Filtering Architecture for Cross-Modal Retrieval on Edge Cameras

A new streaming retrieval architecture uses an on-device 'epsilon-net' filter to retain only semantically novel video frames, dramatically improving cross-modal search accuracy while reducing power consumption to 2.7 mW. This addresses the fundamental problem of redundant frames crowding out correct results in continuous video streams.

82% relevant

Extended Thinking's Two-Block Response: What Claude Code Users Need to Know

Extended Thinking returns separate thinking and text blocks - handle them correctly in streaming or your UI will show raw reasoning.

80% relevant

FastAPI-FullStack: Production-Ready Template for AI Agent Apps with FastAPI, Next.js, and Framework Choice

A new open-source template, fastapi-fullstack, provides a pre-built foundation for deploying AI agent applications. It integrates FastAPI, Next.js, and multiple agent frameworks with WebSocket streaming, authentication, and database support out of the box.

85% relevant

Claude-to-IM Skill: Get Claude Code in Your Team Chat (Without OpenClaw's Security Risks)

Open-source bridge brings Claude Code to Telegram/Discord with permission prompts, streaming, and persistent sessions—safer alternative to OpenClaw.

95% relevant

OmniForcing Enables Real-Time Joint Audio-Visual Generation at 25 FPS with 0.7s Latency

Researchers introduced OmniForcing, a method that distills a bidirectional LTX-2 model into a causal streaming generator for joint audio-visual synthesis. It achieves ~25 FPS with 0.7s latency, a 35× speedup over offline diffusion models while maintaining multi-modal fidelity.

92% relevant

The Billion-Dollar Bet on AI World Models: How AMI's Funding Signals a New Era of Machine Understanding

AMI's $1 billion funding round for world model development highlights a strategic shift toward AI systems that understand physical reality. Meanwhile, robotics and creative AI tools see massive investments, with YouTube maintaining streaming dominance.

98% relevant

CLI vs MCP: Hands-On Experiments Show 250 Tokens vs Over 2,000 for the Same Task

An AI developer ran three experiments comparing CLI and MCP for AI agents. CLI used 250 tokens for file ops and Git; MCP used over 2,000 due to tool schema overhead, but MCP won for web fetching (250 tokens vs 2,000+ for CLI).

77% relevant

Microsoft Merges AutoGen and Semantic Kernel into Agent Framework

Microsoft merged AutoGen and Semantic Kernel into Agent Framework, a unified production-grade framework for .NET and Python with graph-based workflows and Foundry deployment.

85% relevant

Inside Shopify Hack Days: Building a prototype for music-playing pages (2026)

Shopify's 2026 Hack Days produced a prototype for music-playing product pages, involving 150 participants over 48 hours with a 200ms load time. This explores audio commerce for merchants.

100% relevant

Feature Freshness: The Production Bug That Makes Good Recommenders Look Bad

Jie Li's article reveals that stale features—outdated user signals—can degrade recommender performance by 20-30% in offline metrics, often misdiagnosed as model problems. The piece urges teams to prioritize feature freshness monitoring alongside model tuning.

92% relevant

Hugging Face Papers: 35B Agent Matches Trillion-Parameter Performance

Hugging Face Daily Papers featured eight AI papers, including Orca (world model), Dockerless (62% SWE-bench), and a 35B agent matching trillion-parameter performance.

85% relevant

How Major Retailers Use AI to Reimagine the Customer Journey

BizTech Magazine reports that retailers like Kering and Nike use Google Cloud AI to personalize customer journeys, lifting revenue 10-30%. This matters as AI transforms omnichannel retail with real-time data and generative models.

65% relevant

FreeLLMAPI Aggregates 1.7B Free Tokens/Month Across 11 Providers

FreeLLMAPI aggregates 11 free LLM providers into one endpoint, offering 1.7B tokens/month with automatic fallover. Reduces friction for side projects but faces provider tolerance risks.

75% relevant

Future Launches CdG PLAY x Converse Chucks in Paris

Future launched two CdG PLAY x Converse Chuck Taylors at Dover Street Market Paris, featuring Robert Nava art, alongside his album The Real Me.

80% relevant

MCP Server Versioning: How to Avoid Breaking All Your AI Clients (Like I

Stop breaking AI clients with MCP schema changes. Use query param versioning (?v=2) — it works with every MCP client, requires no code changes, and lets old and new versions coexist seamlessly.

100% relevant

Wan-Streamer v0.1 Cuts Audio-Visual Interaction Latency to 200ms in Single

Wan-Streamer v0.1 achieves 200ms model-side latency in a single Transformer for full-duplex audio-visual interaction, eliminating cascaded modules. The paper lacks parameter count and benchmark comparisons, limiting reproducibility.

75% relevant

How to Build a Native MCP Server

Native MCP servers embed the Model Context Protocol directly into your CMS, letting Claude Code act like a trusted team member with full permission enforcement. No more copy-paste.

85% relevant

Gemini 3.5 Live Translate Debuts as Real-Time Audio Model

Google DeepMind released Gemini 3.5 Live Translate, an audio model for real-time translation, but disclosed no pricing, latency, or language pair details.

87% relevant

DeepSeek-V4 Hits 500K Context with 90% Less KV Cache via FlashMemory

DeepSeek-V4 achieves 500K context with 90% less KV cache via FlashMemory's lookahead sparse attention, keeping only 13.5% of cache in GPU memory without retraining.

98% relevant