AI & ML

Auto Added by WPeMatico

Nutanix CVM Troubleshooting Command Reference: Stargate, Curator, Cassandra, Genesis, and Cluster Health

TL;DR A Nutanix CVM incident should be investigated as an evidence chain, not as a race to restart services. Begin with cluster status, compare local and cluster-wide service state, check resiliency, identify the service that owns the symptom, collect its logs, and use targeted NCC checks to validate what you found. This reference is intentionally

Nutanix CVM Troubleshooting Command Reference: Stargate, Curator, Cassandra, Genesis, and Cluster Health Read More »

OpenTelemetry for AI Agents: Trace Models, Tool Calls, Tokens, Latency, and Cost

TL;DR AI agent observability requires more than a request log and a model latency chart. A single agent invocation can contain planning, multiple model calls, tool execution, retries, retrieval, memory operations, and nested agents. OpenTelemetry’s developing Generative AI semantic conventions now provide a common vocabulary for many of those operations, including agent, workflow, model, and

OpenTelemetry for AI Agents: Trace Models, Tool Calls, Tokens, Latency, and Cost Read More »

How to Secure an MCP Server with OAuth 2.1, Scoped Access, and Audit Logging

TL;DR A production Model Context Protocol server should not treat possession of any bearer token as sufficient authority. It should validate who issued the token, confirm that the token was minted for that specific MCP resource, enforce narrowly defined scopes at both the transport and tool layers, and record authorization decisions without logging credentials or

How to Secure an MCP Server with OAuth 2.1, Scoped Access, and Audit Logging Read More »

Beyond grep: The case for a context-rich AI coding harness

There are a lot of AI coding applications out there, and as impressive as large language models and the agents they enable have become, many of the most recent developments in AI-assisted development have been in the software that manages those models, not just the models themselves. Earlier this summer, I spoke with the head

Beyond grep: The case for a context-rich AI coding harness Read More »

Designing the AI Agent Identity Lifecycle in Microsoft Entra

Once an AI agent has access to enterprise systems, identity cannot be treated as a one-time setup task. It needs a lifecycle. That lifecycle starts before the agent is created and ends only after the identity, permissions, logs, and downstream access paths have been retired or archived appropriately. This is where many agent programs will

Designing the AI Agent Identity Lifecycle in Microsoft Entra Read More »