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.


Related Blog Posts on AI


Microsoft Copilot Evolution – November 2024

Microsoft is enhancing its Copilot AI to function more like virtual employees, capable of proactive task automation. This includes monitoring emails, automating data entry, and performing a series of tasks autonomously, showcasing a shift from reactive to proactive AI assistance. Please view the updated blog post I wrote early this month The World of Microsoft…
Read More Microsoft Copilot Evolution – November 2024

Google NotebookLM

Unlock Your Research Superpowers In today’s world, we’re often swimming—or perhaps drowning—in a sea of information. From research papers and lengthy reports to meeting notes, articles scattered across browser tabs, and hours of video content, simply accessing information isn’t the problem. The real challenge lies in synthesizing it, extracting meaningful insights, and connecting the dots….
Read More Google NotebookLM

How to Run LLMs on Your Computer

Large Language Models (LLMs) have revolutionized the field of natural language processing and artificial intelligence. These powerful models enable applications like language translation, text summarization, and content generation. The world of Large Language Models (LLMs) can be intimidating, especially with the associated costs. However, there are plenty of free and low-cost options available for those…
Read More How to Run LLMs on Your Computer

What is LLM Quantization?

LLM quantization is the process of reducing the precision of numbers used to represent a model’s weights, typically converting from 32-bit floating point (FP32) to smaller formats like 8-bit integers (INT8) or 4-bit integers (INT4). Think of it like compressing a high-resolution image to a smaller file size while trying to maintain as much quality…
Read More What is LLM Quantization?