Step 1 – Get an NVIDIA API Key from build.nvidia.com a. You will require a NVIDIA cloud account to be created and verified in order to generate an API key.b. Browse the ‘Models’ and choose one. I will go with GLM-5.2 which is what first came up when I sorted using ‘recent’ filter. Good part is, there is no credit card requirement, and most models (non-enterprise) are free for your learning and developing. It is worth noting down that the unlike other providers who use token consumption based billing, NVIDIA is different here. You can find the ‘Generate API Key’…
-
-
-
My thoughts on how Fable might be disrupting how other models ‘think’ Every new frontier model promises better benchmarks, larger context windows, and improved reasoning. While these capabilities matter, they often distract from the more important question for architects: How does this change the way we build AI systems? Read full article here – Architecting for Frontier Models: Lessons from Claude Fable 5 | LinkedIn
-
Similarities Aspect Core idea Delegate multi-step tasks to AI — it plans, executes, checks in, and delivers AI engine Both use Claude as the underlying model and share the same “agentic harness” — the system that allows the AI to use tools and the guardrails around how it functions Human-in-loop Both show you a plan before acting, require approvals for significant actions, and let you redirect mid-task Background execution Tasks run asynchronously — you can step away and come back to completed work MCP standard Both use the Model Context Protocol for connecting to external tools Status Both currently in…
-
Read my new article “Context Window explained” in LinkedIn – https://www.linkedin.com/pulse/context-window-explained-praveen-nair-yif9c
-
I was lucky to participate in the event last Saturday 14/Mar/2026.
-
In the past, the tech world was obsessed with the raw potential of artificial intelligence. Today, the conversation has moved entirely to verifiable integrations, strict governance, and clear returns on investment. Building a massive system is only half the battle. The other half is proving the system is secure, compliant, and financially viable for the business. Let us explore the core views that shape how large scale systems are built and validated in the real world. Read full article: https://www.linkedin.com/pulse/architecting-enterprise-ai-reality-blueprint-integration-praveen-nair-72sdc
-
-
Completed two courses from AMD AI Academy: AI Agents 101: Building AI Agents with MCP and Open-Source Inference AI Agents 201: Design to Deployment: A Guide to Multi-Agent Systems A good, hands-on course on Building AI Agents with MCP and Open Source Inference. Course uses vLLM, Qwen3, Pydantic-AI, and MCP. The best part is, you get a fast AMD GPU for free to do the exercises. You can join AMD AI Developer Program here – https://www.amd.com/en/developer/ai-dev-program.html
-
I recently worked on an AI project that was quite unusual. It was about analyzing the past, present, and future of a person’s life. Yes, you guessed it right. Astrology. More specifically, this project focused on Vedic Astrology using the Kerala system. As someone who builds AI systems for a living, and being someone who loves solving challenging problems, I was excited. Modern AI tools make it incredibly easy to spin up apps quickly. But here is the reality check. The whole concept of “vibe coding” is still evolving, especially when it comes to complex data analysis, probabilistic workflows, and…