AI Agents for Real-Time IT Incident Response

In this guide, we’ll build two different AI approaches for real-time IT incident management, tools that can automatically analyze alerts, prioritize fixes, and recommend solutions during a system outage. We’ll compare two distinct styles for building AI Agents: We will use the Databricks Free Edition to implement one Python notebook for each case, leveraging one […]

, , , , , , , , , , ,

Leave a comment

The Red Team Mindset: Why You Should Attack Your Own AI

What’s a Red Team and why it matters Originating in military stress-testing, Red Teaming uses an “adversarial mindset” to find vulnerabilities that standard testing misses. While a Blue Team defends, the Red Team acts as the enemy to exploit weaknesses before a real adversary can. In the context of AI, this means moving beyond verifying […]

, , , , , ,

Leave a comment

Choosing the Right LLM: A Decision Matrix

Introduction Choosing the right Large Language Model (LLM) can feel overwhelming. The landscape changes fast, model names blend together, and benchmark charts don’t always tell us what actually works for our use case. This guide will attempt to provide a simple, practical way to pick the right model without getting lost in technical hype. It […]

, , , , ,

Leave a comment

AI Engineering: A Practical Introduction

AI Engineering moves beyond training models. It’s the discipline of building robust production systems powered by foundation models. Introduction: What AI Engineering is and is not AI Engineering is not about training large models from scratch. Instead, it’s about building production systems on top of foundation models like GPT-4, Claude, and Llama. Traditional ML workflows […]

, , , , , , ,

Leave a comment

Absolute Zero: How AI is Learning without Data

The Absolute Zero Reasoner (AZR) is a recent AI innovation that presents a new methodology for AI models to learn and reason. This method diverges from traditional AI learning approaches by enabling AI to learn from scratch, without the need for pre-existing human-provided data. This is a key point: It is given zero data and […]

, , , , , , , ,

Leave a comment

Drift Detection in Large Language Models: A Practical Guide

Introduction Basically, LLM drift happens when AI models start to lose their edge over time, and don’t perform as well. This is a real problem if we want them to keep working consistently in the real world. Types of Drift in LLMs Input Data Drift These are changes in the input data the model receives, […]

, , , , , , , , , , ,

Leave a comment

The LLM Project Lifecycle: A Practical Guide

Executive Summary Large Language Models (LLMs) are revolutionizing how AI works across many fields. This guide will walk through the key steps of building an LLM project, using a customer support chatbot as an example. We’ll focus on: Along the way, we’ll discuss important things to consider and common mistakes to avoid. The diagram emphasizes […]

, , , , , , , , , , , , , , , , ,

Leave a comment

Deep Learning in Fraud detection: AutoML

Last of Four: Deep Learning Basics for Engineers This is the final installment of a four-part series of self-contained articles on deep learning, using real-world examples. It’s aimed at engineers and techies who want to learn more about AI. We already covered the basics of machine learning in a previous series, but this one focuses […]

, , , , , ,

Leave a comment

Deep Learning in Fraud detection: Graph Neural Networks

Third of Four: Deep Learning Basics for Engineers This is part 3 of a four-part series of self-contained articles on deep learning, using real-world examples. It’s aimed at engineers and techies who want to learn more about AI. We already covered the basics of machine learning in a previous series, but this one focuses specifically […]

, , , , , , , , , ,

Leave a comment

Deep Learning in Fraud detection: Hybrid models

Second of Four: Deep Learning Basics for Engineers This is part 2 of a four-part series of self-contained articles on deep learning, using real-world examples. It’s aimed at engineers and techies who want to learn more about AI. We already covered the basics of machine learning in a previous series, but this one focuses specifically […]

, , , , , , , , , , ,

Leave a comment