Is Your Training Data Representative? A Guide to Checking with PSI in Python

Is Your Training Data Representative? A Guide to Checking with PSI in Python
To get the most out of this tutorial, you should have a solid understanding of how to compare two distributions. ...
Read more

How to Build an AI Budget-Planning Optimizer for Your 2026 CAPEX Review: LangGraph, FastAPI, and n8n

How to Build an AI Budget-Planning Optimizer for Your 2026 CAPEX Review: LangGraph, FastAPI, and n8n
was the UI for complex budget planning, with an AI agent handling the optimisation behind the scenes? If I could ...
Read more

LangChain for EDA: Build a CSV Sanity-Check Agent in Python

LangChain for EDA: Build a CSV Sanity-Check Agent in Python
, agents perform actions. That’s exactly what we’re going to try out in today’s article. In this article, we’ll use ...
Read more

Implementing the Gaussian Challenge in Python

Implementing the Gaussian Challenge in Python
Carl Gauss was a German mathematician and astronomer, also known as the “Prince of Mathematics”. He is widely recognized for ...
Read more

Implementing the Coffee Machine in Python

Implementing the Coffee Machine in Python
of the easiest programming languages, and one that encapsulates within itself diversity and the potential to include code as complex ...
Read more

The Beauty of Space-Filling Curves: Understanding the Hilbert Curve

The Beauty of Space-Filling Curves: Understanding the Hilbert Curve
0. Introduction (SFC) are fascinating mathematical constructs with many practical applications in data science and data engineering. While they may ...
Read more

Extracting Structured Data with LangExtract: A Deep Dive into LLM-Orchestrated Workflows

Extracting Structured Data with LangExtract: A Deep Dive into LLM-Orchestrated Workflows
Having developed raw LLM workflows for structured extraction tasks, I have observed several pitfalls in them over time. In one ...
Read more

Hands-On with Agents SDK: Safeguarding Input and Output with Guardrails

Hands-On with Agents SDK: Safeguarding Input and Output with Guardrails
exploring features in the OpenAI Agents SDK framework, there’s one capability that deserves a closer look: input and output guardrails. ...
Read more

How to Context Engineer to Optimize Question Answering Pipelines

How to Context Engineer to Optimize Question Answering Pipelines
engineering is one of the most relevant topics in machine learning today, which is why I’m writing my third article ...
Read more

Tool Masking: The Layer MCP Forgot

Tool Masking: The Layer MCP Forgot
By Frank Wittkampf & Lucas Vieira MCP and similar services were a breakthrough in AI connectivity¹: a big leap forward ...
Read more