Discover our latest news
Deep dives on AI agents, AWS, platform engineering, and the signals shaping how modern software gets built.
Latest News
Fresh posts and shipping notes from the latest publishing cycle.
February 27, 2026
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.
January 18, 2026
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.
January 11, 2026
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.
Blogs
Longer reads, opinionated takes, and production lessons worth bookmarking.
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.
C#Building MCP Servers with C#
A guide to building your own Model Context Protocol (MCP) server using the .NET SDK, from setup to deployment.
CodingCoding Agents OpenAI's Codex, Google's Jules - Unleashed
Exploring how to setup OpenAI's Codex, Google's Jules to enhance software development.
AIWhy 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.
CSSBuilding Responsive Interfaces with Modern CSS
A deep dive into CSS Grid, Flexbox, and other modern layout techniques for creating responsive web interfaces.
Best PracticesThe Art of Clean Code: Principles and Practices
Exploring principles and practices for writing clean, maintainable code that stands the test of time.