All Updates

Page 913 of 1661

April 18, 2026

🦙
Reddit r/LocalLLaMA94d ago

Local World Model Game on iPad

Developer created a tiny world model-based driving game running locally on iPad. It interprets photos into controllable gameplay and supports direct drawing input. Prototype aims for full game loop despite current gloopy visuals.

#world-model#edge-ai#mobile-gaming
📲
Digital Trends94d ago

Zoom Detects AI Imposters in Meetings

Zoom has launched human verification in video meetings, displaying a 'Verified Human' badge for verified participants. It partners with Sam Altman's Worldcoin for a three-step biometric check. This feature aims to combat AI-generated deepfakes and imposters.

#biometrics#deepfake-detection#video-security
📲
Digital Trends94d ago

Gemini Notebooks Free on Web for All

Gemini now enables all free users to create Notebook projects directly on the web. This shared workspace syncs with NotebookLM, allowing storage of files, past chats, and sources. It enhances AI responses through organized context.

#free-tier#ai-notebooks#productivity-tools
🦙
Reddit r/LocalLLaMA94d ago

Local Tool Calling Remains Finicky

User reports unreliable tool calling in local models like Qwen3.5/3.6 27B/35B, Gemma4 26B, GPS-OSS 20B via Open WebUI and LM Studio. Issues include hallucinations, non-existent files, empty outputs, and execution loops despite Unsloth params. Questions if it's model limits or setup errors.

#tool-calling#hallucinations#local-setup
🦙
Reddit r/LocalLLaMA94d ago

Fixed Qwen 35B GGUF Beats Tensor Drift

A new GGUF quantization of Qwen3.6-35B fixes SSM_conv1d tensor drift using Wasserstein metric, improving numerical stability over KL divergence. The model is uncensored, excels in human-like chat and programming, with recommended settings for LM Studio. Download available on Hugging Face.

#quantization-fix#ssm-layers#local-inference
📱
Engadget94d ago

DOJ Rejects French Aid in X Probe

US DOJ refused to assist France's criminal probe into X, deeming it politically motivated against free speech. France accuses X of algorithm manipulation, data extraction fraud, CSAM dissemination, and Holocaust denial. xAI thanked DOJ, denying wrongdoing.

#regulation#legal-probe#free-speech
🦙
Reddit r/LocalLLaMA94d ago

Cross-DC KV Cache for LLMs

Moonshot's Kimi enables prefill/decode disaggregation across datacenters using hybrid Kimi Linear model to shrink KV cache. Delivers 1.54x throughput and 64% lower P90 TTFT on 20x scaled model. Lowers token costs via PaaS.

#kv-cache#prefill-decode#datacenter
📱
Engadget94d ago

Data Centers Threaten Potomac River

American Rivers' 2026 report names the Potomac River as America's most endangered due to sewage pollution from aging pipes and surging data center development. A recent wastewater pipe failure in Maryland dumped hundreds of millions of gallons. The river basin covers parts of Pennsylvania, Maryland, Virginia, West Virginia, and DC.

#sustainability#environment#water-crisis
⚛️
量子位94d ago

AI Conquers Labs: One-Stop Platform

Bohr Leap Lab provides a unified entry for lab reagents, equipment, and data. It supports 1800+ plug-and-play devices with natural language control. Enables zero-programming workflow orchestration.

#lab-automation#natural-language#no-code-workflows
⚛️
量子位94d ago

OpenClaw Robotics Invades Milk Tea

OpenClaw technology is expanding into the milk tea industry. Article explores safe enterprise deployment of Lobster robotics solutions. Focuses on practical implementation strategies.

#robotics#retail-automation#open-source-hardware
🏠
IT之家94d ago

China Fiber Prices Surge 650%, Booked to 2027

Chinese optical fiber demand explodes with prices up 650% for specs like G.657.A2, orders extending to Q1 2027. Q1 production/sales grew 35-500%, exports to North America/SEA up 55%. Firms like Hengtong expanding capacity amid full-category price hikes.

#optical-fiber#supply-chain#price-hike
🇨🇳
cnBeta (Full RSS)94d ago

Court Blocks US Forcing Apple to Remove ICE App

US federal court issues preliminary ruling against DHS and DOJ pressuring Apple and Facebook to delist apps recording ICE actions. The court finds this likely violates First Amendment. Agencies prohibited from similar future pressures.

#app-store#regulation#free-speech
🇨🇳
cnBeta (Full RSS)94d ago

Q1 DDR/SSD Prices Double in PC Hoarding Rush

Counterpoint reports Q1 2026 global PC shipments up 3.2% to 63.3M units. Growth stems from DDR and SSD price surges doubling costs, sparking vendor stockpiling frenzy. This reflects preemptive buying, not genuine demand recovery.

#memory-pricing#ssd-costs#supply-chain
🇨🇳
cnBeta (Full RSS)94d ago

AI Fuels App Store's 80% New App Surge

AI is sparking a mobile app resurgence despite earlier predictions of decline. Appfigures data shows Q1 2026 global new app uploads up 60% YoY on App Store and Google Play, with iOS surging 80%. This boom signals strong demand for AI-driven applications.

#ai-apps#app-growth#mobile-dev
🇨🇳
cnBeta (Full RSS)94d ago

Square Enix AI Tool Saves 3000 Hours on Manga Layout

Square Enix partnered with Tokyo-based AI company Mantra to develop an AI tool for comic book layout. The tool automates a tedious part of manga production. It claims to save 3000 hours per year.

#manga-layout#publishing-ai#creative-tools
📋
TestingCatalog94d ago

Claude Security Tab Eyes Public Rollout

Anthropic is testing a public Security tab in Claude. This hints at expanding code-scanning tools beyond Enterprise and Team plans. Broader access could democratize security features for more users.

#code-scanning#security-tab#claude-update
💰
TechCrunch AI94d ago

Anthropic Thaws Ties with Trump Admin

Anthropic’s relationship with the Trump administration appears to be improving despite challenges. The Pentagon recently designated the AI company as a supply-chain risk. Yet, Anthropic continues discussions with high-level Trump administration members.

#ai-policy#government-relations#us-politics
🏠
IT之家94d ago

Tiangong 3.0 Wins Full-Autonomous Robot Challenge

Beijing Humanoid's Tiangong 3.0 humanoid robot claimed the inaugural Beijing Yizhuang Robot Warrior Challenge title via full autonomy, topping disaster simulation tasks. No human intervention was needed for obstacles like swinging hammers and door-breaking. This follows its half-marathon win, boosting embodied AI.

#humanoid-robot#embodied-ai#autonomous-challenge
🤖
Reddit r/MachineLearning94d ago

easyaligner Launches GPU Forced Alignment Tool

Open-source library for fast GPU-accelerated forced alignment using any wav2vec2 model on HF Hub. Handles long audio without chunking, text normalization with original mapping recovery, and irrelevant speech trimming. Supports ground-truth or ASR transcripts.

#forced-alignment#speech-processing#gpu-acceleration
🦙
Reddit r/LocalLLaMA95d ago

Qwen3.6-35B-A3B Crushes Coding Challenges Qwen3.5-27B Failed

User reports Qwen3.6-35B-A3B excels at solving complex coding issues in a budgeting app that stumped Qwen3.5-27B and larger models. It efficiently refactors code, identifies inefficiencies, and handles security reviews using subagents within 128k context. Runs well on RTX 5070 Ti at 320t/s processing.

#local-llm#quantization#code-refactoring
Page 913 of 1661