All posts
    Tag

    #spring ai

    7 articles tagged spring ai.

    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