<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Veraset on Vinoo Ganesh</title>
    <link>https://vinoo.io/tags/veraset/</link>
    <description>Recent content in Veraset on Vinoo Ganesh</description>
    <image>
      <title>Vinoo Ganesh</title>
      <url>https://vinoo.io/img/vinoo.jpg</url>
      <link>https://vinoo.io/img/vinoo.jpg</link>
    </image>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 14 Apr 2026 22:49:03 -0400</lastBuildDate>
    <atom:link href="https://vinoo.io/tags/veraset/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Building Chatbots with Rasa</title>
      <link>https://vinoo.io/projects/2024-02-09-rasa-developer/</link>
      <pubDate>Fri, 09 Feb 2024 00:00:00 +0000</pubDate>
      <guid>https://vinoo.io/projects/2024-02-09-rasa-developer/</guid>
      <description>Navigating CALM&amp;#39;s Benefits: Technical Insights from Vinoo Ganesh</description>
      <content:encoded><![CDATA[<h3 id="tell-us-about-your-background">Tell us about your background</h3>
<p>Throughout my career, I have dedicated myself to creating tools, products, and technologies that help people effectively utilize their data. My passion lies in developing products that enable users to efficiently and scalably gain maximum value from their data.</p>
<p>My journey in understanding the intricacies of data and its potential began at Palantir Technologies, where I began working on search and indexing products. As data volumes grew, I focused my efforts on solving some of Palantir customers&rsquo; core problems across the financial and defense verticals before leading customer focused compute teams. After Palantir, I served as CTO at Veraset, a cloud-based data-as-a-service company. Veraset delivered high-quality, large scale data to a number of enterprises and grew to 15M ARR before being acquired. Following this, I joined Citadel Investment Group as the Head of Business Engineering of Ashler. In that role, I managed crucial data operations, including overseeing data pipelines, investment platforms, data lakes, and the software and data engineering teams responsible for them.</p>
<p>Currently, I’m working on building a new company in the data platform + AI space.</p>
<h3 id="what-are-you-building">What are you building?</h3>
<p>I am developing a prototype to showcase how Large Language Models (LLMs) can revolutionize a major public institution in New York City. This institution’s data is currently scattered across various systems (not all of which are organized). The solution I&rsquo;m creating will integrate external APIs, fundamental coding elements, user-generated commands, and the intuitive interaction with a large language model. This will allow individuals to pose complex inquiries in everyday language. My objective is straightforward: by highlighting the recent progress and sophisticated tools available in our field, I aim to initiate this enterprise’s digital transformation.</p>
<h3 id="what-technology-have-you-been-using-so-far">What technology have you been using so far?</h3>
<p>Before adopting CALM, I utilized a blend of LangChain/LlamaIndex for &ldquo;routing,&rdquo; Chroma for my Vector Database, and OpenAI&rsquo;s models for my cloud-based LLM tasks. For on-prem LLMs, I used Databricks Dolly/MPT models. Each of these technologies excelled in their specific functions, but there was a notable lack of cohesive integration among them. As such, my experience largely involved playing a guessing game with temperatures and prompts to steer a conversation into the fixed pattern that I wanted. Additionally, the unpredictable nature of the models meant that maintaining a natural, fluid conversation often had to be sacrificed in favor of rigid rules. This constraint resulted in a user experience that was less enchanting, spontaneous, and as early customers described&hellip;less magical.</p>
<p>Describe CALM in 3 words:</p>
<p>“Transformative, Extensible, Simple.”</p>
<h3 id="what-are-your-biggest-challenges-in-building-and-maintaining-an-ai-assistant">What are your biggest challenges in building and maintaining an AI assistant?</h3>
<p>The majority of tools in the industry are developed with a primary emphasis on the tool itself, rather than creating a holistic user experience. This focus can make the development process challenging and unwieldy for developers who have to navigate and integrate various backend elements, models, and systems in an effort to achieve a smooth user experience.</p>
<p>Furthermore, there is a prevalent &lsquo;all-or-nothing&rsquo; mentality in the utilization of Large Language Models (LLMs). This approach suggests that LLMs should either be responsible for the entire workflow, from data analysis and code generation to producing readable output, or not be used at all. Finding products that leverage the strengths of LLMs while also providing developers with flexibility and choice, especially in scenarios where LLMs may not be the most suitable option, remains a challenge.</p>
<p>Finally, AI assistants are fundamentally task oriented. These tasks generally have multiple steps and workflows associated with them. Actually visualizing these steps and ensuring they work under a variety of conditions is a challenging part of the AI assistant development process.</p>
<h3 id="which-functionality-of-calm-helps-the-most-to-resolve-the-challenges-of-building-ai-assistants">Which functionality of CALM helps the most to resolve the challenges of building AI assistants?</h3>
<p>I don’t think I have ever seen a product that has increased my developer velocity more than Rasa Pro with CALM. CALM had 2 features that, in particular, stood out to me.</p>
<p>Declarative YAML flows - CALM’s declarative user based flows puts developers right in the seat of the user. By describing the exact user flow, coupled with validation and data gathered, developers not only can clearly and deliberately articulate the ideal conversation flow, but they can also visualize and extend it. It allowed me to start my development work with an articulation of the happy paths, so I was able to build quickly and with guardrails.</p>
<p>Conversation Repair - In the ideal world, users would follow our predefined conversation flows to the letter. However, real-world interactions are rarely so linear. Users often diverge from the set path, whether to ask questions, explore tangents, or jump into different flows entirely. This is where the magic of conversation repair comes into play. It&rsquo;s a foundational element that gracefully handles these deviations, allowing users the freedom to stray from the main path without getting lost. They can ask something off-topic, follow a different thread, and then seamlessly return to the original flow. I&rsquo;ve found that integrating conversation repair into chatbots is crucial for mimicking human interaction. It&rsquo;s not just about guiding users through a set journey; it&rsquo;s about creating an experience that acknowledges and adapts to their natural conversational behavior. This flexibility is key to making chatbots more relatable and engaging, transforming them from mere tools into conversational partners.</p>
<h3 id="what-prompted-you-to-explore-calm">What prompted you to explore CALM?</h3>
<p>I quickly realized the power of a structured approach to chatbot creation while playing with Rasa’s open source tool. This platform enabled me to set specific rules for extracting entities and establish policies for guiding the flow of conversations. Working with Rasa&rsquo;s open source solution was a game-changer for me as a developer. However, during this process, I began to recognize a limitation: while the Natural Language Understanding (NLU) models were powerful, they didn&rsquo;t quite capture the more dynamic, almost magical interaction quality offered by Large Language Models (LLMs). This realization led me to explore how LLMs could be integrated with Rasa. This is when I discovered CALM, which combines the power of LLMs while maintaining the controls of an NLU based-approach.</p>
<p>The Rasa Pro Developer Edition from Rasa gave me the chance to explore the full scope of the product functionality and build a prototype.</p>
<h1 id="link">Link</h1>
<p><a href="https://rasa.com/blog/navigating-calm-s-benefits-technical-insights-from-vinoo-ganesh/">https://rasa.com/blog/navigating-calm-s-benefits-technical-insights-from-vinoo-ganesh/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Guaranteeing pipeline SLAs and data quality standards with Databand</title>
      <link>https://vinoo.io/talks/2021-07-14-guaranteeing-pipeline-slas/</link>
      <pubDate>Wed, 14 Jul 2021 00:00:00 +0000</pubDate>
      <guid>https://vinoo.io/talks/2021-07-14-guaranteeing-pipeline-slas/</guid>
      <description>Airflow Summit 2021</description>
      <content:encoded><![CDATA[<p>We’ve all heard the phrase “data is the new oil.” But really imagine a world where this analogy is more real, where problems in the flow of data - delays, low quality, high volatility - could bring down whole economies? When data is the new oil with people and businesses similarly reliant on it, how do you avoid the fires, spills, and crises?</p>
<p>As data products become central to companies’ bottom line, data engineering teams need to create higher standards for the availability, completeness, and fidelity of their data.</p>
<p>In this session we’ll demonstrate how Databand helps organizations guarantee the health of their Airflow pipelines. Databand is a data pipeline observability system that monitors SLAs and data quality issues, and proactively alerts users on problems to avoid data downtime.</p>
<p>The session will be led by Josh Benamram, CEO and Cofounder of Databand.ai. Josh will be joined by Vinoo Ganesh, an experienced software engineer, system architect, and current CTO of Veraset, a data-as-a-service startup focused on understanding the world from a geospatial perspective.</p>
<p>Join to see how Databand.ai can help you create stable, reliable pipelines that your business can depend on!</p>
<h1 id="link">Link</h1>
<p><a href="https://airflowsummit.org/sessions/2021/data-quality-standards-databand/">https://airflowsummit.org/sessions/2021/data-quality-standards-databand/</a></p>
<h1 id="video">Video</h1>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
      <iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/aQIZ_Wdy0lA?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe>
    </div>

]]></content:encoded>
    </item>
    <item>
      <title>Migrating to Parquet</title>
      <link>https://vinoo.io/talks/2021-07-13-migrating-to-parquet/</link>
      <pubDate>Tue, 13 Jul 2021 00:00:00 +0000</pubDate>
      <guid>https://vinoo.io/talks/2021-07-13-migrating-to-parquet/</guid>
      <description>How migrating from CSV to Apache Parquet transformed data delivery at Veraset - Subsurface Summer 2021</description>
      <content:encoded><![CDATA[<p>I work at a data-as-a-service (DaaS) company that delivers PBs of geospatial data to customers across a variety of industries. We build and manage a central data lake, housing years of data, and operationalize that data to solve our customers’ problems. I recently gave a talk about the specifics of file formats at Spark+AI Summit 2020 that generated a lot of questions about my company’s migration from CSV to Apache Parquet. As CTO of a DaaS company, I saw firsthand how this migration had a drastic effect for all of our customers. This session will drill into the operational burden of transforming the storage format in an ecosystem and its impact on the business.</p>
<h1 id="link">Link</h1>
<p><a href="https://www.dremio.com/subsurface/migrating-to-parquet-the-veraset-story/">https://www.dremio.com/subsurface/migrating-to-parquet-the-veraset-story/</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Accelerating Data Evaluation</title>
      <link>https://vinoo.io/talks/2021-05-28-accelerating-data-evaluation/</link>
      <pubDate>Fri, 28 May 2021 00:00:00 +0000</pubDate>
      <guid>https://vinoo.io/talks/2021-05-28-accelerating-data-evaluation/</guid>
      <description>Data &#43; Ai Summit 2021</description>
      <content:encoded><![CDATA[<p>As the data-as-a-service ecosystem continues to evolve, data brokers are faced with an unprecedented challenge – demonstrating the value of their data. Successfully crafting and selling a compelling data product relies on a broker’s ability to differentiate their product from the rest of the market. In smaller or static datasets, measures like row count and cardinality can speak volumes. However, when datasets are in the terabytes or petabytes though – differentiation becomes much more difficult. On top of that “data quality” is a somewhat ill-defined term and the definition of a “high quality dataset” can change daily or even hourly.</p>
<p>This breakout session will describe Veraset’s partnership with Databricks, and how we have white labeled Databricks to showcase and accelerate the value of our data. We’ll discuss the challenges that data brokers have faced to date and some of the primitives of our businesses that have guided our direction thus far. We will also actively demo our white label instance and notebook to show how we’ve been able to provide key insights to our customers and reduce the TTFB of data onboarding.</p>
<h1 id="link">Link</h1>
<p><a href="https://databricks.com/session_na21/brokering-data-accelerating-data-evaluation-with-databricks-white-label">https://databricks.com/session_na21/brokering-data-accelerating-data-evaluation-with-databricks-white-label</a></p>
<h1 id="video">Video</h1>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
      <iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/uiKOr_TxaKw?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe>
    </div>

]]></content:encoded>
    </item>
    <item>
      <title>Large Scale Data Analytics with Vinoo Ganesh</title>
      <link>https://vinoo.io/talks/2021-02-05-data-standard/</link>
      <pubDate>Fri, 05 Feb 2021 00:00:00 +0000</pubDate>
      <guid>https://vinoo.io/talks/2021-02-05-data-standard/</guid>
      <description>Data Standard</description>
      <content:encoded><![CDATA[<p>In this episode of The Data Standard, Catherine Tao and Vinoo Ganash talk about large-scale data and data processing challenges. Vinoo starts the conversation by explaining his current obligations and how his company uses data to find working solutions for a wide range of problems.
Then he talks about OLTP and OLAP models and how large-scale data can help improve workflows and offer better results. Optimization is needed for every specific application, and Vinoo talks about the methods he uses to enhance existing platforms. Even when the newly developed systems show positive results, the work is never done, as optimization is a constant, dynamic process.</p>
<p>He then goes over the techniques used to extract useful data. The distribution of data and data types have the most significant impact on data quality. Vinoo talks about the challenges of working with data, where a simple data movement can present a massive problem. Constant profiling is needed to help scale the data and make sure that the computing power can cope.</p>
<p>Finally, the guest talks about handling messy data that doesn&rsquo;t have the required quality. He talks about the multiple problems data scientists have to consider to sort messy data to make it more useful.</p>
<h1 id="link">Link</h1>
<p><a href="https://datastandard.io/podcast/large-scale-data-analytics-with-vinoo-ganesh-at-veraset/">https://datastandard.io/podcast/large-scale-data-analytics-with-vinoo-ganesh-at-veraset/</a></p>
]]></content:encoded>
    </item>
  </channel>
</rss>
