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


Focused view of programming code displayed on a laptop, ideal for tech and coding themes.

Creating an AI-Powered Knowledge Base with WordPress

WordPress, the world’s most popular content management system, can now serve as a powerful foundation for AI-driven knowledge bases. By leveraging your existing WordPress content, you can create intelligent systems that enhance user experience, streamline customer support, and unlock new possibilities for content creation. Let’s explore how to transform your WordPress site into an AI-powered…
Read More Creating an AI-Powered Knowledge Base with WordPress

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?