⌨ Keyboard shortcuts available
G — waiting for next key…

Writing

The Blog

Engineering notes, build logs, and thoughts on creative development.

A technical diagram showing the Laravel 13 logo connected to a PostgreSQL database with vector data streams, representing native semantic search.
Featured Vespa.AI Elasticsearch

Building AI-Native Apps: Vector Search in Laravel 13 & PostgreSQL

This guide explores how Laravel 13 has revolutionized search by introducing native vector similarity methods. We cover everything from the basic whereVectorSimilarTo syntax to the advanced orchestration of embeddings using the new Laravel AI SDK, providing a clear path for architects to build intelligent, semantic search engines.

May 9, 2026 · 6 min read
An engineering schematic showing a geographical map overlayed with sharp neon hexagons acting as pre-filters to narrow down vector space queries.
Laravel 13 Vector Search

Location-Aware RAG: Combining Uber’s H3 Grids with Laravel 13 Vector Search

An extensive system architecture tutorial analyzing how to construct location-aware Retrieval-Augmented Generation engines within the Laravel 13 ecosystem. We detail how to implement Uber's H3 Hexagonal indexing parameters inside PostgreSQL tables to narrow down local regional records before performing dense pgvector semantic similarity updates.

Jun 13, 2026 · 9 min
A high-level layout diagram detailing how the Laravel 13 AI SDK connects background storage systems, tool executors, and model providers.
AI SDK Laravel 13

Beyond Wrappers: Building Autonomous Agents with Laravel 13 AI SDK

An extensive end-to-end guide exploring the newly stabilized Laravel 13 AI SDK. We walk through setting up dedicated Artisan Agent classes, enabling native database conversation persistence, utilizing function tool-calling routines, and safeguarding production infrastructure via multi-model failover arrays.

Jun 7, 2026 · 8 min
An infrastructure diagram showing a single document splitting into sequential batch jobs processed concurrently by background workers into a PostgreSQL database.
php Laravel 13

Asynchronous Embedding Ingestion: Scaling pgvector in Laravel 13 with Queue Batches

An infrastructure guide focused on building a high-throughput, decoupled data ingestion pipeline using Laravel 13. We show how to safely handle high-volume text chunking, eliminate application process bottlenecks via asynchronous Bus Batches, and perform optimized updates directly within PostgreSQL

Jun 5, 2026 · 8 min
An enterprise architecture diagram showing decoupled data ingestion from an app database to a Vespa search cluster through a worker queue.
Vespa.AI

Real-Time Ingestion: Syncing Data to Vespa Without Lag

An architectural guide to implementing real-time data synchronization with Vespa. We break down the dangers of synchronous vector generation and provide an event-driven blueprint that utilizes asynchronous workers and partial document updates to maintain data freshness without degrading database performance.

Jun 5, 2026 · 8 min
A glowing dark-mode UI admin control panel displaying real-time server traffic graphs and data streaming pipelines
Laravel 13 Vector

Building a Real-Time Search Dashboard with Laravel 13 & Reverb

A hands-on, end-to-end tutorial detailing how to configure a real-time operational dashboard using Laravel 13 and Laravel Reverb. We bypass legacy database polling architectures by leveraging event-driven WebSockets and show how to monitor background application metrics live with Livewire v4 and the new Reverb database backend driver.

May 18, 2026 · 7 min
A high-level software engineering schematic demonstrating the transition of data chunks through Vespa's first-phase text filter and second-phase vector ranking.
Vespa.AI Vector Search

Vespa Multi-Stage Ranking: Merging BM25 and Vector Search

An in-depth technical tutorial detailing how to craft hybrid, multi-stage rank profiles inside Vespa.ai. It breaks down the mechanical logic of first-phase (lexical) and second-phase (semantic vector) scoring layers, allowing developers to safely merge exact string matching with high-intent vector representations without sacrificing execution latency.

May 18, 2026 · 7 min
Architectural blueprint comparing the memory-heavy traditional indexed search vs the cost-efficient Vespa Streaming Mode with code snippets.
Vespa.AI

Vespa Streaming Mode: The Architect’s Guide to Cost-Efficient Private Search

An architectural exploration of Vespa Streaming Mode. We discuss the cost-efficiency of "index-less" search for private, multi-tenant data and provide a framework for architects to choose between streaming and traditional indexing based on data volume and budget constraints.

May 12, 2026 · 7 min
A digital visualization of an AI agent reading multiple technical articles and curating them into a clean, modern newsletter layout.
AI SDK Laravel 13

Building a Semantic Newsletter Engine with Laravel 13 AI SDK

A comprehensive guide to building an AI-powered newsletter engine. We demonstrate how to leverage Laravel 13's native vector search and the first-party AI SDK to create a curation tool that understands user intent and delivers deeply relevant technical content.

May 11, 2026 · 4 min
A split-screen visualization: one side shows AI-generated code/text, the other shows a human clicking an 'Approve' button in a modern Laravel dashboard.
AI SDK Laravel 13

The 'Edit' Button for AI: Implementing Multi-Step Approval Workflows in Laravel 13 RAG

Autonomous AI is great until it hallucinates a refund policy. Learn how to use the Laravel 13 AI SDK and Livewire v4 to build a "Human-in-the-Loop" search engine. We'll show you how to intercept RAG responses, provide a human review UI, and ensure your AI-generated content is 100% brand-safe before it ever hits the user.

May 10, 2026 · 5 min
← Prev 1 / 2 Next →