top of page


LP Due Diligence: Assessing the Strength of a Venture Fund
Due diligence on a venture fund, from a Limited Partner (LP) perspective, is a critical process for assessing the fund's potential for returns and mitigating investment risks. It goes beyond just reviewing the fund's performance and requires a deep dive into the team, strategy, process, and alignment of interests. Here's a comprehensive breakdown of the key areas LPs focus on during due diligence. The Fund Team (General Partners - GPs): Track Record & Experience: Prior Fund
Jan 134 min read


Monte Carlo Dropout: A Simpler Explanation of Uncertainty in AI
Imagine you have a deep learning model, a complex machine that's been trained to solve a specific problem, like identifying cats in images. Typically, when you show this model a picture, it gives you a single answer, perhaps "95% chance this is a cat." However, what if the picture was blurry, or the cat was partially hidden? The model should express some uncertainty , right? It shouldn't say "95%" with the same conviction it had for a perfectly clear picture. This is where Mo
Jan 134 min read


Uncertainty Sampling: Guiding AI to Learn More Efficiently
In the realm of machine learning, especially when dealing with supervised learning , labeled data is the lifeblood. However, acquiring this labeled data can be expensive, time-consuming, or require specialized expertise. This is where the concept of active learning shines. Active learning aims to intelligently choose which data points to label, rather than relying on a random selection. Uncertainty sampling is a core strategy within active learning that focuses on choosing t
Jan 125 min read


Venture Buyouts: A Deep Dive into Liquidity and Restructuring
Venture buyouts, often referred to as venture-backed buyouts or secondary buyouts in the venture capital context, are transactions where...
Jan 125 min read


Epistemic Foraging: How AI Actively Learns by Seeking Knowledge
The term " epistemic " relates to knowledge and its justification. "Foraging" refers to the act of actively searching for resources. Therefore, Epistemic Foraging in AI is the process by which an AI system intelligently explores its environment (both real and virtual) to acquire the most relevant and impactful information to reduce its uncertainty , refine its models, and ultimately improve its ability to make good decisions and solve problems. Think of it like a curious ani
Jan 105 min read


What LPs Need to Know About Key Person Clauses in Venture Capital
For Limited Partners (LPs) investing in Venture Capital (VC) funds, the success of their investment hinges significantly on the skills,...
Jan 105 min read


Blind Men, AI, and the Elephant: A Cautionary Tale
The Classic Tale: Blind Men and the Elephant originating from ancient Indian lore, features several blind men encountering an elephant...
Jan 94 min read


Understanding Local Optima in AI/ML
At the heart of most machine learning algorithms lies the process of optimization. We're trying to find the "best" set of parameters for our model that will minimize a cost function (or maximize a reward function ). This optimization often involves traversing a high-dimensional "landscape" of possible parameter values. Unfortunately, this landscape is rarely smooth and convex; instead, it's often riddled with hills and valleys. This is where local optima come into play. What
Jan 94 min read
bottom of page