Skip to content
All Tags

Posts tagged Bedrock

26 posts

AI Engineering

Your photos, your AWS account — Argentic is on AWS Builder Center

I built an iOS photo backup where your own AWS account is the backend: no servers, on-device semantic search, a Bedrock agent in your pocket, ~$0.35/month. The full architecture story is now published on AWS Builder Center.

·3 MIN READ Read →
Cloud

AWS + Cerebras: wafer-scale inference is coming to Bedrock

AWS is deploying Cerebras CS-3 systems in its data centers, pairing Trainium for prefill with the Wafer Scale Engine 3 for decode. Why disaggregated inference is the right architecture, and what makes a 4-trillion-transistor chip the right tool for the decode problem.

·5 MIN READ Read →
AI Engineering

Can your robot's brain live in the cloud?

Wafer-scale inference on Bedrock and open 3T-class models both landed this month. Neither will run your robot's control loop — but together they redraw the line between what a robot computes on-board and what it can safely delegate to the cloud.

·6 MIN READ Read →
AI Engineering

AgentCore Harness: Governing 500 Agents at Scale

AgentCore Harness just went GA. Here's what it solves, what it doesn't, and when you should adopt it instead of building your own agent runtime governance layer.

·11 MIN READ Read →
AI Engineering

When Your AI Agent Runs Away: 204 PRs, $900 Wasted, and the 3-Layer Fix

I woke up to 204 pull requests from a single autonomous agent running overnight. 12 hours, ~$900 in Bedrock tokens, 509 failed builds, zero features shipped. Prompt-only safeguards all failed. Here's the 3-layer fix — hard kill switch, atomic circuit breakers, drift observability — that now prevents runaway agents.

·13 MIN READ Read →
AI Engineering

Boulder — The Self-Replicating AI Build Factory on AWS

Boulder is a meta-orchestrator that spawns AI workers on ECS Fargate to autonomously write, deploy and self-heal full-stack apps on Amplify Gen 2. Here is the architecture, the decisions, and why every serious AI agent system eventually converges on SQS + Bedrock + IAM.

·10 MIN READ Read →
AI

Vector Search vs Semantic Search: They're Not the Same Thing

Vector search, semantic search, keyword search, hybrid search — these terms get used interchangeably but they mean different things. This post breaks down what each actually does, when each matters, and why hybrid search wins for RAG.

·12 MIN READ Read →
AI

RAG on AWS: Which Vector Store Is Right for You?

AWS now offers 9 different ways to store and search vectors for RAG workloads. This guide compares every option through the Well-Architected Framework to help you pick the right one.

·22 MIN READ Read →
Back to Blog