# Anthropic Bedrock Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/anthropic-bedrock
> Markdown URL: https://aitinkerers.org/technologies/anthropic-bedrock.md
> Technology record last updated: 2026-03-10T16:30:36Z
> Generated: 2026-08-24T08:46:41Z

Anthropic's Claude foundation models (FMs) are available via Amazon Bedrock: a fully managed service for building enterprise-grade generative AI applications.

This is the secure, scalable path for deploying Anthropic's state-of-the-art Claude models (Opus, Sonnet, Haiku) in production. Amazon Bedrock provides the managed infrastructure, offering a single API for accessing the Claude 3 family and other leading FMs. Customers gain immediate access to powerful capabilities like advanced reasoning, vision analysis, and code generation, all while leveraging AWS's enterprise-level security and privacy controls. This integration simplifies development, allowing teams to focus on building complex, long-horizon AI agents and applications rather than managing model deployment or infrastructure.

- Official technology site: https://aws.amazon.com/bedrock/
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Using evals to build robust chatbot assistants](https://dubai.aitinkerers.org/talks/rsvp_VES7t3DOtpk)

I'll be demonstrating a project I am working on where we are using evals to build robust LLM pipelines. Evals help us be more confident shipping LLM based apps to production. I am building a chatbot assistant that is functioning as a Natural Language to SQL agent, allowing users to interact with data in the database, and to get insights from the companies data. This is an actual live project for a business in the UAE The demo will be focusing on how we built evaluation sets to help write deterministic tests for the agent, to give us more confidence in its performance. We will discuss - how we break down the potential query space of the assistant into defined categories using dimensions and error analysis. This helps structure the set of queries we want our bot to work for, as oppose to having an infinite query space which is hard to design good products around. This gives us structure for designing a well performing assistant - we will show how we have written automated evaluation tests, where we pass queries to our bot, check the results it gets from the db, and we validate that against expected data. This is basically writing deterministic unit tests for our non-deterministic agent pipeline

- Event context: AI Tinkerers Dubai Meetup — August 2025 Demo Day — 2025-08-23 — Dubai
- Public talk page: https://dubai.aitinkerers.org/talks/rsvp_VES7t3DOtpk

## Related Technologies

- [Flask](https://aitinkerers.org/technologies/flask) ([Markdown](https://aitinkerers.org/technologies/flask.md)) — 23 public demos
- [Pytest](https://aitinkerers.org/technologies/pytest) ([Markdown](https://aitinkerers.org/technologies/pytest.md)) — 6 public demos
- [Python](https://aitinkerers.org/technologies/python) ([Markdown](https://aitinkerers.org/technologies/python.md)) — 654 public demos
- [Vanna AI](https://aitinkerers.org/technologies/vanna-ai) ([Markdown](https://aitinkerers.org/technologies/vanna-ai.md)) — 2 public demos
