Dhiraj Patra·Jun 18Python code examples for implementing an ML ensemble using RedisImportant Setup Note: RedisAI and RedisML are no longer actively maintained as of 2025/2026. Therefore, Pattern B has evolved into standard…
Dhiraj Patra·Jun 7Hyped IPOs From Overvalued Tech COsSpaceX Anthropic OpenAI Are all those companies which have mammoth valuations on paper but return to investors are miser.
Dhiraj Patra·Jun 3Modern Artificial Intelligence Main PillarsTo understand how modern artificial intelligence scales from a single line of code to massive data centers, we need to look at the…
Dhiraj Patra·Jun 2The Era of the Agent Operating SystemHow NVIDIA and Microsoft are Rewriting the Rules of Computing
Dhiraj Patra·May 31Dynamic Programming (DP) & GPUs KV CachingDynamic Programming (DP) is a powerful algorithmic paradigm used to solve complex problems by breaking them down into simpler sub-problems…
Dhiraj Patra·May 14Building a Lightweight Debugging AgentBuilding a Lightweight Debugging Agent: Python, Perl, and Awk
Dhiraj Patra·May 7How To Make AgenticAI StartupsBig AI companies (Anthropic, OpenAI, Google, Microsoft, Amazon) will build foundational models + generic agent platforms. But that does not…
Dhiraj Patra·Apr 27Nature of Truth in a Fully Digital World and How to Survive in Deep FakeThe nature of truth itself in a fully digital, potentially adversarial, system. Especially if the Govt or higher authority is corrupt.
Dhiraj Patra·Apr 27Can All LLM Fail TogetherNo, you can’t assume that if one LLM fails, others will necessarily follow.
Dhiraj Patra·Apr 18Why does AI still mimic the human “write code → compile → run”I observed that what AI Coding tools do is only mimic a human programmer. Same way: write code • convert to machine language • execute on a…