This website uses cookies
Read our Privacy policy and Terms of use for more information.
AWS
+2

Jul 10, 2026
•
10 min read
We ran an agent stack for 28 episodes. Now we audit it: import the Well-Architected Agentic AI Lens, write a Python auditor for IAM boundaries and wildcard policies, and add a per-step guardrail with the new InvokeGuardrailChecks API.

AWS
+2

Jul 9, 2026
•
9 min read
Your agent runs green while returning wrong answers. We wire an AWS Strands agent into CloudWatch GenAI Observability, then add the one signal the built-in metrics cannot give you: an online eval that scores live responses and fires a CloudWatch alarm when quality drops. Plan for about two hours.

AWS
+2

Jul 8, 2026
•
8 min read
Deploy an open-weights LLM to a real-time SageMaker endpoint in a few lines with JumpStart, put a target-tracking autoscaling policy in front of it, and get a decision table for when to reach for this instead of Bedrock.

AWS
+2

Jul 6, 2026
•
9 min read
We'll put a corpus into Amazon S3 Vectors, benchmark its real query latency, write the cost model that tells you when to keep vectors cheap versus when to promote them to OpenSearch, then export the hot subset to an OpenSearch Serverless collection. Plan for about 90 minutes.

AWS
+2

Jul 5, 2026
•
8 min read
Build a streaming pipeline where a document dropped onto a Kinesis stream is embedded, indexed in S3 Vectors, and answerable by a RAG query within seconds. No search cluster required.

AWS
+2

Jul 4, 2026
•
9 min read
Wire a DynamoDB table to a Redshift Serverless workgroup so operational data lands in your warehouse automatically, then query it with SQL. All of it from boto3 and the Redshift Data API. Plan for 90 minutes, most of it waiting on AWS to provision.

AWS
+2

Jul 3, 2026
•
11 min read
Build a serverless Glue 5.1 job that strips junk, removes exact and near-duplicate chunks, and refuses to write the output unless it passes a Data Quality ruleset.

AWS
+2

Jul 1, 2026
•
10 min read
Build a feature-extraction layer that turns raw S3 data into compact prompt context with one Athena query, then injects it into a Bedrock call. No database to run, no pipeline to babysit. Plan for 60 to 90 minutes.

AWS
+2

Jun 27, 2026
•
9 min read
Stand up a managed Apache Iceberg table on Amazon S3 Tables, then query it from both Athena SQL and Spark, travel back to an earlier version, and watch S3 compact the files for you with zero maintenance jobs.

AWS
+2

Jun 26, 2026
•
9 min read
Stage your own data in S3, onboard into SageMaker Unified Studio with one click, then query it three ways in a single serverless notebook: Athena SQL, Athena for Spark, and a natural-language Data Agent.

AWS
+2

Jun 25, 2026
•
10 min read
Build an Amazon Q Business application that indexes your S3 documents, connects to Confluence, and runs a custom plugin action that hits your own API. Plan for 2 hours if you have used IAM Identity Center before, 3 if you have not.

AWS
+2

Jun 23, 2026
•
8 min read
Hand a legacy Java 8 Spring Boot app to an AWS agent and get back a Java 21 branch with a green build and a reviewable, commit-by-commit diff. About 60 to 90 minutes, most of it watching builds run.

AWS
+2

Jun 21, 2026
•
9 min read
Take one small, invariant-heavy feature, a fair money splitter, all the way through Kiro's spec workflow: EARS requirements, design, tasks, generated code, and a property-based test suite that actually tries to break it.
