⌨ Keyboard shortcuts available
G — waiting for next key…

Writing

Articles tagged “Laravel 13”

20 articles on Laravel 13. All articles →

Branded cover card: The Fine-Tuning Trap: Why Your 2026 Roadmap Should Favor RAG Over Custom Models
Vespa.AI Laravel 13

The Fine-Tuning Trap: Why Your 2026 Roadmap Should Favor RAG Over Custom Models

Avoid weight rot by prioritizing RAG over fine-tuning. This guide explores the AI build vs buy decision matrix for 2026, focusing on context orchestration and architectural agility.

Sep 23, 2026 · 15 min
Branded cover card: Late Chunking: Solving Context Loss in Laravel RAG Pipelines
AI SDK Laravel 13

Late Chunking: Solving Context Loss in Laravel RAG Pipelines

Stop shredding your data. Learn to implement late chunking vector search in Laravel 13 to preserve semantic context and eliminate hallucinations in RAG pipelines.

Sep 4, 2026 · 13 min
Branded cover card: The Local Embedding Edge: Replacing OpenAI with Self-Hosted SLMs in Laravel RAG Pipelines
Laravel 13 PHP AI

The Local Embedding Edge: Replacing OpenAI with Self-Hosted SLMs in Laravel RAG Pipelines

Transition from OpenAI to self-hosted embedding models in Laravel 13. This guide covers Ollama integration, pgvector dimension management, and high-throughput Python sidecars.

Sep 3, 2026 · 13 min
Branded cover card: The Semantic Firewall: Hardening Laravel 13 Agents Against Prompt Injection
AI SDK Laravel 13

The Semantic Firewall: Hardening Laravel 13 Agents Against Prompt Injection

Build a resilient Laravel 13 agent by implementing a Semantic Firewall with Llama Guard to filter untrusted vector data and prevent indirect prompt injection attacks.

Sep 3, 2026 · 13 min
Branded cover card: Hard Isolation for Vectors: A Hands-On pgvector Laravel 13 Setup Guide
Laravel Laravel 13

Hard Isolation for Vectors: A Hands-On pgvector Laravel 13 Setup Guide

Secure your multi-tenant RAG systems by implementing PostgreSQL Row Level Security with pgvector and Laravel 13. Learn to enforce hard isolation at the database level.

Sep 2, 2026 · 14 min
Branded cover card: Beyond Semantic Similarity: Implementing GraphRAG with pgvector and Laravel
Laravel 13 PHP AI

Beyond Semantic Similarity: Implementing GraphRAG with pgvector and Laravel

Learn how to implement GraphRAG in Laravel using pgvector and Recursive CTEs. Move beyond flat similarity search by extracting entity triples for multi-hop AI reasoning.

Jul 20, 2026 · 8 min
Branded cover card: The Privacy Moat: Implementing Hard Multi-Tenancy in pgvector with PostgreSQL RLS
Laravel 13 Vector Search

The Privacy Moat: Implementing Hard Multi-Tenancy in pgvector with PostgreSQL RLS

Secure your RAG architecture by moving from application-side metadata filtering to database-level isolation using pgvector multi-tenancy, PostgreSQL RLS, and HNSW optimization.

Jul 13, 2026 · 29 min
A high-fidelity layout map illustrating real-time tokens processing asynchronously from an AI SDK worker block into a Livewire component view.
AI SDK Laravel 13

Livewire v4 + Reverb: Streaming Asynchronous AI Agent Responses Word-by-Word

An extensive technical layout tutorial constructing an interactive, token-streaming interface using Laravel 13. We walk through extracting real-time generative updates from the new first-party AI SDK, isolating heavy calculations via background workers, and feeding tokens straight to Livewire v4 components using Laravel Reverb WebSockets.

Jul 13, 2026 · 10 min
Minimalist technical diagram showing RAG sources like retrieved context and agent response flowing into a 'FACTUAL COMPARATOR'.
Laravel Laravel 13

Hallucination-Proofing Your Agent: Building a RAG Evaluation Framework in PHP

Eliminate AI hallucinations by building a native RAG evaluation framework in Laravel 13 using Pest, LLM-as-a-judge, and quantitative metrics to verify agent faithfulness.

Jul 9, 2026 · 28 min
← Prev 1 / 3 Next →