feature

Detecting Vulnerabilities in Agent Skills with SkillSpector: From Green Checkmark to Real Security Judgment

Contents1. The number you should not trust2. Agent skills are a new software supply chain3. How SkillSpector scans a skill3.1 Two kinds of check run in parallel3.2 A fourth pass decides what is real3.3 How the score is calculated4. How SkillSpector compares to other tools5. Testing setup5.1 The three skills, and why I picked them5.2 …

Detecting Vulnerabilities in Agent Skills with SkillSpector: From Green Checkmark to Real Security Judgment Read More »

kdn chugani 5 free courses ai beginner practitioner feature

5 Free Courses to Go From AI Beginner to Practitioner

  Contents# Introduction# 1. Harvard’s CS50: Introduction to AI with Python# 2. Google’s Machine Learning Crash Course# 3. fast.ai’s Practical Deep Learning for Coders# 4. The Hugging Face NLP Course# 5. ndrej Karpathy’s Neural Networks: Zero to Hero# Wrapping Up # Introduction  The barrier to entry for learning artificial intelligence has never been lower, but the signal-to-noise ratio has never been worse. With …

5 Free Courses to Go From AI Beginner to Practitioner Read More »

rodeo project management software iqLVxrHp46k unsplash

Automatically Assign a Category to Uncategorized Rows in Power Query and DAX

ContentsThe ScenarioThe data sourceDo it in Power QueryThis is not practicalDo it in DAXConclusionReferences The Scenario to report on seat ownership. Each seat in the office building must be assigned to an organisational unit (OU). There is a list of all seats, and the owning OU should be set for each seat. But some seats …

Automatically Assign a Category to Uncategorized Rows in Power Query and DAX Read More »

16 by 9 image

Could Your AI Systems Already Be High-Risk Under the EU AI Act?

    The European Commission’s latest draft guidelines provide much-needed clarity on how organizations should classify high-risk AI systems under Article 6 of the EU AI Act. However, they also raise an important question for enterprises: could your existing AI systems already be considered high-risk without you realizing it? The answer may depend on more …

Could Your AI Systems Already Be High-Risk Under the EU AI Act? Read More »

kdn 5 free resources on agentic ai feature

5 FREE Resources on Agentic AI

  Contents# Introduction# AI Agents for Beginners (Microsoft)# Hugging Face AI Agents Course# Building Effective Agents (Anthropic)# Multiagent Systems (Shoham & Leyton-Brown)# Google & Kaggle Agents Whitepaper Series# Where to Go Next # Introduction  Everyone is building agents. Far fewer people can explain, precisely, why their agent loops forever, ignores a tool it was given, or confidently reports success on a task it …

5 FREE Resources on Agentic AI Read More »

MulticollinearityPhoto

Why Your Betas Explode: The Hidden Geometry of Multicollinearity

a marketing mix model to a senior director. The slide showed two beta coefficients side by side: Linear TV at +2.4, Digital TV at +1.8. He nodded, satisfied. Then he asked the question I was dreading. “Let’s assume we run this with last week’s refreshed data. Same channels, same model, same everything, but one extra …

Why Your Betas Explode: The Hidden Geometry of Multicollinearity Read More »

KDN Shittu 7 Python Frameworks for Orchestrating Local AI Agents scaled

7 Python Frameworks for Orchestrating Local AI Agents

  Contents# Introduction# 1. Ollama# 2. Smolagents# 3. PydanticAI# 4. CrewAI# 5. AgentScope# 6. LangGraph# 7. Microsoft Agent Framework# Wrapping Up # Introduction  An agent that calls a cloud API for every decision is renting its intelligence. It needs a key, it racks up a bill per token, and every request leaves your machine before you get an answer back. An agent built to run …

7 Python Frameworks for Orchestrating Local AI Agents Read More »

D1F0F3B0 AFD2 4DA5 B3D6 899AB1A9708C

Pydantic + OpenAI: The Cleanest Way to Get Structured Outputs from LLMs

In my latest post on structured outputs, the three main approaches for getting machine-readable responses from an LLM. Those are JSON Mode, Function Calling, and OpenAI’s Structured Outputs. If you haven’t read that post yet, it’s worth a quick read before this one, since we’ll be building directly on top of it. So, today, we’ll …

Pydantic + OpenAI: The Cleanest Way to Get Structured Outputs from LLMs Read More »

awan 5 realworld sql projects build data portfolio 1

5 Real-World SQL Projects to Build Your Data Portfolio

  Contents# Introduction# 1. E-commerce Customer Churn Analysis Using SQL# 2. SQL Data Warehouse Project# 3. Sales Data Analysis Using SQL# 4. Bank Customer Segmentation Analysis# 5. Healthcare Data Analysis Using SQL# Final Thoughts # Introduction  SQL is still one of the most important skills for data analysts, data scientists, business intelligence analysts, and analytics engineers. But learning SQL syntax is only the …

5 Real-World SQL Projects to Build Your Data Portfolio Read More »

Scroll to Top