Build Your Own AI-Powered IT Self-Service Portal.
How to automate routine software access provisioning while keeping human review where it matters. The central design decision is that the language model never makes the access decision. A deterministic rules engine owns authorization, and Claude on Amazon Bedrock handles tool discovery and employee lookups. Covers why that separation matters for determinism, auditability, and prompt injection, plus the security details that separate a demo from a deployment, including cryptographic approval tokens with expiry and DynamoDB conditional updates that prevent concurrent approvals.
How to Automate Research Using Market Intel Agent.
A walkthrough of an autonomous research agent that replaces the daily competitor tracking product managers do by hand. Covers the four-stage pipeline that separates gathering from synthesis, per-source recency normalization across community, developer, and web sources, and why a job that runs longer than an HTTP request needs an asynchronous delivery channel. Built with the Strands Agents SDK on Amazon Bedrock AgentCore, with Claude Sonnet 4 for synthesis and Amazon SES for delivery.