Work
Director of Engineering at Kinesso, specializing in data architecture, cloud-scale analytics, and audience data platforms. I lead the teams and the architecture behind how brands understand and reach their audiences.
Career
| 2024 – Present | Director, Engineering | Kinesso, San Francisco |
| 2022 – 2024 | Engineering Manager | Kinesso, San Francisco |
| 2021 – 2022 | Senior Data Engineer | Kinesso, San Francisco |
| 2018 – 2021 | Applications Developer – Data Engineering | Xavient, San Francisco |
| 2014 – 2018 | Software Engineer → Senior Software Engineer → Module Lead | Xavient, Noida, India |
| 2013 – 2014 | Associate Software Engineer | Xavient, Noida, India |
Featured Projects
Architected and led Kinesso's next-generation audience data platform on Snowflake, replacing a legacy Elasticsearch system at scale. I drove the technical strategy, team execution, and stakeholder alignment across the full platform lifecycle.
NeXus spans 60+ markets, holds hundreds of terabytes, and resolves hundreds of millions of consumers. It powers B&AA, the product where client and sales teams build and activate audiences for pitches and live campaigns, with hundreds of client workspaces and tens of thousands of audiences built on top. That makes it revenue-linked infrastructure, not back-office plumbing.
- NeXus 1.0 — Directed the core migration from Elasticsearch to Snowflake. The goal was to get off the legacy stack as fast as possible, so I adapted a data model that could reuse the data we had already built for Elasticsearch, which made for a quick migration. That move eliminated a roughly $2M/yr always-on infrastructure cost base and re-platformed onto elastic, pay-per-use compute, driving 40%+ annual savings with query times up to 95% faster.
- NeXus 1.1 — Spearheaded the extension of the platform to support survey datasets, solving a fundamentally different join model at scale. Achieved 85x reduction in data scanned and ~25x faster query execution.
- NeXus 2.0 — Defined the architecture for a wide/column-based data model, eliminating upfront pre-materialization for complex fused datasets and enabling new categories of data providers.
Oversaw the design and delivery of a governed, API-driven ingestion service that handles end-to-end onboarding of first-party and third-party data into NeXus, from identity mapping and transformation through metadata registration and audience publication. Authentication runs on an OAuth layer built with AWS API Gateway and Cognito.
I also led a single-tenant deployment of SANDS that runs in fully isolated environments, built for first-party data with no PII in scope. It extends the platform to client setups the shared multi-tenant model was never meant to serve.
Led the data engineering team delivering the audience-building platform on Elasticsearch, an inherited architecture. Directed the pipeline and infrastructure optimization that kept it reliable at scale, cutting data-processing time by 40%. Recognized where Elasticsearch would break at higher volumes and made the case for the migration to Snowflake, which became the NeXus program.
AI & Agentic Engineering
A prototype I researched and built to test whether a multi-agent system could turn a plain-language brief into a finished, validated audience. It is not in production yet. I took it end to end as a working proof of concept: it reads the brief, extracts the targeting criteria, runs entity-aware semantic search across the taxonomy, assembles a boolean audience tree, and returns geography, composition, and overlap validation on the result.
I designed it to run entirely inside Snowflake: LangGraph orchestration on Container Services, Cortex LLMs for extraction and reranking, vector embeddings for semantic search, Hybrid Tables for agent session state, and a Streamlit-in-Snowflake interface.
Led the creation of a suite of Claude Code skills the data team uses every day, wired to Snowflake and Jira over MCP. They automate the work that used to eat hours: standing up data-ops tickets, auditing query performance across the warehouse, running multi-account security and DBA checks, profiling tables, and producing a morning brief over Jira plus 24 hours of Snowflake health. The idea is to encode senior data-architecture judgment into tools the whole team can run.
Beyond what I build, I work daily across the modern AI toolchain. I use Cursor as an AI-native IDE for everyday engineering, with Claude and GitHub Copilot alongside it, Lovable.dev to spin up UX prototypes fast when an idea needs to be seen rather than described, and Snowflake's Cortex Code (CoCo) for AI-assisted work right inside the warehouse. Staying fluent in these is part of how I keep my technical judgment current.
Engineering Leadership
I lead a distributed engineering team spread across geographies, with engineers in the US and Kuala Lumpur, and I work closely with regional teams in Australia, the UK, Poland, and beyond as the platform serves their markets. Building one delivery model out of that spread was as much of the job as the architecture itself.
Day to day that means owning the roadmap and quarterly planning, breaking strategy into epics the team can actually execute, and investing in knowledge transfer so the platform never rests on a single person. For the bigger technical calls I run a written, meeting-free decision process where proposals get argued on paper before anyone commits, and I make the final call.
Earlier Work
Owned the delivery of an automated audience system on Redshift that served enterprise clients across retail, auto, and media. Config-driven pipelines and a lightweight DSL let teams stand up new client audiences without re-engineering each one, with access governance built in from the start. I also built the Scala and Spark encoding layer on AWS that made very large audiences fast to assemble, and integrated a wide range of third-party data sources behind it.
Before Cadreon, I came up through the Hadoop era of big data, working across MapReduce, Hive, Pig, Sqoop, HBase, and Cassandra, and stood up Hadoop on AWS while leading a delivery module. It is the foundation everything since has been built on.
Cloud & Infrastructure
I have built on AWS for over a decade, from standing up Hadoop clusters on EC2 in the early days to the event-driven, serverless data pipelines I design now. What I care about is how the pieces fit together: decoupled storage and compute, elasticity against cost, IAM boundaries, and governance across multiple accounts. I provision it as code with Terraform, so buckets, Lambdas, and configuration are reproducible and reviewed rather than clicked together by hand. Retiring a roughly $2M/yr always-on footprint in favor of pay-per-use compute was as much a cloud-economics call as an engineering one.
| Layer | Services |
|---|---|
| Compute & processing | EMR · EC2 · Lambda |
| Storage & data | S3 · Redshift · RDS · Glue |
| Streaming & orchestration | Kinesis · Step Functions · Managed Airflow (MWAA) |
| Analytics & search | Athena · OpenSearch · QuickSight |
| Integration & messaging | API Gateway · SNS · SQS · Transfer Family (SFTP) |
| Infrastructure as code | Terraform · CloudFormation |
| Monitoring & operations | CloudWatch · Storage Lens |
| Security & identity | IAM · Cognito |
Skills
Education
B.Tech in Computer Science & Engineering · Uttarakhand Technical University, India · 2009–2013
Writing on Medium
- Why Data Engineers Shouldn't Fear AI — They Should Embrace It Jun 2025
- Snowflake's Split Personality: Hybrid Tables vs Native — Who Wins What? Apr 2025
- Single vs. Multi-Tenancy in Snowflake: A Practical Breakdown for Data Architects Apr 2025
- How Data Engineering Powers Real-Time Decision-Making in Formula 1 Apr 2025
- Understanding Modern Data Architecture: From Databases to Lakehouses Apr 2025
- AI + Lovable.dev: The Fastest Way to Turn Product Ideas into Interactive Designs Apr 2025
- AWS OpenSearch: Promises vs. Reality — Why It Didn't Work for Us Mar 2025
On LinkedIn
I regularly share thoughts across technology, leadership, and broader ideas shaping the world.
| Topic | What I write about |
|---|---|
| AI & the Future of Work | How human-AI collaboration drives breakthrough innovation — and why the best teams combine human judgment with AI speed and scale |
| AI Agents & MCP | The technical stack behind production-ready AI agents — how Model Context Protocol and reusable skills enable real enterprise integrations |
| Vibe Coding & AI Tools | Practical takes on AI-assisted engineering — from making tools like Claude Code accessible, to using AI as a collaborative partner for architectural thinking, optimization, and building reusable systems |
| Data Engineering & Big Data | Deep dives into tools, tradeoffs, and real-world outcomes — from what changed in Apache Spark 4.0 to cutting Snowflake query costs by 75% using AI-assisted optimization |
| Sports & Data Science | Applying data science and AI to Formula 1 — ELO-based driver ratings, circuit-fit scoring, and race predictions updated throughout the season |
| Global Challenges | Takes on the big issues already in motion — AI's impact on employment, climate timelines, water scarcity, and biotechnology |