Dennis Traub
dtraub.bsky.social
Dennis Traub
@dtraub.bsky.social
Software Engineer and Developer Advocate at AWS, exploring the impact of AI, new skills we need to learn, and how to keep up with its pace without going insane.
Reposted by Dennis Traub
It’s 👻day !

Spec-driven development brought to your IDE

Try Kiro today

kiro.dev
Kiro: The AI IDE for prototype to production
The AI IDE for prototype to production
kiro.dev
July 15, 2025 at 7:03 AM
Update: I've created a GitHub Issue proposing to address this problem.

Please help getting this fixed by adding your +1!

Here's the link: github.com/modelcontext...
June 2, 2025 at 8:43 AM
Reposted by Dennis Traub
Use the Strands SDK to build AI agents, easily integrating with existing MCP tools, selecting models from Bedrock, OpenAI, or Olama.

It’s so easy, I felt so productive after just one hour :-)

Follow this four-part series of tutorials by @dtraub.bsky.social

community.aws/content/2xP1...
AWS | Community | Building AI Agents with Strands: Part 1 - Creating Your First Agent
Learn how to create your first AI agent with the Strands Agents SDK in minutes. This tutorial covers setup, agent initialization, system prompts, and debugging.
community.aws
May 29, 2025 at 10:37 AM
Stop treating MCP servers like browser extensions.

Start treating them like you're downloading random executables from the internet.

Because when you add an MCP server to Claude Desktop or Cursor IDE, that's exactly what you're doing!
June 1, 2025 at 6:05 PM
🧬 The Strands Agents Hands-On Tutorial - Part 3: MCP Integration

In this quick lesson, you'll learn how to connect your Strands AI agent to external services using the Model Context Protocol (MCP).

Check it out: bit.ly/43GFHyB
May 22, 2025 at 9:13 PM
The next installment of my Strands Agents tutorial series is live: Tool Integration

Learn how to connect your agent to the real world using built-in and custom tools with the Strands Agents SDK.

Check it out: bit.ly/43neXBY
May 21, 2025 at 6:28 PM
🧬 Just kicked off my tutorial series on building AI agents with the Strands Agents SDK!

After a quick intro to this new framework, we'll dive directly into some code and create a functional agent with just a few lines of code.

Check it out!

community.aws/content/2xOw...
Building AI Agents with Strands: An Introduction to the Series
Build AI agents with the Strands Agents SDK in this hands-on tutorial series. Create agentic systems with tools, MCP integration, and multi-agent collaboration.
community.aws
May 21, 2025 at 11:42 AM
Hey developer friends!

Wanna add generative AI to your applications using a real stack - like Java, JavaScript, C#, or PHP? This one's for you!

Start the day right and join my session "No Python? No Problem! Generative AI for the rest of us"

👉 Register now
aws.amazon.com/events/summi...
May 15, 2025 at 7:19 PM
If there only was a vaccine against... Oh, wait!
ah yeah so if this is true, these figures are comparable to where we were with COVID-19 on about March 9, 2020.
The US has 800 confirmed cases of measles, a 12% increase from the week prior in an outbreak that has reached nearly half the country.
April 19, 2025 at 4:44 PM
Reposted by Dennis Traub
Agentic AI, MCP & the future of software engineering — a new episode of the AWS Developers Podcast is out now!

🎧 Dive in and listen in your podcast app or here 👉 developers.podcast.g...

#AWS #AI #LLM #MCP #GenerativeAI #Developers
April 18, 2025 at 11:37 AM
Today's my son's 14 birthday! It's unbelievable how fast they grow up, right? 🥲🎂🥳
April 18, 2025 at 10:41 AM
Reposted by Dennis Traub
This is a great example!

Building Agents with Amazon Nova Act and MCP 👉 How to build intelligent web automation agents using Amazon Nova Act integrated with Model Context Protocol (MCP)

buff.ly/16tnrq6

#AWS #AI #GenAI #MCP
GitHub - aws-samples/sample-agents-with-nova-act-and-mcp: Discover how to build agents that can perform actions on websites by combining Amazon Nova Act with Model Context Protocol (MCP).
Discover how to build agents that can perform actions on websites by combining Amazon Nova Act with Model Context Protocol (MCP). - aws-samples/sample-agents-with-nova-act-and-mcp
buff.ly
April 12, 2025 at 1:23 PM
"Harness" is the new "delve", right?

Which other terms do you regularly see in AI-generated copy?
April 12, 2025 at 1:39 PM
Are you based in the EU? We've just deployed our latest text-generation models, Nova Micro, Lite, and Pro in Frankfurt, Dublin, Stockholm, and Paris!

www.aboutamazon.eu/news/aws/ama...
Amazon Nova in European Union and Asia Pacific
New regional processing options for Amazon Nova understanding models
www.aboutamazon.eu
March 3, 2025 at 12:37 PM
Reposted by Dennis Traub
Developers: what is your view of AWS?
February 26, 2025 at 6:03 PM
Reposted by Dennis Traub
Inspired by the latest AI Demo Days in London, I built this:

Run any AWS Lambda function as a Large Language Model (LLM) tool without code changes using Anthropic's Model Control Protocol (MCP)

https://github.com/danilop/MCP2Lambda

#AI #GenAI #MCP #AWS #Serverless
GitHub - danilop/MCP2Lambda: Run any AWS Lambda function as a Large Language Model (LLM) tool without code changes using Anthropic's Model Control Protocol (MCP).
Run any AWS Lambda function as a Large Language Model (LLM) tool without code changes using Anthropic's Model Control Protocol (MCP). - danilop/MCP2Lambda
github.com
February 26, 2025 at 10:51 AM
Hey JavaScript developers! Here's a quick tutorial showing how to embed Claude's new reasoning mode in your apps

community.aws/content/2tX5...
How to use Reasoning with Claude 3.7 Sonnet on Amazon Bedrock - JavaScript Edition
Follow this step-by-step guide to implement Claude 3.7 Sonnet's reasoning capability in JavaScript using Amazon Bedrock.
community.aws
February 25, 2025 at 10:22 PM
New Python tutorial: Access Claude's new reasoning mode with just a few lines of code

community.aws/content/2tWv...
How to use Reasoning with Claude 3.7 Sonnet on Amazon Bedrock - Python Edition
Follow this step-by-step guide to implement Claude 3.7 Sonnet's reasoning capability in Python using Amazon Bedrock.
community.aws
February 25, 2025 at 7:50 PM
Hey developer friends, here are some code examples showing how to use @anthropic.com Claude's new reasoning feature on Amazon Bedrock

C#/.NET: community.aws/content/2tXG...

Java: community.aws/content/2o7u...

Python: community.aws/content/2tWv...

JavaScript: community.aws/content/2tX5...
February 25, 2025 at 2:36 PM
And here's the Python version: community.aws/content/2tWv...
February 25, 2025 at 11:19 AM
Here's how you can add Claude 3.7 Sonnets's reasoning capabilities to your Java app 👇

community.aws/content/2o7u...
How to use Reasoning with Claude 3.7 Sonnet on Amazon Bedrock - Java Edition
Follow this step-by-step guide to implement Claude 3.7 Sonnet's reasoning capability in Java using Amazon Bedrock.
community.aws
February 25, 2025 at 9:29 AM
The best 3.5 hours I've invested into learning, in a very long time!

www.youtube.com/watch?v=7xTG...
Deep Dive into LLMs like ChatGPT
YouTube video by Andrej Karpathy
www.youtube.com
February 23, 2025 at 12:59 PM
Reposted by Dennis Traub
Serverless Office Hours is BACK! with "What’s new in Serverless for 2025"
After an AWS livestreaming hiatus, we're happy to be back with a few changes. Even MOAR channels, although different ones from before. It's an hour later, Tomorrow (Tuesday) at 11 AM PT. 7PM UK, 8PM CET
February 17, 2025 at 5:36 PM
Reposted by Dennis Traub
Each AI model needs its own prompting approach - like how different makeup brushes are designed for specific tasks. You wouldn't use an eyeliner brush for blush!

I've turned my Nova experiments into a field guide with templates, patterns & examples you can use today!
February 17, 2025 at 9:34 PM
🚨 The top 5 jobs most at risk of AI replacement:

#1: Cookie box description copywriters
#2: People who write terms and conditions
#3: Professional 'let me Google that for you' experts
#4: Stock photo models of people pointing at screens
#5: People who write those 'Top 5 ...' posts on the socials
February 17, 2025 at 9:49 PM