Track Claude Code Cost Per Project with Bedrock Tagging
Apr 29, 2026 · 9 min read · AWS Amazon Bedrock Claude Code Cost Management IAM Session Tags Cost Allocation FinOps ·
If you run claude against Amazon Bedrock across a dozen repos, your bill arrives as one opaque number. Until recently, the workaround was clunky — create an application inference profile per project, swap them by hand, hope you remembered which one was active. In April 2026, AWS shipped native per-principal cost …
Read More about Track Claude Code Cost Per Project with Bedrock TaggingTranscribing Long Podcasts and Meetings with FunASR
Apr 28, 2026 · 11 min read · FunASR Speaker Diarization Podcast Transcription Agent Skills CAM++ SeACo-Paraformer OpenClaw ASR LLM Post-Processing Speech-to-Text ·
Two recordings sat on my disk waiting to be turned into searchable text. A 4-hour 13-minute discussion from a TGO founders' group — eight speakers, Chinese, Zoom audio. A 1-hour 8-minute podcast episode (屠龙之术 Vol.94 × 知本论) where two hosts spent the whole hour dissecting OpenClaw — its positioning, the AI-agent …
Read More about Transcribing Long Podcasts and Meetings with FunASRFrom Solo AI Engineer to Autonomous Dev Team
Mar 10, 2026 · 14 min read · Claude Code AI Digital Engineer GitHub Actions DevOps Automation OpenClaw Multi-Agent Autonomous Development ·
In a previous post, the AI Digital Engineer pattern was introduced, featuring a single Claude Code agent guided by Skills and enforced by Hooks to execute a complete engineering workflow. This approach demonstrated effectiveness in delivering production-ready code with guaranteed quality gates. However, a fundamental …
Read More about From Solo AI Engineer to Autonomous Dev TeamServerless Multi-Tenant OpenHands on AWS with Fargate
Mar 2, 2026 · 10 min read · AWS CDK OpenHands ECS Fargate Serverless Multi-Tenant AI Agent DynamoDB EFS Cloud Map EventBridge Self-Hosted AI ·
In a previous post, I introduced an AWS CDK project for deploying OpenHands on EC2, featuring Cognito authentication and Aurora PostgreSQL. While this architecture successfully facilitated initial deployment, operating a shared AI coding platform for a team revealed three fundamental limitations: Shared Resources: All …
Read More about Serverless Multi-Tenant OpenHands on AWS with FargateTechnical Deconstruction of MCP Authorization: A Deep Dive into OAuth 2.1 and IETF RFC Specifications
Nov 12, 2025 · 22 min read · MCP Model Context Protocol OAuth 2.1 OAuth 2.0 PKCE JWT RFC 7636 RFC 9700 RFC 9728 Resource Indicators Federated Authentication AI Security ·
Executive Summary This article provides a deep-dive technical analysis of the Model Context Protocol (MCP) authorization flow. The central insight is that MCP's authorization model is not a generic application of OAuth 2.0 but a sophisticated implementation of the emerging OAuth 2.1 standard. The MCP protocol …
Read More about Technical Deconstruction of MCP Authorization: A Deep Dive into OAuth 2.1 and IETF RFC SpecificationsAI 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 Task