Obtenez 3 mois à 0,99 $/mois + 20 $ de crédit Audible

OFFRE D'UNE DURÉE LIMITÉE
Page de couverture de The Hedgineer Podcast

The Hedgineer Podcast

The Hedgineer Podcast

Auteur(s): Michael Watson
Écouter gratuitement

À propos de cet audio

The Hedgineer Podcast explores the world of finance, hedge funds and prop trading by looking at the technology that is used to build it. We interview the brightest minds in industry to discuss where they see the technology in the space going and how it is shaping the industry. For anyone building a career in the industry, trying to leverage technology to get an edge, or just curious about what this crazy world of technology in investing is like, this show is for you!


Hedgineer = Hedge Fund + Engineer


Follow On


  • Youtube
  • Instagram
  • TikTok
  • Twitter
  • Linkedin

Hosted on Acast. See acast.com/privacy for more information.

Michael Watson
Gestion et leadership Économie
Épisodes
  • Technology, Talent, IP, and AI: Exploring the Foundations of Modern Hedge Fund Architecture w/ Lucas Rooney | S2E6
    Nov 11 2025

    Welcome back to The Hedgineer Podcast. In this episode, host Michael Watson sits down with crowd-favorite returning guest, Lucas Rooney.

    Lucas pulls back the curtain on the "0 to 1" journey of building a new fund, from diligencing the initial idea and recruiting top-tier talent to making the critical "build vs. buy" decisions for a foundational technology stack.


    But how does launching a fund today differ from just a few years ago? One answer is AI.


    Michael and Lucas dive deep into how the proliferation of AI reframes the entire approach to building systems, forcing a new focus on taxonomy, data labeling, and codifying the "thought process" of an investment from day one.


    The conversation shifts to one of the most critical questions facing the industry: How do incentive structures change when an individual's knowledge and intellectual property (IP) can be instantly captured and instilled into the organization's systems?. They explore how firms must re-evaluate compensation and talent, as value shifts from executing perfunctory tasks to the high-level synthesis and compounding of IP.


    🎧 In This Episode, We Discuss:
    • The "0 to 1" process of launching a new fund.
    • Key strategies for recruiting passionate technologists and investors.
    • The foundational tech stack: Designing the data/ETL, analytical, trading, and risk layers from scratch.
    • How AI forces better data hygiene and process documentation.
    • The "IP Capture" Problem: Rethinking talent compensation when AI can learn and retain an employee's knowledge permanently.
    • Why hiring is shifting from "task execution" to "IP synthesis" and "compounding".
    • The "Negative Space": Why capturing the bad ideas and hypotheses you didn't run is the next frontier for evaluating skill.


    Hosted by Michael Watson, The Hedgineer Podcast dives into AI technology and data in the hedge fund, asset management, and prop trading space.


    Follow The Hedgineer Podcast:

    • YouTube: (https://www.youtube.com/@hedgineer)
    • LinkedIn: (https://www.linkedin.com/company/90976838)
    • Twitter: (https://x.com/hedgineering)
    • Instagram: (https://www.instagram.com/hedgineer/)


    Don't forget to like, subscribe, and hit the notification bell to stay updated on our latest episodes!


    Hedgineer.io



    Hosted on Acast. See acast.com/privacy for more information.

    Voir plus Voir moins
    53 min
  • Beyond the AI Hype with Jason Strimpel | S2E5
    Oct 21 2025

    Beyond the AI Hype with Jason Strimpel


    In this episode of The Hedgineer Podcast, host Michael Watson sits down with Jason Strimpel, founder of PyQuant News, long-time Pythonista, and AI enthusiast.

    They dive deep into the practical and philosophical implications of artificial intelligence in both asset management and daily life. They break down how the agentic loop works with the Anthropic Agent SDK, the components of good evaluation frameworks, and even how to talk to your kids about AI

    Key topics covered in this episode:


    • Drugs, Sex, and AI: Jason shares his thoughts for new parents: the three things you now need to talk to your kids about are drugs, sex, and AI. Michael and Jason then discuss the difficulty of explaining the difference between humans and AI-powered avatars or toys to children.


    • The "Agentic Loop": The discussion breaks down the simplicity and power of the agentic loop, identifying it as the "core substrate" of modern agentic frameworks. This framework allows a language model to loop, use tools, and determine when to exit to solve complex problems.


    • "Evals are the Product": Michael and Jason iterate on the concept that a robust set of evaluations is the real product. If you can use evals to demonstrate that an agent has harnessed intelligence to solve a specific problem space, you "own that problem".


    • AI vs. Python's Rise: They draw parallels between the current AI boom and the rise of Python in the early 2010s. Both technologies were initially met with skepticism for being "black box" interpreted systems, yet they unlocked massive productivity boosts.


    • Capital Allocation and Moats: The conversation tackles the modern challenge of allocating capital and defending a "software moat" when new AI tools and infrastructure are being commoditized by hyperscalers at an incredible speed.


    • The PyQuant News Story: Jason shares the origin story of his popular PyQuant newsletter, which started as a personal WordPress site for bookmarking research papers and grew into a major resource for the quantitative finance community.


    Hosted by Michael Watson, The Hedgineer Podcast dives into AI technology and data in the hedge fund, asset management, and prop trading space.


    Follow The Hedgineer Podcast:

    YouTube: (https://www.youtube.com/@hedgineer)

    LinkedIn: (https://www.linkedin.com/company/90976838)

    Twitter: (https://x.com/hedgineering)

    Instagram: (https://www.instagram.com/hedgineer/)


    Don't forget to like, subscribe, and hit the notification bell to stay updated on our latest episodes!


    Hedgineer.io



    Hosted on Acast. See acast.com/privacy for more information.

    Voir plus Voir moins
    1 h et 16 min
  • Knowledge Graphs, Kuzu, and Building Smarter Agents | S2E4
    Sep 24 2025

    Kuzu, Knowledge Graphs, and the AI Revolution with Prashanth Rao


    In this episode of the Hedgineer Podcast, host Michael Watson is joined by Prashanth Rao, AI Engineer at Kuzu, for a deep dive into the world of embedded graph databases and their pivotal role in the age of AI. Building on the previous week's discussion of the columnar database DuckDB, this conversation explores Kuzu, a parallel concept focused on creating high-performance, embedded graph databases.


    Michael and Prashanth explore why Kuzu's unique architecture—an embedded, columnar, and strictly-typed system—is delivering incredible speed and scalability for complex analytical queries. They discuss the resurgence of interest in knowledge graphs, driven by the need to impose structure on data for modern AI and LLM workflows. Prashanth explains how LLMs are revolutionizing both the upstream construction of graphs from unstructured data and the downstream querying of these graphs by translating natural language into the Cypher query language.


    Tune in to learn about:


    • What Kuzu Is: An in-process, embedded graph database designed from the ground up for query speed and scalability, blending the benefits of columnar processing with the property graph data model.
    • AI and Graph Synergy: How large language models (LLMs) assist in both building knowledge graphs through structured output extraction and accessing them via natural language to Cypher translation.
    • Modern Data Stack Integration: The role of Kuzu as a powerful secondary semantic layer that interoperates seamlessly with primary data stores in data lakes (like Parquet files on S3), DuckDB, and Postgres.
    • Programming with LLMs using DSPy: A detailed look into using DSPy to create structured, modular, and optimizable prompts for more reliable LLM applications, bridging the gap between deterministic code and fully agentic workflows.
    • The Enterprise Knowledge Graph: A discussion on how a knowledge graph can become the single source of truth for understanding complex organizational workflows, data lineage, and interdependencies across an entire enterprise.
    • The Future of Kuzu: A preview of what's next for the Kuzu project, including new graph algorithm capabilities and enhanced concurrency for reads and writes.

    Whether you're a data engineer, AI practitioner, or a leader in the asset management space, this episode provides a masterclass on leveraging modern database technology to build powerful, scalable, and intelligent applications.


    Hedgineer.io


    Follow The Hedgineer Podcast:

    • YouTube: (https://www.youtube.com/@hedgineer)
    • LinkedIn: (https://www.linkedin.com/company/90976838)
    • Twitter: (https://x.com/hedgineering)
    • Instagram: (https://www.instagram.com/hedgineer/)


    Hosted on Acast. See acast.com/privacy for more information.

    Voir plus Voir moins
    1 h et 10 min
Pas encore de commentaire