Skip to content

Commit c5266c3

Browse files
authored
Merge pull request #15841 from shanedroid/rdu-2026-the-most-final-update
[RDU-2026] Can't Stop / Won't Stop
2 parents c1459ec + 44f5e11 commit c5266c3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

content/events/2026-raleigh/program/jonathan-vogel-keynote.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@ Type = "talk"
77
Speakers = ["jonathan-vogel"]
88
+++
99

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.
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](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.

content/events/2026-raleigh/speakers/jonathan-vogel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
+++
22
Title = "Jonathan Vogel"
33
linkedin = "https://www.linkedin.com/in/jonathan-vogel-sw/"
4+
website = "https://jvogel.me"
45
image = "jonathan-vogel.jpg"
56
type = "speaker"
67
linktitle = "jonathan-vogel"

data/events/2026/raleigh/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ sponsors:
142142
level: gold
143143
- id: nx
144144
level: gold
145+
- id: tek-systems
146+
level: happyhour
145147
- id: triangle-mysql-meetup
146148
level: community
147149
- id: triangle-postgres-users-group

0 commit comments

Comments
 (0)