Snapdragon 8 Elite Gen 5, Leica cameras, HyperOS 3, and more

Xiaomi has officially unveiled the Xiaomi 17 for global markets at MWC 2026 in Barcelona, expanding its flagship lineup after the phone’s initial debut in China. The Xiaomi 17 arrives as a compact flagship focused on high-end imaging, powerful performance, and refined design, while retaining a relatively slim and lightweight form factor. The Xiaomi 17 […]

Liquid AI’s New LFM2-24B-A2B Hybrid Architecture Blends Attention with Convolutions to Solve the Scaling Bottlenecks of Modern LLMs

The generative AI race has long been a game of ‘bigger is better.’ But as the industry hits the limits of power consumption and memory bottlenecks, the conversation is shifting from raw parameter counts to architectural efficiency. Liquid AI team is leading this charge with the release of LFM2-24B-A2B, a 24-billion parameter model that redefines […]

Google brings Gemini AI to Pedestrians and Cyclists in Maps

Google has expanded Gemini, its AI-powered assistant, within Google Maps, extending support beyond driving directions to include walking and cycling navigation. With this update, Gemini becomes a smarter, hands-free companion for users exploring cities on foot or by bicycle. Gemini in Google Maps: What’s New? Walking Navigation Gemini can now assist pedestrians with real-time, voice-based […]

Nu Republic Pop Love wireless speaker launched in India at ₹599

Nu Republic has launched a limited-edition Valentine’s Day audio collection called ‘Pop Love’, exclusively in partnership with Blinkit, the quick-commerce service owned by Zomato. The new collection includes select wireless speakers and earbuds finished in a festive red colour, aimed at Valentine’s Day gifting. The highlight of the collection is the Pop Love Wireless Speaker […]

Must Read

View More

Liquid AI’s New LFM2-24B-A2B Hybrid Architecture Blends Attention with Convolutions to Solve the Scaling Bottlenecks of Modern LLMs

The generative AI race has long been a game of ‘bigger is better.’ But as the industry hits the limits of power consumption and memory bottlenecks, the conversation is shifting from raw parameter counts to architectural efficiency. Liquid AI team is leading this charge with the release of LFM2-24B-A2B, a 24-billion parameter model that redefines […]

NVIDIA AI Brings Nemotron-3-Nano-30B to NVFP4 with Quantization Aware Distillation (QAD) for Efficient Reasoning Inference

NVIDIA has released Nemotron-Nano-3-30B-A3B-NVFP4, a production checkpoint that runs a 30B parameter reasoning model in 4 bit NVFP4 format while keeping accuracy close to its BF16 baseline. The model combines a hybrid Mamba2 Transformer Mixture of Experts architecture with a Quantization Aware Distillation (QAD) recipe designed specifically for NVFP4 deployment. Overall, it is an ultra-efficient […]

How to Build Memory-Driven AI Agents with Short-Term, Long-Term, and Episodic Memory

def openai_chat(system: str, user: str) -> str: resp = client.chat.completions.create( model=OPENAI_MODEL, messages=[ {“role”: “system”, “content”: system}, {“role”: “user”, “content”: user}, ], temperature=0.3 ) return resp.choices[0].message.content def heuristic_responder(context: str, question: str) -> str: lessons = re.findall(r”Lessons=(.*)”, context) avoid = re.findall(r”Avoid=(.*)”, context) ltm_lines = [ln for ln in context.splitlines() if ln.startswith(“[LTM:”)] steps = [] if lessons: for […]

A Coding and Experimental Analysis of Decentralized Federated Learning with Gossip Protocols and Differential Privacy

In this tutorial, we explore how federated learning behaves when the traditional centralized aggregation server is removed and replaced with a fully decentralized, peer-to-peer gossip mechanism. We implement both centralized FedAvg and decentralized Gossip Federated Learning from scratch and introduce client-side differential privacy by injecting calibrated noise into local model updates. By running controlled experiments […]

Robbyant Open Sources LingBot World: a Real Time World Model for Interactive Simulation and Embodied AI

Robbyant, the embodied AI unit inside Ant Group, has open sourced LingBot-World, a large scale world model that turns video generation into an interactive simulator for embodied agents, autonomous driving and games. The system is designed to render controllable environments with high visual fidelity, strong dynamics and long temporal horizons, while staying responsive enough for […]