Tag: agentic-ai
All the articles with the tag "agentic-ai".
- genaiagentic-ai
Containing AI Agents at the OS Level: A Hands-On Look at Microsoft's MXC SDK
Microsoft's MXC SDK wraps model-generated agent code in policy-driven OS sandboxes — what it isolates, how to wire it up, and where the early preview falls short.
- genaiagentic-ai
From OpenAPI to MCP Server: Bridging REST APIs and AI Agents with Go
Every REST API already carries the schema an MCP server needs. openapi-go-mcp turns that spec into a working Model Context Protocol server in minutes, not days.
- genaiagentic-ai
Building Robust Intent Classifiers with Generative AI
LLM-based intent classifiers route zero-shot, with reasoning and no per-intent training data. How to build one robust enough for production multi-agent systems.
- genaiagentic-ai
The Unseen Engine of Modern AI Agents: A Deep Dive into JSON-RPC
Every AI agent that calls a tool is speaking JSON-RPC under the hood. A look at the decades-old protocol quietly powering MCP and the modern agent stack.
- genaiagentic-ai
Model Context Protocol: The "USB-C" for AI
Anthropic's Model Context Protocol gives LLMs a plug-and-play standard for tools and data — what it is, how it works, and why it ends the N×M integration problem.