GraphRAG in Action: A Simple Agent for Know-Your-Customer Investigations

the world of financial services, Know-Your-Customer (KYC) and Anti-Money Laundering (AML) are critical defense lines against illicit activities. KYC is ...
Read more
Explainable Anomaly Detection with RuleFit: An Intuitive Guide

your anomaly detection results to your stakeholders, the immediate next question is always “why?”. In practice, simply flagging an anomaly ...
Read more
Taking ResNet to the Next Level

If you read the title of this article, you might probably think that ResNeXt is directly derived from ResNet. Well, ...
Read more
Prescriptive Modeling Makes Causal Bets – Whether You Know it or Not!

modeling is the pinnacle of analytics value. It doesn’t focus on what happened, or even what will happen – it ...
Read more
AI Agent with Multi-Session Memory

Intro In Computer Science, just like in human cognition, there are different levels of memory: Primary Memory (like RAM) is ...
Read more
Data Science: From School to Work, Part V

Make it work, then make it beautiful, then if you really, really have to, make it fast. 90 percent of ...
Read more
A Developer’s Guide to Building Scalable AI: Workflows vs Agents

I had just started experimenting with CrewAI and LangGraph, and it felt like I’d unlocked a whole new dimension of ...
Read more
A Caching Strategy for Identifying Bottlenecks on the Data Input Pipeline

in the data input pipeline of a machine learning model running on a GPU can be particularly frustrating. In most ...
Read more
Agentic AI: Implementing Long-Term Memory

, you know they are stateless. If you haven’t, think of them as having no short-term memory. An example of ...
Read more
LLM-as-a-Judge: A Practical Guide | Towards Data Science

If features powered by LLMs, you already know how important evaluation is. Getting a model to say something is easy, ...
Read more