AI/ML Techniques

The Statistics of Token Selection: Logits, Temperature, and Top-P Walkthrough

When large language models, or LLMs for short, produce outputs, several criteria are at stake, including not only overall response…

2 months ago

Implementing Hybrid Semantic-Lexical Search in RAG

Implementing hybrid search strategies is a critical step in building modern RAG (Retrieval-Augmented Generation) systems , especially when shifting from…

2 months ago

Building Context-Aware Search in Python with LLM Embeddings + Metadata

Keyword search breaks the moment a user types something a document doesn't literally say.

2 months ago

How to Build a Multi-Agent Research Assistant in Python

I have been experimenting with the OpenAI Agents SDK, and it has quickly become one of my favorite ways to…

2 months ago

Agentic Programming: A Roadmap

Here is the number that defines the current state of things:

2 months ago

Prompt Engineering for Agentic AI

You have probably spent time learning how to prompt AI well.

2 months ago

Building Vector Similarity Search in PostgreSQL with pgvector

Search works well when users know exactly what they are looking for, but it breaks down when intent is described…

2 months ago

LLM Observability Tools for Reliable AI Applications

Large language models (LLMs) now power everything from customer service bots to autonomous coding agents.

3 months ago