Skip to content

Commit 1c85f00

Browse files
authored
[NSH-2026] Program and speaker updates (#41)
* Program and speaker updates * Updates * Photo update * Updates
1 parent cb5fc1e commit 1c85f00

7 files changed

Lines changed: 32 additions & 3 deletions

File tree

974 KB
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
+++
2+
Talk_date = ""
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "AI Slop Wrangling: Reining In Control When Developers Are Armed With A.I. Slop Cannons"
6+
Type = "talk"
7+
Speakers = ["brandon-hedge"]
8+
+++
9+
10+
AI coding assistants have handed every developer on your team a firehose. Pull requests are bigger, faster, and more confident than ever — and a growing percentage of what lands in your repo is code that no human has fully read, let alone understood. The productivity gains are real, but so is the slop: plausible-looking code that passes a casual review, slips past weak tests, leaks abstractions, and quietly introduces security issues that won't surface until production.
11+
12+
This talk is about how engineering leaders and senior ICs can reassert control without killing the velocity their teams have come to love. We'll cover the four gates that matter most when AI is writing a meaningful share of your code: quality gates that catch slop before it merges, test coverage strategies that actually verify behavior instead of rubber-stamping generated tests, abstractions that force AI output to conform to your architecture rather than warp it, and security gates designed for a world where secrets, injection flaws, and dependency risks can be generated at machine speed.
13+
Attendees will leave with a practical framework for auditing their current guardrails, concrete tooling recommendations, and a clearer picture of where human judgment still has to live in an AI-augmented SDLC.

content/events/2026-nashville/speakers/benv-savage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ linktitle = "benv-savage"
88
Website = ""
99
+++
1010

11+
Ben Savage, serving as the visionary CEO of Veritas Automata, brings to the forefront an extensive background in revolutionizing autonomous transaction processing through the strategic integration of blockchain, smart contracts, and machine learning. His tenure at Veritas Automata is marked by an unwavering commitment to innovation, operational efficiency, and leveraging technology for transformative business solutions. Prior to leading Veritas Automata, Ben was instrumental in shaping the future of IoT solutions as the CTO and Chief Innovation Officer at Apex Supply Chain Technologies, where he pioneered the development of the groundbreaking Pizza Portal for Little Caesars among other complex IoT applications.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
+++
2+
Title = "Brandon Hedge"
3+
Twitter = ""
4+
linkedin = ""
5+
image = "brandon-hedge.png"
6+
type = "speaker"
7+
linktitle = "brandon-hedge"
8+
Website = ""
9+
+++
10+
11+
B. Hedge is a technologist with nearly 30 years of experience spanning infrastructure, distributed systems, and engineering leadership. He currently works at Neural Payments, where he focuses on Artificial Intelligence, data architecture and security in a PCI environment — including end-to-end PGP encryption of cardholder data and a quantum-proof KMS tokenization solution for PANs.
12+
13+
Previously, he served as CTO of Lineage Bank, building out the technical foundation for both traditional banking and banking-as-a-service partnerships. Before that, he led cloud systems engineering at Elastic, managed the SRE team at npm, Inc., and held senior architecture and director-level roles at LeanKit and LifePoint Health.
14+
15+
His work sits at the intersection of deep technical craft and team leadership, with a long track record of building highly available systems, resilient data pipelines, and cohesive remote teams.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ linktitle = "michael-anthony"
88
Website = ""
99
+++
1010

11-
11+
Transitioning from the front lines to the frontier of technology, I am a Computer Science student with a diverse background in the Air Force and Fire/EMS. My experience in these demanding fields taught me to make critical decisions under pressure a skill I now leverage in programming and game development. I am particularly driven by the evolving landscape of Artificial Intelligence. I advocate for an educational approach to AI that emphasizes ethical responsibility and practical application for students, ensuring that we use emerging tools to enhance, rather than replace, human creativity
1212

content/events/2026-nashville/speakers/mike-noe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ linktitle = "mike-noe"
88
Website = ""
99
+++
1010

11-
11+
Mike is a 20 year veteran of technology operations across a dozen industries. He's an international speaker/presenter having presented in Europe and across America. Today he provides various organizations with a deep insight through a variety of technical challenges while also volunteering to organize DevOpsDays Nashville.
1212

data/events/2026/nashville/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ program:
238238
date: 2026-05-15
239239
start_time: "09:10"
240240
end_time: "10:00"
241-
- title: "reserved"
241+
- title: "brandon-hedge"
242242
type: talk
243243
date: 2026-05-15
244244
start_time: "10:00"

0 commit comments

Comments
 (0)