by Dr. Owns | Mar 28, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
We all know what makes both authors and editors happy: a smooth, streamlined publication process where the path from draft to published article is quick and painless. We also know that many of our contributors—old-timers and new ones alike—might not have a lot of...
by Dr. Owns | Mar 27, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Introduction Writing code is about solving problems, but not every problem is predictable. In the real world, your software will encounter unexpected situations: missing files, invalid user inputs, network timeouts, or even hardware failures. This is why handling...
by Dr. Owns | Mar 27, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Authors Alex (Qian) Wan: Alex (Qian) is a designer specializing in AI for B2B products. She is currently working at Microsoft, focusing on machine learning and Copilot for data analysis. Previously, she was the Gen AI design lead at VMware.Eli Ruoyong Hong : Eli is a...
by Dr. Owns | Mar 27, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Large language models (LLMs) are improving in efficiency and are now able to understand different data formats, offering possibilities for myriads of applications in different domains. Initially, LLMs were inherently able to process only text. The image understanding...
by Dr. Owns | Mar 26, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Why build things the hard way when you can design them the smart way? As a Supply Chain Data Scientist, I’ve explored various frameworks like LangChain and LangGraph to build AI agents using Python. Leveraging LLMs with LangChain for Supply Chain Analytics — A Control...
by Dr. Owns | Mar 26, 2025 | Analytics, Artificial Intelligence, Data and Information, Decision Support
Intro In Part 1 of this tutorial series, we introduced AI Agents, autonomous programs that perform tasks, make decisions, and communicate with others. Agents perform actions through Tools. It might happen that a Tool doesn’t work on the first try, or that multiple...