Podcasts about Cloudera

American technology company

  • 288PODCASTS
  • 443EPISODES
  • 38mAVG DURATION
  • 1EPISODE EVERY OTHER WEEK
  • May 9, 2025LATEST
Cloudera

POPULARITY

20172018201920202021202220232024


Best podcasts about Cloudera

Latest podcast episodes about Cloudera

Campus Technology Insider
Identity Security, Meta AI App, Data Privacy & AI: Campus Technology News of the Week (5/9/25)

Campus Technology Insider

Play Episode Listen Later May 9, 2025 2:13


In this episode of Campus Technology Insider Podcast Shorts, host Rhea Kelly covers the key tech stories in higher education. Highlights include Fortinet's report on the critical role of identity in cloud security, Meta's launch of a standalone AI app featuring Llama 4, and a Cloudera survey revealing data privacy as a top concern for AI adoption. Tune in for more insights on these stories and their implications for the education sector. 00:00 Introduction and Host Welcome 00:17 Critical Security Perimeter in Cloud Services 00:48 Meta Platforms Launches Standalone AI App 01:21 Cloudera Survey on AI Agents and Data Privacy 01:57 Conclusion and Further Resources Source links: Report: Identity Has Become a Critical Security Perimeter for Cloud Services Meta Launches Stand-Alone AI App Study: Data Privacy a Top Concern as Orgs Scale Up AI Agents Campus Technology Insider Podcast Shorts are curated by humans and narrated by AI.

Oracle University Podcast
Oracle GoldenGate 23ai: New Features & Product Family

Oracle University Podcast

Play Episode Listen Later May 6, 2025 17:39


In this episode, Lois Houston and Nikita Abraham continue their deep dive into Oracle GoldenGate 23ai, focusing on its evolution and the extensive features it offers. They are joined once again by Nick Wagner, who provides valuable insights into the product's journey.   Nick talks about the various iterations of Oracle GoldenGate, highlighting the significant advancements from version 12c to the latest 23ai release. The discussion then shifts to the extensive new features in 23ai, including AI-related capabilities, UI enhancements, and database function integration.   Oracle GoldenGate 23ai: Fundamentals: https://mylearn.oracle.com/ou/course/oracle-goldengate-23ai-fundamentals/145884/237273 Oracle University Learning Community: https://education.oracle.com/ou-community LinkedIn: https://www.linkedin.com/showcase/oracle-university/ X: https://x.com/Oracle_Edu   Special thanks to Arijit Ghosh, David Wright, Kris-Ann Nansen, Radhika Banka, and the OU Studio Team for helping us create this episode.   -----------------------------------------------------------------   Episode Transcript: 00:00 Welcome to the Oracle University Podcast, the first stop on your cloud journey. During this series of informative podcasts, we'll bring you foundational training on the most popular Oracle technologies. Let's get started! 00:25 Lois: Hello and welcome to the Oracle University Podcast! I'm Lois Houston, Director of Innovation Programs with Oracle University, and with me is Nikita Abraham, Team Lead: Editorial Services.  Nikita: Hi everyone! Last week, we introduced Oracle GoldenGate and its capabilities, and also spoke about GoldenGate 23ai. In today's episode, we'll talk about the various iterations of Oracle GoldenGate since its inception. And we'll also take a look at some new features and the Oracle GoldenGate product family. 00:57 Lois: And we have Nick Wagner back with us. Nick is a Senior Director of Product Management for GoldenGate at Oracle. Hi Nick! I think the last time we had an Oracle University course was when Oracle GoldenGate 12c was out. I'm sure there's been a lot of advancements since then. Can you walk us through those? Nick: GoldenGate 12.3 introduced the microservices architecture. GoldenGate 18c introduced support for Oracle Autonomous Data Warehouse and Autonomous Transaction Processing Databases. In GoldenGate 19c, we added the ability to do cross endian remote capture for Oracle, making it easier to set up the GoldenGate OCI service to capture from environments like Solaris, Spark, and HP-UX and replicate into the Cloud. Also, GoldenGate 19c introduced a simpler process for upgrades and installation of GoldenGate where we released something called a unified build. This means that when you install GoldenGate for a particular database, you don't need to worry about the database version when you install GoldenGate. Prior to this, you would have to install a version-specific and database-specific version of GoldenGate. So this really simplified that whole process. In GoldenGate 23ai, which is where we are now, this really is a huge release.  02:16 Nikita: Yeah, we covered some of the distributed AI features and high availability environments in our last episode. But can you give us an overview of everything that's in the 23ai release? I know there's a lot to get into but maybe you could highlight just the major ones? Nick: Within the AI and streaming environments, we've got interoperability for database vector types, heterogeneous capture and apply as well. Again, this is not just replication between Oracle-to-Oracle vector or Postgres to Postgres vector, it is heterogeneous just like the rest of GoldenGate. The entire UI has been redesigned and optimized for high speed. And so we have a lot of customers that have dozens and dozens of extracts and replicats and processes running and it was taking a long time for the UI to refresh those and to show what's going on within those systems. So the UI has been optimized to be able to handle those environments much better. We now have the ability to call database functions directly from call map. And so when you do transformation with GoldenGate, we have about 50 or 60 built-in transformation routines for string conversion, arithmetic operation, date manipulation. But we never had the ability to directly call a database function. 03:28 Lois: And now we do? Nick: So now you can actually call that database function, database stored procedure, database package, return a value and that can be used for transformation within GoldenGate. We have integration with identity providers, being able to use token-based authentication and integrate in with things like Azure Active Directory and your other single sign-on for the GoldenGate product itself. Within Oracle 23ai, there's a number of new features. One of those cool features is something called lock-free reservation columns. So this allows you to have a row, a single row within a table and you can identify a column within that row that's like an inventory column. And you can have multiple different users and multiple different transactions all updating that column within that same exact row at that same time. So you no longer have row-level locking for these reservation columns. And it allows you to do things like shopping carts very easily. If I have 500 widgets to sell, I'm going to let any number of transactions come in and subtract from that inventory column. And then once it gets below a certain point, then I'll start enforcing that row-level locking. 04:43 Lois: That's really cool… Nick: The one key thing that I wanted to mention here is that because of the way that the lock-free reservations work, you can have multiple transactions open on the same row. This is only supported for Oracle to Oracle. You need to have that same lock-free reservation data type and availability on that target system if GoldenGate is going to replicate into it. 05:05 Nikita: Are there any new features related to the diagnosability and observability of GoldenGate?  Nick: We've improved the AWR reports in Oracle 23ai. There's now seven sections that are specific to Oracle GoldenGate to allow you to really go in and see exactly what the GoldenGate processes are doing and how they're behaving inside the database itself. And there's a Replication Performance Advisor package inside that database, and that's been integrated into the Web UI as well. So now you can actually get information out of the replication advisor package in Oracle directly from the UI without having to log into the database and try to run any database procedures to get it. We've also added the ability to support a per-PDB Extract.  So in the past, when GoldenGate would run on a multitenant database, a multitenant database in Oracle, all the redo data from any pluggable database gets sent to that one redo stream. And so you would have to configure GoldenGate at the container or root level and it would be able to access anything at any PDB. Now, there's better security and better performance by doing what we call per-PDB Extract. And this means that for a single pluggable database, I can have an extract that runs at that database level that's going to capture information just from that pluggable database. 06:22 Lois And what about non-Oracle environments, Nick? Nick: We've also enhanced the non-Oracle environments as well. For example, in Postgres, we've added support for precise instantiation using Postgres snapshots. This eliminates the need to handle collisions when you're doing Postgres to Postgres replication and initial instantiation. On the GoldenGate for big data side, we've renamed that product more aptly to distributed applications in analytics, which is really what it does, and we've added a whole bunch of new features here too. The ability to move data into Databricks, doing Google Pub/Sub delivery. We now have support for XAG within the GoldenGate for distributed applications and analytics. What that means is that now you can follow all of our MAA best practices for GoldenGate for Oracle, but it also works for the DAA product as well, meaning that if it's running on one node of a cluster and that node fails, it'll restart itself on another node in the cluster. We've also added the ability to deliver data to Redis, Google BigQuery, stage and merge functionality for better performance into the BigQuery product. And then we've added a completely new feature, and this is something called streaming data and apps and we're calling it AsyncAPI and CloudEvent data streaming. It's a long name, but what that means is that we now have the ability to publish changes from a GoldenGate trail file out to end users. And so this allows through the Web UI or through the REST API, you can now come into GoldenGate and through the distributed applications and analytics product, actually set up a subscription to a GoldenGate trail file. And so this allows us to push data into messaging environments, or you can simply subscribe to changes and it doesn't have to be the whole trail file, it can just be a subset. You can specify exactly which tables and you can put filters on that. You can also set up your topologies as well. So, it's a really cool feature that we've added here. 08:26 Nikita: Ok, you've given us a lot of updates about what GoldenGate can support. But can we also get some specifics? Nick: So as far as what we have, on the Oracle Database side, there's a ton of different Oracle databases we support, including the Autonomous Databases and all the different flavors of them, your Oracle Database Appliance, your Base Database Service within OCI, your of course, Standard and Enterprise Edition, as well as all the different flavors of Exadata, are all supported with GoldenGate. This is all for capture and delivery. And this is all versions as well. GoldenGate supports Oracle 23ai and below. We also have a ton of non-Oracle databases in different Cloud stores. On an non-Oracle side, we support everything from application-specific databases like FairCom DB, all the way to more advanced applications like Snowflake, which there's a vast user base for that. We also support a lot of different cloud stores and these again, are non-Oracle, nonrelational systems, or they can be relational databases. We also support a lot of big data platforms and this is part of the distributed applications and analytics side of things where you have the ability to replicate to different Apache environments, different Cloudera environments. We also support a number of open-source systems, including things like Apache Cassandra, MySQL Community Edition, a lot of different Postgres open source databases along with MariaDB. And then we have a bunch of streaming event products, NoSQL data stores, and even Oracle applications that we support. So there's absolutely a ton of different environments that GoldenGate supports. There are additional Oracle databases that we support and this includes the Oracle Metadata Service, as well as Oracle MySQL, including MySQL HeatWave. Oracle also has Oracle NoSQL Spatial and Graph and times 10 products, which again are all supported by GoldenGate. 10:23 Lois: Wow, that's a lot of information! Nick: One of the things that we didn't really cover was the different SaaS applications, which we've got like Cerner, Fusion Cloud, Hospitality, Retail, MICROS, Oracle Transportation, JD Edwards, Siebel, and on and on and on.  And again, because of the nature of GoldenGate, it's heterogeneous. Any source can talk to any target. And so it doesn't have to be, oh, I'm pulling from Oracle Fusion Cloud, that means I have to go to an Oracle Database on the target, not necessarily.  10:51 Lois: So, there's really a massive amount of flexibility built into the system.  11:00 Unlock the power of AI Vector Search with our new course and certification. Get more accurate search results, handle complex datasets easily, and supercharge your data-driven decisions. From now through May 15, 2025, we are waiving the certification exam fee (valued at $245). Visit mylearn.oracle.com to enroll. 11:26 Nikita: Welcome back! Now that we've gone through the base product, what other features or products are in the GoldenGate family itself, Nick? Nick: So we have quite a few. We've kind of touched already on GoldenGate for Oracle databases and non-Oracle databases. We also have something called GoldenGate for Mainframe, which right now is covered under the GoldenGate for non-Oracle, but there is a licensing difference there. So that's something to be aware of. We also have the OCI GoldenGate product. We are announcing and we have announced that OCI GoldenGate will also be made available as part of the Oracle Database@Azure and Oracle Database@ Google Cloud partnerships.  And then you'll be able to use that vendor's cloud credits to actually pay for the OCI GoldenGate product. One of the cool things about this is it will have full feature parity with OCI GoldenGate running in OCI. So all the same features, all the same sources and targets, all the same topologies be able to migrate data in and out of those clouds at will, just like you do with OCI GoldenGate today running in OCI.  We have Oracle GoldenGate Free.  This is a completely free edition of GoldenGate to use. It is limited on the number of platforms that it supports as far as sources and targets and the size of the database.  12:45 Lois: But it's a great way for developers to really experience GoldenGate without worrying about a license, right? What's next, Nick? Nick: We have GoldenGate for Distributed Applications and Analytics, which was formerly called GoldenGate for big data, and that allows us to do all the streaming. That's also where the GoldenGate AsyncAPI integration is done. So in order to publish the GoldenGate trail files or allow people to subscribe to them, it would be covered under the Oracle GoldenGate Distributed Applications and Analytics license. We also have OCI GoldenGate Marketplace, which allows you to run essentially the on-premises version of GoldenGate but within OCI. So a little bit more flexibility there. It also has a hub architecture. So if you need that 99.99% availability, you can get it within the OCI Marketplace environment. We have GoldenGate for Oracle Enterprise Manager Cloud Control, which used to be called Oracle Enterprise Manager. And this allows you to use Enterprise Manager Cloud Control to get all the statistics and details about GoldenGate. So all the reporting information, all the analytics, all the statistics, how fast GoldenGate is replicating, what's the lag, what's the performance of each of the processes, how much data am I sending across a network. All that's available within the plug-in. We also have Oracle GoldenGate Veridata. This is a nice utility and tool that allows you to compare two databases, whether or not GoldenGate is running between them and actually tell you, hey, these two systems are out of sync. And if they are out of sync, it actually allows you to repair the data too. 14:25 Nikita: That's really valuable…. Nick: And it does this comparison without locking the source or the target tables. The other really cool thing about Veridata is it does this while there's data in flight. So let's say that the GoldenGate lag is 15 or 20 seconds and I want to compare this table that has 10 million rows in it. The Veridata product will go out, run its comparison once. Once that comparison is done the first time, it's then going to have a list of rows that are potentially out of sync. Well, some of those rows could have been moved over or could have been modified during that 10 to 15 second window. And so the next time you run Veridata, it's actually going to go through. It's going to check just those rows that were potentially out of sync to see if they're really out of sync or not. And if it comes back and says, hey, out of those potential rows, there's two out of sync, it'll actually produce a script that allows you to resynchronize those systems and repair them. So it's a very cool product.  15:19 Nikita: What about GoldenGate Stream Analytics? I know you mentioned it in the last episode, but in the context of this discussion, can you tell us a little more about it?  Nick: This is the ability to essentially stream data from a GoldenGate trail file, and they do a real time analytics on it. And also things like geofencing or real-time series analysis of it.  15:40 Lois: Could you give us an example of this? Nick: If I'm working in tracking stock market information and stocks, it's not really that important on how much or how far down a stock goes. What's really important is how quickly did that stock rise or how quickly did that stock fall. And that's something that GoldenGate Stream Analytics product can do. Another thing that it's very valuable for is the geofencing. I can have an application on my phone and I can track where the user is based on that application and all that information goes into a database. I can then use the geofencing tool to say that, hey, if one of those users on that app gets within a certain distance of one of my brick-and-mortar stores, I can actually send them a push notification to say, hey, come on in and you can order your favorite drink just by clicking Yes, and we'll have it ready for you. And so there's a lot of things that you can do there to help upsell your customers and to get more revenue just through GoldenGate itself. And then we also have a GoldenGate Migration Utility, which allows customers to migrate from the classic architecture into the microservices architecture. 16:44 Nikita: Thanks Nick for that comprehensive overview.  Lois: In our next episode, we'll have Nick back with us to talk about commonly used terminology and the GoldenGate architecture. And if you want to learn more about what we discussed today, visit mylearn.oracle.com and take a look at the Oracle GoldenGate 23ai Fundamentals course. Until next time, this is Lois Houston… Nikita: And Nikita Abraham, signing off! 17:10 That's all for this episode of the Oracle University Podcast. If you enjoyed listening, please click Subscribe to get all the latest episodes. We'd also love it if you would take a moment to rate and review us on your podcast app. See you again on the next episode of the Oracle University Podcast.

CFO Thought Leader
1094: Mapping Revenue Levers for Next‑Gen Data Businesses | Dilip Upmanyu, CFO, Cloudera

CFO Thought Leader

Play Episode Listen Later May 4, 2025 41:53


Back in the 1990s, Dilip Upmanyu sat in a room filled with servers as he pieced together a homegrown database of costs and SKUs. His employer at the time couldn't tell which products paid the bills; by dawn, the young financial analyst could. That improvised profitability model, he tells us, still informs his investment mindset today.Upmanyu never mistook rows of numbers for the whole story. Later joining IBM, he moved from product analytics to revenue accounting in a single year, then volunteered to face Wall Street. Preparing earnings decks, he practiced fielding questions until he could anticipate three out of four before the line opened. “Data matter only when you can explain the ‘why,' ” Upmanyu tells us.A misstep—a brilliant job wrapped in toxic politics—taught him culture diligence. From then on he evaluated environments as rigorously as balance sheets. That instinct paid off when NetIQ sold to Attachmate: suddenly he was steering a global integration that tripled his team and required fresh capital. He treated the chaos as a practicum in fundraising and leadership, logging the final credit hours for his CFO ambition.By the time Cloudera called in 2023, Upmanyu had stitched together every major finance discipline. Today he pushes growth by leading with the firm's public‑cloud platform and embedding AI into forecasting.

Category Visionaries
Amr Awadallah, CEO & Founder of Vectara: $53 Million Raised to Build the RAG-as-a-Service Category

Category Visionaries

Play Episode Listen Later Mar 31, 2025 33:28


Vectara is pioneering the field of Retrieval Augmented Generation (RAG), addressing the critical challenge of hallucinations in AI systems. With over $53 million in funding, Vectara has positioned itself as the go-to platform for enterprises seeking to combat "RAG sprawl" while building AI assistants and agents that are accurate, secure, and explainable. In this episode of Category Visionaries, I sat down with Amr Awadallah, CEO and Founder of Vectara, to explore his journey from Egyptian immigrant to serial entrepreneur and his vision for creating AI systems that enterprises can truly trust. Topics Discussed: Amr's journey from Egypt to Stanford in 1995 and how it transformed his career aspirations The entrepreneurial "infection" at Stanford that led Amr away from academia Founding and selling his first startup, Activia, to Yahoo in just one year The comparison of creating successful companies to the joy of having children How Vectara addresses the critical problem of hallucinations in large language models The concept of "RAG sprawl" and why enterprises need centralized governance Amr's framework for evaluating startup opportunities: technological inflection points, real problems, and great teams Why this AI revolution is a bigger technological inflection point than the internet or big data   GTM Lessons For B2B Founders: Focus on your unique value proposition: Amr emphasized the importance of standing out in a crowded market by focusing on what makes you unique. Vectara doubled down on accuracy and hallucination detection, becoming known as the company to combat AI hallucinations. B2B founders should identify what they can be known for that differentiates them from competitors. Choose your go-to-market strategy deliberately: When deciding between product-led growth or enterprise sales, commit fully to the approach that fits your business. For enterprise sales, implement account-based marketing focused on your ideal customer profile, host targeted field events, and use strategic dinners with compelling speakers to attract key prospects. Don't try to boil the ocean: The number one reason companies fail after team issues is lack of focus. Early-stage founders should maintain agility to test different approaches but quickly narrow focus based on where they're getting traction. Treat use cases as "two-way doors" - try them, keep what works, and move on from what doesn't. Build for the coming AI agent revolution: Amr predicts we'll move from the current "AI assistant phase" (requiring human oversight) to the "AI agent phase" (fully autonomous AI) within one year. B2B founders should position their products for this transition, particularly focusing on accuracy and trust as critical requirements for enterprise adoption. Leverage technological inflection points: Major technological shifts create gaps that allow startups to disrupt established players. Amr has built companies around three major inflection points: the internet (Activia), big data (Cloudera), and now large language models (Vectara). B2B founders should identify inflection points relevant to their industry and build solutions that capitalize on the new opportunities they create.   //   Sponsors: Front Lines — We help B2B tech companies launch, manage, and grow podcasts that drive demand, awareness, and thought leadership. www.FrontLines.io The Global Talent Co. — We help tech startups find, vet, hire, pay, and retain amazing marketing talent that costs 50-70% less than the US & Europe.  www.GlobalTalent.co

AI in Action Podcast
E550 Shayde Christian, Chief Data & Analytics Officer at Cloudera

AI in Action Podcast

Play Episode Listen Later Mar 24, 2025 24:10


Today's guest is Shayde Christian, Chief Data & Analytics Officer at Cloudera. Founded in 2008, Cloudera believes that data can make what is impossible today, possible tomorrow. They empower people to transform complex data into clear and actionable insights. Cloudera delivers an enterprise data cloud for any data, anywhere, from the Edge to AI. Powered by the relentless innovation of the open source community, Cloudera advances digital transformation for the world's largest enterprises.Shayde leads all data and analytics functions at Cloudera, overseeing data science, machine learning, business intelligence, data architecture, data engineering, platform engineering and DevOps. He helps customers navigate their hybrid cloud migration and optimization journeys. Shayde has built or revitalized six enterprise data analytics organizations for Fortune 500 companies, global tech firms and startups.In this episode, Shayde talks about:His unique career journey, following passions and pursuing a true calling,How Cloudera evolved beyond Hadoop, pioneering AI-driven data solutions,Driving success through secure AI, data quality and feedback,Scalability, ROI, killer apps and AI-driven automation,Why attracting AI talent is hard; teams bootstrap skills internally,Why Cloudera is a great place to work with a focus on innovation and purpose,How his team aims to bridge the tech-business gap using AI,Leading the software evolution, investing in generative AI for success

New Business Radio
Slimmer schakelen in 2025 - Business Update 7 maart 2025

New Business Radio

Play Episode Listen Later Mar 7, 2025 15:25


Een recent rapport benadrukt de noodzaak om 'actie te versnellen' met AI, een thema dat perfect aansluit bij International Women's Day 2025: Accelerate Action! Hoewel AI steeds vaker wordt ingezet binnen organisaties, blijkt dat bedrijven nog veel stappen moeten zetten om écht bedrijfswaarde uit hun data te halen. In deze Business Update sprak Martine Hauwert met Dylienne Every, Solutions Engineer - Machine Learning & Cyber Security bij Cloudera. Zij belichtte zowel de technologische als de culturele kant van AI-toepassingen en legde uit waarom kwalitatieve data en een goed doordachte implementatie cruciaal zijn voor succes. New Business Radio maakt speciale updates & podcasts om iedere sector te informeren. De updates worden uitgezonden op New Business Radio en de podcast wordt tevens verspreid via alle bekende podcastkanalen (o.a. Spotify & Apple Podcasts) en social media kanalen. In deze updates hoor je een ander geluid. Los van het traditionele nieuws, hoor je van ondernemers wat er leeft binnen hun bedrijf of sector en delen zij hoe zij hier mee omgaan. Wat voor kansen ontstaan er en hoe kan je als organisatie zo optimaal mogelijk bewegen in een tijd als deze? Tijdens de non-stop uren op New Business Radio hoor je altijd al de meeste interessante updates over innovatie en duurzaamheid. Wat zijn de interessante ontwikkelingen in jouw branche? Wat is er anders? Laat het ons weten! De Business Update op New Business Radio wordt mede mogelijk gemaakt door Hét Ondernemersbelang.

Capital, la Bolsa y la Vida
ASLAN: La IA, la nube y la importancia del dato

Capital, la Bolsa y la Vida

Play Episode Listen Later Feb 25, 2025 29:51


Tertulia con motivo del Congreso&Expo ASLAN 2025 con Adrián Gonzalez, Sales Director de OVHCloud; Jorge Vazquez, Country Manager de Nutanix; Juan Carlos Sánchez de la Fuente, Regional Vice President de Cloudera; y Francisco Torres-Brizuela , Channel, Alliances & SP's Director Iberoamerica de NetApp.

Product by Design
Lessons in Data Engineering: Scaling, AI, and Open Source with Sandy Ryza

Product by Design

Play Episode Listen Later Feb 7, 2025 46:28


In this episode of Product by Design, Kyle chats with Sandy Ryza, lead engineer on the Dagster project, author, and thought leader in data engineering. Sandy shares his journey through the world of data—from building big data tools at Cloudera to working as a data scientist, product manager, and engineer—and how those experiences led him to help create Dagster, an open-source data orchestration platform.We discuss:The evolution of data engineering and the growing complexity of modern data pipelines.The role of AI and unstructured data in shaping the future of data platforms.How organizations should think about data platforms to avoid costly rework.Best practices for managing data complexity using software engineering principles.The future of open-source tools in data infrastructure and the push toward interoperability.Sandy RyzaSandy is a lead engineer, author, and thought leader in the domain of data engineering. Sandy co-wrote “Advanced Analytics with PySpark” and “Advanced Analytics with Spark”. He led ML and data science teams at Cloudera, Remix, Clover Health, and KeepTruckin.Sandy is currently the lead engineer on the Dagster project, an open-source data orchestration platform used in MLOps, data science, IOT and analytics. Sandy is a regular speaker at data engineering and ML conferences.Links from the Show:Twitter: @s_RYZDagster: dagster.ioBook: Advanced Analytics with Spark – O'ReillyPodcast Recommendation: Empire (British Empire & Ottoman Empire history)Books Sandy is Reading: The Shortest History of India, The Sun Also Rises, Werner Herzog's AutobiographyMore by Kyle:Follow Prodity on Twitter and TikTokFollow Kyle on Twitter and TikTokSign up for the Prodity Newsletter for more updates.Kyle's writing on MediumProdity on MediumLike our podcast, consider Buying Us a Coffee or supporting us on Patreon

FedScoop Radio
Ensuring trustworthy and secure artificial intelligence | Cloudera's Rob Carey

FedScoop Radio

Play Episode Listen Later Jan 24, 2025 20:00


Cloudera Government Solutions President Rob Carey joins SNG host Wyatt Kash in a sponsored podcast discussion on how best to ensure the trustworthiness — as well as the security and privacy — of the data agencies rely upon to drive AI solutions and, ultimately, mission success. This segment was sponsored by Cloudera.

Fund/Build/Scale
Navigating Blue Oceans: Key Insights for Emerging Founders from Vectara CEO/co-founder Amr Awadallah

Fund/Build/Scale

Play Episode Listen Later Jan 23, 2025 52:43


Amr Awadallah is the CEO and co-founder of Vectara. Previously, he co-founded Cloudera, which went public in 2017 and was acquired for $5.3 billion, and also served as VP of Developer Relations at Google Cloud. His first startup, Aptivia, was acquired by Yahoo, where he later became VP of Product Intelligence Engineering. I talked to him about his experience as an immigrant in Silicon Valley, the frameworks he's built to articulate vision and credibility, and what he's learned about pitching investors and recruiting top talent over the years. Runtime: 52:43 EPISODE BREAKDOWN (3:39) “ The more technical definition of what we do is ‘RAG as a service.'” (5:38)  ”You ask your car, ‘why is this icon showing, what's wrong with you?' And the car will tell you, hey, you need to go change my oil.'” (8:07) What makes Vectara a blue-ocean company. (10:05) How to win an investor's confidence when your current TAM is zero. (12:04)  ”There's three things anybody looks for when they're going to join any job, and you need to at least win two of the three.” (15:06) How Amr connected with the other Vectara co-founders. (17:24) Why he's “a very big opponent to building in stealth.” (21:50) Attending Stanford helped Amr visualize himself as an entrepreneur.  (24:34) “ Many entrepreneurs think that the idea is what's going to make a company succeed or not.” (28:54) How he cultivated an appetite for risk again after spending eight years at Yahoo. (32:44) “ Only get the PhD in one case, and one case only: if you want to be a professor.” (37:35) “ By definition, more immigrants will be more willing to take risks.” (41:33) “ There's so many VCs out there pretending they're amazing.” (43:54) There are two types of salespeople: “coin operators” and “innovators.” (48:20) You can start up outside Silicon Valley, but “ if you can move here, move here.” (50:27) Two questions he'd ask the CEO if he were interviewing for a job with a new startup. LINKS Amr Awadallah Vectara Cloudera Google Cloud SUBSCRIBE LinkedIn Substack Instagram Thanks for listening!   – Walter.

The Daily Scoop Podcast
Tech priority suggestions for the Trump administration

The Daily Scoop Podcast

Play Episode Listen Later Jan 21, 2025 47:51


Details are starting to trickle in about how the Trump administration and its new DOGE will look to use tech modernization as a driver of efficiency in the federal government. But there's still uncertainty about how the new administration will address some key topics, like AI, cybersecurity, the tech workforce and more. Last month, the Alliance for Digital Innovation issued a set of tech priority recommendations for the Trump White House and sent an open letter to the DOGE, offering guidance on how to best approach the federal tech landscape. Ross Nodurft, the executive director of that coalition and former head of the Office of Management and Budget's cybersecurity team, joins me to discuss what those suggested priorities are, how Congress could play a role and how the DOGE, regardless of politics, could shine a welcome spotlight on improving the state of federal technology. Also: Just hours after the Trump administration took office Monday, the president signed a flurry of executive orders, many of which are likely to have significant impact on federal technology operations. Most notably, Donald Trump signed orders to claw back Joe Biden's executive order on artificial intelligence and called for a return to office for federal employees. Trump's repeal of the AI EO didn't come with any policy replacing the Biden administration's, which established a roadmap for the federal government to address the growing technology while managing risks. Meanwhile, Trump's new order for a return to in-person work called for agency leaders to “take all necessary steps to terminate remote work arrangements and require employees to return to work in-person at their respective duty stations on a full-time basis.” Trump also issued an order establishing the Department of Government Efficiency, or DOGE. The order renames the U.S. Digital Service as “the United States DOGE Service” and charges it with “modernizing Federal technology and software to maximize governmental efficiency and productivity.” Also in this episode: Cloudera Government Solutions President Rob Carey joins SNG host Wyatt Kash in a sponsored podcast discussion on how best to ensure the trustworthiness — as well as the security and privacy — of the data agencies rely upon to drive AI solutions and, ultimately, mission success. This segment was sponsored by Cloudera. The Daily Scoop Podcast is available every Monday-Friday afternoon. If you want to hear more of the latest from Washington, subscribe to The Daily Scoop Podcast  on Apple Podcasts, Soundcloud, Spotify and YouTube.

Product Leader's Journey
Fred Koopmans, Chief Product Officer, Big Panda - From QA engineer to CPO, riding tech waves with a "reverse job description"

Product Leader's Journey

Play Episode Listen Later Jan 16, 2025 46:00


Fred Koopmans is Chief Product Officer at BigPanda, an AIOps company. He is someone who has managed to ride the tech waves being at the right place at the right time - mobile video optimization on wireless networks, cloud, data platforms, open source, and now AI. Prior to BigPanda, Fred was SVP of Product Management at Cloudera, and Sr. Director Product Management at Citrix, and in engineering roles at Bytemobile. In this episode, Fred shares his approach of writing a reverse job description that tells recruiters exactly what he is looking for. Here are some key highlights and the topics we cover: * What is the flavor of conversations with customers around AI, especially with IT people * How writing can help one become a high-intention person * What is a reverse job description and how to write one * Why it is paramount to have an answer to the question - "Where do you see yourself in five years?" * How does a PM do an effective job in "engineering-led" or "sales-led" companies * What do engineers wish product managers know and what do product managers wish engineers know * How to build deep relationships with customers * How to steer a product org away from doing only what customers want * How to have good skip level 1:1s Connect with Fred on LinkedIn: https://www.linkedin.com/in/fred-koopmans/ Connect with Rahul Abhyankar, host of Product Leader's Journey: https://www.linkedin.com/in/rahulabhyankar https://www.productleadersjourney.com

The Joe Reis Show
Amr Awadallah - Making AI Work in Enterprise, What Makes Humans Unique, and More

The Joe Reis Show

Play Episode Listen Later Dec 26, 2024 48:51


The first time I met Amr Awadallah, he struck me as a rare person genuinely curious about the world and how technology and AI impact it. We discuss his early roots as an entrepreneur, the founding of Cloudera and Vectara, the challenges of AI in enterprises, what makes humans unique, and much more.

The Tech Blog Writer Podcast
3111: Unlocking the Power of Federated Learning in Business

The Tech Blog Writer Podcast

Play Episode Listen Later Dec 7, 2024 22:38


What if your organization could unlock the full potential of AI without ever compromising on privacy or sharing sensitive data? In this episode of Tech Talks Daily, I am joined by Alexander Alten, Co-Founder and CEO of Scalytics, to explore how he is building the next-generation infrastructure layer for AI agents. Alexander brings a wealth of expertise, having led data and product teams at industry giants like Cloudera, Allianz, and Healthgrades. With a background in startups such as X-Warp and Infinite Devices, he has a proven track record of developing customer-centric, data-driven solutions that not only disrupt conventional norms but also fuel measurable growth. During our conversation at the IT Press Tour in Malta,  Alexander introduces Scalytics Connect, a modern AI data platform designed to accelerate insights while preserving privacy. He unpacks the challenges of breaking down data silos and explains why centralizing data may not always be the optimal solution. We also demystify federated learning, shedding light on its potential to empower businesses, particularly in regulated industries, to collaborate on AI models without exposing their data. The discussion extends to the value of open-source technologies and why they often emerge as long-term winners, citing examples like MySQL, Postgres, and WordPress. Alexander shares how Scalytics leverages open-source principles to provide scalable and transparent machine learning solutions for businesses looking to outperform in an increasingly data-driven world. As AI continues to redefine the way we work and innovate, Alexander's insights provide a roadmap for navigating the complexities of decentralized machine learning, privacy-first AI, and scalable technology. Could his approach to AI and data collaboration be the key to unlocking your organization's potential? Tune in to find out, and don't forget to share your thoughts on the future of AI-powered innovation.

Open at Intel
AI, Community, and the Future of Generative Applications

Open at Intel

Play Episode Listen Later Nov 27, 2024 20:53


In this engaging conversation at the All Things Open conference, Tim Spann, Principal Developer Advocate at Zilliz, discusses the importance of community collaboration in advancing AI technologies. He emphasizes the need for diverse perspectives in solving complex problems and highlights his work with the Milvus open source vector database. Tim also explains the evolving landscape of retrieval augmented generation (RAG) and its applications and shares insights into the future of AI development. The conversation concludes on a lighter note with Tim describing his creative use of Milvus in a fun Halloween project to catalog and identify ghosts. 00:00 Introduction 00:41 Meet Tim Spann: Principal Developer Advocate 01:35 The Importance of Community in AI 02:56 Advanced RAG and Multimodal Models 06:17 The Future of Agentic RAG 09:04 Challenges and Excitement in AI Development 13:35 Building AI the Right Way 17:50 Fun with AI: Capturing Ghosts 19:24 Conclusion and Final Thoughts   Guest: Tim Spann is a Principal Developer Advocate for Zilliz and Milvus. He works with Apache NiFi, Apache Kafka, Apache Pulsar, Apache Flink, Flink SQL, Apache Pinot, Trino, Apache Iceberg, DeltaLake, Apache Spark, Big Data, IoT, Cloud, AI/DL, machine learning, and deep learning. Tim has over ten years of experience with the IoT, big data, distributed computing, messaging, streaming technologies, and Java programming. Previously, he was a Principal Developer Advocate at Cloudera, Developer Advocate at StreamNative, Principal DataFlow Field Engineer at Cloudera, a Senior Solutions Engineer at Hortonworks, a Senior Solutions Architect at AirisData, a Senior Field Engineer at Pivotal and a Team Leader at HPE. He blogs for DZone, where he is the Big Data Zone leader, and runs a popular meetup in Princeton & NYC on Big Data, Cloud, IoT, deep learning, streaming, NiFi, the blockchain, and Spark. Tim is a frequent speaker at conferences such as ApacheCon, DeveloperWeek, Pulsar Summit and many more. He holds a BS and MS in computer science.

Born In Silicon Valley
From Co-founding $5.3B Cloudera to Vectara: Helping Developers Build Trusted AI Assistants for Apps Fast!

Born In Silicon Valley

Play Episode Listen Later Nov 8, 2024 44:55


In this episode, we sit down with Amr Awadallah, Founder and CEO of Vectara, a leading generative AI platform. With over 25 years of experience in scalable systems, big data, and AI, Amr shares his journey from Yahoo and Google Cloud to founding Vectara. Discover how Vectara is transforming the generative AI landscape by providing a trusted platform for business data, addressing challenges like hallucinations, bias, copyright infringement, and data privacy. Amr discusses the evolution of AI technology, the importance of responsible AI practices, and how Vectara is positioned to lead the way in GenAI solutions. Learn about the innovative solutions Vectara offers, including Retrieval Augmented Generation-as-a-Service (RAGaaS), and how it helps businesses integrate conversational AI and question-answering capabilities seamlessly.

Gestalt IT Rundown
What Another Trump Presidency Means for Enterprise Tech | The Gestalt IT Rundown: November 6, 2024

Gestalt IT Rundown

Play Episode Listen Later Nov 6, 2024 40:56


Another Trump presidency could bring significant implications for enterprise tech, particularly through a focus on deregulation, increased M&A, and expanded Big Tech investments. this also extends to advancements in military technology, Israel's influence on cybersecurity, the impact of initiatives like StarLink and rural broadband on connectivity, nuclear energy, AI, the CHIPS Act, and the expanding space industry. Altogether, these insights suggest that a pro-deregulation agenda, aiming to remove ten regulations for each new one introduced, could profoundly shape the future of enterprise technology. This and more on the Gestalt IT Rundown. Hosts: Stephen Foskett: Foskett: https://www.linkedin.com/in/sfoskett/ Jack Poller: https://www.linkedin.com/in/jackpoller/ Follow Gestalt IT Website: https://www.GestaltIT.com/ Twitter: https://www.twitter.com/GestaltIT LinkedIn: https://www.linkedin.com/company/Gestalt-IT #Rundown, #AI, #CHIPsAct, #CyberSecurity, #PrivateCloud, @GestaltIT, @TechFieldDay, @TheFuturumGroup, @SFoskett, @Poller, @MitchellAshley, @OktaDev, @AWSCloud, @Microsoft, @Cloudera, @Google, @GoogleCloud, @Supermicro_SMCI, @NVIDIA,

Bridging the Gap
The Role of Reinvention in the Autodesk Ecosystem

Bridging the Gap

Play Episode Listen Later Oct 30, 2024 19:51


With the rebranding of Autodesk University, innovation in construction, and advancements in cloud technology, what lies ahead? Live from Autodesk University 2024, Rachel Tuller of Autodesk joined the podcast to discuss the importance of the company's reinvention, a closer look at the hybrid model of cloud and desktop solutions, and how successful global partnerships are crucial to solve complex customer problems. Rachel Tuller is Vice President, Global Channels at Autodesk. With a background at Cloudera, Rachel carries a history of wins in AI ISV and Cloud Alliances, driving daily success with partners. Her expertise lies in strategic leadership and building high performing teams, skills honed through direct experience with global partner sales and ecosystem strategy. TODD TAKES Reinvention is Key in Construction: In today's construction world, staying the same just isn't an option. The companies that keep pushing forward—updating their tools, refining their processes, and keeping an open mindset—are the ones that thrive. Reinventing continuously helps tackle industry challenges head-on, creating room for exciting new opportunities and growth. Data and AI: Game Changers with a Plan: Data and AI have huge potential to reshape construction, but without a clear plan, they can create more noise than value. The key is to know exactly what data to gather, how to use it, and what insights matter most. When approached strategically, AI and data aren't just trendy tools—they're the powerhouse behind smarter, faster decision-making. Leverage the Power of Partnerships: No company needs to go it alone; in fact, working with trusted software providers and partners is where the magic happens. Partners bring specialized knowledge and solutions that can be fine-tuned to fit local needs, making innovation easier to implement and scale. With the right partners, companies can stay agile, grow stronger, and meet changing demands head-on. Thanks for listening! Please be sure to leave a rating and/or review and follow up our social accounts. Bridging the Gap Website Bridging the Gap LinkedIn Bridging the Gap Instagram Bridging the Gap YouTube Todd's LinkedIn   Thank you to our sponsors! Applied Software Applied Software LinkedIn   Other Relevant Links: Rachel's LinkedIn Autodesk

Demand Gen Visionaries
Fewer, Bigger, Better

Demand Gen Visionaries

Play Episode Listen Later Oct 29, 2024 46:25


This episode features an interview with Mary Wells, CMO at Cloudera, a software company that empowers organizations to transform complex data into clear and actionable insights. In this episode, Mary discusses her maniacal focus on strong foundations and operational efficiency, and how it allows her to experiment and take calculated risks. She also dives into her focus on simplified, consistent messaging and why CMOs need to tap into their inner CIO. Key Takeaways:Ruthlessly prioritizing foundations and operational excellence, especially with budgets, allows you to optimize, experiment, and take calculated risks. CMOs need to tap into the inner CIO. CMOs have a tech stack and their organization is an expensive line item for a company. Scaling back and leaning into data and reporting gives the CMO a seat at the table and insights into what their customers need. Mix matters to your audience. Do fewer things, but do them bigger and better, aligning behind one marketing strategy to find your customers where they are in the buyers' journey.Quote:  ”The other strategy is what we're not doing and cutting down on the quantity. What we want to do are fewer things, but bigger and better. By breaking down these silos, we're able to do that, so that when I wake up on a Wednesday, like today, I don't have 50 marketing things happening today. Everybody in marketing now has one playbook and together we're making it happen. And with the strategy though, again, it's not just events, it's not just hands-on labs. Mix matters, and knowing where a prospect or a customer is in the buyer's journey lots of times helps me and the team gauge where we need to dial up and down. Sometimes it's video, sometimes it's a deep dive technical presentation, sometimes it's an event, digital, et cetera. And the idea is that mix matters based on the audience.” Episode Timestamps: *(05:37) The Trust Tree: Prioritizing operational excellence *(18:21) The Playbook: The value of comms*(35:10) The Dust Up: Practice the pause – different day, different person*(38:27): Quick Hits: Mary's Quick Hits Sponsor:Pipeline Visionaries is brought to you by Qualified.com, the #1 Conversational Marketing platform for companies that use Salesforce and the secret weapon for pipeline pros. The world's leading enterprise brands trust Qualified to instantly meet with buyers, right on their website, and maximize sales pipeline. Visit Qualified.com to learn more.Links:Connect with Ian on LinkedInConnect with Mary on LinkedInLearn more about ClouderaLearn more about Caspian Studios

Made IT
#169 Diventare un Investitore di Successo in Silicon Valley. La Storia di Mike Volpi, Partner di Index Ventures

Made IT

Play Episode Listen Later Oct 21, 2024 50:39


L'ospite di oggi ha vissuto gli anni d'oro della Silicon Valley e di Internet, si è fatto strada nel mondo tech ed oggi è partner di uno dei fondi di venture capital più famosi al mondo, nonché membro del board di molte aziende tra cui anche Ferrari. Parlo di Mike Volpi, partner di Index Ventures. Index Ventures nasce nel 1996 a Ginevra ma con l'arrivo di Danny Rimer, che è considerato da Forbes uno dei top investitori al mondo, ha aperto gli uffici prima a Londra e poi a San Francisco. E' proprio in questa fase Americana che entra in campo Mike, già noto nel mondo tech e startup della Silicon Valley. Tra le aziende in cui ha investito Index Ventures in America ci sono Dropbox, Pure Storage e Cloudera.  Durante la puntata abbiamo affrontato tanti argomenti interessanti sia per chi vuole fondare una startup sia per chi invece ambisce a diventare un investitore. SPONSOR Sblocca 6 mesi di Notion Plus (valore di $6,000)Migliaia di startup utilizzano Notion come spazio di lavoro connesso per creare e condividere documenti, prendere appunti, gestire progetti e organizzare le conoscenze, il tutto in un unico luogo. Abbiamo collaborato con Notion per offrirvi 6 mesi di nuovi piani Plus, tra cui Notion AI illimitato. Per riscattare l'offerta Notion per le startup: 1. Clicca su questo link:https://ntn.so/madeit e seleziona Made IT nell'elenco dei partner. 2. Inserisci il codice partner, STARTUP4110P10624. SPONSOR Startup Geeks è il più grande incubatore online in Italia per aspiranti imprenditori e startup.Hai un'idea di business ma non sai da dove cominciare? Startup Geeks ha la soluzione: si chiama Startup Builder, un percorso di incubazione online della durata di 12 settimane, pensato proprio per chi vuole trasformare la propria idea di business in una startup pronta a raccogliere i primi investimenti e a essere lanciata sul mercato. Scopri di più a questo link: www.startupbuilder.it NEWSLETTER Iscriviti a Il Digestivo la nostra newsletter mensile sul mondo startup italiano: https://ildigestivo.substack.com/ SOCIAL MEDIA Se vi piace il podcast, il modo migliore per dircelo o per darci un feedback (e quello che ci aiuta di più a farlo diffondere) è semplicemente lasciare una recensione a 5 stelle o un commento su Spotify o l'app di Apple Podcast. Ci ha aiuta davvero tantissimo, quindi non esitate :) Se volete farci delle domande o seguirci, potete farlo qui: Instagram ⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠@madeit.podcast⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ LinkedIn ⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠@madeitpodcast⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠

The Tech Blog Writer Podcast
3051: Data-Driven Innovation: Cloudera on AI and Leadership in Modern Tech

The Tech Blog Writer Podcast

Play Episode Listen Later Oct 10, 2024 26:46


What does it take to lead data and AI initiatives in today's fast-paced tech landscape while balancing entrepreneurial ventures? In this episode of the Tech Talks Daily Podcast, I am joined by Suri Nuthalapati, Technical Leader at Cloudera Inc and a member of both the Forbes Technology Council and Entrepreneur Leadership Network. Suri shares his fascinating career journey, from moving to the US from India for his Master's in Computer Science to founding startups and leading transformative projects at major corporations. With a rich background that spans positions at FedEx and Chatanoog, and now as a driving force at Cloudera, Suri brings a unique perspective on the intersection of technology, innovation, and entrepreneurship. He discusses how his ventures—such as Farmiok, an agriculture data platform aimed at empowering Indian farmers, and Tradelabs, a cloud-native SQL editor—have shaped his approach to leadership, adaptability, and fostering innovation. In his current role at Cloudera, Suri leads the data and AI practice for cloud and professional services in the Americas, where he helps enterprises fast-track their adoption of data-driven solutions. We explore key trends such as hybrid and multi-cloud architectures, generative AI, and modern data architectures like data lakehouses and meshes. Through Suri's guidance, organizations are navigating these advancements to accelerate their digital transformations. Tune in as we dive deep into how Suri has successfully balanced corporate roles with his entrepreneurial ambitions, and the lessons he's learned along the way. How are data and AI reshaping industries, and what strategies should enterprises adopt to stay ahead?  Have you witnessed data and AI shaping your industry? How do you see future developments influencing business transformations? Share your thoughts!

The Engineering Leadership Podcast
Scaling AI for an Immersive 3D Platform with 77 Million Daily Active Users w/ Anupam Singh & Maria Kazandjieva #191

The Engineering Leadership Podcast

Play Episode Listen Later Oct 9, 2024 37:49


We had a blast at ELC Annual 2024, so we wanted to bring our podcast listeners some of the best highlights from popular sessions! This episode features one of the ELC Annual sessions with Anupam Singh (VP of AI & Growth Engineering @ Roblox) & Maria Kazandjieva (Co-Founder @ Graft), as they discuss building AI/ML models at a massive scale. Anupam shares how Roblox – an immersive 3D platform with more than 77 million daily active users – scaled from zero to nearly 200 different AI models. They discuss strategies for deciding when to use open source vs. creating proprietary models; how to operationalize your models for 24/7 use; the importance of data pipelines; current and future challenges to keep in mind when creating / scaling AI models; and answer some questions from the live Q&A.ABOUT ANUPAM SINGHAnupam leads Roblox's AI & Growth engineering teams, which provide the infrastructure for high throughput AI services for safety, recommendations, and assistants. Before Roblox, Anupam was chief customer officer at Cloudera, where he led product, engineering, and field teams for Data Warehousing products. Anupam has co-founded two companies in the Big Data space, acquired by Cloudera and Marketshare, respectively. Anupam built his database expertise on the SQL Query Optimizer teams at Oracle, Sybase (now SAP), and Informix (now IBM). He graduated from Pune University in India and holds patents in the areas of automatic SQL performance tuning, object databases, and resilient query execution."The journey always starts with, 'Let's pick a model and first decide whether we want to build our own model or we want to use one of the open source ones.' The next step is, 'Do you want to do it on public cloud?' Roblox has 24 data centers worldwide and two massive data centers in America. We have hundreds of thousands of CPUs that we could use and so for us, it's very important to decide, 'Do we really need a large model? Can you take the 700 billion model, make it into a 7 billion parameter model, and magically get it to run on the CPU?'”- Anupam Singh   ABOUT MARIA KAZANDJIEVAMaria is a co-founder and an engineering leader at Graft, an early-stage AI startup. Prior to that, Maria worked at Netflix, where her team earned two Emmy awards for technical achievement. She holds a PhD in Computer Science from Stanford University. Outside of work, you can find Maria kickboxing & trail running, baking & eating carbs, or relaxing with a non-fiction book and her two feline supurrvisors, Foosball and Gemma.SHOW NOTES:How Roblox is being powered by AI (00:30)The process of scaling AI models from zero to 200 @ Roblox (2:34)Examples of Roblox starting with open source vs. building its own model (5:06)What AI models are doing in terms of safety for children (7:12)Strategies for deciding to use open source vs. building a proprietary model (11:19)Why Roblox is choosing to open source some of their own models (13:06)How to operationalize / engineer AI models for 24/7 use at scale (14:20)The importance of data pipelines in the AI journey (16:18)Current / future challenges as Roblox continues to scale its models (19:52)Tips for identifying use cases where implementing & scaling AI can be helpful (22:21)Audience Q&A: How do you make decisions when you're lacking specific measurements / quantities? (24:29)When you deploy a model, how do you ensure confidence in its performance? (27:36)Recommendations for allocating / estimating the budget for a model (29:03)Anupam's insights on maintaining so many models effectively (31:03)How do you imagine the multimodality of your 3D models moving forward? (33:11)This episode wouldn't have been possible without the help of our incredible production team:Patrick Gallagher - Producer & Co-HostJerry Li - Co-HostNoah Olberding - Associate Producer, Audio & Video Editor https://www.linkedin.com/in/noah-olberding/Dan Overheim - Audio Engineer, Dan's also an avid 3D printer - https://www.bnd3d.com/Ellie Coggins Angus - Copywriter, Check out her other work at https://elliecoggins.com/about/

Speak Like a Leader
Exploring the Future of Tech with Robert Scoble | AI, Innovation, and Lessons from the Past

Speak Like a Leader

Play Episode Listen Later Sep 26, 2024 56:07


Robert Scoble is the Founder of Unaligned.io and has written seven books on tech worldwide. He worked as a strategist at Microsoft, got the first ride in a Tesla from Elon Musk, was the first to ride in an autonomous Mercedes, was the 79th user of Instagram, and launched Siri in his house. He's been a first mover and early adopter for a very long time. He also runs Scobleizer https://scobleizer.blog/, which he started as a blog about the technology industry from his perch in Silicon Valley. He was the first to see Tesla, Flipboard, Instagram, Siri, Cloudera, Uber, and many, many other technology companies. Now he's using that expertise to help others as we head into Spatial Computing (virtual and augmented reality along with robots/autonomous vehicles).You can find him on LinkedIn at https://www.linkedin.com/in/scobleizer/ and on twitter at x.com/scobleizer where he closely tracks AI!  ----- John Bates provides 1:1 Executive Communications Coaching, both in-person and online, as well as large and small group training. Sign up for his free weekly micro-trainings at https://johnbates.com/mini-trainings and create a great leadership communications habit that makes you the kind of leader who inspires trust, loyalty and connection.

Futurum Tech Podcast
Stack or Pipeline? - Infrastructure Matters - Episode 51

Futurum Tech Podcast

Play Episode Listen Later Aug 14, 2024 25:47


In episode 51 of Infrastructure Matters, hosts Steven Dickens and Camberley Bates discuss the latest developments in the data infrastructure industry, with a focus on the Future of Memory and Storage Summit (FMS). They highlight the importance of the tech stack for AI, the challenges faced by Intel, and the growing role of companies like Palantir and Cloudera in managing and curating data for AI applications. The episode also touches on Camberley's involvement in promoting women in the tech industry through the SuperWomen of FMS initiative. The key talking points include: Future of Memory and Storage Summit (FMS): The summit focused on advancements in memory technology, including high-bandwidth memory (HBM), CXL, and the latest PCIe standards. AI and data processing were major themes. Intel's Challenges: Discussion on Intel's 40% stock decline year-to-date and the strategic importance of Intel's success to U.S. interests. Pat Gelsinger's turnaround efforts are compared to IBM's historic recovery. Palantir's Growth: Palantir's significant growth in the commercial sector, with a 55% increase in commercial business and efforts to move beyond its defense industry roots. Cloudera's Role in Data Management: Cloudera's work in managing and classifying data for AI, focusing on data governance, curation, and pipeline management. SuperWomen of FMS: Camberley Bates' initiative to attract and retain women in the tech industry, including an annual leadership award recognizing influential women in the memory and storage field.  

The Orthogonal Bet: Building a Fractal Combinatorial Trope Machine

Play Episode Listen Later Aug 2, 2024 45:28


Welcome to the ongoing mini-series The Orthogonal Bet. Hosted by ⁠Samuel Arbesman⁠, a Complexity Scientist, Author, and Scientist in Residence at Lux Capital. In this episode, he speaks with Hilary Mason, co-founder and CEO of Hidden Door, a startup creating a platform for interactive storytelling experiences within works of fiction. Hilary has also worked in machine learning and data science, having built a machine learning R&D company called Fast Forward Labs, which she sold to Cloudera. She was the chief scientist at Bitly and even a computer science professor. Samuel wanted to talk to Hilary not only because of her varied experiences but also because she has thought deeply about how to use AI productively—and far from naively—in games and other applications. She believes that artificial intelligence, including the current crop of generative AI, should be incorporated thoughtfully into software, rather than used without careful examination of its strengths and weaknesses. Additionally, Samuel, who often considers non-traditional research organizations, was eager to get Hilary's thoughts on this space, given her experience building such an organization. Produced by ⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠Christopher Gates⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ Music by ⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠George Ko⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ & Suno

Federal Tech Podcast: Listen and learn how successful companies get federal contracts
Ep. 169 The Cloud, Data Strategy, and the Federal Government

Federal Tech Podcast: Listen and learn how successful companies get federal contracts

Play Episode Listen Later Jul 31, 2024 24:00


Want to make the most out of your next podcast appearance? https://content.leadquizzes.com/lp/fk1JL_FgeQ Connect to John Gilroy on LinkedIn   https://www.linkedin.com/in/john-gilroy/ Want to listen to other episodes? www.Federaltechpodcast.com  = = Congressman Gerry Connely maintains that that the platform is the solution; today, we discuss the topic of data strategy with Rob Carey of Cloudera. Rob begins by stating that when it comes to managing data, you need to consider what the outcome may be. For example, if you are assembling data on nuclear weapons, you need much more care than putting together traffic information. Some would say that this is the difference between serious data and a newly coined phrase “Everyday AI.” In other words, negligible risk decisions. This differentiation can assist in making budget decisions. Rob goes on to discuss the expanded attack surface. With all of today's sensors and data centers, many agencies are starting to use “petabytes” to describe the amount of information they are ingesting. Companies like Cloudera can assist federal tech leaders by giving them a system where they can provide governance. For example, he describes an offering called Cloudera Security Governance Lineage. This provides a view of data from “soup to nuts.”  Allowing managers to profile data, clean the data, and provide lineage tracking. Federal agencies must not treat all data as being equal. Limited resources force systems administrators to view data from legacy systems, the hybrid cloud, and new sensors as part of a priority.

Open Source Startup Podcast
E141: Building Companies on Open Source Standards - from Hortonworks to Mydecisive.ai

Open Source Startup Podcast

Play Episode Listen Later Jul 10, 2024 40:16


Ari Zilka is CEO of mydecisive.ai, the general-purpose observability engine built on OpenTelemetry. Ari was previously the CTO of Hortonworks which built products on top of open source Apache Hadoop and merged with Cloudera in 2019. In this episode, we dig into the similar patterns Ari sees between Hortonworks / Hadoop and mydecisive.ai / OpenTelemetry, why large enterprises don't want their data to be held hostage and are shifting towards OpenTelemetry, how open source switches costs from vendors to engineering, why he's focused on building the community before monetizing, his view on monetization ("the developer bakes you in, the operator pays for it"), why the "ops" side of "devops" carries the money, and the learnings from building Hortonworks that he's bringing into mydecisive.ai.

Product Talk
EP 414 - Temporal Technologies Fmr. COO on Lessons From Scaling Multiple Product Businesses

Product Talk

Play Episode Listen Later Jun 12, 2024 62:19


What lessons can product leaders learn from scaling multiple product businesses? In this episode of Product Talk hosted by Sid Shaik, Temporal Technologies Fmr. COO Charles Zedlewski speaks on his career in product management and lessons learned from scaling multiple product businesses. Charles shares insights on becoming a successful PM without a technical background, emphasizing the importance of building technical depth over time. He discusses philosophies for collaborating closely with engineering teams and getting the "soul of the product" to live in their hearts. Charles also talks about his experience scaling Cloudera's Hadoop distribution and lessons from launching new features. Overall, the discussion provides perspectives on product growth strategies, frameworks for conceptualizing customer journeys, and approaches to partnerships between organizations.

The Six Five with Patrick Moorhead and Daniel Newman
Trusted Data: The Difference Maker - Six Five - On the Road with Cloudera

The Six Five with Patrick Moorhead and Daniel Newman

Play Episode Listen Later Apr 16, 2024 15:55


On this episode of The Six Five On the Road, hosts Daniel Newman and Patrick Moorhead welcome Dipto Chakravarty, Chief Product Officer at Cloudera for a conversation on Cloudera's growth and product-led innovations and their position as AI continues to disrupt compute infrastructure at Cloudera Elevate 25. Their discussion covers: An overview of Cloudera's growth strategy and specific product-led innovations Cloudera has planned  Cloudera's “nexus of trusted data” and how this makes their cloud platform unique  How Cloudera positions themselves as AI usage trends continue and how Cloudera's trusted data will make a difference for customers  

Entrepreneur Success Stories for Entrepreneurs
Your Data Can Do More... Find out how with Okera Data... The Story of Big Data doing Big Things | 016

Entrepreneur Success Stories for Entrepreneurs

Play Episode Listen Later Apr 9, 2024 34:47


016: Okera Data Management | Amandeep Khurana is CEO & Co-Founder of Cerebro Data.  His company works with cloud native data management and governance software for enterprises.  Before this he was the Principal Solutions Architect at Cloudera Inc, where he worked with Cloudera's customers to help them with their adoption and usage of the Hadoop ecosystem. *** For Show Notes, Key Points, Contact Info, & Resources Mentioned on this episode visit here: Amandeep Khurana Interview. ***   Ready to part ways with your land in Florida? Visit our Sell My Land Florida webpage and discover a straightforward way to say goodbye to your property!

The Six Five with Patrick Moorhead and Daniel Newman
Cloudera's Enterprise AI Ecosystem - Six Five - On the Road

The Six Five with Patrick Moorhead and Daniel Newman

Play Episode Listen Later Apr 9, 2024 14:55


On this episode of The Six Five - On the Road, hosts Daniel Newman and Patrick Moorhead welcome Abhas Ricky, Chief Strategy Officer at Cloudera for a conversation on Cloudera's enterprise AI ecosystem at Cloudera Elevate 25. Their discussion covers: How Cloudera is helping customers use AI in production  Cloudera's strategy to use hybrid to drive growth The latest update to Cloudera's enterprise AI ecosystem  

The Six Five with Patrick Moorhead and Daniel Newman
Outside-In Perspective - The Six Five - On the Road

The Six Five with Patrick Moorhead and Daniel Newman

Play Episode Listen Later Apr 2, 2024 18:17


On this episode of The Six Five On the Road, hosts Daniel Newman and Patrick Moorhead are at Cloudera Elevate 25 where they welcome Charles Sansbury, Chief Executive Officer at Cloudera for a conversation on Cloudera's growth strategy, which includes hybrid cloud and AI. Their discussion covers: Cloudera's strategy and key investments for growth How Cloudera is using AI to help their customers Cloudera's plan for hybrid cloud and how are the customers reacting  

The Engineering Leadership Podcast
Healthy Tension: GTM & Product/Eng Collaboration at Hundreds of Millions ARR Scale w/ Tido Carriero & Joe Morrissey #172

The Engineering Leadership Podcast

Play Episode Listen Later Mar 26, 2024 42:45


We're featuring another popular session from ELC Annual 2023 – welcome to “Healthy Tension: GTM & Product/Eng Collaboration at Hundreds of Millions ARR Scale” with Tido Carriero, (Co-Founder @ Koala and Former VPE @ Segment) and Joe Morrissey (General Partner @ a16z & Former CRO @ Segment)! Tido & Joe share stories from the beginning of their partnership at Segment, including their first cross-functional annual planning meeting. They highlight lessons learned from those early days and how others can implement annual planning session frameworks to develop value drivers for their org in order to better serve customers & create products with value. Joe & Tido also cover how to build a healthy, trusting relationship between product & eng when it comes to building / executing a successful GTM strategy.ABOUT TIDO CARREIROTido is the Co-Founder & CEO of Koala. Prior to Koala, he led the Product & Engineering team at Segment from less than $5M in ARR to their $3.2B acquisition by Twilio.“I had been at Segment for four years. The big unlock for me and I think what I needed to lean into more in retrospect from a trust perspective was that Joe was really going to be a different kind of go to market partner. We had zoomed way out. We had looked at a multi-year strategy, not just a list of 25 features and ordering them quarter by quarter by quarter.”- Tido Carriero   ABOUT JOE MORRISSEYJoe Morrissey is a general partner on the Growth investing team at Andreessen Horowitz, focused on enterprise technology companies. Prior to joining a16z, Joe was chief revenue officer at Segment, where he scaled revenues to upwards of $200M ARR in advance of the company's $3.2B acquisition by Twilio. Before Segment, he was was the EMEA vice president and general manager for three open source software companies: Hortonworks, which combined with Cloudera in a $5.2B merger in 2019; MongoDB, which went public in 2017; and MySQL, which was acquired by Sun Microsystems for $1B in 2008. Joe holds a bachelor's degree in business studies from the University of Limerick, Ireland. He currently serves on the boards of Neon Inc., and Hopsworks AB and lives in Menlo Park with his wife and two kids."You've got to go through this tension and I think one of the things that can happen is you avoid the tension, you avoid the conflict, you say yes to things that maybe you're not comfortable with both on the product and on the go to market side then the plan goes wrong, right? So I really think like the tension is the critical thing and that the struggle is the critical thing and that's where the learning is.”- Joe Morrissey   We now have 10 local communities of engineering leaders hosting in-person meetups all over the world!Local communities are led by eng leaders just like you, who wanted to create a place to connect, share insights & tackle critical challenges in the job.New York City, Boston, Chicago, Seattle, Los Angeles, San Diego, San Francisco, London, Amsterdam, and Toronto in-person events are happening now!We're launching local events all the time - get involved at elc.community!SHOW NOTES:Joe's first impressions of Tido & the beginning of their relationship (2:28)The story of their low point & working together on annual planning (5:32)What was agreed on in the annual planning session (7:44)Focusing on value drivers & building a trusting GTM partnership (10:55)Why it's necessary to embrace tension in order to drive growth (15:01)Tido's lessons learned leading eng product & sales @ Koala (16:05)Audience Q&A: Frameworks for narrowing down value drivers (19:00)The importance of cross-functional participation in planning sessions (22:21)An inside look at the exercise of identifying value drivers (24:02)How deep should salespeople go on the product? (26:27)How does annual planning change day-to-day operations for the year? (27:56)Describing the Lighthouse program (30:10)Reorganizing the org to meet the three identified value drivers (32:32)Engineering leadership's involvement during the annual plan (35:24)Strategy behind building a platform (38:38)LINKS AND RESOURCESVideo version of this episodeMore sessions from ELC AnnualThis episode wouldn't have been possible without the help of our incredible production team:Patrick Gallagher - Producer & Co-HostJerry Li - Co-HostNoah Olberding - Associate Producer, Audio & Video Editor https://www.linkedin.com/in/noah-olberding/Dan Overheim - Audio Engineer, Dan's also an avid 3D printer - https://www.bnd3d.com/Ellie Coggins Angus - Copywriter, Check out her other work at https://elliecoggins.com/about/

Software Misadventures
The hard power of management and the soft power of senior ICs | Josh Wills

Software Misadventures

Play Episode Listen Later Mar 19, 2024 78:33


As a self-described “gainfully unemployed data person”, Josh Wills is an angel investor and has worked on and led data teams at Slack, Cloudera, WeaveGrid and Google. We discuss: How to get started with angel investing without a ton of $$ Attributes that define great engineering managers What's it like transitioning from management back to IC Challenges in Climate Tech from a software perspective And more   Segments: [0:01:35] Transitioning from management to individual contributor (IC). [0:10:19] Emotional intelligence and its role in engineering management. [0:25:21] Contrasting the hard power of management with the soft power of senior individual contributors. [0:37:18] Addressing challenges in climate technology. [0:51:34] The importance of practicality and how to assess it in interviews. [0:56:01] Josh's journey into angel investing. [1:12:59] Criteria used by Josh to evaluate whether to invest in a startup.   Show Notes: Josh on Twitter: https://twitter.com/josh_wills The “Touchy Feely” course at Stanford: https://www.gsb.stanford.edu/experience/learning/leadership/interpersonal-dynamics Jason Calacanis's book on angel investing: https://www.amazon.com/Angel-Invest-Technology-Startups-Timeless-Investor/dp/0062560700   Stay in touch:

ON AIR
#433 - Thamel NYC

ON AIR

Play Episode Listen Later Mar 4, 2024 64:17


Meet the team Thamel NYC, Nijjwol Lamsal, a senior partner engineer at Cloudera and the brains behind Thamel NYC. Lelin Kandel, training manager at Imperial Advance, is also a Partner at Thamel NYC. And that's not all – we've got the powerhouse trio of Roshan Gauchan, Jimmy Gurung, and Yogendra Limbu, all working their magic at Thamel NYC.

The Six Five with Patrick Moorhead and Daniel Newman
Ep. 204: We are Live! Talking Cloudera, NVIDIA, IFS, Plus, Cisco, Lattice

The Six Five with Patrick Moorhead and Daniel Newman

Play Episode Listen Later Feb 17, 2024 48:31


Leading global tech analysts Patrick Moorhead (Moor Insights & Strategy) and Daniel Newman (Futurum Research) are front and center on The Six Five analyzing the tech industry's biggest news each and every week and also conducting interviews with tech industry "insiders" on a regular basis.    The Six Five represents six (6) handpicked topics that will be covered for five (5) minutes each.    Welcome to this week's edition of “The 6-5.” I'm Patrick Moorhead with Moor Insights & Strategy, co-host, joined by Daniel Newman with Futurum Research. On this week's show we will be talking:   NVIDIA Getting into DC AI ASIC Market? https://twitter.com/PatrickMoorhead/status/1757483843354079548 https://www.cnbc.com/2024/02/09/nvidia-chases-30-billion-custom-chip-market-with-new-unit-reuters.html Custom ASIC: Broadcom & Marvell. Merchant ASIC: Intel Habana, Groq, UntetherAI   Upcoming IFS “Direct Connect” Event Preview https://twitter.com/PatrickMoorhead/status/1758139102439108752   Plus AI Open Auto Platform https://plus.ai/news-and-insights/plus-launches-open-platform-for-autonomy-to-scale-deployment-of-all-levels-of-autonomous-driving-technology   Cisco Q2 FY2024 Earnings https://twitter.com/danielnewmanUV/status/1758136567250776572 https://twitter.com/danielnewmanUV/status/1757874967943761953 https://twitter.com/danielnewmanUV/status/1757867283341279424 https://twitter.com/PatrickMoorhead/status/1758492279239532803   Lattice Q4 FY2023 and 2023 Earnings https://twitter.com/danielnewmanUV/status/1757170965367206351 Revenue: 3% miss; EPS: small beat, Forecast: $25M less than consensus  https://twitter.com/PatrickMoorhead/status/1758489528224907767   Cloudera Elevate 2025 SKO Event https://twitter.com/PatrickMoorhead/status/1757817666646008085 https://twitter.com/danielnewmanUV/status/1757843125354037738 Modern Data Platform, GenAI, Hybrid Cloud   Disclaimer: This show is for information and entertainment purposes only. While we will discuss publicly traded companies on this show. The contents of this show should not be taken as investment advice.

The Six Five with Patrick Moorhead and Daniel Newman
Cloudera's AI Ecosystem Advancements - Six Five On the Road

The Six Five with Patrick Moorhead and Daniel Newman

Play Episode Listen Later Dec 28, 2023 17:17


On this episode of The Six Five – On The Road, hosts Daniel Newman and Patrick Moorhead welcome Cloudera's VP Products, Priyank Patel, during Cloudera Evolve NYC for a conversation on Cloudera's launch of their AI ecosystem, its inaugural partners, and how this will ultimately serve their customers. Their discussion covers: A closer look at Cloudera's AI ecosystem launch– the partnerships, strategy and how this ecosystem will ultimately serve Cloudera's customers How Cloudera's partnerships with companies like NVIDIA, Pinecone, and AWS are evolving and serving its enterprise customers within this AI ecosystem Cloudera's two-pronged approach of enabling AI and leveraging AI What's next for Cloudera's AI ecosystem, both for the company and for its customers

The Six Five with Patrick Moorhead and Daniel Newman
Build Generative AI Solutions on Cloudera with Amazon Bedrock - Six Five On the Road

The Six Five with Patrick Moorhead and Daniel Newman

Play Episode Listen Later Dec 19, 2023 22:56


On this episode of The Six Five – On The Road, hosts Daniel Newman and Patrick Moorhead welcome Cloudera's Chief Strategy Officer Ahbas Ricky, and AWS's Director, Infrastructure Partnerships Mona Chadha, during Cloudera Evolve NYC for a conversation on building generative AI solutions on Cloudera with Amazon Bedrock. Their discussion covers: The challenges customers face in getting their generative AI projects off the ground Cloudera's & AWS' collaboration to offer AI solutions for customers, including Cloudera CDP and Amazon Bedrock Some customer success stories on building generative AI solutions on Cloudera on AWS What the evolution of Cloudera and AWS looks like, and where the companies see the generative AI movement going next

The Six Five with Patrick Moorhead and Daniel Newman
Unlocking On-Prem Data for Next-Wave Gen AI - Six Five On the Road

The Six Five with Patrick Moorhead and Daniel Newman

Play Episode Listen Later Dec 12, 2023 13:59


On this episode of The Six Five – On The Road, hosts Daniel Newman and Patrick Moorhead welcome Cloudera's Senior Director of Product Management David Dichmann, during Cloudera Evolve NYC for a conversation on how Cloudera is helping customers unlock their on-prem data and take advantage of the next wave of generative AI. Their discussion covers: What the next wave of generative AI looks like from Cloudera's perspective, particularly around Customer Experience The state of perceived risk versus overall value when it comes to generative AI adoption for enterprises today How businesses across industries can take advantage of this next wave of generative AI What Cloudera is doing to help customers get the most out of their on-prem data  

The Six Five with Patrick Moorhead and Daniel Newman
Gen AI: A Cloudera Customer Perspective - Six Five On the Road

The Six Five with Patrick Moorhead and Daniel Newman

Play Episode Listen Later Nov 28, 2023 15:37


On this episode of The Six Five – On The Road, hosts Daniel Newman and Patrick Moorhead welcome Cloudera's Cindy Maike, VP Industry Solutions, during Cloudera Evolve NYC for a conversation on the customer perspective on generative AI, adoption, and planning for the future of their data. Their discussion covers: How Cloudera is talking to customers about AI adoption, generative AI solutions, and the benefits from the data that Cloudera has under management What customers have identified as barriers to adoption and operationalizing generative AI The biggest shifts in Cloudera's customer interactions from traditional analytical AI phase to the generative AI phase What customers should be considering in the next two to three years, when it comes to AI adoption and their data

The Cloudcast
Behind the scenes of building Platform Engineering

The Cloudcast

Play Episode Listen Later Nov 22, 2023 25:58


Can you still call them the FAANG companies considering Facebook is now Meta and Google is now Alphabet? Maybe it's MAANA now?! Elliott Clark (CEO/Founder, Batteries Included) talks about creating a Platform Engineering org and building an IDP before it was cool.SHOW: 773CLOUD NEWS OF THE WEEK - http://bit.ly/cloudcast-cnotwNEW TO CLOUD? CHECK OUT - "CLOUDCAST BASICS"SHOW SPONSORS:Learn More About Azure Offerings : Learn more about Azure Migrate and Modernize & Azure Innovate!Azure Free Cloud Resource Kit : Step-by-step guidance, resources and expert advice, from migration to innovation.CloudZero – Cloud Cost Visibility and Savings​​CloudZero provides immediate and ongoing savings with 100% visibility into your total cloud spendDatadog Kubernetes Solution: Maximum Visibility into Container EnvironmentsStart monitoring the health and performance of your container environment with a free 14 day Datadog trial. Listeners of The Cloudcast will also receive a free Datadog T-shirt.Datadog Synthetic Monitoring: Frontend and Backend Modern MonitoringEnsure frontend issues don't impair user experience by detecting user-facing issues with API and browser tests with a free 14 day Datadog trial. Listeners of The Cloudcast will also receive a free Datadog T-shirt. SHOW NOTES:Topic 1 - Welcome to the show. Elliott, you have some great experiences at Cloudera and Meta/Facebook that shaped you moving out to start your own thing at Batteries Included. Give everyone a brief background please.Topic 2 - You were building Internal Developer Platforms (IDP) and doing Platform Engineering before it was cool. Tell everyone a little about the need and how it came to be at Meta/Facebook.Topic 3 - I think it's probably important to talk about the origin stories for this. What was the problem to solve? How was it solved? What was the final “product” and how was it used?Topic 3a - Anything you would have done differently?Topic 4 - We always hear stories about the FAANG companies and the scale they operate in. But, we hear mixed things about if following those practices are a good idea. Some say we should use them because we know it is repeatable at scale. Others say the practices are only relevant at those companies and most organizations don't need that level of complexity. Thoughts? What are the pros and cons?Topic 5 - What are your thoughts on the current and future state of Platform Engineering and Internal Developer Platforms? There seems to be a tension between being prescriptive or opinionated enough for operations to scale vs. developers needing to use the tools they know and love to be as productive as possible. Thoughts?Topic 6 - Let's talk about Open Source. Many have heard about Backstage when it comes to Platform Engineering and we've even talked about it on this show before. What are your thoughts around building these platforms on OSS. Also, any thoughts on OSS being cost prohibitive?FEEDBACK?Email: show at the cloudcast dot netTwitter: @thecloudcastnet

The SaaS CFO
$28.5M Raised to Train AI On Your Own Data

The SaaS CFO

Play Episode Listen Later Nov 21, 2023 24:08


Welcome to another episode of The SaaS CFO Podcast! In this episode, our host Ben sits down with Amr Awadallah, the founder and CEO of Vectara. Amr shares his impressive background as a seasoned entrepreneur, from being the VP of Developer Relations at Cloud to founding and serving as CTO of Cloudera, and his time at Yahoo. He also discusses his journey from wanting to be a professor to being drawn into the world of entrepreneurship at Stanford. Amr dives into the details of Vectara, a company that offers a powerful AI tool that allows users to leverage their own data for tasks like brainstorming and customer support. The conversation explores the simplicity and accessibility of Vectara's API, the target customer profiles, and the consumption-based pricing model. Join us as we unravel the fascinating story and insights of Amr Awadallah on this episode of The SaaS CFO Podcast. Show Notes: [00:01:36] Stanford taught entrepreneurship, changed my teaching mission. [00:03:28] Collaborate on brainstorming with an intern using data. [00:07:26] Charges based on consumption, 50 MB data free. [00:10:46] Consumption-based model, land and expand. Goal: acquire customers even with minimum $1.0.25 payment. Grow customer data and API usage. Hybrid approach: product-led growth and premium offering. [00:16:23] Raise capital for expansion, sales, and competition. [00:18:37] Startup success rates are only 10%. Extending lifespan is crucial for success. [00:22:19] Massive opportunity proven by Chat GPT success. Links: SaaS Fundraising Stories: https://www.thesaasnews.com/news/vectara-raises-20-million-in-seed-round Amr Awadallah's LinkedIn: https://www.linkedin.com/in/awadallah/ Vectara's LinkedIn: https://www.linkedin.com/company/vectara/ To know more about Ben check out the links below: Subscribe to Ben's daily metrics newsletter: https://saasmetricsschool.beehiiv.com/subscribe Subscribe to Ben's SaaS newsletter: https://mailchi.mp/df1db6bf8bca/the-saas-cfo-sign-up-landing-page SaaS Metrics courses here: https://www.thesaasacademy.com/ Join Ben's SaaS community here: https://www.thesaasacademy.com/offers/ivNjwYDx/checkout Follow Ben on LinkedIn: https://www.linkedin.com/in/benrmurray

The Six Five with Patrick Moorhead and Daniel Newman
The Next Wave of Gen AI Runs on Cloudera - Six Five On the Road

The Six Five with Patrick Moorhead and Daniel Newman

Play Episode Listen Later Nov 21, 2023 15:52


On this episode of The Six Five – On The Road, hosts Daniel Newman and Patrick Moorhead welcome Cloudera's CEO, Charles Sansbury, during Cloudera Evolve NYC for a conversation on how the next wave of generative AI runs on Cloudera, and how the company plans to drive this wave of innovation. Their discussion covers: The key to Cloudera's view of how the world is going to evolve, as informed by their customer conversations Hybrid architecture and the importance of mixing on-premises with cloud-based data What kind of limiting factors there are to deploying generative AI solutions with their data and how Cloudera is helping customers overcome that How the company is approaching growth and what the future holds at Cloudera in terms of partnerships, investments, and capabilities on the horizon  

AI and the Future of Work
Amr Awadallah, CEO of Vectara and co-founder of Cloudera, discusses the future of AI search

AI and the Future of Work

Play Episode Play 15 sec Highlight Listen Later Nov 13, 2023 36:34


Amr and I met on a genAI panel and everything he said was both insightful and contrarian. Immediately, I knew I wanted to introduce him to you. Amr is a legend in the search space who, by the way, also founded Cloudera which went public in 2017 at a valuation of over $5B.Dr. Amr Awadallah is a luminary in the world of information retrieval. He's the CEO and cofounder of Vectara, a company that is revolutionizing how we find meaning across all languages of the world using the latest advances in Deep Neural Networks, Large Language Models, and Natural Language Processing. He previously served as VP of Developer Relations for Google Cloud. Prior to joining Google in Nov 2019, Amr co-founded Cloudera in 2008 and as Global CTO. He also served as vice president of product intelligence engineering at Yahoo! from 2000-2008. Amr received his PhD in EE from Stanford University, and his Bachelor and Masters Degrees from Cairo University, Egypt.Listen and learn...How Amr discovered the power of "talking to software" via LLMs while at GoogleAbout the history of new computing modalitiesAbout the current state of generative AIThe technical explanation for hallucination in LLMsHow do we mitigate bias in LLM models and prevent copyright infringementWhy a semantic understanding of queries is the next frontier in searchThe challenge faced by search providers of making money incorporating ads into LLM-based answersHow "grounded search" will fix the hallucination problemWhat is a "fact" in the era of ChatGPT?How long before we have "antivirus sofware for fact-checking" genAI propagandaHow should AI be regulated... and who is responsible for AI regulationThe next big idea in genAI Amr and I are ready to fundAmr's advice to entrepreneurs... and to himselfReferences in this episode...Eric Olson, Consensus CEO, on AI and the Future of WorkD Das, Sorcero CEO, on AI and the Future of WorkSeth Earley, Earley Information Science, on AI and the Future of WorkChatGPT for searching scientific papers

Generative Now | AI Builders on Creating the Future
Hilary Mason: Deterministic vs. Probabilistic, and How AI is Changing Storytelling

Generative Now | AI Builders on Creating the Future

Play Episode Listen Later Nov 2, 2023 74:30


Hilary Mason was on the ground floor of data science research, and now she's bringing that same pioneering spirit to generative AI. For this episode, Host and Partner at Lightspeed, Michael Mignano, talks with Hilary about how to safeguard probabilistic systems and how researchers and founders can form the most effective teams. Episode Chapters (00:00) - Intro (05:18) - A founder's thoughts - NYC vs. Silicon Valley (09:50) - Why Hilary thinks non-linear storytelling was wrong (13:44) - Understanding online traffic through bit.ly (15:57) - The taxonomy of data science (19:06) - Founding Fast Forward Labs - “Hire your nerd best friend” (23:05) - Can academia and startups coexist? (26:50) - Machine learning  (ML) vs. Artificial Intelligence (AI) (34:00) - Selling Fast Forward Labs to Cloudera (38:51) - Hidden Door's inception (44:29) - The challenge - and opportunity - of AI hallucinations (48:07) - What is Hidden Door? (52:38) - Building an architecture for unstructured input (57:38) - How can you try Hidden Door? (01:00:45) - Shifting the software engineer mindset (01:04:17) - How will product-building shift with generative AI? (01:07:34) - Is AI hype dangerous? (01:12:36) - Where to learn more about Hidden Door  Stay in touch: www.lsvp.com X: https://twitter.com/lightspeedvp LinkedIn: https://www.linkedin.com/company/lightspeed-venture-partners/ Instagram: https://www.instagram.com/lightspeedventurepartners/ Subscribe on your favorite podcast app: generativenow.co Email: generativenow@lsvp.com The content here does not constitute tax, legal, business or investment advice or an offer to provide such advice, should not be construed as advocating the purchase or sale of any security or investment or a recommendation of any company, and is not an offer, or solicitation of an offer, for the purchase or sale of any security or investment product. For more details please see lsvp.com/legal.

AI and the Future of Work
Tyler Foster, Evolv AI CTO, discusses the future of AI to help brands connect with consumers

AI and the Future of Work

Play Episode Play 20 sec Highlight Listen Later Oct 16, 2023 38:41


AI is here to accelerate the world's creativity. In fact, it's one of the things generative AI does best. Imagine a world where personalized campaigns help products you love find you. Today's guest did just that and he created Evolv AI to help brands connect with customers across all digital channels. Tyler Foster is the CTO of Evolv AI, a platform that helps brands improve conversion and experiment faster. He started the company with CEO Michael Scharff in 2019 and together they've grown it into an early leader in AI-first digital experimentation having helped brands like Safelite, DirectTV, and Verizon. Prior to Evolv AI, Tyler was the founding CEO and Chief Architect of Senient Systems and an early Software Engineer at Cloudera.Listen and learn...How a farmhand and SCUBA diver became an AI developerHow AI is helping brands target consumersThe tradeoff between personalization and data collectionHow to eliminate bias in automated decisionsWill AI eliminate creative jobs?How society needs to adapt to new definitions of work imposed by AIWhy we need to disconnect ideas from tools and processesWhat does it mean that we're entering a "post-truth" era?Why AI is more fair than humansReferences in this episode...Meredith Broussard on AI and the Future of WorkDiane Keng from Breinify on AI and the Future of WorkAre AI-generated ads more or less effective?Evolv.ai

Open Source Startup Podcast
E108: LLM-Powered Search For Your Own Data

Open Source Startup Podcast

Play Episode Listen Later Oct 2, 2023 44:21


Amr Awadallah is CEO of Vectara, the LLM search engine that's powered by users' own data. Amr was previously the Founder & CTO of Cloudera and brings many learnings from that experience to Vectara, including what to open source vs. keep proprietary. Vectara has raised $29M from investors including Race Capital. In this episode, we dig into the importance of ease of use and building for the average developer instead of the Silicon Valley developer, taking an "open periphery" approach to open source, how the GenAI wave is similar and different from the Big Data wave, Amr's 3-pronged GTM strategy including sales-led-growth, product-led-growth, and partner-led-growth, and more!

Screaming in the Cloud
Elevating the SaaS Application Development Experience with Salman Paracha

Screaming in the Cloud

Play Episode Listen Later Jul 20, 2023 35:45


Salman Paracha, Founder & CEO at Katanemo Labs, joins Corey at Screaming in the Cloud to discuss his vision for the future of SaaS application development. Salman and Corey discuss what led him to take the leap into founding a start-up, and Salman shares how he believes the future of SaaS application development is at an inflection point. Salman also explains why it's critical to focus on the outcome your customers experience over infrastructure, and shares his vision for future developers looking to build the next wave of SaaS applications. About SalmanBuilding high-growth, high-tech software products that affect the lives of millions of customers. 15+ years of experience in building successful products and highly effective teams. I am deeply interested in bringing the power of the cloud to end customers, large scale data problems, and delivering scalable services on commodity hardware.Links Referenced: Katanemo: https://www.katanemo.com/ LinkedIn: https://www.linkedin.com/in/salmanparacha/ Email: mailto:salman@katanemo.com Twitter: https://twitter.com/salman_paracha TranscriptAnnouncer: Hello, and welcome to Screaming in the Cloud with your host, Chief Cloud Economist at The Duckbill Group, Corey Quinn. This weekly show features conversations with people doing interesting work in the world of cloud, thoughtful commentary on the state of the technical world, and ridiculous titles for which Corey refuses to apologize. This is Screaming in the Cloud.Corey: Welcome to Screaming in the Cloud. I'm Corey Quinn. And this promoted guest episode of Screaming in the Cloud is brought to us by our friends at Katanemo, who is—when you talk to small startups, like, “Who should we talk to?” They invariably look around the room, figure out who they should throw directly into the grist mill, and in this particular case, they have selected Salman Paracha, who is the founder and CEO. Salman, thank you for joining me.Salman: Hey, thanks for having me. Second time.Corey: It is. And every time we talk, it seems like there has been an interesting progression in your career. Originally, when we first started talking, you were the GM of the serverless application repository at AWS, and of AWS SAM, the Serverless Application Model that most people know because of the giant psychotic squirrel running around the expo hall at events. Then you went to be a group VP at Oracle Cloud, and now you look around the landscape and decide, you know, what I've done my entire career? Worked at big companies where everything is, you know, convenient in certain ways. And that sucks. I want everything to be three times harder, at least, so I'm going to go start a startup of my own. Presumably. I'm assuming that is the thought process that led you here. What's the actual story behind why you decided to leave giant corporate entities and go to a small startup?Salman: Thanks for that intro. The primary reason to sort of pursue this dream was something was pulling at me for the past four to five years. As a person who considers himself a builder, the most happiest I am when I'm actually trying to ship software out for customers. And so, I've been pulling on this thread for a very, very long time, that the world of the modern reference architecture, as it goes more microservices and explodes in the face of developers, has gotten to a point that we are now being inundated with all these micro-primitives, if you would, on infrastructure that actually slow the rate of innovation down. And why hasn't there been a move and reversion to the other side?And so, as I looked around, and at my time at Serverless particularly, where we were trying to champion this idea of serverless compute where you don't manage your servers, I kind of was ruminating on this notion of how do you get to zero infrastructure? And the idea that how can we actually orchestrate out all the complexity behind the scenes and you can truly focus on what your application does. And in that part of the journey, I've been chatting with developers across swath of industries and varying degrees of sophistication if you would, and the thing that emerged is that the most complex, perhaps the most complex piece to build in the cloud is a SaaS application. And there's inherent complexity in sort of thinking through the various concerns of the shapes and sizes of your customers that you're serving, the security and safety controls that you have to give them, the operational burdens that you take to serve a very large customer versus a very small customer who is perhaps in your free tier.And so, I was pulling on this thread for a very long time, even at my time, somewhat, at AWS, having—I chatted folks like Twilio and Slack at that time, and I said, “I think there has to be a much, much better way.” It cannot be more; it has to be less, and that less is actually getting us closer to what we believe is the future of cloud infrastructure, which is no infrastructure. So, that's it. I mean, I think the core thesis was, “Hey, if I've operated at this intersection of hyperscale cloud infrastructure and SaaS applications for the past 20 years, what is the compression algorithm that I can apply and give to developers so that they can truly focus on building something phenomenal without having to worry about the complexity of the infrastructure, the security of the scaling of the operational, and the access logs, and all that stuff that they have to today focus on?” And then I'm very fortunate to have had a phenomenal team that have joined and humbled me in my journey here.Since last year, we have folks across the spectrum who have built these things at scale and at Lyft, at Dropbox, at Meta, at AWS, at Cloudera, and et cetera. And so, we've been really fortunate that we have a very firm belief of where we want to take the future of infrastructure and who we want to serve in that market segment. And I said to myself, I don't think I'm getting any younger. My parents, my South Asian parents, perhaps they're going to be more happy to see me sort of fight it out and battle it out versus just naturally climb the corporate ladder. Nothing wrong with that, of course.Corey: It's not too late to go be a doctor. I say that as someone who grew up in a Jewish home where there were certain expectations and pressures placed upon me that I continue to disappoint four decades later.Salman: Yeah, so anywho [laugh], on that front, so I think I'm kind of living to the expectations I had for myself 20 years ago when I joined the workforce, and I now have the great fortune to build alongside these amazing builders and see what we can unlock for the developer community.Corey: One of the challenges with the approach that I found historically has been Heroku did something very similar and then everyone tried to build the next Heroku, except for the company that bought Heroku, they were content to let that thing sit and never think about it again, for whatever reason. But another example would be something like NPM, the Node Package Manager, where it abstracts away stupendous complexity. You tell it to npm install for some project and it just starts scrolling huge amounts of text past and doing all kinds of work and your computer fans start screaming, and you're like, “Wow, it's doing an awful lot of fascinating stuff underneath the hood, and I really hope this works. If it breaks halfway through, I haven't first idea where to look under the hood to make sure that this actually works and doesn't break my application.”The problem that I have historically with the things in this space is it requires a certain element of trust. That said, looking at the things you've done before, the places you've been, I don't have to explain that to you. You have clearly spent your entire career in environments where mistakes matter because they're going to show very quickly to an awful lot of customers if they wind up getting out there. That feels to me like it's a significant competitive advantage versus, not to be disparaging, but a couple of founders fresh out of a boot camp who have never worked in the industry before, but they have an idea, gosh darn it, this is what they're going to build.Salman: You know, you'll find builders, and you'll have builders surprise you. And I, you know, salute all those who come out and start something new. I have a whole bunch of respect for that, just the courage that takes it. But there's an advantage that the team has, and we're very fortunate on having that advantage, having seen things break. And I think we're at this inflection point, perhaps now that there's been an incredible amount of effort done in the open-source community relative to [dis-established 00:06:56] standards.Like if you imagine, what, 25+ years ago, when HTTP and HTTP 1.1 came out, that created an explosion of people hosting these web services and HTTP-based applications. I think we're at the point where we can preserve the developer experience, preserve the operator experience, but never have to sort of have you tinker in the bowels of the infrastructure … to build a SaaS application. And I think that the interesting part of this is knowing how successful these projects can be, but also how complex they can be to manage. But if you (the developer) can just focus on dev experience and operator experience and ask what's the most pressing question to answer, which is…Can you know who (your customers) are and what they're doing in your system, and have the ability to shape their experience versus shaping the infrastructure?”I think we'll be in a much better state as an industry, we'll be much happier developers, we'll just be in a much higher place than we are today. Where as I said earlier, which is the modern reference architecture of microservices perhaps gives you some powers, but it really explodes the amount of choices and results in this massive drag on innovation. And that's that part of the lessons and learnings and insights that we have and we're going to compress that, hopefully, on behalf of developers as we build out Katanemo, particularly, you know, going towards this future of no infrastructure, zero infrastructure. So yeah, all respect to everyone who's building. You know, we've had the good fortune and we hope to pass that fortune back in terms of a product experience.Corey: This feels like a problem that never really goes away, at any scale, for that matter. I want to build out something new. Maybe it's just a ridiculous static site. Maybe it's some serverless-powered shitposting app. I have several of those in existence.And every time it's like, “Oh, you have a great idea for an application. Cool. Step one: do a whole bunch of infrastructure provisioning nonsense along the way first because that's going to be the important thing to get done.” And then, only then, do you get to start getting into the application logic and the rest. And it always feels like boilerplate, but it's specific boilerplate, in that it has to be right for this environment with this constraint and this use case, and it just feels like it's undifferentiated work that I don't want to be doing.Salman: I think that actually is magnified to a certain degree when you're thinking about an enterprise-grade SaaS application. And my impression is it's magnified of perhaps an order of magnitude more. Because in any modern SaaS experience, you would have to think through the list of concerns relative to your small customer base that's trying your product, teams that are relying on your experience that their workflows don't break, or perhaps large enterprises who you're trying to serve and upsell to. And that inherent complexity then gets baked into the choices on “Hey, should I have more nodes or should I have more concurrency or should I have more isolation boundaries? How do I think about security for multiple customers within my system?”And I think that's the really hard nut to crack. And we're focused there first because we believe we can serve that community really well, get off on the get-go, and then create the right level of experiences, perhaps for general business-to-consumer applications as well. But this problem, I think, it's magnified even more for the [unintelligible 00:10:01] dot community that's trying to start off with a developer-led motion but naturally wants to upsell to teams, organizations, and enterprises with their suite of services, perhaps a next-generation ChatGPT, if you would. So yeah, I'm with you. I hear you, and I think the problems amplified, in our view, to that other community that sort of struggles with this and has to hire specific talent to build that stack out.Corey: I have to ask, because I alluded to, it seems like every company has been trying to build the next version of Heroku, which when you distill down what the value would actually deliver doesn't sound that far removed from what it is that you're proposing to build. Hasn't this been done yet?Salman: So, I think the way we think about this problem is it's across multiple layers. And some components to this problem that's worth talking about. Of course, when you say zero infrastructure and no infrastructure, what does that even mean? Like, I think people naturally get confused. So, three weeks ago, we actually launched what we call our first set of capabilities on behalf of this community as we break things out in components, which is zero-trust capability.So, if you think about the space, there's a whole bunch of these undifferentiated essentials that you need to build something meaningful and serve users, teams, organizations, and enterprises. And Heroku is this approach was an abstraction—and a fine one, if you want to build a general purpose app that is just serving the consumer, perhaps. And we're sort of taking a very different position. We're saying we're here to solve you if you're building something that's going to serve developers, teams, or organizations. So, we are very different in terms of how we're approaching the market relative to what we want to go solve for.That's just number one. And B, as the thing that we recently launched, is how do we break this problem down on behalf of the community and be targeted to solve a particular problem? So, when I connected with developers in my journey for the past six to nine months as we've been in business, is that they felt that the modern state and fragmented nature of identity and access management is really complex for their application. Why? Because now you have this very interesting usage patterns for your applications.There's no longer users using something you're built. There are, of course, as I mentioned, teams, and of course, there's an enterprise component to this. There are machine keys for your APIs. And all these vectors now of uses all naturally become a threat vector that you have to protect for and they have to be neatly thought through from a access management strategy. And so, what we've set out to do is, like, how do we unify this experience today, and solve a real problem, which is you can effortlessly onboard any customer of any size and upsell through zero-trust capabilities like role-based access control, attribute-based access control, and give your customers the ability to achieve least privileged access?So, meaning how do you safeguard the most protected resources off your SaaS application and make sure they will be safeguarded, but if your users want to create for more sharing and collaboration experiences, you have the means for them to go achieve that without having to build custom logic, custom code, and perhaps spend, many months cycles and perfecting it? And that engineer that built it, and when it left, who's going to take over and maintain that piece of code?Corey: Not to mention you're going to get it wrong, and as a result, mistakes there have security implications that can be dire.Salman: I think that's where developers tell us, this is why—you know, I was talking to one potential developer the other day and the thinking was, hey, you know, it was really hard for us to, perhaps, let go of these security controls because we want to build them ourselves. And I asked them this question: “Where do you store your username and passwords for your applications?” Like, “I don't store them anymore.” Like, I think the reason why people have moved away from having these concerns is because it's a compliance security risk, it's a threat vector. And there are others who have hired teams and staff of experts to make sure that thing never breaks, on their behalf.And similarly, I think as you think about this multimodal identity experiences, this permissions experience that we have built for developers, we are the experts in this domain. We have advisors, past advisors from AWS IAM, perhaps people know that's a very popular. It serves billions of transactions a second, and securing cloud infrastructure at this rate of $100 billion worth of workloads. And so, we've got the expertise to help think through, like, what do developers need to create these safety guardrails, but with a phenomenal developer experience? And I'll give you an example of that, Corey.Like, in order for you to, sort of, interact with Katanemo, all you need to do is capture your API surface area in an OpenAPI specification or a GraphQL specification. And that submission of that specification means we know your resources, we know your resource model, your data paths, your access control mechanisms from the HTTP methods that you're exposing, and then we create the entire identity, customer identity, and finding permissions experience that the developer can expose to their customers in a self-service way to construct their own roles, construct their own SSO, construct their own access log controls, if you would, and just move past this, like, can we get to an enterprise-grade experience instantly as we serve, users, teams as effortlessly with us, and through their business lifecycle. Like, no developer is going to serve necessarily an enterprise on day one; they're going to get these teams really excited about their product and then they're going to have an upsell motion. But having to build these by bespoke experiences on onboarding and safety for each different cohort of the customers that they want to serve, that's just time away from stuff that they can build, cool things that are differentiating for them.Corey: One of the things has always sucked for me about building applications, even from an infrastructure perspective, has been that I don't know what I don't know. And I always feel like I am making a bunch of decisions now that make perfect sense, but when I start scaling or having to take this into a more serious environment, I'm going to have to throw so much of it away and backtrack massively. And oh, I shouldn't roll my own authentication subsystem and whatnot. But finding the right path forward that matches the current state of the art from an industry perspective really feels like a crapshoot, it's you're looking at all the horses, wondering which one you want to bet on and it carries a cost to get it wrong.Salman: In my time at Serverless, at EC2, even my time at Oracle, the whole idea was to make sure that we reduce this crapshoot behavior on behalf of developers. Of course, at AWS, at Oracle, it was very wide and horizontal in its appeal to any type of developer, but we have felt that if you sort of flipped on its head and go with a verticalized approach, and particularly target one persona and their use cases and their needs, that actually helps us, sort of, look at the problem very holistically and solve that thing just for them. And as I mentioned, we sort of focused on that SaaS use case, particularly, because we believe there's inherent and unbounded complexity there. So, this is just for playing from the experiences and learnings I've had in the past, which is, yeah, this stuff is hard. It's incredibly hard to get right, and just as, you know, the industry moved to hey, I can trust somebody else who's an expert here, we're saying we complete that story. And we look to the modern ways people access your applications through APIs and API keys, or users, or teams, or SSL, whatever, and we compress it, saying single API call to us and you get those capabilities out of the box so you can focus on what matters: moving fast, closing customers even faster.Corey: I think that is the grail that people are chasing. The problem I found, especially in the enterprise space, has been that it sounds great in theory, but in practice, it's a oh great, the old Model T story, you can get in any color you want, as long as it's black. And it's well, okay, that's a path, but it doesn't comport with our security requirements and our guardrails and our compliance objectives, et cetera, et cetera, et cetera. Rightly or—more often—wrongly, people tend to believe that they are bespoke unicorns whose problems could never possibly be realized by anything that wasn't brewed in-house at their own company. I don't find that to be true, but I imagine you're getting a lot of pushback from that direction.Salman: I think there are two pieces of feedback that we normally hear. “Oh, hey. We built some of this stuff. How do we sort of untangle the mess that we have?” That's fine. We can help them we have some components that easily wrap around their experience and give them the ability to sort of move to a better state.But if we build this stuff as a meaningful framework using open standards, like OpenAPI and GraphQL, as the only way you interact with us today, that means that your customers can now build, have a framework in which they set their own security standards against your service, against your application. And I think that makes you getting out of the business of defining the security posture to giving them the ability to construct their security posture is using open standards so their teams can plug down their own SEIM tools if they have to. But you have that framework powering your security and safety experience, your identity and access management experience, without having to build it.Going back to the earlier thing that we talked about, we believe we're in an inflection point where standards do establish a lot of innovation, specifically in infrastructure, and we're going to leverage as much as we can on behalf of developers to bet on those standards. Like I said, OpenAPI, GraphQL, AsyncAPI, so that their customers can say, “Yeah, I get it. I understand your surface area. I can construct these things at least privileged or coarse grained. That's my choice. You're going to give me access logs so I know what I did, or who did what, when, and how, so, you know, I can confirm for my compliance requirements.”And they're off the hook. They're actually truly off the hook without having to think about, I think I can do it better because my customers are pi—or second, their customers put these requirements that take them and create [sort of 00:19:29] Rube Goldberg type of scenario in terms of their own stack. So, we think we have something to really serve the market and make it such that it's not necessarily bespoke.Corey: I think that you're probably right that there's a lot of opportunity to develop those things. I mean, you spent enough time at Amazon, for example, to have benefited from the realization of some of this. One of the nice things I have to imagine, about building a product or a service at AWS is so much of the infrastructure work has already been done. You're not going to convince me that individual service teams have to sit there and come up with, well, we need to implement a global, highly available block store. S3 already exists. It's right there. You can use it.Same with authentication in the form of IAM, et cetera, et cetera, et cetera, a bunch of internal infrastructure stuff that's there and ready to go. Now, the counterargument, of course, is, as you're building this out, you don't have that, I guess, luxury anymore of big company, massive, awesome infrastructure there and ready to go, other than what is available to the rest of us mere mortals. So, I have to ask, is that the big part of what sucks about building SaaS these days or are you finding the friction and challenging parts somewhere else?Salman: So, it's a good question because Katanemo is built on Katanemo. It's a very [mind-tingling 00:20:46] type of discussion, but the one principle that we took is if we're going to build something on behalf of the community, then our product and service has to consume it as well, and specifically in talking about identity and access management for our SaaS service. Because there's nothing in the market that neatly solves this problem today. And should we rely on the cloud infrastructure and build on top of AWS and perhaps others in the market like Azure or GCP trying to do? Yeah, absolutely.We're not here to reinvent the primitives that are there for low-level infrastructure. We have a very strong non-religious belief that hey, we should leverage what we have, so we can move faster into market. So, we have a whole bunch of usage on, you know, openly speaking, we, when customers ask us, “How do you [unintelligible 00:21:27]? I'm like, “We use KMS for securing some of the things that we do on your behalf.” We have architected around the complexity on [unintelligible 00:21:34] groups and pools and multiples and trying keys and all that stuff. And so, we are trying to use as much as we can, but as I go back to this earlier notion, we're trying to develop a purpose-built experience that dramatically simplifies for that developer community.And tomorrow, as we go in towards our [unintelligible 00:21:51] infrastructure future, we will then design something very particular for that next community. And perhaps it's going to be a gaming community if we want to solve their problems. And that's going to be the ethos of the company. It has to be purpose-built, it has to be developer experiences phenomenal, not just digging any large cloud provider, but that is a missing component tree and how to think about it, and make sure that we can compress our infrastructure and systems knowledge so that they don't have to build it. And so, that's the mission that we're on. And we're, of course, very excited about what we're doing and very fortunate to have both the team and the backing that we have so far to pursue this a little bit further.Corey: You're putting your finger right on a very painful spot that has been resonating with me for a long time, which is that it feels like building something on top of AWS natively is a lot like going to the Home Depot and building a cabinet. Well, you go walk up and down the aisles and you pick the exact wood you want, the exact stain for it, the fasteners, et cetera, et cetera, et cetera, whereas sometimes you just want something to store some bowls, so going to Target is going to be the better solution. But now you're so forced to go and build these things yourself from parts. And that just feels like it has been such a heavy lift for folks because there's so much you need to understand. And it's more or less a shipping of AWS's internal product culture.But containers, databases, networks, compute, et cetera, are all things that any customer building even a Hello World app has to think about. But that falls across five different talk tracks at re:Invent, for example. It's too much burden that has been put on the customer and as a result, I think that there's a lot of value being left on the table. I spend roughly equivalent amounts of money every month on AWS and on Retool. For AWS, I spent about 450 bucks to get about 450 bucks worth of infrastructure services.Retool, which is basically a WYSIWYG app that designs in-house applications charges me about 400 bucks for which I receive probably about 20 cents worth of infrastructure services, but the value it presents by stringing those things together for me means I am happy to pay it. I really feel like there's a massive untapped value in being able to deliver not building blocks, but conceived solutions that get out of the way and let people build the differentiated thing that they're in business to build.Salman: We feel the same way. I think part of this realization is developers who are building these things continue to stumble upon the explosion of courses and certification material and all that stuff to train themselves to do something. As of course, naturally, AI comes into play and the way that you know the future of applications continues to press upon, you have to build something quickly, you will see that this notion of just [hugging 00:24:32] your primitives or hugging these low-level infrastructure primitives is going to go away because the world is moving at an incredibly breakneck pace. And that will be true, but there is truly now an inflection point where everyone wants to move even faster.And our talk track with, I guess, our customers is, focus on what really matters to grow your business. And if you are a SaaS developer, or perhaps you're a gaming developer, or perhaps you're thinking very specifically in terms of vertical industry that you want to unlock, like, a healthcare company, for example, you should focus on great patient care, you should focus on great gaming experience, you should focus on great X, Y, Z. Don't focus on infrastructure. Infrastructure is not the outcome. The outcome is your customers are happy and you're going to serve them.And your customers are not all equal size, equal shape, and never will be, but you need to give equal shape, equal size, type of price performance or great experience to them. Because you're not necessarily going to spend the effort to make sure that your free tier is the most highly performant place for you serve your customers and leave your perhaps platinum or enterprise customers hanging dry, as an example. But yeah, I mean, I think that's the ethos of our company and the spirit of what we are trying to go build. As I said, we're humbled to be—I am humbled to be surrounded by folks who are much smarter than me and been better builders, and customers who are so excited about our journey. So, this is a good time for us at the moment.Corey: I understand the grass is always greener when it comes to looking at the road not taken. For me, I see one of the advantages of running a services business as I do, in that, well, I can start a services business on Monday and by you know, Friday or so, I have my first client lined up and I'm ready to start performing work and get paid immediately. SaaS on the other hand feels a lot more like a real estate adjacent, where you have to go ahead and buy the land and get everyone lined up and sink the massive investment into it to get it built up, and you won't know for years in some cases whether this is something that is going to catch on, much less even justify the cost of building it in the first place. Where are you on that journey as far as validating that you're building something that's resonating?Salman: So, we have design partners, we call them because they're shaping our product experience. And we don't call them customers yet, just because we're in sort of the early stages. But we have designed partners across four critical industries. One of them which is AI, as the booming next-generation AI company is going to be API-first, we have that use case that we can target really well. They're really early in their days and they need support across their business lifecycle. Hey, I'm just going to support three users tinkering of my product to 3000 customers in an enterprise.But that's one. We are very much engaged in the healthcare space because the healthcare is actually going through a very massive legal transformation through—well, what's happening there's this HL7 FHIR standard which is actually making healthcare records more interoperable. So, you actually can get patient records if you go from one doctor to the other and not be blocked by the healthcare Gods to say, “No, you cannot do that.” And that is actually creating a very net-new experience in the healthcare space, so we have very customers excited about how we can self-solve their problems in terms of identity and authorization. We have customers in the Web3 off-chain space.So, on-chain is all permissionless and it's a whole bunch of different type of development experience, but off-chain has very much of the same characteristics that you will find on a traditional SaaS application. They [need 00:27:56] about safety, you think about privacy, you think about users and teams and API keys and a whole bunch of stuff that sort of baked into it. And the general developer tools who are going from an open-source experience to perhaps a cloud service experience, they've got a really great project in the GitHub, they got a bunch of stars and they now have to think about how to provide a better value to customers? And they have to go through a journey.So, in those four general sort of in buckets is where we are operating right now. We're very excited about that. And, you know, this opportunity to talk to you is to connect with more folks, especially as we, as I travel in the to AWS New York Summit, or perhaps just meeting up through one-on-ones through Calendly, or whatever have you, and figuring out how we can unlock more value for customers in these use case verticals, or perhaps something that we haven't necessarily thought through yet.Corey: I think that one of the clear signs of someone who used to work at Amazon is that—I don't even have to ask; I already know the answer—of are you talking to prospective customers before you start building things? Whereas start to finish everyone I've ever met at AWS is highly focused on the customer experience, whereas when you talk to people building things who have not been through that, a depressing amount of the time, your question is, okay, so what do your prospective customers think about this? Like, “Oh, we haven't talked to any of those people, yet. Talking to people is scary and we're here to write code.” It's, “You might be surprised by what you learn.”And there's no immunity to it. When I started this place, I thought I knew pretty well what people thought about their AWS bill, and it turns out, I was way off. There were nuances of the way customers talked about it that I didn't fully understand. So, to that end, in fact, we can prove it relatively easily. What is something you have learned about your space since you started the company from customer conversations?Salman: Oh, we actually made a pivot into this space that we are in at the moment because customers told us that's something that they do not want to focus their efforts on. Repeatedly. We did not write a single line of code all up until November of last year, but once we got the signal from our, as I said, as I mentioned, design partners, they're like, “This is a problem worth solving.” They're like, “We're going to get to work for you. You have these use cases, you have these scenarios that are coming up in your conversations with your customers. Let us be that accelerant for you and be an extension of your team in some ways, so that you can focus on what's really, really, really important.”So, you know, I think that's just survival, Corey. Part, of course—naturally, of course, you work backwards from customers and that was the framework I used when I joined Amazon back in 2012. And even in my time at Oracle, that's been the ethos of my, I guess, my personal self. But in our case, particularly, we actually talked about a very different idea, we wanted to start, but then customers told us, “You know what? Don't start there. Start here.”And I think that's obviously, just the nature of surviving in through the first few years of your company existence is… getting people to say yes and getting people to say no, and then no, is actually really valuable in many cases because it tells you what to adjust to. And so, we adjusted here as a result of those conversations.Corey: That may be the best answer to that question I think I've ever gotten. That is a phenomenal way to approach things. We started building a SaaS product here and two months later, we sunset the SaaS product because it turned out that what we were building and what customers wanted were not necessarily aligned. I like you said didn't even write a line of code until last November, just because of the conversations were still shaping what was actually needed in the marketplace. You would be astonished how rare that is.Salman: I guess. The startup founders that I have the privilege to call peers, they actually taught me some of the stuff. So, we've got the startup founders we want to just connect on the founder journey, we're happy to connect. Just, but yeah, I think that the strength of the team is sort of making sure that we have our ears to the ground. Get out of the building. You got to get out of the building. And we've been trying to get out of the building as much as we can with Katanemo. And I think that journey just continues. The learning journey, the evolution of what we're doing on behalf of SaaS developers continues, and we hope to delight them.Corey: I want to thank you for taking the time to speak with me. If people want to learn more, where should they go?Salman: So, they can go to katanemo.com, which is where our website is, and they can learn a little bit about what we do today and also where we're headed with the venture. They can reach out to me directly on LinkedIn. Salman Paracha. I'm not super hard to find on LinkedIn. You search for me and say Katanemo or AWS and Oracle, I think you'll be able to get to me. I'm also going to the AWS New York Summit, which happens on July 26, I believe. I might run into you there.Corey: Oh, yes. The night before I'll be hosting a drink up at Vol de Nuit at eight o'clock. You're welcome there, as anyone who's listening. And oh, it's always a pleasure to go and talk to people doing interesting things and just talk shop. But that's the reason I throw the drink up.Salman: Ah, okay. I'll take you up on that. And good, we'll get to see each other face-to-face after some time. You can reach out to me, as I said, even basic email, and I'll say that to you, and LinkedIn if you're just a chat. And there's just so many ways to get to me. On Twitter, I'm @salmanparacha, and it should be a bit easier to find me.Don't hesitate to reach out or search or connect with us. We are eager to talk to folks who are trying to solve or crack this Gordian Knot on terms of the what they're building. And especially if you're building towards the next-generation AI application and think through safety, we believe we are years ahead in terms of thinking about safety in that space. It's early days for us there, but we're obviously interacting with customers and developers who are trying to think through, how do I now take what was understood to be a table stakes, okay, API-first experiences, [user seems 00:33:31], keys, all that good jazz, and provide safety for that? But I think the new world that we're going to live in is not only going to just be deterministic responses from APIs; it's going to be probabilistic responses from large language models. And we got something going on in that space, particularly. We feel fairly bullish on it. But more, customer conversations before we write a piece of code is important. So, just connect with us. I'm salman@katanemo.com, on LinkedIn, Twitter, and I will be quick to reach back out to you.Corey: And I will, of course, put links to that in the [show notes 00:34:02]. And I've also filled out the contact us form on katanemo.com because I have a couple of problems it sounds like this might absolutely be a way to solve. Because otherwise, God help us all. I'm writing another login page.Salman: Right. So, just see Corey Quinn just signed up for our access. So, I will give you access. So.Corey: You think I'm kidding. I assure you I'm not. That's the scariest part is that I'm often being completely serious and people think I'm making a joke. Thank you so much for taking the time to speak with me. I really appreciate it.Salman: Hey, thanks for the time. I appreciate the opportunity.Corey: Salman Paracha, founder and CEO at Katanemo. I'm Cloud Economist Corey Quinn and this has been a promoted guest episode of Screaming in the Cloud brought to us by our friends at Katanemo. If you've enjoyed this podcast, please leave a five-star review on your podcast platform of choice, whereas if you've hated this podcast, please leave a five-star review on your podcast platform of choice, along with it insulting comment talking about how difficult it was to build that platform yourself from scratch because of all the infrastructure moving parts before it would take that insulting comment.Corey: If your AWS bill keeps rising and your blood pressure is doing the same, then you need The Duckbill Group. We help companies fix their AWS bill by making it smaller and less horrifying. The Duckbill Group works for you, not AWS. We tailor recommendations to your business and we get to the point. Visit duckbillgroup.com to get started.

Engenharia de Dados [Cast]
Cloudera CDP & Stream Processing para Real-Time Analytics com André Araújo, Field Engineer, Data in Motion na Cloudera

Engenharia de Dados [Cast]

Play Episode Listen Later Jun 22, 2023 58:00


No episódio de hoje, Luan Moreno & Mateus Oliveira entrevistaram André Araújo , atualmente como Field Engineer, Data in Motion na Cloudera.CDP é uma Plataforma de Dados Enterprise Cloudera, com foco na versatilidade em casos de uso como Streaming Platform, possuindo tecnologias como Apache Kafka e Apache Flink .Com CSP, você tem os seguintes benefícios: Apache Kafka - Plataforma de armazenamento de Streaming de Dados líder de mercado;Apache Flink - Plataforma de Processamento de Dados.Neste bate-papo vamos falar sobre:Plataforma de Dados Cloudera ;Plataforma de transmissão Cloudera .O Cloudera sempre foi uma das plataformas mais utilizadas no mercado, agora com a nova versão e casos de uso que atendem diversos cenários, como o caso do CSP ( Cloudera Stream Platform ).André Araújo  = LinkedinCloudera  =  webpage Luan Moreno = https://www.linkedin.com/in/luanmoreno/

The Conference Room with Simon Lader
Ep. 107 - "Starting, Scaling, Exiting - the Story of the Serial CEO" with Tom Reilly

The Conference Room with Simon Lader

Play Episode Listen Later Jun 5, 2023 39:02


In this episode we welcome serial investor, CEO and board member Tom Reilly who shares his insight into business growth, leadership and the role of a CEO. KEY TAKEAWAYS FROM THIS EPISODE What is the role of a CEO? The Three Essential Ingredients to Scaling a Business How to lead leaders The Story of a Ten Figure Exit THIS WEEK'S GUEST Tom Reilly has a thirty year career forming, leading, scaling and advising high-growth enterprise software and cybersecurity vendors. After an early career with IBM and running sales in the 90s for Lotus and BroadQuest, he became CEO of Trigeo, which was sold to IBM in 2004, and then became President and CEO of ArcSight, which he scaled globally, took through an IPO and exited to HP for over $1.5Bn and then CEO of Cloudera which he IPO'd with a $3Bn valuation and a $5.2Bn merger with HortonWorks. He has served on the boards of companies such as ELoqua, Jive Software, Trusona, Incorta, Datastax and Anomali, and served as the Chair of the Economic Development and Advisory Committee for the City of Sausalito. Tom is proud to support the work of Cybermindz.org, for more information about their incredible work in mental health within the cybersecurity community, please visit https://cybermindz.org/ YOUR HOST Simon Lader is the host of The Conference Room, Co-Founder of global executive search firm Salisi Human Capital, and podcast growth consultancy Viva Podcasts. Since 1997, Simon has helped cybersecurity vendors to build highly effective teams, and since 2022 he has helped people make money from podcasting. Get to know more about Simon at: Website: https://simonlader.com/ Make Money from Podcasting: https://www.vivapodcasts.com/podcastpowerups Twitter: https://twitter.com/simonlader LinkedIn: https://www.linkedin.com/in/headhuntersimonlader The Conference Room is available on Spotify, Apple Podcasts, Amazon Music iHeartRadio And everywhere else you listen to podcasts!