Building Future-Proof Platforms, and Passion Projects That Feed the Soul, with the Quiet Genius of Sunny Shah, INDmoney
In a world where tech stacks grow increasingly complex, the smartest solutions often come from simplifying what already exists. This conversation dives into the architectural principles behind future ready data platforms, explores high impact AI use cases in retail investing, and showcases the power of cross functional problem solving in driving efficiency and innovation.
Join Mr. Sunny Shah, Head Engineering at INDmoney, in an engaging discussion with Mr. Marquis Fernandes, who leads the India Business at Quantic India. They explore Mr. Sunny’s engineering philosophy, the mindset behind impactful decision making, and his passion for building purposeful solutions beyond the workplace.
With AI adoption rapidly growing in financial services, what are some underexplored but high impact use cases that excite you for the next 3 years?
Democratizing Advanced Investment Strategies: AI could bring sophisticated, professional level investing tools to everyday retail investors. For instance, hedging against stock downturns by purchasing put options is a common tactic among experts, but most retail investors avoid it due to a lack of knowledge and skills. AI powered investment assistants could provide real-time, personalized guidance, analyzing market conditions, user portfolios, and risk tolerance to recommend and even automate such strategies. This democratization could level the playing field, reducing barriers for non-professionals and potentially increasing overall market participation.
AI-Assisted Goal-Based Investing: Goal-based investing, aligning portfolios with specific life objectives like retirement, education, or home purchases, is widely recognized as a superior strategy, yet it often requires costly financial planners, deterring most retail investors. AI could soon bridge this gap by serving as an affordable, intelligent advisor that maps out customized plans based on user inputs, market forecasts, and ongoing adjustments. For example, it might simulate scenarios, optimize asset allocation across timelines, and automate rebalancing while factoring in personal risk profiles and economic shifts, empowering everyday users to achieve their aspirations without elite expertise.
In your experience, what are the top 3 architectural principles to ensure that a data platform remains scalable and future proof as organizational needs evolve?
Usually, these 7 components are enough to build a reliable and scalable data platform. To simplify this further, we can rely on the native functionality of today’s OLAP databases to ingest data from Kafka. With this small change, we can remove three components from the data platform. Now we don’t need the Spark job to ingest data from Kafka to the OLAP database. We don’t require Airflow to schedule Spark jobs, and we don’t need Kubernetes or YARN to run these jobs.
Apart from this, I usually avoid ETL and use ELT. In plain English, rather than building Spark or Python jobs to create flat or ETL tables, I like doing the entire transformation in the OLAP database (Redshift, Snowflake, or ClickHouse) itself. That way, it allows us to reduce the moving parts. If the ELT jobs are simple, then I rely on auto refreshing materialized views. Auto incremental materialized views allow us not to worry about scheduling the ELT jobs to run at fixed intervals.
One more example of simplicity in deployments: Maintaining a single 24 core high performance ClickHouse server is much easier than managing a ClickHouse cluster of 3 machines with 8 cores each.
You emphasize “programmatic problem solving.” Can you share a real-life example where combining data engineering, data science, and domain expertise led to a breakthrough solution?
In 2022 at INDmoney, we halved our AWS costs by integrating data engineering, data science, and backend expertise to address soaring network outbound (egress) and NAT Gateway charges.
This programmatic approach transformed a vague issue into a targeted fix, highlighting the power of cross-disciplinary collaboration.
Click here to read the full conversation and discover Sunny’s insights on creativity, passion projects, and leadership in tech.
Join us at the 2nd Edition India DevSec Show 2025 to hear Sunny Shah live. Click below to know more about the event!
Senior Production Lead | B2B Event Management Specialist | Market Research | Speaker Connect | Agenda Design | Network Building | Quantic India
2dThank you, Mr. Sunny Shah, for sharing your valuable insights and experiences. Your perspectives will inspire and guide many in the community.