Blog

Deep dives into AI research, engineering practices, and lessons from building production systems.

Generative AI · Innovation March 2026 22 min read

Building Nested Knowledge Graphs with LLMs: From Business Logic to Executable Decision Trees

A novel framework (DecisionForge) that extracts business rules into nested KGs, compiles them into modular Python functions, and executes decisions without LLM inference. Build once, run 340x faster.

Read Article
Generative AI March 2026 20 min read

Agentic AI Systems: From ReAct to Self-Evolving Multi-Agent Orchestration

Deep dive into agentic patterns and a novel Cognitive Agent Mesh (CAM) architecture for dynamic multi-agent orchestration with formal contract verification.

Read Article
Generative AI March 2026 18 min read

Scaling LLM Inference: From Single GPU to Planet-Scale Serving

KV-cache optimization, PagedAttention, speculative decoding, quantization, and a novel Adaptive Inference Orchestrator (AIO) for cost-optimal model routing.

Read Article
Generative AI March 2026 15 min read

LoRA vs Full Fine-Tuning: The Architecture Decision That Defines Production LLMs

Deep technical analysis of LoRA, QLoRA, DoRA with a novel Task-Aware Rank Selection (TARS) framework and production multi-LoRA serving architecture.

Read Article
Research May 2025 12 min read

XMRetriever: Token-Efficient Vision-Language Inference

Cross-modal retrieval with dual-head projections and neighbor-aware sampling. 75% token reduction while improving accuracy.

Read Article
Edge AI February 2026 7 min read

Small Language Models: When Less is More

Why fine-tuning a 3B model often outperforms prompting a 70B one — at 25x lower cost.

Read Article
Medical AI March 2020 6 min read

Medical Prognosis: Predicting Patient Outcomes with AI

A deep dive into concordance indices, survival predictions with Kaplan-Meier estimates, Cox proportional hazards, and building reliable prognosis models.

Read Article
Medical AI April 2020 5 min read

Medical Diagnosis: Sensitivity, Specificity & Beyond

Understanding diagnostic metrics — accuracy, sensitivity, specificity, PPV, NPV — and how image segmentation with Soft Dice Loss improves medical AI.

Read Article
Computer Vision January 2018 4 min read

Python OpenCV: Image Processing Essentials

Practical code examples for drawing bounding boxes, image grid displays, and data processing with OpenCV and matplotlib for computer vision projects.

Read Article