Things I Am Interested About
Current areas of exploration, technical curiosities, and research directions I'm actively reading about.
Efficient AI Systems
- Mixed Precision Training & Inference
- Automatic mixed precision strategies for transformer models
- FP8 training dynamics and numerical stability
- Hardware-aware precision assignment
- TensorRT Optimization
- Graph optimization patterns for production inference
- Dynamic shape handling and batch optimization
- Custom plugin development for novel operators
- Small Language Models (SLMs)
- Sub-1B parameter models that match larger model capabilities
- Efficient attention mechanisms (Flash, Sliding Window)
- Knowledge distillation from large models
Reading Sources
Vision-Language Models & Multimodal AI
- Vision-Language-Action (VLA) Models
- End-to-end learning for robotic manipulation (RT-2, RT-X)
- Bridging perception and control with language instructions
- Real-time VLA inference on edge devices
- Open-vocabulary manipulation and task generalization
- Multimodal transformers for robot control
- Efficient VLM Architectures
- Cross-modal attention optimization
- Unified embedding spaces for vision and language
- Training VLMs from scratch with limited compute
- Visual Reasoning & Grounding
- Compositional understanding in visual scenes
- Spatial reasoning without explicit 3D representations
- Zero-shot visual question answering
Reading Sources
Reasoning Models in LLMs
- Chain-of-Thought & Reasoning Architectures
- OpenAI o1/o3 models and their training methodologies
- DeepSeek-R1 architecture and distillation techniques
- Self-supervised reasoning without human annotations
- Reinforcement Learning for Reasoning
- GRPO (Group Relative Policy Optimization) vs PPO
- Process reward models vs outcome reward models
- Verifiable reasoning with math and code benchmarks
- Key Resources & Papers
- Sebastian Raschka: The State of RL for LLM Reasoning
- DeepSeek-R1 technical report and open models
- Marco-o1 and QwQ reasoning model papers
Reading Sources
Post-Training Optimization
- Reinforcement Learning from Human Feedback (RLHF)
- Efficient reward modeling for specialized domains
- PPO alternatives for stable training
- Multi-objective RLHF for balanced optimization
- Direct Preference Optimization (DPO)
- Simplified alignment without reward models
- Iterative DPO for continuous improvement
- Combining DPO with constitutional AI
- Parameter-Efficient Fine-Tuning
- LoRA/QLoRA for domain adaptation
- Task-specific adapters for multi-task learning
- Quantization-aware fine-tuning strategies
Reading Sources
- RT-2: Vision-Language-Action Models Transfer Web Knowledge to Robotic Control
- CLIP: Learning Transferable Visual Models From Natural Language Supervision
- Flamingo: A Visual Language Model for Few-Shot Learning
- Open X-Embodiment: Robotic Learning Datasets and RT-X Models
- LLaVA: Large Language and Vision Assistant
World Models & Predictive AI
- Joint-Embedding Predictive Architectures (V-JEPA)
- Self-supervised learning of world representations
- Predictive models without generative decoding
- Efficient video understanding through masking
- Transfer learning to downstream tasks
- COSMOS: World Foundation Models
- Physical world simulation from video data
- Long-horizon video prediction and generation
- Learning physics priors from observation
- Applications in robotics and autonomous systems
- Diffusion Models for World Modeling
- Video diffusion for planning and control
- Learned simulators for robotics
- Compositional scene generation
Reading Sources
Robotics & Embodied AI
- Real-time Perception Systems
- Unified perception stacks for navigation and manipulation
- Sensor fusion with learned priors
- Uncertainty-aware perception for safety-critical systems
- Visual SLAM & Odometry
- Learning-based loop closure detection
- Dense reconstruction from sparse observations
- Semantic SLAM for scene understanding
- Sim-to-Real Transfer
- Domain randomization strategies
- Physics-aware simulation for contact-rich tasks
- Meta-learning for rapid real-world adaptation
Reading Sources
Systems & Infrastructure
- GPU Optimization Patterns
- Kernel fusion strategies for transformer models
- Memory hierarchy optimization for large models
- Multi-GPU communication patterns
- ML Systems Design
- SDK architecture for production ML pipelines
- Versioning and reproducibility in ML systems
- Observability and debugging tools for deep learning
- Edge Deployment
- Model optimization for mobile and embedded devices
- Heterogeneous computing (CPU/GPU/NPU)
- Power-aware inference scheduling
Reading Sources
- FlashAttention-2: Faster Attention with Better Parallelism and Work Partitioning
- Efficient Large-Scale Language Model Training on GPU Clusters (Megatron)
- CUDA Programming Guide - Kernel Fusion Techniques
- TinyML: Machine Learning with TensorFlow Lite
- MLOps: Continuous Delivery and Automation Pipelines in ML
LLMs & Agents in Finance
- Financial Analysis Agents
- Automated financial modeling and report generation
- Natural language to spreadsheet formula translation
- Multi-step reasoning for complex financial calculations
- Real-time market data integration and analysis
- MCP Servers for Financial Data
- Building Model Context Protocol servers for financial datasets
- Unified interfaces for Bloomberg, Reuters, and alternative data sources
- Semantic search across financial documents and filings
- Time-series data handling and backtesting infrastructure
- Autonomous Financial Workflows
- End-to-end report generation from raw data to insights
- Agent orchestration for multi-source financial research
- Excel/Google Sheets automation with LLM reasoning
- Building tools similar to Fundamental Labs for institutional finance
- Challenges & Opportunities
- Ensuring accuracy in financial calculations and compliance
- Real-time streaming data processing with LLM agents
- Building trust and explainability for financial decision-making
- Integration with existing financial infrastructure (APIs, databases)
Reading Sources
- Anemoi: A Semi-Centralized Multi-agent System Based on Agent-to-Agent Communication MCP server from Coral Protocol
- BloombergGPT: A Large Language Model for Finance
- FinGPT: Open-Source Financial Large Language Models
- Model Context Protocol (MCP) Documentation - Anthropic
- Building LLM Applications for Production (Chip Huyen)
- Fundamental Labs: AI-Powered Investment Research
Emerging & Exploratory Areas
- AI for Longevity Research
- ML models for biological age prediction
- Drug discovery and repurposing with graph neural networks
- Multi-omics data integration
- Open-Ended Learning Systems
- Curiosity-driven exploration in RL
- Emergent behaviors in multi-agent systems
- Self-supervised curriculum learning
Reading Sources
📚 Live Reading List
This is my actively updated reading list. Papers are tracked with status (To Read, Reading, Completed) and include descriptions and key concepts.
Note: If the sheet doesn't appear, you may need to view it directly on Google Sheets.
These topics reflect both my current work at NVIDIA on production AI systems and my broader curiosity about the future of AI, robotics, and their applications. I've explored building financial agents with MCP servers for automated analysis, and I'm particularly interested in world models that understand physical dynamics, vision-language-action models for robotics, and making AI more efficient and accessible with limited compute resources.