Part 10: Inside NVIDIA Newton: Open-Source Differentiable Physics for Generalist Robotics
Explore NVIDIA Newton, the open-source differentiable physics engine co-developed with Google DeepMind and Disney Research for robot learning.
Reflections on software engineering, pipeline automation, graphics, and system reliability.
Explore NVIDIA Newton, the open-source differentiable physics engine co-developed with Google DeepMind and Disney Research for robot learning.
Explore the 3-computer AV architecture, SAE Levels 0 to 5, the Perception-Planning-Control triad, and multimodal Camera-Radar-LiDAR sensor fusion.
Explore NVIDIA Jetson Thor edge computing, Blackwell 800 TFLOPS architecture, NITROS zero-copy IPC, and Isaac ROS sub-50ms humanoid reflexes.
Explore NVIDIA DRIVE Thor, Alpamayo AV foundation models, surround-view Bird's-Eye-View (BEV) transformer fusion, and ASIL-D safety-critical redundancy.
A deep architectural dissection of NVIDIA Project GR00T: multimodal VLA tokenization, transformer cross-attention backbones, and diffusion policy action heads for humanoid robotics.
An in-depth engineering guide to NVIDIA Isaac Sim and Omniverse Replicator: GPU-accelerated PhysX 5 dynamics, synthetic sensor pipelines, and automated domain randomization.
A comprehensive guide to OpenUSD (Universal Scene Description): hierarchical scene graphs, LIVRPS composition arcs, step-by-step usdview visualization, and SimReady assets.
A comprehensive architectural deep-dive into NVIDIA Omniverse: OpenUSD scene graphs, Nucleus live-sync collaboration, RTX real-time ray tracing, and industrial digital twin ecosystems.
A deep architectural dive into NVIDIA Cosmos world foundation models: Mixture-of-Transformers (MoT), continuous spatiotemporal latent tokenizers, and physics-aware trajectory generation.
An architectural deep-dive into NVIDIA's Physical AI Data Factory (PAIDF) stack: synthetic data generation with Cosmos & Isaac Sim, VLA foundation models, and edge runtime orchestration.
How NVIDIA's Nemotron 3.5 Lightning achieves 3B active parameter speed with 30B MoE capacity, 1M context window, and native Ollama local agent execution.
How does Alibaba's Qwen 3.8 flagship model achieve GPT-5 class reasoning at $0.30 per 1M tokens? Explore 512-expert sparse MoE routing, Multi-Head Latent Attention (MLA), performance benchmarks, and token economics.
How did computer vision evolve from reading bank check zip codes in 1998 to 3D video spatial physics in physical AI and robotics?
Step into the zero-sum game of generative AI—how a counterfeiter Generator and detective Discriminator compete to reach Nash Equilibrium and synthesize photorealistic images.
How does DeepSeek-V3 run 128K context windows with 96.5% less VRAM? Demystify Key-Value Cache growth, MHA, GQA, and low-rank Multi-Head Latent Attention (MLA).
Why can't you train a 100-layer neural network without it blowing up or learning nothing, and how do ResNet shortcuts and LayerNorm keep it alive?
How do neural networks actually learn—how do predictions flow forward, loss errors walk backward via the chain rule, and autograd record every operation?
Why are linear models completely useless for complex real-world data, and how do activation functions like ReLU, GELU, and SwiGLU warp space?
How did Query-Key-Value self-attention and matrix parallelization eliminate sequential GPU bottlenecks to power ChatGPT?
Why do standard RNNs suffer from total amnesia on long sequences, and how did LSTMs solve it with memory conveyor belts and gated doors?
How did AI evolve from single-layer perceptrons to deep feedforward networks, 2D spatial CNN filters, and sequential RNN loops?
An architectural deep-dive into Google DeepMind's Gemini Robotics ER 2 announcement—exploring real-time video streaming, high-level reasoning vs low-level VLA execution, multi-robot team orchestration, and temporal moment-finding.
A comprehensive developer guide to Low-Rank Adaptation (LoRA). Exploring why LoRA is used, matrix decomposition math, VRAM reductions during training, weight merging vs multi-adapter serving during inference, QLoRA, DoRA, and runnable Python simulations.
An architectural deep-dive into SGLang v0.5.16. Analyzing RadixAttention KV cache reuse, compressed FSM constrained decoding, Torch Compile CUDA graph optimizations, and multi-engine benchmarks.
A developer-friendly guide to Mixture-of-Experts (MoE) architectures. Exploring the specialist clinic analogy, total vs active parameters, Top-K gating networks, expert collapse traps, and how Kimi K3 scales to 896 micro-experts.
A comprehensive developer guide to hosting Moonshot AI's Kimi K3 open weights on vLLM. Exploring MXFP4 MoE serving, KDA hybrid prefix caching, DSpark speculative decoding (370 tok/s), and NVIDIA/AMD multi-GPU cluster recipes.
A technical deep-dive into Physical AI models. Exploring spatial understanding, 3D geometry priors, physics simulation engines, embodied VLA control loops, and robotics integration.
An architectural deep-dive into DeepSeek's evolution from DeepSeek-LLM to R1. Exploring Multi-Head Latent Attention (MLA), DeepSeekMoE, MTP, pure RL emergence, and comparisons with contemporary frontier models.
A comprehensive developer guide to scaling LLM serving using vLLM and llm-d. Explore PagedAttention, continuous batching, disaggregated prefill/decode, and Kubernetes deployment scripts.
A comprehensive developer guide to Moonshot AI's Kimi K3. Comparing K3, K2.7 Code, K2.6, and K2.5 across Preserved Thinking, reasoning effort, 1M context, API quickstart, organizational best practices, and prompt engineering.
A deep-dive into Anthropic's flagship Claude Opus 5 release. Comparing Opus 3 vs. Opus 3.5 vs. Opus 5, analyzing benchmarks, and mastering official prompt engineering techniques.
An engineering breakdown of World Foundation Models—moving beyond text tokens into spatial intelligence, persistent 3D state representations, and perception-action control loops.
An in-depth guide to Google's newly expanded Gemini 3 model family—including Gemini 3.6 Flash, 3.5 Flash-Lite, 3.5 Flash Cyber, and 3.1 Pro. Learn how they compare on latency, cost, and capabilities.
Learn how to connect OpenClaw to Telegram from scratch. A beginner-friendly step-by-step tutorial using BotFather to run your AI butler locally.
Why linear chains fail at complex agentic workflows. Learn how LangGraph models agents as state machines using persistent schemas, nodes, and cyclic edges.
A deep-dive architectural comparison between vLLM and llama.cpp. Compare throughput, memory footprints, and choose the right engine for your workload.
A deep dive into Mira Murati's new open-weights multimodal model, Inkling. Analyze the 975B MoE architecture, active parameter routing, and local serving.
Understand the financial side of LLM serving. Calculate cost-per-token, setup open-source LLM gateways, and implement intelligent routers like Router9.
Explore advanced LLM serving optimizations. Learn how FlashAttention, chunked prefill, speculative decoding, and KV cache eviction speed up TTFT and inter-token latency.
A step-by-step developer guide to configuring OpenClaw's WhatsApp gateway, setting up secure session authorization, and building automated task sync skills.
Learn how to build and host your own AI assistant with OpenClaw. Configure the ClawHub modular skill store, write SKILL.md files, and connect to chat platforms.
Deep-dive into the configuration, CLI commands, and skill architecture of Nous Research's Hermes Agent. Learn to manage tool gateways and design custom skills.
Start the Autonomous AI Agents Series. Learn about the ReAct pattern, single-agent context decay, and multi-agent coordination graph topologies.
A comprehensive developer guide comparing vLLM, TensorRT-LLM, TGI, SGLang, and llama.cpp. Learn about PagedAttention, RadixAttention, and GGUF.
Why do LLM serving nodes run out of VRAM? Explore the mechanics, calculations, and capacity bottlenecks of the Key-Value (KV) Cache.
Explore the two execution phases of LLM inference: compute-bound prefill vs. memory-bandwidth-bound decode. Understand arithmetic intensity and the role of the KV cache.
Start the AI Inference Deep-Dive Series. Learn the fundamentals of inference vs training, key performance metrics, and the systems engineering behind serving.
A developer's guide to the modern AI model taxonomy. Understand the architecture, modalities, and performance profiles of LLMs, ViTs, VLAs, and Diffusion.
A step-by-step developer's view of the AI model lifecycle—from raw weights and backpropagation during training to freezing weights and serving inference.
What actually happens when you download a model from Hugging Face? A developer's guide to tensors, weights, biases, and serialization formats like Safetensors and GGUF.
Learn how to build, structure, and host a custom, decentralized Claude Code plugin marketplace using a simple GitHub repository.
A comprehensive guide to running Large Language Models locally on Windows, macOS, and Linux using Ollama and vLLM, including pros, cons, and performance tuning.
Compare Anthropic's Claude models—Fable 5, Opus 4.8, Sonnet 5, Haiku 4.5, and Claude Science. Learn their pros, cons, and the best use cases.
A summary of Anthropic's major announcements: the launch of Claude Sonnet 5, the new Claude Science AI workbench, and the global redeployment of Fable 5.
Learn how to design, structure, and implement persistent, context-aware custom agent skills in Claude Code to automate code reviews and git workflows.
Learn the difference between slash commands and file context mentions, configure global vs local memory, and understand how custom skills and subagents operate in Claude Code.
Master project-level customization for Anthropic's Claude Code by writing rules and guidelines in CLAUDE.md, AGENTS.md, and custom SKILLS.md.
A step-by-step setup guide for installing, configuring, and authenticating Anthropic's Claude Code CLI across macOS, Windows, and Linux.
Confused about the difference between Claude Code and Claude Opus? A deep dive into the architecture of modern agentic coding tools—from Large Language Models (LLMs) to Autonomous Agents and Execution Harnesses.
Learn how to configure the Google Antigravity CLI (agy) to run with local LLMs (Ollama, vLLM) or private enterprise endpoints for maximum privacy and cost efficiency.
A deep dive into managing long-running tasks, using asynchronous tools, setting timers, and configuring recurring jobs with the Google Antigravity CLI.
Learn how to supercharge the Google Antigravity CLI (agy) by building custom agent skills, project-scoped rules, and custom scripts to automate repository-specific workflows.
A comprehensive guide on installing and configuring Google Antigravity CLI (agy) on Mac, Windows, and Linux, complete with TUI commands, settings.json customization, and real-world usage examples.
A deep dive into the most exciting developer features in the Python 3.15 pre-release, including explicit lazy imports, frozendict, built-in sentinels, unpacking in comprehensions, and the Tachyon profiler.
Demo of slurm usage on a single instance of Ubuntu 24.04 EC2 instances on AWS
Setting up SLURM on WSL
Simple Linux Utility for Resource Management (SLURM)
If you can SSH into a linux machine and want to find out if its baremetal or Virtual Machine
Using git credentials store the github access token to avoid the re-prompting of username and pwd
Explains how to generate a token using github API to be used in turn with Github self hosted runner registration
Explains how to setup a Github self hosted runner and register
Node Version Manager (nvm) helps in managing multiple NodeJS versions
Instructions on customizing the terminal in powershell with oh-my-posh and winget
Powershell equivalent of chmod 400 for Windows files
Logging in using github access token (no more passwords)
Adding Google Analytics GA4 property to NuxtJS App
Very useful Taskbar Settings goes missing in Windows 11.
Set of steps required for dealing with secureboot on Ubuntu where VirutalBox service has issues
Steps to fix the postfix error happening during apt upgrade ubuntu.
Process and steps for running react app on local k8s cluster using minikube on windows 10
Using the rewrites and redirects on AWS Amplify for the depolyed personal website
Explains how to connect the gatsby website hosted on github to AWS Amplify for deployment
will be capturing the evolution of my website chronologically (latest first)
Behind the scenes of the Animated Short "Tree Story"
Profiling & Visualization Tools in Python using cProfile
Problem of linking google analytics and adsense
How I added google analytics to my personal website written in Gatsby
How to install Chrome Remote Desktop on Fedora
My stuggle with building a grpc python library with Maya 2019 on Windows
Brief about the tech stack used for this website
Steps for safely removing linux from dual boot.