Enable javascript in your browser for better experience. Need to know to enable it? Go here.

Hyderabad,

August 14

Registrations closed.

Thank you for your interest in XConf 2026. Registrations are now closed as we have reached full capacity for our August 14, 2026 event in Hyderabad.

For over fifteen years, XConf has been our flagship technology event — created by technologists, for those passionate about technology and its impact on the world.  XConf offers a unique opportunity to connect with like-minded technologists. It’s a space to explore bold ideas, challenge yourself with fresh perspectives and deepen your understanding of the role technology plays in solving real-world problems. Like catching up with old friends at a class reunion, XConf combines familiarity and inspiration in a way that leaves a lasting impact.

 

This year, we return to Hyderabad for a one-day, three-track event that brings together inspiring talks and a vibrant community of technologists.

 

When: August 14, 2026 
Where: Trident Hotel, Hyderabad.

What is XConf?

At XConf, we provide a platform for technologists and business leaders who are driving meaningful change to share their stories. From demos of emerging tech to hands-on workshops, every part of the XConf experience is designed to spark innovation and create real-world impact. It’s a celebration of technologists coming together to drive progress — not just for their clients, but for the tech industry as a whole.

Unboxing XConf

8.30am - 9.30am

Registration

Check in, grab your conference badge, and get ready for a day of learning, ideas, and meaningful conversations.

9.30am - 9.50am

Welcome note

Kick off the day with an introduction to XConf, what lies ahead, and the ideas that will shape the conversations to come.

9.50am - 10.35am

[Keynote] Top game-changing technology trends shaping the IT industry

Bharani Subramaniam (he/him, Global Head of Technology, Thoughtworks) and Vanya Seth (she/her, Head of Tech, Thoughtworks IME)

AI is changing how we build software. This keynote explores the emerging AI stack, from AI-ready platforms and evolving security risks to performance innovations and the engineering practices needed to build scalable, trustworthy AI systems.

10.35am - 11.20am

[Keynote] Build an AI knowledge fabric for your organisation

Sunit Parekh (he/him, Head of Digital Platforms Services, IME)

As organizations adopt autonomous AI agents, context is the critical bottleneck. LLMs have vast world knowledge but lack business insight, leading to hallucinations and latency. Explore how an "AI Knowledge Fabric" can bridge this gap through a dynamic, agent-optimized semantic layer. Discover its three pillars: engineering, industry, and institutional knowledge, plus the rules for formatting, continuous updates, and guardrails. Learn how to turn generic models into specialized digital teammates.

11.20am - 11.50am

Panel discussion and AMA

Join for a candid discussion and audience Q&A on the ideas, opportunities, and challenges shaping the future of technology.

11.50am - 1.00pm

Networking lunch and demos

Take a break to connect with fellow attendees over lunch, exchange ideas with peers, and explore live technology demos showcasing practical engineering solutions and innovations from Thoughtworks.

1.00pm - 3.00pm

Track talks

The conference features three parallel tracks. Each track includes three talks on the latest engineering and AI topics.

AI-First Software Delivery (AIFSD)


1.00pm - 1.40pm
Deconstruct, then reconstruct: AI-first legacy migration

Muskan Dhanda and Ashish Saini

Explore an agentic orchestration pipeline for large-scale legacy modernisation that shifts the focus from code translation to behavioural reconstruction. Extract language-agnostic specifications covering business rules, data models, architecture, and cross-cutting concerns to deterministically regenerate applications on a new technology stack. Stateful test-driven generation, automated validation, and iterative self-correction ensure behavioural equivalence while reducing migration effort and risk. The process also surfaces undocumented business logic and edge cases, giving teams deeper insight into legacy systems.

 

 

1.40pm - 2.20pm
Engineering the harness
Jaya Simha Reddy Nandyala and Prabina Pani

 

Your AI coding agent isn't the problem, the harness around it is. In "Engineering the Harness," we explore why smart models ignore team conventions, then share a practical system of guides that steer agents before they act and sensors that catch mistakes after. Drawing from a brownfield multi-repo platform and a greenfield agentic workflow, we show how to build a setup that works with any AI tool or stack. Leave with a concrete checklist to audit your team's AI setup.

 

 

2.20pm - 3.00pm
Fireside chat with Dr. Praveen Gummadidala


An innovator at heart, Dr. Praveen brings 22+ years of experience turning ambitious ideas into multi-million-dollar realities and building game-changing products across tech-heavy industries. A global technology leader and AI aficionado, he combines deep expertise in AI, ML, deep learning, computer vision, and GenAI with a Ph.D. in Applied AI. Recognized for innovation and excellence, he is also a passionate mentor who has guided 800+ professionals worldwide.

Building Agentic AI systems

 

1.00pm - 1.40pm
But it worked in my PoC!
Divye Singh and Madhukar Bhandari.

 

What does it take to automate enterprise IT at scale with AI agents? More than expected. This talk shares the hard-won lessons from deploying agents to manage software updates across thousands of devices globally. Our first attempt collapsed under bloated prompts. The second relied on an all-knowing orchestrator that consumed 80% of its context, took two minutes to respond, burned 3M tokens per run, and hallucinated its way to failure. The third shipped.

Discover what finally worked: smaller agents with tighter responsibilities, on-demand skills, structured agent-to-agent communication, dynamic agent spawning, deterministic workflows, dedicated Q&A, and tool-call validation. Learn why multi-agent systems are a distributed systems problem first and an AI problem second. No theory. Pure scar tissue.

 

 

1.40pm - 2.20pm
Deep research at scale: Evolving from LangGraph to DeepAgents across 15M+ documents
Sindhu Rathlavath and Ishaan Bhatnagar

 

Scaling LLMs to 15M+ domain-heavy documents exposes the limits of standard RAG. Complex enterprise queries demand multi-hop reasoning, multi-document synthesis, and strict domain accuracy.

We share our blueprint for taking a multi-agent deep research engine from prototype to production, covering HPC-based retrieval, the evolution from LangGraph ReAct to DeepAgents, and evaluation using reranking, LLM-as-a-judge, custom rubrics, and human verification. We also share lessons from MLflow observability, streaming logs, and Bedrock infrastructure.

Learn what it takes to reliably bring non-deterministic agentic workflows into production at scale.

 


2.20pm - 3.00pm
TFM based Shared Intelligence Layer - Augmenting your existing AI/ML models
Muralikrishnan Puthanveedu, Shrijayan Rajendran and Mitra Bhanu Rath (NVIDIA)

 

Every model in a bank sits on its own feature pipeline, compressing the same customer event stream into aggregates that discard ordering and timing. Transaction Foundation Models learn from the sequence instead. This session explores what a shared intelligence layer changes for models already in production, what augmenting existing models involves, and how the NVIDIA stack and blueprint make the build methodical and repeatable. Includes a live demonstration.

Navigating AI-era security risks

 

1.00pm - 1.40pm
Human in the loop is not enough — real lessons from securing an autonomous AI platform
Uday Kumar S S, Navin Govindarasu and Piyush S

 

Shipping an AI product is easy; securing it is where teams get caught off guard. We share lessons from building an enterprise AI platform on a third-party foundation model, where human oversight proved insufficient as the platform evolved toward autonomous and agentic capabilities.

Explore practical security lessons across governance, risk, cloud architecture, threat modelling, penetration testing, and guardrails for systems that act, not just respond. See how risks evolved from OWASP Top 10 for web apps to LLM and Agentic Apps.

No theory. Just real decisions, gaps, and what we would do differently. Leave with a practical security framework for AI platforms and answers to the hard questions before someone else asks them.

 

 

1.40pm - 2.20pm
One guardrail is not enough: Defense-in-depth against LLM jailbreaks
Nitin Gupta

 

Production chatbots have been talked into binding contracts, creating legal liability, and leaking data through RAG. OWASP ranks prompt injection as the #1 GenAI risk and notes that RAG and fine-tuning do not eliminate it.

This talk presents a defense-in-depth architecture on AWS, reframing jailbreaks as two problems: a universal safety baseline inherited from the model and a bot-specific scope envelope that teams must define. Explore the pipeline: a fine-tuned BERT classifier on SageMaker, moderation and PII filtering, an LLM canonicalizer, hostile-input retrieval, guarded generation, and output filtering. Close the loop with asynchronous LLM-as-judge triage that turns production attacks into training data, continuously strengthening the cheapest defense layer.

 

 

2.20pm - 3.00pm
The AI Kill Chain: How small AI weaknesses become enterprise breaches
Nalinikanth Meesala

 

AI vulnerabilities rarely cause major incidents alone. Impact emerges when weaknesses chain across AI systems, identities, tools, data, and business processes.

This talk introduces the AI Kill Chain through realistic scenarios and a live demo, showing how prompt injection enables tool abuse, poisoned knowledge influences decisions, agent memory creates persistence, and agent trust enables lateral movement. See how least-privilege agents, tool authorization, trust boundaries, human approval, and secure architecture can break the chain.

Leave with a practical methodology to identify, model, and mitigate AI attack chains before they become breaches.

3.00pm - 3.30pm

Refreshment break

Recharge with refreshments and connect with fellow attendees before the next set of workshops.

3.30pm - 5.30pm

Workshop sessions

Join hands-on workshops led by Thoughtworks experts to put ideas into practice. Workshop details and registration will be announced soon.

End

Meet the keynote speakers

Picture of Thoughtworks CTO

Bharani Subramaniam

Global Head of Technology
Thoughtworks


With 25+ years of experience, Bharani is a connoisseur of various technologies but his passion lies in simplifying system designs and building strategies around data engineering.

Picture of Thoughtworks leader Vanya seth

Vanya Seth (she/her)

Head of Technology
Thoughtworks IME

An experienced technologist with a demonstrated history of working in the IT services industry, Vanya is a strategic consultant specialising in platforms, delivery infrastructure, evolutionary architecture and cloud native applications.

Picture of  Sunit Parekh

Sunit Parekh (he/him)

Head of digital platforms
Thoughtworks IME


With two decades of experience, he has worked on large enterprise distributed projects, ranging from global solutions to digital modernizations. His focus has been helping clients define their technology strategy and implement digital platforms using cloud native solutions for ambitious projects.

Our community partners

XConf connects technologists and communities to turn ideas into solutions that make a real world impact.

XConf replays

AI in action: Boost productivity and deliver business value with practical tools

XConf Europe: Sara Michelazzo

Ai, It AI-n't what you think!

XConf India: Dr. Venkat Subramaniam

Prototyping at the speed of thought: AI as a discovery accelerator

XConf Singapore: Katie Martin


Follow us on Instagram for speaker details, event agenda and how you can win goodies at XConf!

XConf 2025 highlights