Blogs
Opinionated deep dives, platform notes, and production lessons from recent work.
The Agent Hosting Problem Nobody Wants to Talk About
Most teams are building AI agents, but very few are building them for production scale. Why hosting agents is fundamentally different from hosting stateless microservices, and how the major cloud platforms compare.
Observability and Evals: How Do You Know Your Agents Are Behaving Correctly?
The hardest question in production AI is not whether your agent is running. It is whether your agent is right. This final article covers observability, evaluation pipelines, drift detection, and the economics of keeping agents honest at scale.
AgentCore Identity and Policies: Why Least Privilege Matters More for Agents
Agent identity is not human identity. Agents inherit permissions, assume roles, call tools, and take actions on behalf of users. Getting the identity model wrong does not just create a security gap. It creates an accountability gap.
AgentCore Memories: What Agents Remember and Why It Matters
Memory is what transforms an agent from a stateless tool into something that feels like a collaborator. But memory in production raises hard questions about scope, retention, compliance, and trust.
AgentCore Gateway: How Agents Talk to the Outside World Safely
Agents need to call APIs, query databases, trigger workflows, and interact with external services. AgentCore Gateway is the mediation layer that makes this safe, observable, and controllable in production.
Inside AWS Bedrock AgentCore: Runtime, Versioning, and Safe Rollouts
Going deep into how AgentCore actually runs agents in production, how it manages versions and deployments, and why rolling out agent changes is fundamentally harder than deploying a new API version.
Building MCP Servers with C#
A guide to building your own Model Context Protocol (MCP) server using the .NET SDK, from setup to deployment.
Coding Agents OpenAI's Codex, Google's Jules - Unleashed
Exploring how to setup OpenAI's Codex, Google's Jules to enhance software development.
Why MCP and A2A Are Changing the Game for AI
Exploring why the adoption of MCP and A2A by the AI community both companies and individual developers is such a big deal.
Building Responsive Interfaces with Modern CSS
A deep dive into CSS Grid, Flexbox, and other modern layout techniques for creating responsive web interfaces.
The Art of Clean Code: Principles and Practices
Exploring principles and practices for writing clean, maintainable code that stands the test of time.