All posts
    Tag

    #agents

    7 articles tagged agents.

    AI
    Jul 6, 2026

    MCP vs Function Calling: What's the Difference (and When to Use Each)

    Model Context Protocol and function calling both give LLMs access to tools — but they solve different problems. A clear comparison with guidance on when to use which.

    Read article
    AI
    Jun 10, 2026

    Context Engineering: The Real Skill Behind Reliable LLM Apps

    What you put in the context window matters more than prompt wording. A practical guide to context engineering — the budget, techniques, and failure modes.

    Read article
    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
    Learning
    Jun 1, 2026

    Introduction to Anthropic MCP (Model Context Protocol)

    A practical guide to the Model Context Protocol — what it is, how it works, and why it matters for building interoperable enterprise AI systems.

    Read guide
    AI
    Jun 1, 2026

    Building Enterprise AI Agents

    Architecture patterns and best practices for building production-grade AI agents that scale — from orchestration to observability.

    Read article
    AI
    May 17, 2026

    Securing LLM Apps: Guardrails for Production

    LLM features open new attack surfaces — prompt injection, data leakage, unsafe tool use. A practical guardrails checklist for shipping AI to production safely.

    Read article