All
Articles 184,802Blog Posts 166,632Tech Tutorials 49,620Research Papers 36,226News 23,004
⚡ AI Lessons

Dev.to · Raj Murugan
2d ago
Introducing the AI Architect Roadmap
Eight rungs mapping what shipping production Agentic AI on AWS actually takes, marked honestly as covered, strong, flagship or gap rather than filled in to look

Dev.to · Raj Murugan
2d ago
Not a Python tutorial: the patterns that bite in production agents
The senior-lens Python patterns that actually bite in a production agent loop: why boto3 blocking the event loop is the first one, and four more that follow fro

Dev.to · Raj Murugan
☁️ DevOps & Cloud
1mo ago
What a Year 10 study system taught me about production AI failure modes
A personal Bedrock-adjacent build that went through three iterations and an architecture pivot. Five lessons that map directly to production AWS AI work.

Dev.to · Raj Murugan
🧠 Large Language Models
⚡ AI Lesson
2mo ago
Field Notes: The LLM is not a security boundary
Designing a production agent over sensitive data, the hardest part was that the most capable component in the system is the one you cannot trust. Here is the co

Dev.to · Raj Murugan
🤖 AI Agents & Automation
⚡ AI Lesson
4mo ago
Part 2: The MCP Server — Turning ADRs and Incidents into a Queryable Org-Knowledge Surface
The agent doesn't read your wiki. It calls four tools that pull frontmatter-filtered chunks out of a Bedrock Knowledge Base. Here's the contract, the code, and

Dev.to · Raj Murugan
☁️ DevOps & Cloud
⚡ AI Lesson
5mo ago
Part 5: CI/CD for Bedrock AgentCore with GitHub Actions and AWS OIDC (No Stored Credentials)
OIDC setup, dual-tag ECR strategy, automated Runtime updates, and multi-environment promotion.

Dev.to · Raj Murugan
🤖 AI Agents & Automation
⚡ AI Lesson
5mo ago
Part 3: Building the AI Agent with Strands Agents SDK, Prompt Caching, and AgentCore Memory
How to build the Python agent that runs inside AgentCore: Strands SDK, prompt caching, dual-model strategy, and AgentCore Memory integration.

Dev.to · Raj Murugan
🤖 AI Agents & Automation
⚡ AI Lesson
5mo ago
Part 6: Cost & Performance for Bedrock AgentCore — Prompt Caching, Model Selection, and CloudWatch Alarms
Real cost breakdown, prompt caching savings, Nova Pro vs Claude, idle timeouts, and CloudWatch alarms.

Dev.to · Raj Murugan
☁️ DevOps & Cloud
⚡ AI Lesson
5mo ago
Part 4: Running Your AgentCore Agent Locally with Docker (The Right Way)
The linux/amd64 flag, .env.local pattern, mounting AWS credentials, and testing with curl.

Dev.to · Raj Murugan
☁️ DevOps & Cloud
⚡ AI Lesson
5mo ago
Part 2: CDK Infrastructure for Amazon Bedrock AgentCore (And Every Gotcha You'll Hit)
A complete CDK v2 TypeScript stack for Bedrock AgentCore with inline comments for every deployment trap — naming constraints, ECR bootstrap, missing L1 construc
DeepCamp AI