diff --git a/assets/events/2026-nashville/speakers/chris-lee.png b/assets/events/2026-nashville/speakers/chris-lee.png
new file mode 100644
index 0000000000..b7e28b6489
Binary files /dev/null and b/assets/events/2026-nashville/speakers/chris-lee.png differ
diff --git a/content/events/2026-nashville/program.md b/content/events/2026-nashville/program.md
new file mode 100644
index 0000000000..c764e7b501
--- /dev/null
+++ b/content/events/2026-nashville/program.md
@@ -0,0 +1,15 @@
++++
+Title = "Program"
+Type = "program"
+Description = "Program for devopsdays nashville 2026"
+Icons = "false"
++++
+
+
diff --git a/content/events/2026-nashville/program/camilla-martins.md b/content/events/2026-nashville/program/camilla-martins.md
new file mode 100644
index 0000000000..91af99eca5
--- /dev/null
+++ b/content/events/2026-nashville/program/camilla-martins.md
@@ -0,0 +1,10 @@
++++
+Talk_date = ""
+Talk_start_time = ""
+Talk_end_time = ""
+Title = "Bridging the Gap: Empowering AI Agents with Docker and MCP (Model Context Protocol)"
+Type = "talk"
+Speakers = ["camilla-martins"]
++++
+
+AI agents are limited by what they can 'achieve'. Discover how the Model Context Protocol (MCP) combined with Docker allows LLMs to securely interact with development environments, local tools, and infrastructure. Learn how Docker is becoming the standard runtime for providing context and real-time execution capabilities for the next generation of AI agents.
\ No newline at end of file
diff --git a/content/events/2026-nashville/program/chris-lee.md b/content/events/2026-nashville/program/chris-lee.md
new file mode 100644
index 0000000000..964f2a7fc8
--- /dev/null
+++ b/content/events/2026-nashville/program/chris-lee.md
@@ -0,0 +1,17 @@
++++
+Talk_date = ""
+Talk_start_time = ""
+Talk_end_time = ""
+Title = "I Vibe Coded an App. Now What?"
+Type = "talk"
+Speakers = ["chris-lee"]
++++
+
+You used AI (Cursor, vibe coding) to build an app. Then you hit the wall: Now what? It needs a URL, auth, CI, and a way to find bugs before users do. This talk presents a repeatable “day two” checklist for moving to production: hosting on Vercel, DNS, data with Airtable, authentication with Clerk, GitHub for PRs and review, and GitHub Actions for lint and test on every push. We use git hooks (Husky) so the same test suite runs locally before every push, and Cursor agents to find issues, running “find bugs,” “check for auth leaks,” or “review this diff” so the AI does the first pass before human review. The DevOps connection: AI got us to “working code” fast; the same tooling (Cursor + agents) and pipeline (GitHub + Actions + Vercel) get us to deployed, reviewed, and maintainable without throwing away the vibe. Principles in play: automation (CI, cron, agents, hooks), feedback loops (PRs, tests, agents), and security by default (Clerk, env vars, CRON_SECRET)
+Key Takeaways
+“I vibe coded an app” is only half the story. The other half is hosting, auth, DNS, CI, and review.
+We use Cursor agents for finding issues; GitHub + Actions for PRs and CI; Husky so the same tests run locally; Vercel for hosting, Clerk for auth, and Airtable for data.
+The same AI that helped build the app now helps operate it through continuous "review assistance."
+The test suite is the same everywhere: run by git hooks before push, run by GitHub Actions on every push/PR, and required before merge so deploys are safe.
+
+
diff --git a/content/events/2026-nashville/program/elissa-shevinsky.md b/content/events/2026-nashville/program/elissa-shevinsky.md
new file mode 100644
index 0000000000..66e139ec15
--- /dev/null
+++ b/content/events/2026-nashville/program/elissa-shevinsky.md
@@ -0,0 +1,11 @@
++++
+Talk_date = ""
+Talk_start_time = ""
+Talk_end_time = ""
+Title = "Stress-Testing AI Agents: Red Teaming to Reduce Operational Chaos"
+Type = "talk"
+Speakers = ["elissa-shevinsky"]
++++
+
+AI agents are now part of our automation layer, calling tools, modifying systems, and influencing production workflows. Unlike traditional automation, their behavior can be unpredictable under pressure. This talk explores how we stress-test AI agents embedded in production systems using red teaming techniques to surface hidden failure modes and operational risks before they escalate into customer-facing incidents.
+
diff --git a/content/events/2026-nashville/program/michael-anthony.md b/content/events/2026-nashville/program/michael-anthony.md
new file mode 100644
index 0000000000..1c378e52aa
--- /dev/null
+++ b/content/events/2026-nashville/program/michael-anthony.md
@@ -0,0 +1,9 @@
++++
+Talk_date = ""
+Talk_start_time = ""
+Talk_end_time = ""
+Title = "The AI Augmented Student"
+Type = "talk"
+Speakers = ["michael-anthony"]
++++
+
diff --git a/content/events/2026-nashville/program/mike-noe.md b/content/events/2026-nashville/program/mike-noe.md
new file mode 100644
index 0000000000..29ad847fa1
--- /dev/null
+++ b/content/events/2026-nashville/program/mike-noe.md
@@ -0,0 +1,14 @@
++++
+Talk_date = ""
+Talk_start_time = ""
+Talk_end_time = ""
+Title = "AI in Action! SDLC Agents using LangChain+LangSmith in an Azure Environment."
+Type = "talk"
+Speakers = ["mike-noe"]
++++
+
+You've heard the hype, seen the videos, and read all the posts on social media. Now it's time to see AI in Action. Our own Mike Noe will guide us through an implementation on SDLC Agents using LangChain and LangSmith in an Azure Environment.
+
+The demo will showcase a multi-agent pipeline that utilizes Azure ServiceBus to manage interactions between agents.
+I use LangSmith for the tracing and observability aspect. Tracking calls, latency, and costs.
+The purpose is to show how we can build isolated agents that work together, much like real folks.
\ No newline at end of file
diff --git a/content/events/2026-nashville/program/reserved.md b/content/events/2026-nashville/program/reserved.md
new file mode 100644
index 0000000000..85971d8cfe
--- /dev/null
+++ b/content/events/2026-nashville/program/reserved.md
@@ -0,0 +1,9 @@
++++
+Talk_date = ""
+Talk_start_time = ""
+Talk_end_time = ""
+Title = "Coming Soon!"
+Type = "talk"
+Speakers = ["reserved"]
++++
+
diff --git a/content/events/2026-nashville/program/robert-hoffman.md b/content/events/2026-nashville/program/robert-hoffman.md
new file mode 100644
index 0000000000..a67dd8f26d
--- /dev/null
+++ b/content/events/2026-nashville/program/robert-hoffman.md
@@ -0,0 +1,9 @@
++++
+Talk_date = ""
+Talk_start_time = ""
+Talk_end_time = ""
+Title = "Keynote Day One"
+Type = "talk"
+Speakers = ["robert-hoffman"]
++++
+
diff --git a/content/events/2026-nashville/program/scott-stroz.md b/content/events/2026-nashville/program/scott-stroz.md
new file mode 100644
index 0000000000..3e857d8971
--- /dev/null
+++ b/content/events/2026-nashville/program/scott-stroz.md
@@ -0,0 +1,11 @@
++++
+Talk_date = ""
+Talk_start_time = ""
+Talk_end_time = ""
+Title = "Smart Scaling: Leveraging AutoPilot for Efficient MySQL Deployment "
+Type = "talk"
+Speakers = ["scott-stroz"]
++++
+
+MySQL HeatWave AutoPilot brings machine learning directly into the heart of MySQL HeatWave AutoPilot introduces machine learning directly into the core of database operations, transforming how teams provision, load, tune, and scale MySQL environments. This session explores how AutoPilot’s intelligent automation covers auto provisioning, auto parallel loading, and auto data placement. These features eliminate guesswork, predict optimal configurations, and accelerate performance with minimal manual effort.
+We will examine real-world scenarios that show how AutoPilot adapts instantly to shifting workloads, boosts query execution, and maintains high availability while reducing operational overhead.
diff --git a/content/events/2026-nashville/program/tyler-welton.md b/content/events/2026-nashville/program/tyler-welton.md
new file mode 100644
index 0000000000..69b2ef494e
--- /dev/null
+++ b/content/events/2026-nashville/program/tyler-welton.md
@@ -0,0 +1,10 @@
++++
+Talk_date = ""
+Talk_start_time = ""
+Talk_end_time = ""
+Title = "Day Two Keynote"
+Type = "talk"
+Speakers = ["tyler-welton"]
++++
+
+For those of you who saw "How to Smoke a Pipeline" at DevOpsDay Nashville 2024, you know Tyler isn't just a great speaker, he knows security inside and out. Come join us as Tyler kicks off Day Two of DevOpsDays + AI Nashville 2026!
\ No newline at end of file
diff --git a/content/events/2026-nashville/speakers/camilla-martins.md b/content/events/2026-nashville/speakers/camilla-martins.md
new file mode 100644
index 0000000000..8d0c70e7b0
--- /dev/null
+++ b/content/events/2026-nashville/speakers/camilla-martins.md
@@ -0,0 +1,12 @@
++++
+Title = "Camilla Martins"
+Twitter = "https://www.linkedin.com/in/camilla-martins-603344115/"
+linkedin = ""
+image = ""
+type = "speaker"
+linktitle = "camilla-martins"
+Website = ""
++++
+
+Camilla is a Google Developer Expert, a GDG Organizer, and a second time speaker at DevOpsDays Nashville!
+
diff --git a/content/events/2026-nashville/speakers/chris-lee.md b/content/events/2026-nashville/speakers/chris-lee.md
new file mode 100644
index 0000000000..773a8f032d
--- /dev/null
+++ b/content/events/2026-nashville/speakers/chris-lee.md
@@ -0,0 +1,12 @@
++++
+Title = "Chris Lee"
+Twitter = ""
+linkedin = ""
+image = ""
+type = "speaker"
+linktitle = "chris-lee"
+Website = ""
++++
+
+Chris Lee is an AI Solutions Architect at AI21 Labs, where he works with enterprise teams across healthcare, education, and financial services to take AI systems from proof-of-concept to production. With a background in DevOps and a focus on real-world execution, he specializes in building scalable, reliable AI applications that deliver measurable business value. Chris has led deployments ranging from AI-powered learning platforms to clinical search systems used by tens of thousands of professionals, and is passionate about helping teams move beyond demos into production-ready systems.
+
diff --git a/content/events/2026-nashville/speakers/elissa-shevinsky.md b/content/events/2026-nashville/speakers/elissa-shevinsky.md
new file mode 100644
index 0000000000..6f4c9b2f0c
--- /dev/null
+++ b/content/events/2026-nashville/speakers/elissa-shevinsky.md
@@ -0,0 +1,12 @@
++++
+Title = "Elissa Shevinsky"
+Twitter = ""
+linkedin = ""
+image = ""
+type = "speaker"
+linktitle = "elissa-shevinsky"
+Website = ""
++++
+
+Elissa Shevinsky is a technology executive and security founder. She most recently served as CTO for the Global Growth Strategy Initiative at Yonex and CPTO at Cointelegraph. When she isn't red teaming AI agents, she works as a venture scout for Boardy.
+
diff --git a/content/events/2026-nashville/speakers/michael-anthony.md b/content/events/2026-nashville/speakers/michael-anthony.md
new file mode 100644
index 0000000000..a87730dd27
--- /dev/null
+++ b/content/events/2026-nashville/speakers/michael-anthony.md
@@ -0,0 +1,12 @@
++++
+Title = "Michael Anthony"
+Twitter = ""
+linkedin = ""
+image = ""
+type = "speaker"
+linktitle = "michael-anthony"
+Website = ""
++++
+
+
+
diff --git a/content/events/2026-nashville/speakers/mike-noe.md b/content/events/2026-nashville/speakers/mike-noe.md
new file mode 100644
index 0000000000..1e28204a72
--- /dev/null
+++ b/content/events/2026-nashville/speakers/mike-noe.md
@@ -0,0 +1,12 @@
++++
+Title = "Mike Noe"
+Twitter = ""
+linkedin = ""
+image = ""
+type = "speaker"
+linktitle = "mike-noe"
+Website = ""
++++
+
+
+
diff --git a/content/events/2026-nashville/speakers/reserved.md b/content/events/2026-nashville/speakers/reserved.md
new file mode 100644
index 0000000000..8e746f388b
--- /dev/null
+++ b/content/events/2026-nashville/speakers/reserved.md
@@ -0,0 +1,11 @@
++++
+Title = "Great Speaker"
+Twitter = ""
+linkedin = ""
+image = ""
+type = "speaker"
+linktitle = "reserved"
+Website = ""
++++
+
+Great speaker announcement coming soon!
diff --git a/content/events/2026-nashville/speakers/robert-hoffman.md b/content/events/2026-nashville/speakers/robert-hoffman.md
new file mode 100644
index 0000000000..dea979fb81
--- /dev/null
+++ b/content/events/2026-nashville/speakers/robert-hoffman.md
@@ -0,0 +1,12 @@
++++
+Title = "Robert Hoffman"
+Twitter = ""
+linkedin = ""
+image = ""
+type = "speaker"
+linktitle = "robert-hoffman"
+Website = ""
++++
+
+Robert Hoffman, M.Ed., CAIS, AIMP, CCME, Senior Manager in AI-Enabled Learning & Project Innovation at Arlo Solutions. With 30+ years across government, academia, and industry, Rob turns complex challenges into scalable, future-ready solutions.
+He leads AI, adaptive learning, and workforce transformation initiatives, including LLM integrations for federal agencies like DoW & USDA.
diff --git a/content/events/2026-nashville/speakers/scott-stroz.md b/content/events/2026-nashville/speakers/scott-stroz.md
new file mode 100644
index 0000000000..24b9c0d965
--- /dev/null
+++ b/content/events/2026-nashville/speakers/scott-stroz.md
@@ -0,0 +1,10 @@
++++
+Title = "Scott Stroz"
+Twitter = ""
+linkedin = ""
+image = ""
+type = "speaker"
+linktitle = "scott-stroz"
+Website = ""
++++
+
diff --git a/content/events/2026-nashville/speakers/tyler-welton.md b/content/events/2026-nashville/speakers/tyler-welton.md
new file mode 100644
index 0000000000..d8f4bec962
--- /dev/null
+++ b/content/events/2026-nashville/speakers/tyler-welton.md
@@ -0,0 +1,13 @@
++++
+Title = "Tyler Welton"
+Twitter = ""
+linkedin = ""
+image = ""
+type = "speaker"
+linktitle = "tyler-welton"
+Website = ""
++++
+
+Tyler is the CEO of Untamed Theory, a Cybersecurity AI Intelligence company. Tyler’s journey began with internet hijinks and evolved into a career in offensive security for the national defense and healthcare industries, before helping startups secure their architecture.
+He’s invented new attack techniques, helped draft industry standards like OWASP, and regularly speaks at conferences. Off the clock, he’s a husband and dad of three, though he still loves a good internet prank.
+
diff --git a/content/events/2026-nashville/welcome.md b/content/events/2026-nashville/welcome.md
index c8786666b2..a5807a79f7 100644
--- a/content/events/2026-nashville/welcome.md
+++ b/content/events/2026-nashville/welcome.md
@@ -76,14 +76,14 @@ Description = "DevOpsDays + AI Nashville 2026"
-->
-
+