Skip to content

Commit 5c87715

Browse files
authored
Merge pull request #15806 from DevOpsDaysNashville/main
[NSH-2024] Adds speaker
2 parents 737c045 + 94d163e commit 5c87715

File tree

4 files changed

+26
-1
lines changed

4 files changed

+26
-1
lines changed
2.02 MB
Loading
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
+++
2+
Talk_date = ""
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "Agentic AI for IaC: Skills + MCP Aligned with Enterprise Terraform Building Block"
6+
Type = "talk"
7+
Speakers = ["sharath-thirunagaru"]
8+
+++
9+
10+
Enterprise IaC teams have spent years building Terraform base modules, naming rules, and approval gates. Most AI agent demos ignore all of that — generating freeform HCL and creating more cleanup than they save.
11+
12+
This talk takes a different approach: your existing modules and conventions are the source of truth, not something the agent bypasses. I'll walk through a governed workflow (discover → validate → implement → audit) and show how MCP and skills-based architecture keep it portable across models.
13+
14+
I'll also cover why observability: structured events, audit trails, replay isn't optional when you need to explain agent behavior to a compliance team. You'll leave with a reference architecture for aligning agents with your internal Terraform standards.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
Title = "Sharath Thirunagaru"
3+
Twitter = ""
4+
linkedin = ""
5+
image = "sharath-thirunagaru.png"
6+
type = "speaker"
7+
linktitle = "sharath-thirunagaru"
8+
Website = ""
9+
+++
10+
11+
Sharath is the Founder of Tror and Qyoob AI, where he builds custom agentic AI solutions and drives AI strategy for enterprise teams. Over the past 15 years, he has built and deployed AI systems across the insurance, healthcare, financial services, music, and telecom industries. His experience ranges from computer vision models for property reviews to clinical NLP for health records and predictive models for investment risk. Currently, Sharath is focused on helping enterprises transform their AI strategies into tangible, shippable products.

data/events/2026/nashville/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ program:
276276
date: 2026-05-15
277277
start_time: "14:15"
278278
end_time: "15:15"
279-
- title: "reserved"
279+
- title: "sharath-thirunagaru"
280280
type: talk
281281
date: 2026-05-15
282282
start_time: "15:15"

0 commit comments

Comments
 (0)