Self-Hosted GitHub Runners on AWS Spot for AI Dev Teams
May 8, 2026 · 13 min read · GitHub Actions Self-Hosted Runners AWS Spot Graviton Terraform CI/CD Cost Optimization Autonomous Development ·
Autonomous AI dev teams move the bottleneck. When a dispatcher fans out work to dev and review agents every 5 minutes, the constraint is no longer human attention — it is the CI/CD pipeline that gates every PR. Each agent push triggers builds, tests, E2E verification, and bot reviews. With even a small team of agents …
Read More about Self-Hosted GitHub Runners on AWS Spot for AI Dev TeamsAI Digital Engineer: End-to-End Delivery with Claude Code
Jan 31, 2026 · 12 min read · Claude Code AI Digital Engineer GitHub Actions DevOps Automation Software Engineering CI/CD Test-Driven Development ·
What if an AI could operate like a senior software engineer - not just writing code, but following the complete engineering process from design through deployment? This post introduces the AI Digital Engineer pattern: a system that transforms Claude Code from an interactive assistant into an autonomous engineer capable …
Read More about AI Digital Engineer: End-to-End Delivery with Claude CodeDeploying OpenHands AI Platform on AWS with CDK
Jan 26, 2026 · 6 min read · AWS CDK OpenHands AI Agent Infrastructure as Code Serverless CloudFront Cognito Aurora PostgreSQL Devin Alternative Self-Hosted AI ·
OpenHands is an open-source AI-driven development platform that enables AI agents to write code, fix bugs, and execute complex development tasks autonomously. The default setup works well for local development, but what if you want to run it for a team or make it accessible from anywhere? This post introduces an AWS …
Read More about Deploying OpenHands AI Platform on AWS with CDK
Managing AWS credentials securely is a fundamental challenge for developers. Storing plain text access keys in ~/.aws/credentials creates significant security risks, especially when backing up dotfiles to version control systems. This post introduces credential_process, a powerful AWS CLI feature that allows you to …
Read More about Secure AWS Credentials with credential_processOIDC External Identity Source for AWS IAM Identity Center
Dec 31, 2025 · 8 min read · AWS IAM Identity Center SSO Cognito OIDC SAML CDK Serverless Cloudflare ·
AWS IAM Identity Center (formerly AWS SSO) provides centralized access management for AWS accounts and applications. While it natively supports SAML 2.0 for external identity providers, many organizations prefer OIDC-based authentication through providers like Amazon Cognito. This post demonstrates how to use …
Read More about OIDC External Identity Source for AWS IAM Identity CenterDesktop Notifications for Claude Code: Never Miss a Completed Task
Dec 2, 2025 · 9 min read · Claude Code VSCode VSCode Remote SSH Productivity Shell Scripting OSC Escape Sequences ·
When working with Claude Code on complex tasks, you often switch to other work while waiting for completion. The challenge? Knowing exactly when Claude finishes so you can review the results promptly. This post shows you how to configure desktop notifications that alert you the moment Claude Code completes a task. The …
Read More about Desktop Notifications for Claude Code: Never Miss a Completed TaskMCP OAuth Evolution: SEP-991 Simplifies Client Registration
Dec 2, 2025 · 5 min read · MCP Model Context Protocol OAuth 2.1 SEP-991 Dynamic Client Registration Client ID Metadata ·
The Problem with Dynamic Client Registration In my previous deep-dive into MCP authorization, I analyzed how the protocol builds on OAuth 2.1 with mandatory PKCE, Resource Indicators (RFC 8707), and the "Discovery Trifecta" of RFC 7591, 8414, and 9728. Dynamic Client Registration (DCR) was positioned as the key enabler …
Read More about MCP OAuth Evolution: SEP-991 Simplifies Client RegistrationImplementing MCP OAuth 2.1 with Keycloak on AWS
Nov 21, 2025 · 25 min read · Keycloak MCP Model Context Protocol OAuth 2.1 RFC 8707 Dynamic Client Registration PKCE AWS Terraform Identity Provider ·
Introduction The Model Context Protocol (MCP) ecosystem mandates OAuth 2.1-compliant authorization servers to facilitate secure, federated access to AI model services. MCP clients, such as Claude Code, Cursor, and VS Code extensions, rely on modern OAuth specifications including Dynamic Client Registration (RFC 7591), …
Read More about Implementing MCP OAuth 2.1 with Keycloak on AWSXiaozhi ESP32 MCP Gateway with Amazon Bedrock AgentCore
Nov 17, 2025 · 12 min read · AWS Bedrock AgentCore MCP Model Context Protocol Xiaozhi ESP32 Voice Assistant IoT Edge Computing WebSocket ·
The Xiaozhi hardware is an impressive ESP32-based AI voice assistant capable of offline wake-up, multi-language support, and cloud connectivity. But what if you want your Xiaozhi device to access multiple AI tools, APIs, and services without managing complex integrations on the hardware side? This is where Amazon …
Read More about Xiaozhi ESP32 MCP Gateway with Amazon Bedrock AgentCoreBeyond Prompts: 4 Context Engineering Secrets for Claude Code
Nov 14, 2025 · 7 min read · Claude Code AI Agents Context Engineering LLM Developer Tools AWS Bedrock Anthropic ·
You can stop hoping your Large Language Model (LLM) follows complex instructions. Context Engineering is the strategic practice of curating what enters the model's limited attention budget. To build reliable AI agents, you must master these four deterministic context patterns. This post explores the key insights from …
Read More about Beyond Prompts: 4 Context Engineering Secrets for Claude Code