Available posts in bedrock

AWS Bedrock AgentCore - AI Agent Development from Local to Cloud

AWS Bedrock AgentCore - AI Agent Development from Local to Cloud
9th January 2026

Introduction Building production-ready AI agents requires more than just a prompt and an LLM. You need infrastructure for state management, tool execution, and secure deployment. I recently built https://ai-secure.dev, a SaaS for automated security…

AWS Bedrock AgentCore - AI Agent Development from Local to Cloud

AWS Bedrock AgentCore - AI Agent Development from Local to Cloud
9th January 2026

Learnings Try to have complex flows solely solved by the agent. And then write deterministic code. speed. Introduction Building production-ready AI agents requires more than just a prompt and an LLM. You need infrastructure for state management, tool…

AWS Bedrock Update from Claude v2.1 to Claude v3

AWS Bedrock Update from Claude v2.1 to Claude v3
21st April 2024

Recently, AWS released Claude v3. It comes with the Haiku and Sonnet flavors. Both are big improvements over the previous version. We recently updated our arcBot to use Claude v3 Sonnet and are very impressed with the results. Not only are the…

How to Perform Unit Testing on your AWS Bedrock AI Lambda

How to Perform Unit Testing on your AWS Bedrock AI Lambda
30th December 2023

Using the AWS Bedrock API for MVPs is incredibly enjoyable! I recently wrote an article on how you can make the LLM Claude respond in JSON. You can check it out here. While it's a lot of fun, testing your LLM settings and prompts can become tiresome…

Automatically validate your AWS Bedrock LLM Responses

Automatically validate your AWS Bedrock LLM Responses
18th December 2023

Validating the response from your Language Learning Model (LLM) is a critical step in the development process. It ensures that the response is in the correct format and contains the expected data. Manual evaluation can quickly become tiresome…

AWS Bedrock Claude 2.1 - Return only JSON

AWS Bedrock Claude 2.1 - Return only JSON
7th December 2023

Working with the AWS Bedrock API is an exhilarating experience! I came across an interesting business case where I needed to develop an AI MVP. The MVP generates JSON data based on a prompt and utilizes the anthropic.claude-v2:1 model in AWS Bedrock…