π How to Call Rust from Python
π Category: PROGRAMMING
π Date: 2026-04-21 | β±οΈ Read time: 10 min read
A guide to bridging the gap between ease of use and raw performance.
#DataScience #AI #Python
π Category: PROGRAMMING
π Date: 2026-04-21 | β±οΈ Read time: 10 min read
A guide to bridging the gap between ease of use and raw performance.
#DataScience #AI #Python
π I Replaced GPT-4 with a Local SLM and My CI/CD Pipeline Stopped Failing
π Category: MACHINE LEARNING
π Date: 2026-04-21 | β±οΈ Read time: 13 min read
The hidden cost of probabilistic outputs in systems that demand reliability
#DataScience #AI #Python
π Category: MACHINE LEARNING
π Date: 2026-04-21 | β±οΈ Read time: 13 min read
The hidden cost of probabilistic outputs in systems that demand reliability
#DataScience #AI #Python
π Your RAG Gets Confidently Wrong as Memory Grows β I Built the Memory Layer That Stops It
π Category: LARGE LANGUAGE MODELS
π Date: 2026-04-21 | β±οΈ Read time: 15 min read
As memory grows in RAG systems, accuracy quietly drops while confidence rises β creating aβ¦
#DataScience #AI #Python
π Category: LARGE LANGUAGE MODELS
π Date: 2026-04-21 | β±οΈ Read time: 15 min read
As memory grows in RAG systems, accuracy quietly drops while confidence rises β creating aβ¦
#DataScience #AI #Python
β€1
π Using Causal Inference to Estimate the Impact of Tube Strikes on Cycling Usage in London
π Category: DATA SCIENCE
π Date: 2026-04-22 | β±οΈ Read time: 19 min read
Turning free-to-use data into a hypothesis-ready dataset
#DataScience #AI #Python
π Category: DATA SCIENCE
π Date: 2026-04-22 | β±οΈ Read time: 19 min read
Turning free-to-use data into a hypothesis-ready dataset
#DataScience #AI #Python
β€2
π Correlation vs. Causation: Measuring True Impact with Propensity Score Matching
π Category: DATA SCIENCE
π Date: 2026-04-22 | β±οΈ Read time: 12 min read
Learn how Propensity Score Matching uncovers true causality in observational data. By finding βstatistical twins,ββ¦
#DataScience #AI #Python
π Category: DATA SCIENCE
π Date: 2026-04-22 | β±οΈ Read time: 12 min read
Learn how Propensity Score Matching uncovers true causality in observational data. By finding βstatistical twins,ββ¦
#DataScience #AI #Python
π From Ad Hoc Prompting to Repeatable AI Workflows with Claude Code Skills
π Category: AGENTIC AI
π Date: 2026-04-22 | β±οΈ Read time: 8 min read
How I turned LLM persona interviews into a repeatable customer research workflow
#DataScience #AI #Python
π Category: AGENTIC AI
π Date: 2026-04-22 | β±οΈ Read time: 8 min read
How I turned LLM persona interviews into a repeatable customer research workflow
#DataScience #AI #Python
π Ivory Tower Notes: The Methodology
π Category: DATA SCIENCE
π Date: 2026-04-22 | β±οΈ Read time: 6 min read
A short intro to scientific methodology to combat βprompt in, slop outβ
#DataScience #AI #Python
π Category: DATA SCIENCE
π Date: 2026-04-22 | β±οΈ Read time: 6 min read
A short intro to scientific methodology to combat βprompt in, slop outβ
#DataScience #AI #Python
β€1
π How to Run OpenClaw with Open-Source Models
π Category: LARGE LANGUAGE MODELS
π Date: 2026-04-22 | β±οΈ Read time: 8 min read
Run OpenClaw assistant through alternative LLMs
#DataScience #AI #Python
π Category: LARGE LANGUAGE MODELS
π Date: 2026-04-22 | β±οΈ Read time: 8 min read
Run OpenClaw assistant through alternative LLMs
#DataScience #AI #Python
β€2
π Using a Local LLM as a Zero-Shot Classifier
π Category: LARGE LANGUAGE MODELS
π Date: 2026-04-23 | β±οΈ Read time: 8 min read
A practical pipeline for classifying messy free-text data into meaningful categories using a locally hostedβ¦
#DataScience #AI #Python
π Category: LARGE LANGUAGE MODELS
π Date: 2026-04-23 | β±οΈ Read time: 8 min read
A practical pipeline for classifying messy free-text data into meaningful categories using a locally hostedβ¦
#DataScience #AI #Python
π I Simulated an International Supply Chain and Let OpenClaw Monitor It
π Category: AGENTIC AI
π Date: 2026-04-23 | β±οΈ Read time: 9 min read
Mario asked me why 18% of his shipments were late when every team hit theirβ¦
#DataScience #AI #Python
π Category: AGENTIC AI
π Date: 2026-04-23 | β±οΈ Read time: 9 min read
Mario asked me why 18% of his shipments were late when every team hit theirβ¦
#DataScience #AI #Python
β€2
π Your Synthetic Data Passed Every Test and Still Broke Your Model
π Category: DATA SCIENCE
π Date: 2026-04-23 | β±οΈ Read time: 11 min read
The silent gaps in synthetic data that only show up when your model is alreadyβ¦
#DataScience #AI #Python
π Category: DATA SCIENCE
π Date: 2026-04-23 | β±οΈ Read time: 11 min read
The silent gaps in synthetic data that only show up when your model is alreadyβ¦
#DataScience #AI #Python
β€1
π Lasso Regression: Why the Solution Lives on a Diamond
π Category: MACHINE LEARNING
π Date: 2026-04-23 | β±οΈ Read time: 24 min read
Itβs simpler than you think.
#DataScience #AI #Python
π Category: MACHINE LEARNING
π Date: 2026-04-23 | β±οΈ Read time: 24 min read
Itβs simpler than you think.
#DataScience #AI #Python
π Introduction to Approximate Solution Methods for Reinforcement Learning
π Category: MACHINE LEARNING
π Date: 2026-04-24 | β±οΈ Read time: 9 min read
Learn about function approximation and the different choices for approximation functions
#DataScience #AI #Python
π Category: MACHINE LEARNING
π Date: 2026-04-24 | β±οΈ Read time: 9 min read
Learn about function approximation and the different choices for approximation functions
#DataScience #AI #Python
π I Built an AI Pipeline for Kindle Highlights
π Category: LARGE LANGUAGE MODELS
π Date: 2026-04-24 | β±οΈ Read time: 12 min read
A local, zero-cost project that cleans, structures, and summarizes your reading automatically
#DataScience #AI #Python
π Category: LARGE LANGUAGE MODELS
π Date: 2026-04-24 | β±οΈ Read time: 12 min read
A local, zero-cost project that cleans, structures, and summarizes your reading automatically
#DataScience #AI #Python
π How to Improve Claude Code Performance with Automated Testing
π Category: AGENTIC AI
π Date: 2026-04-24 | β±οΈ Read time: 10 min read
Learn how to get the most out of Claude Code
#DataScience #AI #Python
π Category: AGENTIC AI
π Date: 2026-04-24 | β±οΈ Read time: 10 min read
Learn how to get the most out of Claude Code
#DataScience #AI #Python
β€2
π How to Select Variables Robustly in a Scoring Model
π Category: DATA SCIENCE
π Date: 2026-04-24 | β±οΈ Read time: 7 min read
More variables donβt make a better scoring model. Stable variables do. Hereβs how to find them.
#DataScience #AI #Python
π Category: DATA SCIENCE
π Date: 2026-04-24 | β±οΈ Read time: 7 min read
More variables donβt make a better scoring model. Stable variables do. Hereβs how to find them.
#DataScience #AI #Python
π Causal Inference Is Different in Business
π Category: DATA SCIENCE
π Date: 2026-04-25 | β±οΈ Read time: 12 min read
How does decision-gravity dictate this gap?
#DataScience #AI #Python
π Category: DATA SCIENCE
π Date: 2026-04-25 | β±οΈ Read time: 12 min read
How does decision-gravity dictate this gap?
#DataScience #AI #Python
π The Essential Guide to Effectively Summarizing Massive Documents, Part 2
π Category: LLM APPLICATIONS
π Date: 2026-04-25 | β±οΈ Read time: 18 min read
We have the document clusters, and itβs time to unlock their true potential! Letβs exploreβ¦
#DataScience #AI #Python
π Category: LLM APPLICATIONS
π Date: 2026-04-25 | β±οΈ Read time: 18 min read
We have the document clusters, and itβs time to unlock their true potential! Letβs exploreβ¦
#DataScience #AI #Python
π I Reduced My Pandas Runtime by 95% β Hereβs What I Was Doing Wrong
π Category: PROGRAMMING
π Date: 2026-04-26 | β±οΈ Read time: 18 min read
Most slow Pandas code βworksβ, until it doesnβt. Learn how to spot hidden bottlenecks, avoidβ¦
#DataScience #AI #Python
π Category: PROGRAMMING
π Date: 2026-04-26 | β±οΈ Read time: 18 min read
Most slow Pandas code βworksβ, until it doesnβt. Learn how to spot hidden bottlenecks, avoidβ¦
#DataScience #AI #Python
β€2
π Comparing Explicit Measures to Calculation Groups in Tabular Models
π Category: DATA MODELING
π Date: 2026-04-27 | β±οΈ Read time: 6 min read
With the advent of UDFs and their combination with calculation groups, I see a lotβ¦
#DataScience #AI #Python
π Category: DATA MODELING
π Date: 2026-04-27 | β±οΈ Read time: 6 min read
With the advent of UDFs and their combination with calculation groups, I see a lotβ¦
#DataScience #AI #Python