Blog

Your blog category

An Existential Crisis of a Veteran Researcher in the Age of Generative AI

I was a researcher fifteen years ago. A PhD candidate doing Research for long days. I was swamped with many articles, annotations, emails, bookmarks, etc. When I found a citation manager tool, Mendeley, I felt so relaxed. It was like I had control over the process again. When I found a bookmark manager, XBookmark, I […]

An Existential Crisis of a Veteran Researcher in the Age of Generative AI Read More »

Why Most Cyber Risk Models Fail Before They Begin

Cybersecurity leaders are being asked impossible questions. “What’s the likelihood of a breach this year?” “How much would it cost?” And “how much should we spend to stop it?” Yet most risk models used today are still built on guesswork, gut instinct, and colorful heatmaps, not data. In fact, PwC’s 2025 Global Digital Trust Insights

Why Most Cyber Risk Models Fail Before They Begin Read More »

Explained: How Does L1 Regularization Perform Feature Selection?

Feature Selection is the process of selecting an optimal subset of features from a given set of features; an optimal feature subset is the one which maximizes the performance of the model on the given task. Feature selection can be a manual or rather explicit process when performed with filter or wrapper methods. In these

Explained: How Does L1 Regularization Perform Feature Selection? Read More »

Enterprise AI: From Build-or-Buy to Partner-and-Grow

Not long ago, a cooperation partner casually approached me with an AI use case at their organization. They wanted to make their onboarding process for new staff more efficient by using AI to answer the repetitive questions of newcomers. I suggested a practical chat approach that would integrate their internal documentation, and off they went

Enterprise AI: From Build-or-Buy to Partner-and-Grow Read More »

How to Get Performance Data from Power BI with DAX Studio

Introduction To put things straight: I will not discuss how to optimize DAX Code today. More articles will follow, concentrating on common mistakes and how to avoid them. But, before we can understand the performance metrics, we need to understand the architecture of the Tabular model in Power Bi.The same architecture applies to Tabular models

How to Get Performance Data from Power BI with DAX Studio Read More »

AI Agents Processing Time Series and Large Dataframes

Intro Agents are AI systems, powered by LLMs, that can reason about their objectives and take actions to achieve a final goal. They are designed not just to respond to queries, but to orchestrate a sequence of operations, including processing data (i.e. dataframes and time series). This ability unlocks numerous real-world applications for democratizing access

AI Agents Processing Time Series and Large Dataframes Read More »

Beginner’s Guide to Creating a S3 Storage on AWS

Introduction AWS is a well-known cloud provider whose primary goal is to allocate server resources for software engineers to deploy their applications. AWS offers many services, one of which is EC2, providing virtual machines for running software applications in the cloud. However, for data-intensive applications, storing data inside EC2 instances is not always the optimal

Beginner’s Guide to Creating a S3 Storage on AWS Read More »