The Thesis – Why Dictation is the New Interface
High-bandwidth input is the bottleneck of modern computing. Voice agents are for delegation; Voice dictation is for creation. This post explores why we need ‘Agentic Dictation’ to match the speed of our thoughts.
Deep Dive: Keyword Search
Conventional keyword search matches user query words to document words using an inverted index data structure for efficient matching and ranking by relevancy.
Building RAG: All things retrieval
Retrieval is the backbone of RAG. We explore the critical steps often missed by developers: proper chunking strategies, the ‘Librarian’ analogy for vector vs. keyword search, and solving the math problem of Hybrid Search using Reciprocal Rank Fusion (RRF).
Revolutionizing Question-and-Answer Systems
LLMs revolutionize question-and-answer systems with exceptional language understanding and creative writing skills. Lossy compression during training may make retrieving information challenging. Leveraging LLMs’ language expertise transforms building question-and-answer systems into reading comprehension using their ability to comprehend text, forming the basis for RAG systems that shift question answering to efficient knowledge base searches.