Building a Production RAG System with pgvector and Laravel
Ship a real RAG pipeline in Laravel using PostgreSQL pgvector. Smart chunking, batched embeddings, HNSW indexes, reranking, and citation-backed answers.
Writing
Long-form writing on development, tooling, and lessons from the workbench plus book reviews when a title sticks.
Topics
Jump to a category or open all categories.
Newest first. Use search or categories above to narrow down.
Ship a real RAG pipeline in Laravel using PostgreSQL pgvector. Smart chunking, batched embeddings, HNSW indexes, reranking, and citation-backed answers.
Build a self-hosted AI code reviewer in Laravel: GitHub webhooks, signature verification, structured Claude output, and inline review comments on real PRs.
Stream Claude responses token-by-token in Laravel using SSE and Reverb WebSockets. Includes generator-based services, queued broadcasts, and proxy gotchas.
Build a real Claude-powered AI agent in Laravel: tool calling, MCP integration, refund safety rails, and a step-bounded agent loop you can ship.
Create a practical AI SEO generator for a Laravel blog. Generate meta titles, descriptions, keywords, FAQ schema, slugs, and internal link ideas with Ollama or OpenAI.
A complete look at Vue 3.5 Vapor Mode, what it actually changes, how to enable it per file or project-wide, what works, what doesn't, and real benchmark numbers.
Set up a modern TypeScript project end-to-end with Bun, Biome, and Vitest. Bootstrapping, tsconfig flags, lint/format, tests, CI all in one walkthrough.
A complete walkthrough of building a type-safe Node.js API with Hono and Drizzle for schema, migrations, typed routes, RPC client, and edge deployment.