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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 0 additions & 13 deletions content/events/2026-raleigh/program/jeremy-meiss-keynote.md

This file was deleted.

12 changes: 12 additions & 0 deletions content/events/2026-raleigh/program/jonathan-vogel-keynote.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
+++
Talk_date = ""
Talk_start_time = ""
Talk_end_time = ""
Title = "Ship agents with Open Source: Stop fighting your framework"
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.
11 changes: 0 additions & 11 deletions content/events/2026-raleigh/speakers/jeremy-meiss.md

This file was deleted.

9 changes: 9 additions & 0 deletions content/events/2026-raleigh/speakers/jonathan-vogel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
+++
Title = "Jonathan Vogel"
linkedin = "https://www.linkedin.com/in/jonathan-vogel-sw/"
image = "jonathan-vogel.jpg"
type = "speaker"
linktitle = "jonathan-vogel"
+++

Jonathan is a Developer Advocate at AWS. Jonathan’s been doing all things automation and developer productivity at AWS since 2020. Prior to AWS, he practiced professional software development for over a decade. Jonathan enjoys music, birding and climbing rocks.
16 changes: 10 additions & 6 deletions data/events/2026/raleigh/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ sponsors:
level: community
- id: arresteddevops
level: community
- id: aws
level: silver
- id: bitrise
level: gold
- id: cribl
level: gold
- id: edgedelta
Expand Down Expand Up @@ -254,11 +258,6 @@ program:
date: 2026-04-30
start_time: "14:30"
end_time: "14:40"
- title: "jeanne-mcclure-workshop"
type: workshop
date: 2026-04-30
start_time: "14:40"
end_time: "16:10"
- title: "catherine-louis-workshop"
type: workshop
date: 2026-04-30
Expand Down Expand Up @@ -344,6 +343,11 @@ program:
date: 2026-05-01
start_time: "10:20"
end_time: "11:50"
- title: "jeanne-mcclure-workshop"
type: workshop
date: 2026-05-01
start_time: "10:20"
end_time: "11:50"
- title: "Lunch"
type: custom
date: 2026-05-01
Expand Down Expand Up @@ -374,7 +378,7 @@ program:
date: 2026-05-01
start_time: "14:05"
end_time: "14:35"
- title: "jeremy-meiss-keynote"
- title: "jonathan-vogel-keynote"
type: talk
date: 2026-05-01
start_time: "14:35"
Expand Down
Loading