📌 Technical Origin of OpenML - A Quantum Physics Problem
2026-01-26
2026-02-04
The conceptual foundation of OpenML dates all the way back to 2013 when a college boy in Physics major was reading and implementing the Matrix Numerov Method for Solving Schrödinger Equation
2183 words
|
11 minutes
Cover Image of the Post
MQTT Essentials
In the rapidly evolving landscape of IoT, MQTT has emerged as the de facto standard protocol for data exchange. This post on MQTT is designed to equip decision-makers, solution architects, and IoT professionals with a strategic and practical understanding of MQTT and how to execute it for scalable, reliable, and seamless data movement. Delve into how MQTT can help organization overcome the challenges other IoT protocols cannot address with features such as persistent sessions, retained messages, Last Will and Testament (LWT), Quality of Service (QoS) levels, and more. After reading this guide, you'll be ready to use MQTT to optimize connectivity and lay the proper data foundation to enable any IoT or IIoT use case.
723 words
|
4 minutes
Cover Image of the Post
Introduction to Audio Data
In signal processing, sampling is the reduction of a continuous-time signal to a discrete-time signal. A common example is the conversion of a sound wave to a sequence of “samples”. A sample is a value of the signal at a point in time and/or space; this definition differs from the term’s usage in statistics, which refers to a set of such values
264 words
|
1 minute
Cover Image of the Post
OpenML's backend Tech Explained
In this post, we explore the core architectural philosophy behind OpenML's backend infrastructure: a deliberate choice of explicit control and standards compliance over framework magic. By anchoring our microservices to the strict rules of the JAX-RS specification, and leveraging precise engines like Jersey and Quarkus rather than comprehensive ecosystems like Spring, we ensure our codebase remains portable and maintain absolute sovereignty over our entire execution environment.
1853 words
|
9 minutes
Cover Image of the Post
Codebase RAG for Coding Agent
2026-05-26
2026-05-27
We are all familiar with RAG system as a customized LLM trained with private data. How about applying a codebase as the private data as a RAG for coding agent? ADR (Architectural Decision Records) does this for us
1743 words
|
9 minutes
Cover Image of the Post
Quantum Natural Language Processing & Quantum Knowledge Graph
2026-05-20
2026-05-25
In recent years, researchers have begun formalizing the Quantum Knowledge Graph (QKG), which integrates traditional knowledge graphs with Quantum Natural Language Processing (QNLP).
1176 words
|
6 minutes
Cover Image of the Post
AI Agent - ReAct: Reasoning and Acting
2026-05-05
2026-05-22
The ReAct paradigm bridges the gap between digital reasoning and purposeful action by giving agents a digital form of inner speech. By generating internal thought traces before executing tasks, AI can plan, observe, and self-correct in a continuous loop. This approach moves us away from black-box automation and toward building transparent, deliberate agents that can navigate complex problems with genuine logical integrity.
1237 words
|
6 minutes
Cover Image of the Post
Houston, We Have a Problem - OpenJDK is on 26 Now!
2025-07-28
2026-05-21
Holy... I'm still at 17. My tech portfolio has been obsolete. Let's put up a blog that shares the updates and new features since JDK 9 forward.
4107 words
|
21 minutes
Cover Image of the Post