All posts
    Tag

    #spring ai

    16 articles tagged spring ai.

    AI Engineering
    Sep 9, 2026

    Designing the AI Request Pipeline: 8 Layers Between User Input and Your LLM

    A production architecture blueprint for every layer between a user's message and a safe, reliable LLM response — with Spring Boot code you can actually use.

    Read article
    AI
    Sep 2, 2026

    Building AI Skills: GitHub Copilot Extensions, Claude Tools, and Reusable Agent Capabilities

    One skill, three platforms. A complete guide to building a custom capability for GitHub Copilot, Claude, and your own AI agents — with real code, architecture diagrams, and a decision framework for when to use each.

    Read article
    Java
    Aug 31, 2026

    Java Developer Roadmap 2026: What to Learn, What to Skip

    A practical, opinionated roadmap for Java developers in 2026 — covering Java 21-24 features, Spring Boot 3, virtual threads, AI integration with Spring AI, cloud-native patterns, and what to stop wasting time on. Organized by experience level.

    Read article
    AI
    Aug 31, 2026

    Event-Driven AI: How Kafka Streams Changed the Way We Run LLMs in Production

    From blocking HTTP calls to async event streams — the architecture shift that halved user-visible latency, eliminated 3AM pages, and lets us process 2M AI requests a day without hitting rate limit walls.

    Read article
    AI
    Aug 18, 2026

    Agent Memory Patterns: How to Give Your LLM Application a Brain That Persists

    Your LLM forgets everything the moment the request ends. Here's how production systems build short-term, long-term, and semantic memory — with Spring AI, Redis, and pgvector examples.

    Read article
    Spring AI
    Jul 28, 2026

    Spring Boot Complete Architecture Guide: From Foundation to Spring AI

    A comprehensive end-to-end guide to Spring Boot architecture for experienced developers — IoC, AOP, security, data, resilience, testing, Spring AI, and production deployment — with diagrams and production-quality code throughout.

    Read article
    Spring AI
    Jul 6, 2026

    Spring AI vs LangChain4j: Which Should You Choose?

    A practical, balanced comparison of Spring AI and LangChain4j for building LLM apps in Java — design philosophy, provider support, RAG, tools, and when to pick each.

    Read article
    Spring AI
    Jul 6, 2026

    How to Stream LLM Responses in Spring AI (Server-Sent Events)

    Stream tokens as they're generated with Spring AI's ChatClient — a practical guide to SSE with WebFlux and Spring MVC, consuming the stream on the frontend, and handling errors in production.

    Read article
    Spring AI
    Jul 6, 2026

    Building a RAG Chatbot with Spring AI and PGVector

    A step-by-step guide to a production-ready RAG chatbot in Java with Spring AI, PostgreSQL, and pgvector — ingestion, embeddings, retrieval, and grounded answers.

    Read article
    Java
    Jun 15, 2026

    What's New in Modern Java — and How to Build AI With It

    Modern Java (21→25) brings virtual threads, structured concurrency, records, and the FFM API. Here's what's new and how it powers AI apps.

    Read article
    Spring AI
    Jun 10, 2026

    Spring AI: From Beginner to Expert — Course Overview

    A complete Spring AI course for Java teams: setup, prompting, tool calling, RAG, MCP, choosing an LLM, and production architecture.

    Read guide
    Spring AI
    Jun 9, 2026

    Tool Calling with Spring AI

    A hands-on guide to Spring AI tool calling — define @Tool methods, wire them into ChatClient, and let Claude safely call your Java services.

    Read article
    Spring AI
    Jun 7, 2026

    Building an MCP Server with Spring AI

    Most MCP content is Python/TypeScript. Here's how to build an MCP server in Java with Spring AI — expose your services as tools any MCP client can use.

    Read article
    AI
    Jun 4, 2026

    Structured Outputs with Claude: Reliable JSON Every Time

    Parsing JSON out of prose is a production liability. A practical guide to reliable, schema-conformant structured output from Claude, with Spring AI examples.

    Read article
    AI
    Jun 2, 2026

    Prompt Caching: Cut Your LLM Costs by 80%

    A practical guide to Anthropic and OpenAI prompt caching — how it works and how to implement it in Spring AI to cut latency and API costs.

    Read article
    Spring AI
    Jun 1, 2026

    Spring AI Enterprise Integration Guide

    A practical guide to building enterprise-grade AI applications with Spring AI — from chat clients and RAG pipelines to production observability.

    Read article