Feb 15, 2026 || The Rust Builder Design Pattern

Constructing a Builder in Rust with proper Error Handling and Shared Data with `Rc`

Aug 11, 2025 || Detecting AI Text

A deep-dive into PyTorch logits, including AI Text Detection with Perplexity Scoring

Dec 20, 2024 || Structure Is All You Need

A review of structure models in Python code using Pydantic and Structured Output from LLMs with Ollama

Oct 13, 2024 || Classification of Medical Diagnoses based on Symptoms

Using Text Classification via HuggingFace 🤗 to Predict Medical Diagnoses based on Symptoms

Aug 03, 2024 || Retrieval-Augmented Generation (RAG) using verba

Extracting information from conversations between a Customer and an Agent, using Retrieval-Augmented Generation (RAG) with the verba library

Jun 12, 2023 || Paired Sample Hypothesis Testing via Bootstrapping with Polars

Hypothesis Testing on Paired Sample data when the Frequentist Approach is not a suitable option

Feb 28, 2022 || Introducing gcloudy

A more intuitive approach to using Google's existing Google Cloud Platform (GCP) framework of cloud services in Python