Available posts in bedrock

AWS Bedrock Update from Claude v2.1 to Claude v3

Title
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

Title
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…

DRAFTING !!! How to become or stay a successful software engineer in the age of AI

29th December 2023

How to become or stay a successful software engineer in the age of AI. I learned a lot in the last 10 years as a software engineer. From finishing my Master degree in Computer Science until now. In the next sections I'll list my achievements and tell…

Automatically validate your AWS Bedrock LLM Responses

Title
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

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…