Roman Čerešňák

DR. Roman Ceresnak

AWS/AI/ML Cloud Architect
Home Blogs Videos Speaking Training Work With Me

All Articles

AWS, AI/ML, and cloud architecture insights

AWS Bedrock RAG: The Augmentation Layer You're Ignoring
COMMUNITY BUILDER

AWS Bedrock RAG: The Augmentation Layer You're Ignoring

2026-05-27
bedrock rag knowledge-base augmentation python cloudwatch
🇺🇸

Your Bedrock Knowledge Base returns great chunks — but your answers are still wrong. The problem isn't retrieval. It's the hidden layer between retrieval and generation: chunk ordering, silent truncation, and metadata filters that run before search.

AWS AgentCore Memory Deep Dive: Build Agents That Actually Remember
COMMUNITY BUILDER

AWS AgentCore Memory Deep Dive: Build Agents That Actually Remember

2026-05-25
bedrock-agents agentcore aurora-pgvector knowledge-base session-memory terraform
🇺🇸

Most AI agents suffer from goldfish memory — every conversation starts from zero. Here's how to build a 3-layer memory system for Bedrock Agents using SESSION_SUMMARY and Aurora pgvector, with a live cross-session retrieval demo in 310ms.

I Replaced My Custom Agent Orchestration with AWS Strands SDK — Here's What Happened
COMMUNITY BUILDER

I Replaced My Custom Agent Orchestration with AWS Strands SDK — Here's What Happened

2026-05-18
strands-sdk bedrock lambda step-functions dynamodb terraform
🇺🇸

I had 422 lines of custom ReAct loop — hand-written tool schemas, an XML parser that broke when the model was creative, and a dispatcher that grew with every new capability. Here's what happened when I replaced it all with AWS Strands SDK.

PageIndex vs Classic RAG: Why Vector Search Fails on Structured Documents
COMMUNITY BUILDER

PageIndex vs Classic RAG: Why Vector Search Fails on Structured Documents

2026-05-14
bedrock rag opensearch step-functions ecs terraform
🇺🇸

Classic RAG chunks destroy document hierarchy — cross-references between legal sections become unanswerable. PageIndex builds a tree (Document→Article→Section→Clause), lets Bedrock navigate it directly, and achieves 100% cross-reference accuracy with zero embedding API calls at query time.

Build Self-Learning Agents With No Fine-Tuning on AWS
COMMUNITY BUILDER

Build Self-Learning Agents With No Fine-Tuning on AWS

2026-05-12
bedrock lambda step-functions dynamodb terraform self-learning
🇺🇸

Production-grade self-learning agent on AWS using Amazon Bedrock, Lambda, DynamoDB, and Step Functions. Runtime feedback loop writes new knowledge back to Bedrock Knowledge Base after every interaction — zero GPU training required.

RAG vs CAG vs KAG Token Savings
COMMUNITY BUILDER

RAG vs CAG vs KAG: How to Cut AWS Bedrock Token Costs by 50%

2026-05-07
bedrock rag cag neptune terraform finops
🇺🇸

Benchmark of three knowledge retrieval patterns — RAG with FAISS, CAG with Bedrock prompt caching, and KAG with Amazon Neptune — showing up to 50% token cost reduction with full Terraform infrastructure.

AWS AgentCore Cost Optimization
COMMUNITY BUILDER

AWS AgentCore Cost Optimization: Keep Your Agent Bills Under Control

2026-04-28
aws agentcore finops agentic-ai
🇺🇸

Agentic systems have emergent costs — every reasoning step adds tokens, every tool call adds latency and Gateway ops, every memory event adds a line to your bill. Here's how to architect 100 agents without a surprise invoice at month-end.

Building AgentoCore - Autonomous AI Agents
COMMUNITY BUILDER

Building AgentoCore: Enterprise-Grade Autonomous AI Agents with AWS Bedrock and EventBridge

2026-04-23
ai-agents bedrock eventbridge python dynamodb cdk
🇺🇸

Production blueprint for building enterprise AI agents that reason, plan, and execute autonomously. Complete architecture using AWS Bedrock, EventBridge, DynamoDB, and CDK with Pydantic validation and self-healing capabilities.

AI Terraform Plan Review
COMMUNITY BUILDER

AI-Powered Terraform Plan Review: Automated Security Validation with AWS Bedrock and Claude

2026-04-21
terraform ai bedrock claude devops security
🇺🇸

Fully automated system using AWS Bedrock with Claude Sonnet 4.5 to analyze every Terraform plan before deployment. Detect security risks and cost anomalies for less than $6 per month.

AWS Security Guard AI Architecture
COMMUNITY BUILDER

AWS Security Guard AI: Automated Security Remediation with Claude 3.5 Sonnet

2026-04-12
security-hub bedrock claude eventbridge terraform
🇺🇸

AI-powered security automation that analyzes Security Hub findings and generates Terraform remediation code automatically. From detection to fix in 30 seconds — for $1.50/month.

AWS Cost Anomaly Detector Dashboard
COMMUNITY BUILDER

AWS Cost Anomaly Detector with Claude 3.5 Sonnet

2026-04-09
aws-lambda bedrock claude cost-optimization serverless
🇺🇸

Intelligent $2/month serverless cost monitoring system that combines Z-score statistics with Claude 3.5 Sonnet via Bedrock to provide actionable insights on AWS bill spikes.

Moorhuhn Serverless Game
COMMUNITY BUILDER

I Built a Serverless Game That Scales to 100K Players for $1.60/month

2026-04-06
aws-lambda cloudfront dynamodb phaser-js serverless cdk
🇺🇸

A production-ready browser game with real-time leaderboards, anti-cheat detection, and global CDN distribution — all built on AWS serverless for pennies per player.

Deployment Verification and Technical Compliance Log
COMMUNITY BUILDER

Building 7 Lambda Scanners That Find GDPR Violations in 70 Seconds (Part 2)

2026-04-02
aws-lambda step-functions gdpr security compliance python
🇺🇸

Finding PII in code, checking CVEs, and analyzing ML datasets requires completely different approaches. Here's how I built 7 specialized Lambda functions that work together like a well-oiled machine.

GDPR Compliance Audit Technical Track
COMMUNITY BUILDER

Building an Automated GDPR Compliance Auditor for EU AI Projects (Part 1)

2026-04-01
aws bedrock gdpr eu-ai-act step-functions compliance
🇺🇸

A serverless system that scans code, configs, and docs against GDPR and EU AI Act requirements—and generates compliance reports in under 2 minutes.

AWS Bedrock Guardrails
COMMUNITY BUILDER

AWS Bedrock Guardrails: Complete Terraform Solution with CI/CD

2026-03-24
aws bedrock guardrails terraform cicd github-actions
🇺🇸

A comprehensive production-ready solution combining Infrastructure as Code (Terraform), automated CI/CD pipelines (GitHub Actions), and best practices for deploying guardrails in real-world environments.

Multi-Agent AI System on AWS
COMMUNITY BUILDER

I Built a Multi-Agent AI System on AWS Without LangChain

2026-03-24
aws bedrock ai-agents serverless opensearch terraform
🇺🇸

A production-ready multi-agent orchestration platform using 100% native AWS services. No LangChain. No LangGraph. No third-party orchestration layer.

AWS Architecture Reviewer
COMMUNITY BUILDER

I Built an AI That Reviews AWS Architecture Diagrams Against the Well-Architected Framework

2026-03-19
aws bedrock lambda serverless well-architected ai
🇺🇸

Upload a diagram. Get a structured review across all six pillars in under 30 seconds — no AWS consultant required.

Serverless AI Traffic Analyzer
COMMUNITY BUILDER

Serverless AI Traffic Analyzer: From Vehicle Detection to Real-time Dashboard for $0.40/month

2026-03-15
aws serverless lambda dynamodb terraform
🇺🇸

A complete serverless system for vehicle detection and traffic analysis built on AWS Lambda, DynamoDB, and Terraform — for less than $0.50/month.

AI Terraform Reviewer
COMMUNITY BUILDER

I Built an AI That Reviews Terraform Pull Requests Automatically

2026-03-11
terraform ai bedrock aws
🇺🇸

Every time a developer opens a PR, an AI catches security issues, missing best practices, and cost problems — before any human reviewer sees the code.

LinkedIn GitHub Medium

© 2026 DR. Roman Čerešňák