Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ Type = "talk"
Speakers = ["jonathan-vogel"]
+++

Most AI agent demos work once. Then requirements change, you need to swap a model, add a custom tool, or debug why the agent chose path A instead of path B, suddenly you're fighting the framework instead of building your product. Strands Agents is the open source SDK that Amazon teams used internally to go from months to weeks shipping production agents. In this session, you'll see how a model-driven agentic loop, reason, act, reflect, lets you build a working agent in a few lines of code, then extend it without rewriting everything. We'll live-code an agent from scratch, add tools, and show you exactly what's happening at every step. You'll leave with a mental model for building agents that survive real traffic, real edge cases, and real users.

In this talk, I will be doing live demo with strands, open source framework for building agents. I would like to confirm I will be able to plug in my laptop and have a lapel mic as I won’t be able to hold a mic while doing the demo.
Most AI agent demos work once. Then requirements change, you need to swap a model, add a custom tool, or debug why the agent chose path A instead of path B, suddenly you're fighting the framework instead of building your product. [Strands Agents](https://strandsagents.com/?trk=23ae1f57-152e-4145-9aa7-04a603514f54&sc_channel=el) is the open source SDK that Amazon teams used internally to go from months to weeks shipping production agents. In this session, you'll see how a model-driven agentic loop, reason, act, reflect, lets you build a working agent in a few lines of code, then extend it without rewriting everything. We'll live-code an agent from scratch, add tools, and show you exactly what's happening at every step. You'll leave with a mental model for building agents that survive real traffic, real edge cases, and real users.
1 change: 1 addition & 0 deletions content/events/2026-raleigh/speakers/jonathan-vogel.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
+++
Title = "Jonathan Vogel"
linkedin = "https://www.linkedin.com/in/jonathan-vogel-sw/"
website = "https://jvogel.me"
image = "jonathan-vogel.jpg"
type = "speaker"
linktitle = "jonathan-vogel"
Expand Down
2 changes: 2 additions & 0 deletions data/events/2026/raleigh/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ sponsors:
level: gold
- id: nx
level: gold
- id: tek-systems
level: happyhour
- id: triangle-mysql-meetup
level: community
- id: triangle-postgres-users-group
Expand Down
Loading