Back to All Posts

Tag: #LLM

7 articles found

Semantic Observability for Production RAG: Beyond Basic Metrics
Architecture

Go beyond traditional metrics. Master semantic observability to ensure reliability and detect hallucinations in your production RAG systems.

#ai#webdev#python
Jul 2, 2026
Read More
Automating CS Exams: My 8-Month Journey to an AI-Powered Study App
AI

Facing tedious CS exams, I built an AI app in 8 months to automate studying and pseudocode generation. This post details the FastAPI, LLM, and MongoDB architecture.

#ai#webdev#python
Jun 29, 2026
Read More
Active Inference in Practice: Building Self-Curious AI Agents
Backend

Explore how active inference enables AI agents to develop curiosity intrinsically, boosting performance from 48% to 100% in foraging tasks. I'll break down the architecture.

#ai#machinelearning#llm
Jun 28, 2026
Read More
The Eval Harness That Saved My RAG Pipeline From Production Failure
Backend

I nearly shipped a RAG pipeline with subtle, critical flaws. An evaluation harness caught two major bugs no unit test could ever detect, proving its worth on day one.

#ai#testing#rag
Jun 25, 2026
Read More
Building Open-Source LLM Observability: Ditch the $79/Month Tools
Backend

Proprietary LLM observability tools often carry a hefty subscription fee. I'll show you how I built an open-source alternative to gain deep visibility into your LLM interactions.

#ai#seo#python
Jun 24, 2026
Read More
Local LLM Output: Why My Em-Dash Preprocessing Was Flawed
AI

I nearly added an em-dash remover to my LLM library. Learn how testing local models revealed unexpected output patterns and reshaped text preprocessing.

#python#ai#llm
Jun 21, 2026
Read More
Debunking LLM Output Assumptions: Em-Dashes & Local Model Quirks
Backend

I almost added an em-dash remover to my LLM library, llmclean, based on a faulty assumption. Testing five local models revealed surprising output patterns.

#python#ai#llm
Jun 21, 2026
Read More