⌨ Keyboard shortcuts available
G — waiting for next key…

Writing

Articles tagged “AI SDK”

10 articles on AI SDK. All articles →

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 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
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
A high-contrast, minimalist architectural diagram showing a Laravel 13 server bridging data pipelines to an AI agent via the Model Context Protocol using Server-Sent Events.
AI SDK Laravel 13

Model Context Protocol in Laravel: Building MCP Servers with the AI SDK

Standardize your AI integrations by building MCP servers in Laravel 13. Learn to map tools to resources and implement SSE transports for high-scale Kafka and vector data pipelines.

Jul 7, 2026 · 31 min
Technical diagram of Laravel AI cost governance showing data streams from Vespa and Kafka flowing through middleware that converts tokens into USD budget pools, protected by hard quota circuit breakers.
AI SDK Laravel 13

Architecting for the Bill: Building an LLM Rate Limiter and Cost Tracker in Laravel

Learn how to build a robust LLM cost management system in Laravel 13 using middleware to track tokens, manage multi-tenant budgets, and prevent runaway costs.

Jul 7, 2026 · 30 min
An architectural system layout diagram demonstrating 50 candidate records narrowing into a clean top-5 sorted selection via a Laravel AI Re-ranker block.
AI SDK Laravel 13

Two-Stage Retrieval: Cross-Encoder Reranking with Laravel 13 AI SDK

An deep-dive architectural tutorial demonstrating how to combine first-stage vector recall via pgvector with second-phase precision sorting using the Laravel 13 AI SDK Reranking engine. It walks through the mechanics of Bi-Encoders vs. Cross-Encoders and provides a clean implementation roadmap using native collection macros.

Jul 6, 2026 · 8 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
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 →