Tag: agentic-ai
All the articles with the tag "agentic-ai".
- agentic-aievaluation
When I Would Not Use an Agent
An agent is a poor default for deterministic, high-risk, or poorly observable work.
- mcpprotocol
MCP 2026-07-28: What Changes in the New Specification
MCP 2026-07-28 introduces a stateless core, multi-round-trip requests, extensions, stronger authorization, and full JSON Schema support.
- genaiagentic-ai
An AI Agent in Your CI: Self-Hosted Coding Agents with GitHub Actions
SaaS coding agents want your source code. Self-hosting wants your weekends. What if the agent just ran inside GitHub Actions?
- 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.