Series: AI Learnings

Artificial Intelligence is now a daily conversation topic and is in everyone’s mind one way or another. The learning can be simple or steep and complex depending on where you want to take it.
Here is a list of blog posts that I have written on this topic as I learn and try to keep up with this amazing technology landscape which is changing every day. Simply amazing.
Quick Links: Resources for Learning AI | Keep up with AI | List of AI Tools
Related Blog Posts on AI
Diffusion LLMs: Are they The Next Wave ?
Over the past couple of years, we have witnessed an incredible evolution in artificial intelligence. From simple chatbots to sophisticated language models that can write, translate, and even generate new content including software! The progress has been nothing short of breathtaking, and as soon as you know something, it changes or there is some new…
Vibe Coding: Beyond AI Code Completion
Many of us have already experienced the power of AI to help write code. Tools that suggest lines of code, fix syntax errors, and even generate entire functions are becoming commonplace. But “vibe coding” is something different. It’s a leap beyond simple assistance, offering a way to build entire applications, websites, and tools by simply…
What is Inference and Why Does it Matter
I wrote a basic post about What is AI inference last year last year, but lately, in the world of artificial intelligence, the term “inference” often pops up. I do not think I have seen an article lately in which the word has not been used. It is time to revisit what it is, why…
Google AI Studio – A True AI Companion!
Last week Google AI Studio released a feature that showcases the AI personalized companion use case – It will change How-To Videos, Training Courses and Tutorial videos “industry” 100% Let me explain… Multimodal AI tools like Google’s Gemini 2.0 are poised to disrupt the traditional online education industry, particularly in the area of software tutorials…
Agentic AI Blueprints
The concept of downloadable blueprints is not new, but in the context of AI Agents iit is definitelly something we should pay attention to! Nvidia’s Agentic AI Blueprints represent a significant advancement in making advanced AI integration more accessible for enterprises. Alongside other frameworks like LangChain and Microsoft AutoGen, these tools empower organizations to harness…
NVIDIA – Agentic AI CES Announcements
Nvidia has made significant announcements regarding Agentic AI during CES 2025, showcasing a range of innovations aimed at enhancing enterprise applications and robotics. Key Highlights from Nvidia’s CES 2025 Presentation Future Implications NVidia CEO, Jensen Huang, predicts that Agentic AI could represent a “multitrillion-dollar opportunity,” fundamentally reshaping how enterprises operate by integrating digital agents into…
CES 2025 – AI-PCs
Watched some of the CES (Consumer Electronics Show) keynotes and updates from this week in Las Vegas… What a great start for 2025! Nvidia Keynote was simply amazing! The new RTX PCs the Super Computer in the palm of your hand, and the Agentic-AI piece (preconfigure and downloadable blueprints ) was specifically interesting, but that…
Installing Ollama and Open WebUI in Docker Single Image
When I initially installed Ollama and Open WebUI I installed it in two separate images (Did not know any better!). It worked well for what I wanted but then as I played with other applications, I started to have too many containers in Docker, so I looked for a way to consolidate images. ( Not…
AI Agents
Write up done with the help of Google’s NotebookLM ( simply Amazing!) – Check out the Podcast it generated after my research was done. An AI agent is an autonomous system that can make decisions and plan, rather than simply following a set of instructions. AI agents are also able to interact with their environment…