All Updates
Page 479 of 824
March 16, 2026
Claude Japan prices rise 10% tax Apr 1
Anthropic will separately charge 10% consumption tax on all Claude services in Japan starting April 1. This represents a de facto price increase for individual customers. The change affects the entire Claude lineup.
World's First Tibetan LLM DeepZang Launches
DeepZang, the world's first Tibetan large language model, was released in Lhasa, marking China's lead in ethnic language AI. Developed by Tibet Jiaoluo Digital, it supports Tibetan-Chinese-English interactions with chat, translation, and speech-to-text. It has 70M parallel corpora and over 30,500 hours of speech data, earning a world record certification.
Future Intelligence Partners Bose on AI Hardware
AI firm Future Intelligence reached strategic cooperation intent with Bose for next-gen AI hardware fusing AI interaction and acoustics. Future Intelligence specializes in AI office tools like transcription, summarization, and translation. Bose brings ANC and acoustic expertise to the potential collaboration.
World's First Self-Evolving Personal AI MuleRun
MuleRun, the first self-evolving personal AI, launched March 16 via browser install. Each user gets a dedicated 7x24 cloud VM for isolated, private data processing. Ensures no privacy leaks for personal and enterprise workflows.
Dreame Sets eVTOL, Satellite, X919 Goals for CES
Dreame founder Yu Hao outlined 2026-2027 CES/IFA goals: eVTOL exhibition and flight demo, satellite direct-link comms, X919 jet with COMAC, and US-China airline route. Recent AWE showcased eVTOL DREAM FLY and DREAMFLY aviation service. Ecosystem firm launches 2M-satellite 'Yaotai' computing constellation.
Recursive Mamba Loops for Tiny Model Reasoning
Experimenter tests recursive looping on a 150M Mamba model to boost reasoning via hidden state feedback. Dynamic depth scaling mimics deeper models but hits 'Cognitive Static' at high loops, degrading language. Seeks community advice on SSM latent space issues.
Alibaba Launches Agentic AI for China Craze
Alibaba Group plans to release an agentic AI service for companies to capitalize on China's enthusiasm for AI agents. These agents, like OpenClaw, enable users to perform real-world tasks. The move positions Alibaba in the booming agentic AI market.
315 Exposes AI Poisoning in Consumer Firms
China's CCTV 315 Consumer Rights Gala exposed scandals from contaminated pickled chicken feet to AI poisoning attacks. It tore down the 'new facades' of consumer enterprises hiding serious issues. Offenders will face ultimate judgment.
ToolTree Boosts LLM Tool Planning Efficiency
ToolTree is a novel Monte Carlo tree search-inspired paradigm for LLM agent tool planning. It uses dual-feedback LLM evaluation and bidirectional pruning to explore tool trajectories adaptively. Achieves ~10% average gain on 4 benchmarks for open/closed-set tasks.
ReBalance Fixes LRM Over/Underthinking
ReBalance is a training-free framework that mitigates overthinking and underthinking in Large Reasoning Models (LRMs) using confidence as a dynamic indicator. It creates reasoning prototypes from hidden states and applies a steerable vector with real-time modulation to prune redundancy or boost exploration. Experiments across 0.5B-32B models and nine benchmarks confirm reduced output redundancy and higher accuracy.
Planning Framework for LLM Web Agents
This arXiv paper introduces a formal AI planning framework for LLM-based web agents, mapping architectures to classic search paradigms like BFS, DFS. It proposes five new metrics to evaluate trajectory quality and a dataset of 794 human-labeled WebArena trajectories. Results show Step-by-Step agents better match human paths, while Full-Plan agents excel in accuracy.
ODRL Normalization Enables Policy Comparison
Researchers introduce a parametrised normalization for ODRL policies, converting them to permission-only forms and simplifying constraints. Algorithms compute normal forms while preserving semantics, with exponential complexity on attributes. This simplifies comparison to identical rule checks and fits policies into basic ODRL fragments.
ML Detects Marine Engine Failures Early
This arXiv paper proposes using derivatives of sensor deviations with Random Forest ML to detect catastrophic marine diesel engine failures before traditional alarms. It anticipates anomalies by analyzing abnormal dynamics, enabling preventive shutdowns and route changes. Validated on real data using DL-based augmentation.
Microsoft 1-sentence jailbreak hits 15 LLMs
Microsoft's security research team disclosed a single-prompt technique to disable guardrails in 15 large language models. The method effectively bypasses safety mechanisms. This highlights ongoing vulnerabilities in LLM deployments.
LinkedIn Unifies 5 Feeds with Single LLM
LinkedIn overhauled its feed for 1.3B users by replacing five separate retrieval pipelines with one LLM-based system, improving professional context understanding and cutting costs. The redesign spans retrieval, ranking via generative recommenders, and compute management. Engineers ran hundreds of tests to match user interests and behaviors more precisely.
Context-Rich Vessel Trajectory NL Descriptions
This arXiv paper proposes a framework to transform raw AIS vessel trajectories into structured, semantically enriched representations. It segments noisy data into trips with clean, annotated episodes and adds context like geographic entities, navigation features, and weather. LLMs generate natural language descriptions to enable maritime analytics and reasoning.
AMRO-S: Ant Colony Routing for Multi-Agent LLMs
AMRO-S introduces an efficient, interpretable routing framework for Multi-Agent LLM systems using ant colony optimization. It employs a supervised fine-tuned small language model for low-overhead intent inference, task-specific pheromone specialists to minimize interference, and quality-gated asynchronous updates to optimize without added latency. Benchmarks show it outperforms baselines in quality-cost trade-offs under dynamic loads.
AIM: Retraining-Free Model Modulation
AIM is a novel paradigm allowing a single AI model to exhibit diverse behaviors via utility and focus modulations without retraining. It employs a logits redistribution strategy that's training data-agnostic. Evaluations validate its use across image classification, segmentation, and text generation with ResNet, SegFormer, and Llama.
Agentic AI Revolutionizes Flowsheet Simulations
Researchers present an agentic AI framework using LLMs like Claude Opus 4.6 and GitHub Copilot for chemical process flowsheet modeling in Chemasim. A multi-agent system decomposes tasks: one agent applies engineering knowledge, another generates valid Chemasim code from docs and examples. Demonstrated on reaction/separation, pressure-swing distillation, and heteroazeotropic distillation with entrainer selection.
AgentFuel: Custom Evals for Timeseries Agents
Researchers evaluate 6 data analysis agents and find gaps in handling stateful and incident-specific timeseries queries. They introduce AgentFuel to help domain experts create customized, expressive evals for end-to-end testing. Benchmarks are available on Hugging Face.