✕ Clear all filters
113 articles
▶ Videos →

📰 KDnuggets

113 articles · Updated every 3 hours · View all reads

All Articles 104,741Blog Posts 117,202Tech Tutorials 26,418Research Papers 21,862News 16,201 ⚡ AI Lessons
5 AI Coding Subscription Plans That Give Developers the Best Value
KDnuggets 💻 AI-Assisted Coding ⚡ AI Lesson 2d ago
5 AI Coding Subscription Plans That Give Developers the Best Value
This is an opinion-based look at the AI coding subscription plans that I think give developers the best value for their money, from token and usage-based plans
5 Agentic Workflows to Automate Your Data Science Pipeline
KDnuggets 🤖 AI Agents & Automation ⚡ AI Lesson 5d ago
5 Agentic Workflows to Automate Your Data Science Pipeline
This article covers five concrete agentic workflows, one for each major stage of a data science pipeline.
Using Gemini to Create Google Sheets
KDnuggets 🛠️ AI Tools & Apps ⚡ AI Lesson 6d ago
Using Gemini to Create Google Sheets
In this tutorial, we will show you how to use Gemini to create Google Sheets, build a useful table, generate formulas, analyze data, and improve the spreadsheet
5 Open Source Omni AI Models That Handle Text, Images, Audio, and Video
KDnuggets 🧠 Large Language Models ⚡ AI Lesson 6d ago
5 Open Source Omni AI Models That Handle Text, Images, Audio, and Video
Take a practical look at multimodal, any-to-any systems for vision-language reasoning, speech interaction, document intelligence, real-time assistants, local de
The Roadmap to Becoming an AI Architect in 2026
KDnuggets 🤖 AI Agents & Automation ⚡ AI Lesson 6d ago
The Roadmap to Becoming an AI Architect in 2026
Follow this step-by-step path through the design, decision-making, and leadership skills that move an engineer into the architect's seat.
Top 7 Coding Models You Can Run Locally in 2026
KDnuggets 💻 AI-Assisted Coding ⚡ AI Lesson 1w ago
Top 7 Coding Models You Can Run Locally in 2026
Explore the best local coding models for private AI coding, fast GGUF inference, agentic workflows, multimodal development, and running powerful open models on
The Math Skills Every Aspiring Data Scientist Needs to Master Before Writing a Single Line of Code
KDnuggets 📐 ML Fundamentals ⚡ AI Lesson 1w ago
The Math Skills Every Aspiring Data Scientist Needs to Master Before Writing a Single Line of Code
This article breaks down each essential math discipline, explains its role in data science, and maps out an efficient learning path you can start today.
Here’s Why WebMCP is Exciting
KDnuggets 🤖 AI Agents & Automation ⚡ AI Lesson 1w ago
Here’s Why WebMCP is Exciting
WebMCP is an open web standard that lets websites expose structured, callable tools directly to browser-based agents. Find out what makes it exciting.
5 Essential Approaches to Robust Outlier Detection
KDnuggets 📐 ML Fundamentals ⚡ AI Lesson 1w ago
5 Essential Approaches to Robust Outlier Detection
Outliers can easily ruin the performance of any predictive analysis models you build: robustly detecting and handling them is crucial in any data project. This
ChatLLM by Abacus AI Review: A Multi-Model AI Workspace Built for Daily Work
KDnuggets 🧠 Large Language Models ⚡ AI Lesson 1w ago
ChatLLM by Abacus AI Review: A Multi-Model AI Workspace Built for Daily Work
An in-depth review of ChatLLM by Abacus AI, covering supported AI models, AI agents, coding tools, integrations, pricing, usage limits, and how it compares to C
Here’s What Everyone Gets Wrong About Agentic AI
KDnuggets 🤖 AI Agents & Automation ⚡ AI Lesson 1w ago
Here’s What Everyone Gets Wrong About Agentic AI
Agentic AI is not failing because the technology is bad. It is failing because of five specific misconceptions that teams carry into their first deployments and
3 NLTK Tricks for Advanced Text Preprocessing & Linguistic Analysis
KDnuggets 📐 ML Fundamentals ⚡ AI Lesson 1w ago
3 NLTK Tricks for Advanced Text Preprocessing & Linguistic Analysis
In this article, we will walk through three essential NLTK tricks to elevate your text preprocessing: preserving phrase integrity with the MWETokenizer, context
Loss Function Explained For Noobs (How Models Know They Are Wrong)
KDnuggets 📐 ML Fundamentals ⚡ AI Lesson 1w ago
Loss Function Explained For Noobs (How Models Know They Are Wrong)
This is a simple guide to understanding loss functions in machine learning and how models learn from their mistakes.
Practical SQL Tricks Every Data Scientist Should Know
KDnuggets 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 1w ago
Practical SQL Tricks Every Data Scientist Should Know
In this article, we’ll cover essential SQL patterns and workflows that make everyday data analysis cleaner, faster, and easier to scale.
Advanced Join Techniques: LATERAL Joins, Semi Joins, Anti Joins
KDnuggets 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 1w ago
Advanced Join Techniques: LATERAL Joins, Semi Joins, Anti Joins
LATERAL joins let a subquery in the FROM clause reference columns from earlier in the same FROM clause. Semi joins return rows where a match exists in another t
How (and Why) I Built an AI Assistant
KDnuggets 🤖 AI Agents & Automation ⚡ AI Lesson 2w ago
How (and Why) I Built an AI Assistant
This article is an honest account of the process on why I built a custom AI assistant instead of just paying for one, what the architecture looks like, the actu
5 Fun Projects Using OpenAI Codex
KDnuggets 💻 AI-Assisted Coding ⚡ AI Lesson 2w ago
5 Fun Projects Using OpenAI Codex
Learn Codex by building small and practical projects step by step.
The Roadmap to Becoming an LLM Engineer in 2026
KDnuggets 🧠 Large Language Models ⚡ AI Lesson 2w ago
The Roadmap to Becoming an LLM Engineer in 2026
A step-by-step path through the skills that turn a machine learning practitioner into someone who ships large language model applications.
Stop Writing Loops in Pandas: 7 Faster Alternatives to Try
KDnuggets 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 2w ago
Stop Writing Loops in Pandas: 7 Faster Alternatives to Try
In this article, you will learn how to replace pandas loops with 7 faster methods for optimized data processing.
Building Time-Series Machine Learning Models with sktime in Python
KDnuggets 📐 ML Fundamentals ⚡ AI Lesson 2w ago
Building Time-Series Machine Learning Models with sktime in Python
In this article, we’ll build time-series machine learning models in Python using sktime and explore its core data structures for forecasting workflows.