Skip to content

Commit 628437c

Browse files
authored
Merge pull request #15838 from shanedroid/rdu-2026-the-final-update
[RDU-2026] Even More Sponsor/Program Updates
2 parents 36676bb + 2a7b6cc commit 628437c

File tree

7 files changed

+31
-30
lines changed

7 files changed

+31
-30
lines changed
-279 KB
Binary file not shown.
51.3 KB
Loading

content/events/2026-raleigh/program/jeremy-meiss-keynote.md

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
+++
2+
Talk_date = ""
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "Ship agents with Open Source: Stop fighting your framework"
6+
Type = "talk"
7+
Speakers = ["jonathan-vogel"]
8+
+++
9+
10+
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.
11+
12+
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.

content/events/2026-raleigh/speakers/jeremy-meiss.md

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
+++
2+
Title = "Jonathan Vogel"
3+
linkedin = "https://www.linkedin.com/in/jonathan-vogel-sw/"
4+
image = "jonathan-vogel.jpg"
5+
type = "speaker"
6+
linktitle = "jonathan-vogel"
7+
+++
8+
9+
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.

data/events/2026/raleigh/main.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ sponsors:
118118
level: community
119119
- id: arresteddevops
120120
level: community
121+
- id: aws
122+
level: silver
123+
- id: bitrise
124+
level: gold
121125
- id: cribl
122126
level: gold
123127
- id: edgedelta
@@ -254,11 +258,6 @@ program:
254258
date: 2026-04-30
255259
start_time: "14:30"
256260
end_time: "14:40"
257-
- title: "jeanne-mcclure-workshop"
258-
type: workshop
259-
date: 2026-04-30
260-
start_time: "14:40"
261-
end_time: "16:10"
262261
- title: "catherine-louis-workshop"
263262
type: workshop
264263
date: 2026-04-30
@@ -344,6 +343,11 @@ program:
344343
date: 2026-05-01
345344
start_time: "10:20"
346345
end_time: "11:50"
346+
- title: "jeanne-mcclure-workshop"
347+
type: workshop
348+
date: 2026-05-01
349+
start_time: "10:20"
350+
end_time: "11:50"
347351
- title: "Lunch"
348352
type: custom
349353
date: 2026-05-01
@@ -374,7 +378,7 @@ program:
374378
date: 2026-05-01
375379
start_time: "14:05"
376380
end_time: "14:35"
377-
- title: "jeremy-meiss-keynote"
381+
- title: "jonathan-vogel-keynote"
378382
type: talk
379383
date: 2026-05-01
380384
start_time: "14:35"

0 commit comments

Comments
 (0)