Skip to content

Commit adc5be0

Browse files
authored
Merge pull request #15796 from DevOpsDaysNashville/main
[NSH-2026] Program updates
2 parents 8ad5bd8 + f61f0b1 commit adc5be0

14 files changed

Lines changed: 101 additions & 21 deletions

File tree

630 KB
Loading
365 KB
Loading
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
+++
2+
Talk_date = ""
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "From the Top: Mastering the DevOps Machine Learning Pipeline for Unrivaled Innovation - A CEO's Perspective on Cool DevOps"
6+
Type = "talk"
7+
Speakers = ["benv-savage"]
8+
+++
9+
10+
How can DevOps, when seamlessly integrated with machine learning pipelines, become a powerhouse for innovation and competitive advantage? This exploration, from a CEO’s perspective, unveils DevOps not just as a collection of practices and tools but as a pivotal asset in strategic business positioning and market leadership. Learn how melding DevOps with machine learning amplifies its strategic importance, driving product innovation, enhancing customer experiences, and facilitating agile responses to market dynamics. We will highlight concrete examples where the synergy of DevOps and machine learning has led to notable business successes, including market expansion, the swift introduction of innovative products or features, and achieving operational efficiencies. The presentation concludes with a visionary outlook on DevOps, enriched with machine learning, as a transformative force in business growth and evolution.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
+++
2+
Talk_date = ""
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "Smart Routing: AI-Driven Request Orchestration for the Right Models Every Time"
6+
Type = "talk"
7+
Speakers = ["benv-savage"]
8+
+++
9+
10+
How can businesses streamline the process of managing requests to multiple machine learning models? This presentation explores the integration of AI for dynamic orchestration, ensuring that requests are routed to the most appropriate models based on complexity, cost, and performance needs. We’ll cover architectural strategies for building intelligent routing systems, the benefits of leveraging smaller models for efficiency, and the role of observability tools in maintaining system health. Attendees will gain insights into real-world applications, actionable strategies, and the future of AI-driven orchestration in dynamic environments. Learn how to enhance scalability, optimize costs, and unlock the full potential of machine learning in diverse industries.

content/events/2026-nashville/program/chris-lee.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ Type = "talk"
77
Speakers = ["chris-lee"]
88
+++
99

10-
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)
11-
Key Takeaways
12-
“I vibe coded an app” is only half the story. The other half is hosting, auth, DNS, CI, and review.
13-
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.
14-
The same AI that helped build the app now helps operate it through continuous "review assistance."
15-
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.
10+
You vibe coded an app. It works. It demos well.
1611

12+
Then you hit the wall.
1713

14+
Now it needs a website, scalability, automated deployments, a database, authentication, payments, emails… and a way to catch problems before your users do. Most projects die right here.
15+
16+
This talk is about what comes next. Not theory, not tools for their own sake, but the shift from “it works on my machine” to something real. The difference between a demo and a system you can trust.
17+
18+
We’ll walk through the mindset and patterns that make that transition possible: building feedback loops, enforcing quality before deploy, and using AI not just to write code, but to continuously review and challenge it.
19+
20+
The same tools that let you build fast can help you operate safely, if you use them correctly.
21+
22+
The takeaway is simple: building the app is only half the story. What matters is whether it holds up when it’s live.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
+++
2+
Talk_date = ""
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "From Noise to Narrative: Using AI to Reduce Cognitive Load in Incident Response"
6+
Type = "talk"
7+
Speakers = ["vivek-madem"]
8+
+++
9+
10+
As systems grow more distributed and interconnected, incident response has become less about finding data and more about interpreting it. During outages, engineers face alert storms, multiple dashboards, logs, traces, and chat threads, all competing for attention. The real bottleneck is no longer access to information, but the human ability to process it under pressure.
11+
12+
In response, many teams are beginning to integrate AI into their operational workflows—not as autonomous decision-makers, but as cognitive assistants. Rather than auto-remediating blindly, AI is being used to correlate signals, summarize incidents in real time, highlight anomalies, and surface relevant historical context. The goal is not to replace human judgment, but to improve clarity and reduce decision fatigue.
13+
14+
This talk explores how AI-driven signal synthesis aligns with core DevOps principles:
15+
16+
Automation: Reducing manual triage work during incidents
17+
Measurement: Improving visibility and contextual awareness
18+
Culture: Supporting collaborative decision-making instead of heroics
19+
Sharing: Capturing and summarizing knowledge for postmortems
20+
21+
We will examine practical implementation patterns, including:
22+
23+
AI-generated incident summaries from logs and metrics
24+
Context-aware alert grouping
25+
Historical incident similarity detection
26+
Chat-based operational assistants
27+
28+
We will also discuss the limitations and risks, including over-trust, hallucination risks, and automation bias.
29+
30+
Attendees will leave with a clearer understanding of where AI meaningfully improves DevOps workflows and where human reasoning must remain central.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
+++
2+
Title = "Speakers"
3+
Type = "speakers"
4+
Description = "Speakers for devopsdays atlanta 2026"
5+
+++
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
+++
2+
Title = "Ben V. Savage"
3+
Twitter = ""
4+
linkedin = ""
5+
image = ""
6+
type = "speaker"
7+
linktitle = "benv-savage"
8+
Website = ""
9+
+++
10+

content/events/2026-nashville/speakers/chris-lee.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Title = "Chris Lee"
33
Twitter = ""
44
linkedin = ""
5-
image = ""
5+
image = "chris-lee.png"
66
type = "speaker"
77
linktitle = "chris-lee"
88
Website = ""

content/events/2026-nashville/speakers/michael-anthony.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
Title = "Michael Anthony"
33
Twitter = ""
4-
linkedin = ""
4+
linkedin = "https://www.linkedin.com/in/michael-anthony-25b950106/"
55
image = ""
66
type = "speaker"
77
linktitle = "michael-anthony"

0 commit comments

Comments
 (0)