Tag: agentic

  • Turn Any Public API Into An Agentic Service: OpenAPI + MCP

    The Secret Nobody Talks About: Your existing public API is already 90% of the way to being an autonomous agent. Here’s how to unlock that last 10%. The Game-Changing Realization Most businesses have built APIs. They’ve invested in documentation, SDKs, authentication, rate limiting—all the hard infrastructure work. But they’re missing one critical piece: agentic capability. With MCP…

  • Simple RAG vs Agentic Approach

    Overview: I use Ollama to run open source LLM models with various data sources to ask questions and include cited sources. If you would like to try this out on your machine (or try out any of the other examples) you can clone the following github repository: https://github.com/jbsoftware-io/gen-ai-starter Model Used: gemma3:4b Tools: Wikipedia Question: Can…