Machine Learning
What Are the Opportunities for Building Day Tables in Do-It-Yourself Areas?
2 weeks ago
What Are the Opportunities for Building Day Tables in Do-It-Yourself Areas?
Introduction For many years, I built date tables with the DAX coded table model, where there was no other source…
7 Crucial Barriers Between Data Teams and Self-Healing Data Architecture
2 weeks ago
7 Crucial Barriers Between Data Teams and Self-Healing Data Architecture
Introduction , AI examples of data engineering revolve around one thing: fixing a pipeline. An engineer opens up Claude Code,…
Making a PDF’s Images Searchable for RAG, Without Paying to Read Them All
2 weeks ago
Making a PDF’s Images Searchable for RAG, Without Paying to Read Them All
companion in Enterprise Document Intelligence, the series that builds an enterprise RAG system from four bricks. It extends Article 5…
Materialized Lake Views in Microsoft Fabric: When Your Medallion Fits in a SELECT Statement
2 weeks ago
Materialized Lake Views in Microsoft Fabric: When Your Medallion Fits in a SELECT Statement
time, building a medallion architecture in Microsoft Fabric meant stitching together a small orchestra of moving parts: notebooks for the…
Python 3.14 and its New JIT Compiler
2 weeks ago
Python 3.14 and its New JIT Compiler
marks a turning point in the development of the world's most popular programming language. Although Python has long been known…
Building a Custom GStreamer Plugin for NVIDIA DeepStream
2 weeks ago
Building a Custom GStreamer Plugin for NVIDIA DeepStream
a production-ready pipeline for multi-stream video analytics: hardware-accelerated decoding, tracking, on-screen rendering, and messaging, all using GStreamer. With standard discovery…
I tried to Edit My ETL Pipeline. Here's What I Didn't Expect.
2 weeks ago
I tried to Edit My ETL Pipeline. Here's What I Didn't Expect.
I mentioned that planning is the next wall I will go through. So I guessed, here I am, heading towards…
Parse Scanned PDFs for RAG with EasyOCR: Free OCR Gives You Words, Not a Document
2 weeks ago
Parse Scanned PDFs for RAG with EasyOCR: Free OCR Gives You Words, Not a Document
in Enterprise Document Intelligence, the series that builds an enterprise RAG system from four bricks. Article 5 (document parsing) built…
GPU-Resident Top-K for Agentic RAG: I Built a CUDA Kernel So My Retrieval Step Would Stop Bouncing Off the GPU
2 weeks ago
GPU-Resident Top-K for Agentic RAG: I Built a CUDA Kernel So My Retrieval Step Would Stop Bouncing Off the GPU
, 343-line tour of CUDA Top-K retrieval. This kernel, CPU oracle, and benchmark suite prove that the standard Agentic RAG…
Scheduled Results with LLMs: JSON Mode, Function Calling, and When to Use Each
2 weeks ago
Scheduled Results with LLMs: JSON Mode, Function Calling, and When to Use Each
we talked a lot about popular techniques to improve the performance and cost of AI applications, such as feedback streaming…