Generative AI
NVIDIA AI Brings Nemotron-3-Nano-30B to NVFP4 and Quantization Aware Distillation (QAD) for Virtual Reality
February 2, 2026
NVIDIA AI Brings Nemotron-3-Nano-30B to NVFP4 and Quantization Aware Distillation (QAD) for Virtual Reality
NVIDIA has been released Nemotron-Nano-3-30B-A3B-NVFP4a production test facility that uses a 30B parametric reasoning model in it 4 bit NVFP4…
How to Build Memory-Driven AIs with Short-Term, Long-Term, and Episodic Memory
February 2, 2026
How to Build Memory-Driven AIs 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},…
Coding Analysis and Integrated Learning Experiments Augmented with Different Gossipy and Privacy Processes
February 2, 2026
Coding Analysis and Integrated Learning Experiments Augmented with Different Gossipy and Privacy Processes
In this tutorial, we examine how clustered learning behaves when the central clustering server is removed and replaced with a…
Robbyant Open Sources LingBot World: A Real-Time World Model for Interactive Simulation and Integrated AI
January 31, 2026
Robbyant Open Sources LingBot World: A Real-Time World Model for Interactive Simulation and Integrated AI
Robbyant, the integrated AI unit within the Ant Group, has open-sourced LingBot-World, a global model that transforms video production into…
AI2 Releases SERA, Soft Verified Coding Agents Built With Only Supervised Training Automated Rep Level Workflows
January 30, 2026
AI2 Releases SERA, Soft Verified Coding Agents Built With Only Supervised Training Automated Rep Level Workflows
Researchers at the Allen Institute for AI (AI2) present SERA, Certified Efficient Identification Agents, as a family of coding agents…
Coding, Developing, Testing, and Interpreting Embedded Knowledge Graphs with PyKEEN
January 30, 2026
Coding, Developing, Testing, and Interpreting Embedded Knowledge Graphs with PyKEEN
In this tutorial, we go through an end-to-end, advanced workflow for embedding information graphs PyKEENactively exploring how modern embedding models…
Microsoft Unveils Maia 200, FP4 and FP8 Optimized AI Inference Accelerator for Azure Datacenters
January 30, 2026
Microsoft Unveils Maia 200, FP4 and FP8 Optimized AI Inference Accelerator for Azure Datacenters
Maia 200 is Microsoft's new AI accelerator designed to be deployed in Azure datacenters. It addresses the cost of generating…
DeepSeek AI Releases DeepSeek-OCR 2 with Causal Visual Flow Encoder for Layout Aware Document Understanding
January 30, 2026
DeepSeek AI Releases DeepSeek-OCR 2 with Causal Visual Flow Encoder for Layout Aware Document Understanding
DeepSeek AI released DeepSeek-OCR 2, an open-source document OCR and recognition system that reprograms its vision encoder to read pages…
Ant Group Releases LingBot-VLA, a Language-Based Model for Real-World Robot Transformation
January 30, 2026
Ant Group Releases LingBot-VLA, a Language-Based Model for Real-World Robot Transformation
How do you build a single-vision language action model that can control many different binary robots in the real world?…
Beyond the Dialog Box: Productive UI, AG-UI, and Stack-Driven Application Frameworks Behind the Scenes
January 29, 2026
Beyond the Dialog Box: Productive UI, AG-UI, and Stack-Driven Application Frameworks Behind the Scenes
Most AI applications still show the model as a dialog box. That interface is simple, but hides what the agents…