Blog

Technical insights, tutorials, and thoughts on AI

Building an AI Knowledge Base

Building an AI Knowledge Base

Machine learning Artificial intelligence Rag Llm
An AI knowledge base is a system that ingests documents, processes them into a form that language models can retrieve from, and serves relevant context to an LLM at query time. The dominant pattern...
The 'One Codebase, Many Products' Playbook

The 'One Codebase, Many Products' Playbook

Ai Webdev Programming
In the AI era, velocity matters. Building each AI product from scratch—authentication, billing, observability, LLM routing—takes months. What if you could reuse the same codebase for multiple produ...