All posts
    Tag

    #agents

    9 articles tagged agents.

    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
    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
    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