Couverture de The Hedgineer Podcast

The Hedgineer Podcast

The Hedgineer Podcast

De : Michael Watson & Jhanvi Virani
Écouter gratuitement

The Hedgineer Podcast covers how AI is reshaping the way hedge funds and asset managers research, operate, and invest. Hosted by Michael Watson (CEO) and Jhanvi Virani (COO) of Hedgineer, we discuss the ways AI is changing how funds run, dive deep into new developments in AI, and host conversations with industry leaders. New episodes drop weekly.Michael Watson & Jhanvi Virani Direction Economie Management et direction Réussite personnelle
Épisodes
  • Driving Alpha via AI Agents in Fundamental Research | S3E6
    Jun 2 2026

    The barrier to impressing institutional investors with artificial intelligence is high because portfolio managers and analysts already know their coverage universes deeply. Traditional chatbots that merely summarize 10-Ks or earnings transcripts often act as an enemy to true market comprehension, resulting in weak adoption across fundamental investment teams.

    In this episode of The Hedgineer Podcast, hosts Michael Watson and Jhanvi Virani sit down with Brett Caughran, founder of Fundamental Edge, to dissect the structural shift from passive chatbots to active AI agents inside institutional asset management. They explore how top-performing funds are moving past the hype to deploy targeted agent frameworks that act as an analytical exoskeleton around the fundamental research process.

    The conversation focuses heavily on the operational realities of data engineering and change management within hedge funds. The hosts break down how curated skill libraries can guide AI tools to operate like senior engineers, allowing non-technical professionals—such as CFOs and COOs—to construct production-grade data pipelines within an hour. They also address the critical necessity of context window management, highlighting why forcing messy research queries and raw data into a single session causes narrative generation to break down, and how separating workflows into distinct, token-optimized agent sessions solves the problem.

    Finally, the discussion turns to the macroeconomic and cultural implications of AI adoption on Wall Street. From the power-law distribution of alpha generation to the compression of infrastructure headcounts for new fund launches, this episode provides a realistic, problem-first evaluation of how advanced technology is actively rewriting the hedge fund playbook.

    Key Takeaways:

    • The Shift to Agentic Exoskeletons: Chatbots have seen weak adoption because generic summaries destroy institutional comprehension; alpha generation requires highly personalized agents trained on a fund’s historical trades, unique workflows, and internal models.

    • Rigorous Context and Token Management: Merging raw information gathering with narrative generation causes context bloat and degrades output quality; investment professionals must isolate clean research citations in distinct sessions to maintain deterministic control over an LLM's reasoning.

    • Inference-Time Infrastructure Elasticity: Modern frontier models allow funds to execute complex data joins at inference time through Model Context Protocol (MCP) servers, allowing starting managers to launch with leaner infrastructure teams and compress operational headcounts.

    • Observability is the Core of Change Management: Moving from an isolated "AI investor" to an integrated "AI investment firm" requires programmatic observability to track agent tool calls, intercept bad data queries, and convert individual best practices into firm-wide skills.

    About the Guest:Brett Caughran is the founder and CEO of Fundamental Edge, an institutional analyst academy providing hedge fund-style training rigor to investment professionals. Previously, he spent over a decade as a fundamental equity investor at leading asset management firms, including Maverick Capital.


    About Hedgineer:


    Hedgineer is building the AI platform for institutional investing — deploying agents, skills, and data connectors directly inside hedge funds and asset managers to transform investment and operational workflows.

    The Hedgineer Podcast follows CEO Michael Watson and COO Jhanvi Virani as they navigate the frontier of AI adoption in finance, sharing unfiltered perspectives from the teams, guests, and problems they work with every day.

    Subscribe for weekly analysis on AI infrastructure and institutional finance.

    Watch the full episode on Spotify or YouTube at youtube.com/@hedgineer.

    Connect with us on LinkedIn at linkedin.com/company/hedgineer-io or reach out at podcast@hedgineer.io.



    Hedgineer.io


    Afficher plus Afficher moins
    1 h et 7 min
  • Dev Days & Lock-In Fears: A Frontier Model Race Check-In | S3E5
    May 26 2026

    Anthropic and Google both had massive dev days recently. And they couldn't be more different. In this episode, Jhanvi and Michael break down what each announcement signals about the frontier model race and where it's headed. Anthropic is doubling down on enterprise agents, memory stores, and "dreaming," while Google is going wide with consumer AI, a multimodal Omni model, and Spark embedded across its entire product suite.

    They also get into a question that comes up with clients and candidates alike: how worried should companies actually be about vendor lock-in? Plus: what happens when you run the same agentic harness with different frontier models, why tokens per second is becoming a more important metric, and why you shouldn't switch back and forth between Cowork and ChatGPT.


    Key Takeaways

    • Decouple Architecture via Open Standards: To prevent long-term vendor lock-in, firms should deploy custom skill libraries and organizational knowledge layers as open, text-based formats stored in client-owned GitHub repositories rather than within proprietary model environments.

    • Implement OpenTelemetry Early: The highest hurdle to switching model providers is the loss of historical session data; setting up an independent OpenTelemetry system up front ensures your firm owns its telemetry and interaction data, permitting smooth cross-provider migration.

    • Isolate Compute with Managed Sandboxes: Utilizing self-hosted agent tool containers allows institutional firms to keep localized data execution and tools within their secure cloud environments while securely executing the core inference loop via external APIs.

    • Focus on Immediate ROI Over Early Optimization: Many firms stall their AI adoption by over-engineering cross-cloud or cross-vendor compatibility too early. Successful deployment requires mastering one ecosystem to capture immediate time-to-value before optimizing for compute spend arbitrage.

    About Hedgineer

    Hedgineer is building the AI platform for institutional investing — deploying agents, skills, and data connectors directly inside hedge funds and asset managers to transform investment and operational workflows.

    The Hedgineer Podcast follows CEO Michael Watson and COO Jhanvi Virani as they navigate the frontier of AI adoption in finance, sharing unfiltered perspectives from the teams, guests, and problems they work with every day.

    Subscribe for weekly analysis on AI infrastructure and institutional finance.

    Watch the full episode on Spotify or YouTube at youtube.com/@hedgineer.

    Connect with us on LinkedIn at linkedin.com/company/hedgineer-io or reach out at podcast@hedgineer.io.

    Hedgineer.io


    Afficher plus Afficher moins
    40 min
  • Beyond the Chatbot: Building Agent-Native Enterprises with Mitchell Troyanovsky | S3E4
    May 19 2026

    The transition from AI as a chatbot to AI as an autonomous agent requires more than just better models; it requires agents capable of regulating their own state and context at scale.

    In this episode of The Hedgineer Podcast, co-hosts Michael Watson and Jhanvi Virani sit down with Mitch Troyanovsky, co-founder of Basis, an agent platform specifically designed for the accounting industry. The conversation moves beyond the hype of generative AI to address the engineering realities of building "agent-native" enterprises. Mitch explains why the next frontier of applied machine learning involves closing the loop on self-improving agents—systems that can optimize their own trajectories, contexts, and tools without constant human intervention.

    We explore the "single pane of glass" debate: whether specialized platforms like Basis will remain the system of record or if frontier model interfaces will eventually consolidate all enterprise workflows. The discussion delves into the technical nuances of Recursive Language Models (RLMs) and the "Better Intelligence" approach, where models are leveraged to programmatically curate their own context windows to maintain performance over long-duration tasks.

    The episode also tackles the cultural shift required for AI adoption. From implementing "Do You Stand By This" (DYSB) protocols to ensure accountability, to the "lexical taxonomy" required to write documentation specifically for LLM consumption rather than human readers, we provide a blueprint for firms looking to move from experimental AI to production-grade agentic systems.


    Key Takeaways:

    • Closing the Applied ML Loop: Why the next generation of agents will focus on self-regulation and autonomous state management to handle production workloads.

    • The "Database-ification" of SaaS: How AI agents interacting via API threaten the value proposition of traditional software UIs, potentially reducing many SaaS tools to mere structured data stores.

    • Recursive Language Models (RLMs): A technical look at using model intelligence to dynamically curate context at every forward pass, moving beyond simple "append-only" context windows.

    • Writing for Machines: Why traditional human writing styles are inefficient for LLMs and how "information density" is becoming a critical engineering discipline.



    About the Guest:

    Mitchell Troyanovsky is the co-founder of Basis, a New York-based platform building AI agents for the accounting industry. He is a leading voice on the future of agentic systems at scale and the implementation of Recursive Language Models in production.

    About Hedgineer

    Hedgineer is building the AI platform for institutional investing — deploying agents, skills, and data connectors directly inside hedge funds and asset managers to transform investment and operational workflows.

    The Hedgineer Podcast follows CEO Michael Watson and COO Jhanvi Virani as they navigate the frontier of AI adoption in finance, sharing unfiltered perspectives from the teams, guests, and problems they work with every day.

    Subscribe for weekly analysis on AI infrastructure and institutional finance.

    Watch the full episode on Spotify or YouTube at youtube.com/@hedgineer.

    Connect with us on LinkedIn at linkedin.com/company/hedgineer-io or reach out at podcast@hedgineer.io.

    Hedgineer.io


    Afficher plus Afficher moins
    1 h et 11 min
adbl_web_anon_alc_button_suppression_t1
Aucun commentaire pour le moment