Obelisk AI content system illustration

Obelisk

Obelisk is an AI-powered marketing platform that helps teams create content with brand consistency. It orchestrates specialized AI agents for SEO, email marketing, brand voice analysis, and strategy, all within a multi-tenant SaaS architecture with space-level isolation. Tech Stack: FastAPI, LangGraph, PostgreSQL, Vertex AI, Redis, Google Cloud Source: Private (commercial product) · Book a call to discuss My role: Team product at Entropy Labs. I led product and backend work around agent orchestration, retrieval, checkpointing, guardrails, and multi-tenant runtime behavior. ...

January 20, 2025 · 16 min · Muhammad Hassan Raza
LangChain production workflow diagram

LangChain in Production: What the Tutorials Don't Tell You

Every LangChain tutorial ends right where the real work begins. You see a neat 50-line script that queries a PDF, and you think, “Cool, I’ll ship this by Friday.” Three weeks later, you’re debugging memory leaks, wondering why your chain silently returns empty strings, and questioning every decision that led you here. I’ve shipped LangChain-based features to production at multiple companies. Here’s what I wish someone had told me before I started. ...

June 20, 2025 · 5 min · Muhammad Hassan Raza
FAQ bot RAG pipeline diagram

Building a Smarter FAQ Bot (with Gemini, RAG, and Structured Output)

Introduction If you’ve ever found yourself digging through product manuals, company wikis, or lengthy documents just to find a simple answer, you know the pain. The fact you’re reading this suggests you’re interested in how Generative AI can make that process less painful. Stick around for a few minutes, and I’ll walk you through how we built a smarter FAQ bot using Google’s Gemini API, Retrieval Augmented Generation (RAG), and structured output. This isn’t just another chatbot; it’s designed to give reliable, context-aware answers based only on provided information, minimizing the risk of making things up (hallucination). This example uses Google Car manuals, but the principles apply anywhere you have a set of documents you need to query effectively. I’m sharing my journey building this; it’s a practical demonstration, not a definitive guide, so adapt the ideas to your needs! ...

April 20, 2025 · 8 min · Muhammad Hassan Raza