AI Founder Glossary
Every important term from the podcast, organized and searchable. From agentic systems to workflow optimization.
10% Adoption Ceiling
The natural plateau of AI adoption — approximately 10% of any organization's staff — reachable through self-motivated employees alone. This cohort adopts without encouragement. Breaking through to 30–50% requires deliberate change management: leadership modeling, structured learning, accountability, and cultural expectation-setting. Most enterprise AI 'transformations' are actually 10% stories.
2D LiDAR
Scans a single plane, often used for basic navigation.
3D LiDAR
Scans depth in 3D, heavier and often pricier but useful for richer perception.
6DOF (Six Degrees of Freedom)
The six axes of movement in three-dimensional space: X, Y, Z translation plus pitch, roll, and yaw rotation. Required for accurate robot localization. The '7' in Seven Sense refers to these six degrees plus time — the seventh dimension of spatial reasoning.
Above/Below the Line
Jim Dethmer's conscious leadership concept from The 15 Commitments of Conscious Leadership: a real-time self-diagnostic for your current emotional and cognitive state. Above the line: operating from openness, curiosity, and genuine engagement. Below the line: operating from fear, defensiveness, envy, or any unacknowledged negative emotion that distorts your responses. The value is awareness: simply recognizing which state you're in — and being able to name it with others — creates the gap between stimulus and response that allows for intentional action. Kevin credits this framework as transformative for his personal relationships and leadership practice.
Accredited Investor
A legal classification under US securities law (SEC Regulation D) that designates individuals or entities permitted to participate in private securities offerings not registered with the SEC. The primary thresholds for individual accredited investor status are: net worth exceeding $1 million (excluding primary residence) or annual income exceeding $200,000 individually ($300,000 with a spouse) for the past two years. The accredited investor standard was established after the 1929 stock market crash, based on the theory that individuals with substantial net worth have greater financial sophistication and can absorb the risk of unregistered securities. Greg Brogger traces the standard's origins to the Great Depression and notes the philosophical tension: it protects unsophisticated investors from potential fraud in private markets, but also bars ordinary investors from the private growth companies that represent 70% of tech companies worth more than $1 billion - the same growth they cannot access through public market index funds.
Activation Debt
The compounding gap between product complexity and onboarding quality. Every new feature a SaaS product ships adds cognitive load for new users — but onboarding flows rarely scale in parallel. Over time, the distance between 'what the product can do' and 'what new users understand on day one' grows into a chasm. Companies don't notice because existing users aren't affected. But every new signup that leaves without activating represents revenue paid for by marketing but never collected. Identified by Quarterzip co-founders Alex and Andy as the #1 growth bottleneck across 150 post-acquisition founder interviews.
Advanced Maternal Age (AMA)
A medical classification applied to pregnancies in patients aged 35 or older, recognized as carrying increased risks for chromosomal abnormalities, gestational complications, and adverse maternal outcomes compared to younger pregnancies. As demographic trends in the US and other advanced economies shift toward later childbearing — driven by career prioritization, fertility treatment access, and changing social norms — the proportion of pregnancies classified as advanced maternal age is increasing. This trend corresponds with growing demand for intensive monitoring tools: older first-time mothers typically have higher anxiety, more complex health histories, and higher clinical risk profiles than younger patients.
Advertising as Fuel
Treating paid media spend as a controllable lever that can be increased or decreased quickly.
Advertising Expense Bucket
A distinct expense category for paid media spend, separated from fixed and variable costs. Treated as fuel — a deliberate, adjustable lever that generates revenue — rather than a line item to minimize. Isolating it enables clear measurement and intentional scaling.
AEO (Answer Engine Optimization)
The practice of optimizing content to appear accurately and prominently inside AI-generated answers, as opposed to traditional search result pages.
Agency (Entrepreneurial)
Irrational confidence: the belief that if someone else has figured out how to do something, you can figure it out too. Not ignorance of difficulty — the willingness to act despite uncertainty and incomplete information. Andy Seth and Ryan Estes identify this as a foundational founder trait, often forged through personal struggle, and distinct from the rational risk-analysis that would lead most people not to start.
Agentic AI
AI systems that proactively execute workflows and monitor changes.
Agentic Framework
A software architecture in which autonomous digital agents handle discrete, well-defined tasks within a larger workflow — passing outputs to the next agent, escalating to human review when thresholds are exceeded, and operating continuously without manual triggering. Softheon's average customer runs 1,300 such agent processes. Eugene Sayan filed a patent for agentic frameworks applied to enterprise healthcare applications in 1998 — more than two decades before the current AI wave made the architecture mainstream.
Agentic Gateway
A middleware layer that sits between AI agents and the external APIs or services they need to call, handling authentication, payment routing, and access control so the agent operator never has to manage individual credentials. Mitchell Jones built Lava as an agentic gateway: install one MCP, load a wallet, and your Claude Code or Codex instance can call financial data, LLM providers, enrichment tools, and blockchain APIs without separate signups or secret key management. The gateway abstracts the plumbing so humans can focus on directing agents rather than provisioning them.
Agentic Identity
A cryptographic identity assigned to an AI agent that (a) is distinct from the human who authorized it, (b) is linked to that human authorization through a verifiable chain, (c) is scoped to specific permissions and a bounded time window, and (d) is sealed in a tamper-evident attestation that persists after the agent terminates. Agentic identity solves the firefly problem: AI agents come and go in seconds, but the authorization record must outlive them to enable audit, compliance, and incident response. Jasson Casey's architecture: the authorization chain reads as 'this user on this device with this posture authorizes this agent on this device with this posture, with these permissions, for this period.' Both sides of the chain are cryptographically linked and sealed. Without this, an enterprise buyer asking 'what did your AI agent do and who authorized it?' has no answer.
Agentic Platform
Software infrastructure that hosts, orchestrates, and manages AI agents at enterprise scale, independent of any single model provider. Distinct from the agents themselves and the underlying models — the layer that connects, controls, and logs everything.
Agentic Professional Services
Professional services — accounting, legal, medical, financial advice — delivered primarily through AI agents that handle the technical labor, with human professionals providing review, verification, and trust-layer touchpoints rather than doing the work throughout. Deduction.com is the canonical example: the AI agent handles the tax work, a licensed CPA reviews and signs. The human is not eliminated — they are repositioned to where their presence has the highest value.
Agentic Systems
AI systems that can take actions, use tools, and complete workflows with some autonomy.
AI Agent Maintenance Role
An emerging operational position responsible for monitoring, troubleshooting, and maintaining deployed AI agent systems. As companies deploy agent swarms to automate workflows across sales, operations, and content, those systems require ongoing human oversight: catching hallucinations and incorrect outputs, rotating API keys when services break, diagnosing integration failures, and ensuring agents are producing correct results at scale. The role blends technical judgment with operational discipline and does not require senior engineering credentials. Nicolas Bivero identifies this as one of the fastest-growing categories for offshore hires - it is inherently process-driven (monitor, diagnose, fix, log) and can be done remotely with defined monitoring protocols.
AI Agents
Autonomous or semi-autonomous systems that perform tasks and make decisions using AI.
AI as Proxy for Skill, Not Taste
Scott Belsky's framing of what AI can and cannot replicate: technical skill (the ability to execute a correct output) is now abundant and automatable; taste (the judgment to know which correct output is right for this context, this brand, this user) remains scarce and human. The practical implication for designers: production work will be largely automated; curation, judgment, and taste become the entire job. Chris Strahl builds on this to argue that the designer's role does not shrink — it shifts from doing to deciding.
AI Cursor
The capability of an AI agent to click, fill form fields, and navigate UI elements on a user's screen on their behalf — extending beyond verbal instruction into direct action. The AI cursor represents a shift from AI as advisor (telling users what to do) to AI as executor (doing it for them). In onboarding contexts, the AI cursor enables the agent to complete setup steps autonomously, compressing time to value by removing the user's need to manually execute each instruction. Quarterzip's implementation treats the AI cursor as a precursor to fully agentic onboarding where the product configures itself based on a stated goal.
AI Driver
A team member who uses AI as a tool while retaining full ownership of the task, decision, and conviction behind the output. An AI Driver interrogates AI responses, challenges weak outputs, and takes personal responsibility for the result. The opposite of an AI Passenger. Greg Shove's framework for the mindset every knowledge worker must develop.
AI Holding Company
A corporate structure that builds and operates a portfolio of AI-native businesses under shared infrastructure rather than scaling a single product. Inspired by Berkshire Hathaway but applied to creation rather than acquisition, the AI holding company model pairs repeat founders with applied AI specialists, provides centralized capital and operational expertise, and lets each portfolio company run independently. The economic thesis: AI has collapsed execution costs enough that a team of fewer than five people can now deliver service outcomes at enterprise scale - making a portfolio of small, specialized companies more capital-efficient than one large generalist organization. Infinity Constellation is the first known implementation of this model at scale, having launched ten companies in twelve months with teams of five or fewer, multiple of which reached $1M ARR in their first year.
AI Memory
A new category of products that store human thoughts, moments, and context in a way AI can later organize, search, and analyze.
AI Native
A product that intelligently selects moments in the workflow where prediction, pattern matching, and reasoning add genuine value — not one that appends a chat interface to an existing experience. The AI is woven into the process, not bolted onto it.
AI Overview
Google's AI-generated summary that appears at the top of search results, synthesizing content from multiple sources. Ranking well requires fresh, original, authoritative content.
AI Overview
Google's AI-generated summary that appears above traditional search results, pulling from content it deems fresh, authoritative, and well-written. SheetsResume.com is the top recommended result on Gemini for 'best resume templates.'
AI Passenger
A team member who defers to AI output and presents it as their own thinking without exercising independent judgment. Passengers say 'this is what AI thinks' rather than 'this is what I think, informed by AI.' In knowledge work, this is a liability — deferred thinking compounds until it fails visibly. Greg Shove's one-strike policy applies to this behavior.
AI Thought Partner
Using AI not to generate output, but to confirm decisions and surface blind spots before acting on them. A thought partner relationship involves genuine dialogue — asking AI to challenge your assumptions rather than validate them. Greg Shove identifies this as one of the most undervalued and underused applications of AI in business, especially for founders and executives.
AI Trust / LLM Visibility
The signals LLMs use when deciding which brands, products, and services to surface in responses — the AI-native equivalent of SEO authority. LLMs look for consistency of narrative across the entire internet: your own site, Reddit, Wikipedia, review platforms, press coverage. A company with strong owned content but contradictory third-party coverage gets down-weighted because the model detects the discrepancy. The strategic implication: the new SEO is epistemic consistency — being accurate and saying the same thing everywhere, because AI aggregates all of it simultaneously.
AI Voice Agent
A software-based agent that conducts real phone conversations using natural language processing, text-to-speech, and contextual data from a CRM or database.
AI Winter
Period of reduced funding and interest in artificial intelligence.
AI Wrapper
A product built on top of AI APIs without rethinking the underlying workflow. Adds an AI input method — typically a chat interface — to an existing product without changing the process underneath it. Looks like AI adoption; is not AI transformation.
AI-Augmented Engineering
A development discipline that uses AI tools to accelerate boilerplate, pattern-matching, and code generation while maintaining full human ownership of architecture, security decisions, and every committed line of code. Contrasts with vibe coding in that the human developer is accountable for understanding what they commit — AI is a tool for speed, not a substitute for judgment. Woz's internal standard: every pull request receives two developer reviews, regardless of whether AI wrote the initial code. The LLM-era risk is engineers who never developed deep architectural intuition because the easy out was always available.
AI-Enabled Workforce
A workforce where every employee - regardless of role or seniority - has baseline proficiency with AI tools: understanding how to use them, where they add value, and how to work alongside AI-generated outputs with appropriate judgment. Distinct from an AI-specialist workforce, which requires deep technical expertise. Nicolas frames AI enablement as the new Excel standard: just as any accountant hired today must know spreadsheets, any professional hired in the near future will need functional AI literacy to operate effectively. Penbrothers is investing in training programs to ensure every placed employee meets this baseline, anticipating that clients will soon require it as a hiring prerequisite rather than a nice-to-have.
AI-Native
Products designed around intelligence as a core architectural element rather than an add-on feature.
AI-Native Product
A product in which AI is integrated into the core user interaction model from conception, as opposed to added to an existing product as an auxiliary feature after the fact. The distinction is architectural: an AI-native product starts with user behavior (what are they doing, where is the friction?) and embeds AI invisibly into the moment of need. An AI-added product appends a chat interface to an existing workflow and requires the user to seek out the AI rather than encountering it naturally. Snipd's tap-to-snip interaction is AI-native; a podcast player with a chatbot sidebar is AI-added.
AI-Ready Data
Data that has been cleaned, structured, deduplicated, and formatted to a standard that allows AI systems to consume and process it without producing unreliable outputs. The concept reflects the difference between data that exists in a system and data that an AI can trust. Key characteristics: consistent formatting across records, no significant duplication, complete fields for critical values, and a schema that maps to the downstream AI task. David Carmel's framing at DataRockit: 'Data is just data until it is clean enough for AI.' Most enterprise datasets - including those stored in modern cloud systems - are not AI-ready without deliberate transformation.
Algorithmic Optimization
Product design that prioritizes engagement metrics over depth of meaning.
Alternative Investments
Asset classes outside traditional public equities and fixed income. CJ Follini identifies 14 major categories: real estate (with seven commercial subcategories — logistics/warehouse, data centers, healthcare, senior housing, multifamily, retail, office), private equity, early-stage venture capital, secondaries, fine art, farmland/AgTech, infrastructure, hedge funds, commodities, timber, royalties, structured credit, and digital assets. Historically restricted to institutional investors and ultra-high-net-worth families due to due diligence complexity, illiquidity, and accreditation requirements. Platforms like Masterworks (fine art) began democratizing access; CJ's Noyack is building AI-native infrastructure to extend access to all 14 asset classes for individual investors.
Ambient AI
AI that operates continuously in the background of an environment or workflow, providing value without requiring explicit user initiation or interaction. Ambient AI monitors, processes, and acts on data streams without being summoned - generating outputs that appear in the user's environment as relevant context, completed tasks, or proactive recommendations. Examples include AI that sweeps news feeds to surface relevant competitive intelligence in a marketing dashboard, systems that pre-populate spreadsheets from incoming emails, and tools like Aryn that process documents and deliver structured outputs to downstream systems without the user ever opening an AI interface. The contrast is with reactive AI (chatbots, on-demand tools) that require the user to initiate each interaction.
AMR
Autonomous Mobile Robot, a robot that moves goods or itself through facilities.
API Guardrails
Limiting what an agent can access and do via controlled interfaces.
App Clip
An Apple iOS feature that loads a native app experience on a user's phone from a single link — no App Store download, no TestFlight, no invite code required. App Clips can now be up to 100MB in size.
App Clip Side Loading
The process of delivering a full native app experience through an App Clip container, bypassing the traditional App Store distribution model entirely.
App Store Compliance
The technical and policy requirements Apple and Google impose on apps before they can be listed in the App Store or Play Store: account deletion functionality, data privacy disclosures, restricted API usage policies, content guidelines, and in-app purchase rules. Apps that fail these requirements are rejected and must be revised before resubmission, often adding days or weeks to launch timelines. Woz pre-bakes these requirements into every generated app by default — the result is passing App Store review in an average of one to two rejections, which outperforms many hand-built apps.
ARR
Annual Recurring Revenue. The annualized value of a company's recurring contracts or subscriptions. A key growth metric for software companies.
Artificial Intelligence (AI)
Systems designed to perform tasks requiring human intelligence.
Artistic Renaissance
A cultural correction triggered not by better technology or stronger arguments, but by widespread felt wrongness about the dominant creative form. Historically, renaissances begin when culture moves — before the statistics confirm it and before the industry acknowledges it. The emotional signal precedes the data signal.
Assertive Communication
The middle path between passive communication (avoiding conflict, not expressing needs, hoping others will infer what you want) and aggressive communication (attacking the person, using blame, creating psychological threat). Assertive communication is firm, direct, explicit about needs and consequences, and respectful of the other person's perspective simultaneously. The NVC framework is one structured approach for achieving assertive communication in high-stakes conversations. Most technically skilled founders default to one extreme — either conflict avoidance or bluntness — and miss the assertive middle path.
Assertiveness Dial
A platform setting that controls how directly and persistently an AI voice agent drives toward the next stage of the sales pipeline.
AstroTurf
Coordinated inauthentic behavior online, where bot accounts or paid commenters simulate organic grassroots sentiment. A growing problem on Reddit and social media broadly.
AstroTurf
Coordinated, inauthentic online activity designed to look like organic community engagement, now increasingly executed by AI bot farms on platforms like Reddit — Colin's explanation for why Reddit is no longer a reliable distribution channel.
Atomic Task
The smallest unit of implementation work an AI coding agent can execute in a single turn without requiring additional context, clarification, or mid-task correction. An atomic task has a defined start state (what exists in the codebase), a defined end state (what should exist after), and clear acceptance criteria (tests pass, linting clean). The goal of requirement decomposition in AI-native development is to produce tasks atomic enough that the agent completes each one before context drift introduces errors. Tasks that require mid-execution judgment calls are not yet atomic — they need further decomposition.
Attention Economy
An ecosystem where human focus is monetized and competed for.
Audience → Community → Product (Eisenberg Framework)
Greg Eisenberg's product development framework: build an audience around a shared interest first, let it self-select into a community with shared identity and recurring pain, then build the product that solves the community's specific problem. Solves cold-start on both distribution (the community IS the launch audience) and validation (the product spec is the community's recurring frustration, not a hypothetical market). ID345 (vibe coding meetup → community of 300+ builders) to On Demand Human (product solving that community's 80-90% wall problem) is the canonical live example.
Audit Log
A recorded history of actions taken by a system, user, or agent for debugging, accountability, and compliance.
Auditable Log
A tamper-evident record of everything an AI agent accessed and did during a task — required for debugging when agents make mistakes and for compliance in regulated enterprises.
Average Order Value (AOV) Optimization
The practice of systematically increasing the average dollar amount per customer transaction through upselling, cross-selling, or bundling. In restaurant contexts, AOV optimization traditionally relies on staff training to prompt upsell suggestions (adding dessert, upgrading to a larger size, suggesting add-ons) - but human staff execute this inconsistently, typically upselling on 5-8% of orders. AI voice agents upsell on 100% of orders, because the prompt is built into the conversation logic and never gets skipped due to time pressure, distraction, or forgetfulness. Christian Wiens cites this as one of three key financial mechanisms Loman delivers: even if only 30% of customers accept an upsell, applying the prompt to every single transaction produces a measurable lift in revenue per call versus the human baseline.
B2B2C
A business model in which a company sells technology or infrastructure to a business customer (B2B), which uses it to deliver products or services to end consumers (B2C). The company is the middle B — invisible to the end user but essential to the value chain. Softheon's model: they build the white-label platform that health insurance companies use to enroll, retain, and serve their individual members. 10 million Americans interact with Softheon's technology through their insurance company's branded interface without knowing Softheon's name.
Blind Spots
Unknown weaknesses or missing validation steps.
Bloom
An AI-powered mobile app builder that generates fully native iOS, Android, and web apps from a text or voice prompt. Each app includes authentication, a real-time backend, and instant sharing via App Clips.
Bootstrapped
A company that is self-funded with no outside venture capital or institutional investment. Morphos.ai is building on product revenue and technical credibility before raising institutional capital.
Bottom-Up Market Sizing
Estimating potential revenue based on customer count and pricing.
Brain Drain Reversal
A strategic outcome in which a country or region retains its educated and skilled workforce by creating high-quality employment opportunities locally, reducing the economic pressure to emigrate for better opportunities. In the Philippines, brain drain has historically forced talented professionals to leave for higher-paying jobs in the US, Europe, and the Middle East. Offshore staffing models like Penbrothers contribute to reversal by connecting Filipino talent with global companies without requiring the worker to leave - creating competitive salaries and career opportunities that were previously only available abroad. Nicolas identifies this as a core part of the Penbrothers mission, not just a market strategy.
Brand Knowledge Graph
Emberos's proprietary mapping of how a brand's entities, products, narratives, and digital assets relate to each other across the internet, enabling predictive visibility modeling.
Broken System Accelerator
The pattern where AI applied to a dysfunctional system speeds up the dysfunction rather than correcting it. AI amplifies the system it sits inside — a broken system running faster is still a broken system, just more visibly and consequentially so.
Brownfield Environment
An existing real world environment not designed for robots.
Brownfield Facility
An existing industrial or commercial space built before robots were considered. Deploying robots in brownfield spaces requires adaptable navigation (like Visual SLAM) because the environment wasn't designed for them — no floor markers, no infrastructure changes.
Build in Public
A founder or operator strategy of transparently sharing revenue numbers, growth playbooks, product failures, and business process as a content and community strategy. Builds trust and creates organic distribution. Carries a significant emotional cost — public scrutiny, detractors, and trolls — that must be factored into the decision. Adam Robinson of RB2B is cited as a practitioner; Andy Seth studied the approach and chose to fight bureaucracy (systemic) rather than individuals (personal) as his public positioning instead.
Building in Public
A founder and startup growth strategy in which a company shares its product development, business metrics, strategic thinking, and operational learnings openly - typically on social platforms like LinkedIn, X (formerly Twitter), or in public forums. The strategy serves multiple purposes simultaneously: it builds brand recognition ahead of the sales cycle, creates community around the founder's perspective, generates inbound leads from buyers who self-select based on resonance with the shared thinking, and establishes the founder as an authoritative voice in their category. Dan Bladen credits Kadence's LinkedIn presence with enabling enterprise deals that would have been inaccessible through cold outreach - including replacing a 10-year competitor in nine weeks after the buyer had been following Kadence's content.
Burnout (Healthcare Context)
The chronic emotional and physical exhaustion from sustained high-stress caregiving, compounded by poor communication culture and inadequate emotional preparation. A leading cause of attrition in the nursing profession.
Burnout Detection
A future-facing use case where AI could identify early signs of physical or emotional decline through ongoing capture.
Business-Backward Development
A software architecture philosophy that starts from business requirements, user trust, compliance constraints, and production quality standards — then designs the system to meet them. Contrasts with technology-forward development, which starts from available tools and finds appropriate use cases. At Woz, this means making CTO-level architectural decisions before any code is generated, encoding security guardrails as system defaults, and removing options that would allow founders to unknowingly introduce vulnerabilities. The analogy: putting the safe scissors out and locking up the adult scissors before the toddler enters the room.
Calibrated Probability
A probability estimate that accurately reflects the true likelihood of an outcome over many predictions: if you say something has a 70% chance, it should materialize roughly 70% of the time. Calibration is a distinct measure from raw accuracy - a model can win most of its bets while being badly miscalibrated (e.g., stating 95% confidence on events that only happen 60% of the time). LightningRod measured its forecasting model on Polymarket using calibration as a primary metric, not just profit or win rate. Ben Turtle uses Polymarket bets as a forcing function for calibration training: putting money down on a prediction and seeing the outcome is the fastest way to build an accurate internal probability estimator.
Calisthenics
Bodyweight-based strength training emphasizing control and mobility.
Canada's Commercialization Gap
Canada invests approximately $53 billion annually in R&D — roughly $40 billion directly into universities and research institutions. The University of Toronto is credited as a birthplace of modern deep learning (Geoffrey Hinton's research, which contributed to TensorFlow and became the foundation of modern LLMs). But Canada commercializes only a small fraction of this IP compared to US peers; a single top US university may outpace the entire Canadian system. In the AI era, as software-as-moat disappears, deep IP becomes the only defensible competitive edge — making this commercialization gap strategically urgent.
Cap Table
The document showing ownership structure of a company, including founders, investors, and employees with options. Who is on your cap table signals a great deal to prospective investors.
Cap Table
Capitalization table — the document showing the ownership structure of a startup, including all equity holders, their percentage ownership, and what they paid for their shares.
Capability Boundary
The outer limit of what a person or team can produce at a given level of staffing and skill. AI extends this boundary — enabling smaller teams to produce work previously requiring larger ones. Section operates with 32 people doing the work of 45. For founders, this changes the build vs. hire calculation: always audit your AI-extended capability before adding headcount.
Capital Efficiency (AI Era)
The ratio of revenue generated to capital invested, as redefined by the AI-driven collapse in execution costs. Pre-AI, reaching $1 million ARR typically required $2-5 million in capital (engineering salaries, infrastructure, sales team). AI-native companies designed around the outcome-as-a-service model can now target $1 million ARR on less than $1 million in capital - a multiple that was structurally impossible before AI collapsed the labor cost of software execution. Infinity Constellation's portfolio benchmark: multiple companies reaching $1M ARR with teams of five or fewer in their first year. Capital efficiency in the AI era is therefore not just a financial metric but a proof point for the underlying model - if AI leverage is real, the unit economics should be visible in the revenue-to-capital ratio from the first year of operation.
Capture
The business development process of pursuing a specific government opportunity from identification through proposal submission.
Chicken-and-Egg Problem
The marketplace bootstrapping challenge where supply won't join without demand and demand won't come without supply. Typically solved by subsidizing one side — usually supply — early on.
Chronological Prediction Training
LightningRod AI's core training method: given all data up to timestamp A in a corpus, predict what will happen at timestamp B. The model is trained iteratively across an entire dataset of chronologically ordered real-world information. The 'label' is simply what actually happened next - no human annotation required. This approach forces the AI to learn causal relationships rather than surface patterns: to get good at predicting timestamp B, the model must understand what factors in timestamp A's data actually drive outcomes. Ben Turtle calls this the mechanism humans use to build world models - we move through time, predict what comes next, feel surprise when we're wrong, and update our beliefs.
CIP (Continuation in Part)
A patent filing strategy that extends a parent patent application by adding new claims or embodiments based on the original invention. Allows one core patent to spawn many related patents covering different variations, features, or use cases — Adam used this to grow from one original patent to 42.
CIP (Continuation in Progress)
A patent filing strategy that keeps claims open so protection can evolve over time.
Citation-Based Retrieval
Returning answers tied to specific document sources.
Class Divide (Tech/Industry)
The socioeconomic and cultural gap that keeps software engineers from discovering and solving unglamorous problems in traditional industries. The founders at elite technical schools build for space and quantum because that is who they know — not because those problems are more valuable. The gap between what software engineers know and what lower-middle-market operators know is where the real AI arbitrage lives.
Claude
An AI assistant that reflects the broader trend of AI tools showing up across many software development environments.
Client Avatar Mismatch
The churn cause that occurs when a customer signs up with incorrect expectations about what the product delivers. At Stone Systems: contractors who believe $297 buys direct lead generation (spend → get leads) rather than a software platform that builds online presence and operational efficiency. Mismatched expectations are set before the sale and corrected only through better marketing copy, cleaner positioning, and sales qualification — not through product changes.
Clinical Inference
An AI-generated probabilistic assessment of a patient's health status or risk level, derived from multiple data inputs. Not a diagnosis — a statistically grounded estimate ('the likelihood of this person having hypertension is above population average') that requires clinician review before any action is taken. Axenya generates 95 million clinical inferences per month across its monitored population. The key distinction: a clinical inference routes a patient toward care; a diagnosis determines what care they receive. The former is automatable at scale; the latter requires physician judgment.
Cognitive Dependency
The behavioral state in which reliance on AI tools becomes so habitual that working without them creates cognitive discomfort. Greg Shove's term for the addiction-like quality of AI subscriptions — not sensationalist, but behavioral-economics precise. His remedy: build AI-free time into your routine to maintain the independent cognitive capacity that makes you valuable with or without the tool.
Cognitive Overload
The mental strain that occurs when incoming information exceeds a person's processing capacity. An emerging mental health risk for founders and operators navigating the pace of the AI era.
Collaborative Results Index (CRI)
Geoff Gibbins' framework for measuring the quality of human-AI collaboration across three dimensions: (1) results — the actual impact of the collaboration, not just activity or usage; (2) relationship quality — how well humans engage with AI as a collaborator, including critical thinking, good question formation, and not passively accepting first outputs; (3) resilience — whether the human is developing domain expertise through the collaboration or outsourcing judgment and atrophying. Most enterprise AI measurement stops at usage metrics; the CRI measures whether collaboration is making people genuinely better.
Collection
A curated subset of files indexed for AI interrogation.
Commodity Software Components
The 70% of every new application that repeats across products: authentication, user management, CRUD operations, data pipelines, role-based access control, notifications. Not innovative at any point in software history. Every dev shop built internal boilerplates for these components. The insight: competitive advantage in software has never come from the commodity layer. In the AI era, this is more true than ever — any decent CRM can be built in a day. Abstract and automate the 70%; focus human effort on the differentiating 30%.
Competitive Moat
A defensible advantage such as IP, proprietary data, or network effects.
Confabulation
A human psychology term for the way memory reconstructs rather than records — people create plausible narratives around incomplete memories with no intent to deceive. Geoff draws the parallel to AI hallucinations: both are a system constructing a coherent story from incomplete information. The observation cuts both ways: AI hallucinations aren't as alien as they seem (human memory does the same thing), and human testimony is far less reliable than assumed (well-established in criminal justice research). Working closely with AI has become a useful mirror on human cognition.
Confidence Level Prompting
A technique for improving LLM reliability: after receiving an answer or solution, ask the model to rate its confidence level in what it just provided. A low rating (e.g., 'I'm about 70% confident') typically triggers the model to reconsider, surface suppressed uncertainty, and work toward a more validated answer before you act on it. Useful for code solutions, factual claims, and strategic recommendations. Ran uses this routinely: 'What's your confidence level in the solution you just created?' — the model often responds by catching its own errors.
Connection Technology
Technology whose primary value is facilitating human connection, emotional processing, or felt experience — rather than productivity, content creation, or time savings. Deep Gem Interactive's generative music platform is connection technology: it creates emotional artifacts specific to a person and a relationship, not optimized for distribution or engagement.
Consent Judgment
A court order where a defendant agrees they infringed; used to validate enforceability.
Consent Judgment
A court-ordered agreement in which an infringer agrees to cease infringing activity without a full trial on the merits. Produces a court order number that Amazon and major marketplaces will honor for listing removal — a scalable IP enforcement strategy that bypasses DMCA's limitations for small brands.
Consumption Pricing
A pricing model in which customers pay based on actual usage rather than seats or licenses. Forces the vendor to care about adoption velocity and ongoing engagement — because revenue scales with real usage, not contract value. When Knapsack moved to consumption pricing, time-to-value became the primary commercial driver: the faster a customer gets value, the faster they consume more, the faster revenue grows. Aligns vendor and customer incentives in a way seat-based pricing does not.
Context Archetype
A named configuration of rules governing how an AI generation system behaves in a specific mode — for example, 'creative exploration' vs. 'compliance review.' The same underlying model produces reliably different outputs depending on which archetype is active. In Knapsack's Intelligent Product Engine, archetypes are one of three components (alongside real-time artifact monitoring and a rules engine) that make AI generation predictable and enterprise-appropriate rather than open-ended and unpredictable.
Context Grounding
The practice of providing an AI coding agent with accurate documentation of the existing codebase before asking it to generate or modify code. Without grounding, agents operate on generic code patterns and produce architecturally inconsistent output that may be technically correct in isolation but incompatible with the existing system. BrainGrid generates five grounding documents from the actual repository — architecture overview, key workflows, data structures, directory structure, API patterns — so the agent extends what's there rather than inventing new patterns.
Continuous Biomonitoring
The practice of measuring health variables throughout a patient's daily life — during sleep, work, exercise, stress — rather than episodically at clinical visits. Blood pressure measured once at a doctor's office reflects a single moment and is subject to white-coat effect; continuous monitoring captures the longitudinal patterns (variability, trends, activity correlations) that predict future chronic disease events. Chronic disease management requires this longitudinal picture because chronic diseases progress silently between visit-based measurements and have no early symptoms to motivate clinical visits.
Contribution Margin
Revenue minus variable costs. What remains after paying for everything that scales with each unit sold — shipping, processing, returns, packaging. Must be sufficient to cover fixed expenses and generate profit. The number that tells you whether each sale is helping or hurting.
Control Plane
A centralized layer used to manage, monitor, govern, and orchestrate systems or agents.
Control Plane
A centralized system that manages, monitors, and governs AI agents in an enterprise environment — controlling access, logging activity, and enabling compliance audits. Analogous to mobile device management (MDM) for enterprise iPhones. Guild AI is an example of an agent control plane.
Conversational Screen Share
A novel AI interaction modality pioneered by Quarterzip: a real-time AI voice agent that consumes the user's screen share as its primary visual input, enabling it to provide contextual, goal-oriented onboarding guidance based on what the user actually sees — not what they describe in text. Unlike traditional chatbots that respond to text queries, conversational screen share gives the AI the same spatial awareness a human trainer sitting beside the user would have, allowing it to recognize page state, workflow position, and error conditions in real time.
Convex
A backend-as-a-service platform providing real-time data sync between devices, full type safety, and serverless functions. Bloom uses Convex as its backend, enabling live multi-device sync from a single prompt.
COTS (Commercial Off-The-Shelf)
Pre-existing commercial products adapted for government use. Increasingly preferred over custom-built solutions as the government pushes for faster, cheaper innovation.
Creative Constraints
The deliberate limits within which a creator operates that make human decisions meaningful. Without constraints, creativity is frictionless and produces chaos. With constraints, every choice matters — and the output feels earned. The best creative tools are defined as much by what they do not let you do as by what they enable.
Credential Movement
The ability of an authentication credential to be copied, transmitted, stored on a new device, or used in a location other than where it was created. Passwords, API tokens, session cookies, TOTP codes, and QR codes are all movable credentials - they can be phished, stolen from memory, captured in transit, or replicated by an attacker. Jasson Casey's insight: credential movement is the root cause of approximately 80% of security incidents (per multiple annual threat reports from CrowdStrike, Mandiant, and Verizon DBIR). Device-bound credentials eliminate movement by design: the private key is stored in a hardware enclave and can never leave. If a credential cannot move, it cannot be stolen - and the dominant attack chain collapses.
Crowdsourced Insight Signal
The emergent quality indicator produced when many users independently mark moments in content they find most valuable — and the aggregate frequency of those marks per content unit becomes a discovery layer. In Snipd, snip frequency per podcast episode is the signal: episodes with high snip density contain demonstrably more insight per minute than low-density episodes. This is fundamentally different from download counts (show-level popularity) or editorial recommendations (one person's opinion). It is episode-level, content-quality-driven, and derived directly from independent listener judgment about specific moments.
Cultural Onboarding
A structured process for preparing both the client and the offshore employee to work together effectively across cultural differences. Distinct from job onboarding (learning the role), cultural onboarding addresses communication styles, feedback norms, decision-making expectations, and the specific cultural characteristics of the offshore team's country. Nicolas describes this as a core part of Penbrothers' quality investment: a new client hiring Filipino talent for the first time receives guidance on how Filipino workplace culture differs from their home culture, what communication patterns to expect, and how to adapt management behaviors to get the best outcomes. Without it, the leading cause of offshore placement failure is not talent quality - it is cultural misalignment on both sides.
Cuneiform
An ancient system of writing developed by the Sumerians, made by pressing a reed stylus into clay tablets. Referenced in conversation about the Babylonian origins of the Noah's Ark flood myth.
Customer Discovery
The structured practice of interviewing potential customers to uncover their actual pain points, needs, and behaviors — without leading them toward your solution. The goal is to be surprised. If every interview confirms what you already believed, you were not asking challenging enough questions.
Customer Pull
The signal that users are actively seeking out and recommending a product rather than being pushed toward it through marketing or sales. Ali's target signal during pre-PMF iteration: sprint-on-sprint, are customers pulling the product out of your hands and telling five other people to use it? The presence of pull — not adoption driven by founder sales effort — is the leading indicator that product-market fit is being approached.
DAO (Decentralized Autonomous Organization)
A governance structure in which decisions are made collectively by members using transparent, typically blockchain-based voting mechanisms. Mike advocates for DAOs as the infrastructure for hyper-local charitable giving (his Donaton concept): communities vote on their biggest local problems, and funding is algorithmically allocated based on scoring rather than centralized NGO decision-making. The argument: global NGOs are good at raising money but bad at finding who needs it most; local communities can vote on that with far greater precision.
Data Collection (Local AI)
A curated subset of a user's files — PDFs, documents, images, voice memos — that is analyzed once by a local AI system and made queryable without any cloud access. The unit of organization for privacy-first AI interaction with personal or proprietary data.
Data Provenance (Security Context)
The verified, cryptographically attested record of where data came from - which device produced it, which identity authorized it, through which workflow it passed - as a security property rather than just a metadata label. In the AI era, data provenance is the architecturally correct answer to synthetic media and deepfakes: instead of trying to detect whether content was AI-generated (an arms race that detectors will lose), you attest the chain of custody from origin to recipient. Jasson Casey's prediction: device-bound credentials will extend beyond authenticating humans to attesting the provenance of data produced by cameras, microphones, sensors, and implants. The camera on a phone will have a passkey; the microphone will have a passkey. Anything that generates consequential data will eventually need a way to attest its origin - not because the content cannot be faked, but because provenance establishes authorization.
Data vs. Information (Healthcare)
Raw clinical data — labs, notes, images, wearable readings — becomes information only when it is integrated, structured, and interpreted in context. Most healthcare systems generate enormous amounts of data; very few generate actionable information. The Mercatus/Diagnostic MD architectural thesis: the value is not in capturing more data but in transforming fragmented data into structured, visual intelligence that a specialist can act on.
Defensibility Score
A live metric used in Wildwood's pitch scoring sheet to evaluate how protected a startup's business model is from replication. Scores have declined industry-wide as AI lowers the cost of building software.
Defensible IP
Proprietary data, SOPs, chemical formulas, machine configurations, and operational playbooks that cannot be replicated by a competitor running the same foundational AI model. The moat that makes a niche AI product acquisition-resistant and justifies enterprise pricing. Josh Furstoss's second checkbox before starting any new company.
Defensive Publication
A deliberate strategy of publicly disclosing an invention without filing a patent, specifically to create prior art that prevents competitors from obtaining a patent on the same idea. The disclosing party waives any future patent rights but ensures no one else can obtain them either — the invention effectively enters the public domain immediately. Used when a company wants to operate freely in a technical space without the cost, time commitment, or disclosure-and-expiry constraints of a patent. Ophir describes this as one of SenseIP's emerging capabilities: helping companies identify which portions of their IP to publish defensively rather than patent.
Denver Ventures
A generalist venture capital fund based in Denver that invests across multiple industries at early stages, led by a thesis centered on founder DNA.
Design Partner
An early customer or prospective customer who agrees to work closely with a startup before or during product development - providing feedback, validating assumptions, and often committing to pay for the product once it is built. Design partners are distinguished from beta users by the depth of the relationship: they participate in the design process, not just the testing process. In Brennan's framework, design partners come before building - the goal is to find three to five companies willing to pay for the outcome before any code is written. If design partners will not pay for the outcome in principle, the market signal is negative regardless of how much they praise the idea. Design partnership validates demand at the earliest possible moment and anchors the product to real workflow problems rather than hypothetical ones.
Design Patent
Protects how something looks; typically easier to interpret and litigate.
Design System
A central system of record for all building blocks of a digital product — 'a well-organized bucket of Lego bricks' containing every component, variant, rule, and constraint. More than a component library: a design system encodes the rules governing how elements connect, making it the substrate for consistent product experiences and enterprise-appropriate AI generation. Without a structured design system providing context, AI-generated UI is a prototype tool; with one, it becomes a production capability.
Desk Hoteling
A workplace strategy in which employees do not have permanently assigned desks but instead reserve a workspace for the specific times they plan to be in the office. Also called hot desking, though the two terms have subtle distinctions: hot desking typically refers to first-come-first-served open seating, while desk hoteling involves advance reservation. Both models are designed to accommodate hybrid workforces where not everyone is in the office on the same day, enabling companies to support a headcount significantly larger than their physical desk count - often a 2:1 to 4:1 person-to-desk ratio. Kadence's core functionality includes desk hoteling management, ensuring teams who need to overlap get adjacent space and preventing any day from being oversubscribed.
Deterministic AI Platform
A software system that ingests structured data inputs and produces consistent, rule-based outputs, as opposed to generative or probabilistic AI responses.
Device Posture
The security health state of a device at the moment of authentication, used as an input to access control decisions. A device posture check can verify that specific security controls are active (EDR software running, OS updated, disk encrypted, no jailbreak detected, specific executable files signed by expected OEMs) and append that verification to the authentication assertion. Posture checks can occur silently - without interrupting the user - or can require explicit user interaction for high-sensitivity operations. Beyond Identity's policy engine lets customers tune their posture requirements on a spectrum: from a simple 'verify not jailbroken' for a retail purchasing app, to 'verify every process in memory and the loader chain' for national security customers. The policy is customer-defined and reflects the organization's actual risk tolerance for specific operations.
Device-Bound Credential
A cryptographic key or authentication credential that is generated inside a hardware enclave on a specific device and physically cannot be copied, exported, or used on any other device. In contrast to passwords (which exist in memory and can be transmitted), device-bound credentials never enter general purpose memory - they can sign data but cannot move. The possession factor in authentication is therefore the device itself rather than a secret that can be stolen. This model underlies passkeys, Apple Pay, tap-to-pay credit cards, and Beyond Identity's authentication platform. Jasson Casey's key insight: since 80% of security incidents trace back to credentials that can move - passwords stolen, tokens copied, session cookies hijacked - device-bound credentials break the dominant attack chain at the architecture level rather than at the detection level.
Digital Twin
A data-based representation of a person or system used for simulation and optimization.
Digital Twin (Medical)
A computational model of a specialist physician's diagnostic methodology, enabling that expert's reasoning patterns to be applied at scale without requiring the expert's direct time. As applied by Diagnostic MD: specialist doctors whose deep diagnostic methods would otherwise be accessible to only a handful of patients per day can have their frameworks encoded and extended across a much larger population.
Dilution
The reduction in existing shareholders' ownership percentage that occurs when a company issues new shares, typically during a funding round.
Directionally Correct
A decision-making principle: don't wait for a perfect destination to act. Know what directions you're not going, pick a direction you are going, and move. You can only connect the dots looking backward — skills accumulated in one domain show up as unexpected assets in another. Passion follows competence and is never the starting point. More useful than waiting for clarity you won't have until you're already in motion.
Disposable Audio
Music created without human intent, emotional investment, or constraint — the default output of generative AI music tools mass-producing content for algorithmic social feeds. Statistically ubiquitous; culturally hollow. The antithesis of music as the language of emotions.
Distribution Co-Founder
A co-founding partner brought in specifically for their ability to reach and grow a customer base. A founding-level commitment to treating distribution as a first-class company function.
Distribution Moat
A defensible, founder-embedded channel — audience, network, community, or industry relationships — that cannot be replicated by a competitor building a similar product. Unlike code, it cannot be cloned overnight.
Distribution on Cap Table
Giving equity — not just commissions — to people who already have relationships, access, and trust inside your target market. Not hiring salespeople after the product is built, but recruiting co-builders who are already known inside the networks you need to reach. Josh Furstoss's first checkbox before starting any new company.
Document Intelligence
The AI-powered capability to extract structured, actionable information from unstructured documents - reading a PDF or scanned form and identifying specific fields, values, relationships, and entities with high accuracy. Distinguished from simple text extraction (OCR) by the ability to understand context, identify relevant fields by meaning rather than position, handle varied document layouts, and maintain accuracy across documents that differ significantly in structure. Aryn's core product is document intelligence for enterprise use cases: insurance submissions, legal filings, real estate offering memos, construction estimates. The commercial value: replacing hours of manual data entry with automated extraction that feeds directly into downstream workflow systems.
Domain Authority
A search engine metric reflecting the overall strength and trustworthiness of a website's backlink profile and content quality over time. Builds slowly and compounds — new websites rank poorly regardless of content quality. Cannot be shortcut, only accumulated. The foundation that determines how consistently a site ranks for competitive keywords across both Google and LLM-based search.
Domain Expertise
Deep, experiential knowledge in a specific field that cannot be easily replicated by a generalist or an AI model. Treated as the foundational prerequisite for building any product worth building.
Domain Expertise
Deep, accumulated knowledge in a specific field built over years of direct experience. Colin argues this is the non-commoditized input that makes AI-built products worth using and AI-assisted content worth reading.
Dual-Sided Marketplace
A platform that must simultaneously attract and serve two distinct user groups whose participation depends on the other side being present. In Luxxera's case: patients and clinics.
Edge Device
Any computing hardware that processes data locally without sending it to a remote server or cloud. Examples include smartphones, drones, and the Key Boy. Critical for latency-sensitive and privacy-sensitive applications.
Eigenverantwortung
German/Swiss concept meaning self-responsibility: the cultural default that individuals are accountable for doing the right thing without needing explicit rules, enforcement, or social pressure to prompt them. Kevin attributes Swiss civic quality — public cleanliness, COVID policy compliance without mandates, a market that sustains premium-quality products — to this cultural norm. Contrasted with rule-based compliance cultures that respond to violations rather than cultivating internal accountability. Practically, Eigenverantwortung produces high-trust societies where quality compounds over time because the market rewards it rather than defaulting to the cheapest acceptable option.
Elevator Operator Principle
A mental model for distinguishing human roles that add genuine judgment value from roles that exist only because the technology to automate them had not yet arrived. Before automatic elevators, buildings employed human operators to run elevator cars. When automatic elevators arrived, those jobs disappeared - not because the workers were incompetent but because the role itself was a placeholder for automation. Brennan applies this to hiring decisions in the AI era: any job description that could have been written identically in 2019 is a candidate for being an elevator operator role. Good headcount augments human judgment with AI leverage (one specialist doing the work of ten). Bad headcount is a human performing a task that AI can now do - a position that will be automated away as AI capabilities continue to improve, making it a capital efficiency mistake to build headcount around.
Embedding
Numerical representation of text used to enable semantic search.
Emotional Regulation
The capacity to manage, process, and integrate emotional states rather than suppress or avoid them. A primary use case for Deep Gem Interactive's generative music — using personalized sonic experience to help people move through grief, relational difficulty, or identity transitions. Also a prerequisite for sustainable founder performance.
Emotional Retention
Customer loyalty rooted in shared emotional experiences rather than transactional utility.
Employer of Record (EOR)
A third-party organization that legally employs workers on behalf of a client company, handling all employment obligations in the worker's local jurisdiction - payroll, taxes, benefits, legal compliance, and HR administration. The client directs the work; the EOR handles the employment infrastructure. This model allows companies to hire talent in foreign countries without establishing a legal entity there. Penbrothers operates as an EOR in the Philippines: the employee is on Penbrothers' payroll and benefits, exclusively assigned to the client's team. The distinction matters: the EOR takes on employer liability, which means both the legal protections and the obligations of employment fall on the EOR, not the client.
EMR (Electronic Medical Record)
A digital version of a patient's medical chart, used by healthcare providers for documentation and care coordination. A target data source for Ki's healthcare application — querying patient records in real time.
Engineer vs. Coder
Engineers are system architects — they decide what to build, how components fit together, what problems the architecture needs to solve. Coders implement those specifications. The distinction matters because coders can increasingly be replaced by AI that executes specifications quickly and cheaply; architects cannot. Founders who staff with coders instead of engineers get fast execution without coherent architecture. The correct hire for a technical team is engineering judgment, not implementation capacity.
Enterprise Data Technical Debt
The accumulated cost of maintaining, working around, and compensating for outdated, disorganized, or incompatible data infrastructure. Analogous to software technical debt but measured at the data layer rather than the code layer. Includes the ongoing cost of maintaining legacy mainframe systems that cannot be retired without major migration, the cost of manual data cleaning and reconciliation work performed by human analysts, and the cost of enterprise AI projects that underperform because data quality cannot support the intended use case. The Wall Street Journal cites this as a $1.52 trillion annual problem in the US alone. David Carmel uses the metaphor of Victorian era plumbing: the pipes are old, they work after a fashion, but they are fundamentally incompatible with the modern infrastructure being built around them.
Epic
The highest-level planning unit in the software development lifecycle: a large body of work defining a significant product capability. An epic breaks into multiple requirements; each requirement breaks into atomic tasks. In AI-native development, epics define multi-feature projects (build a multi-tenant Pilates platform with video libraries, subscriber management, and per-studio payment systems) while requirements define individual features within that project. The hierarchy matters: agents given an epic-level prompt will attempt to solve the entire thing in one shot and fail; agents given an atomic task will succeed consistently.
EQ as Currency
The idea that as AI commoditizes IQ-level tasks, emotional intelligence, taste, discernment, and the ability to make customers feel understood become the primary competitive differentiators.
ETL Pipeline
Extract, Transform, Load - a data engineering pattern describing the three-step process of (1) extracting data from source systems, (2) transforming it into a consistent, clean format, and (3) loading it into a destination system for analysis or use. ETL is the foundational workflow of enterprise data infrastructure and has been central to data engineering since the 1970s. Modern AI ETL pipelines extend the traditional pattern by using AI models in the transformation step to process unstructured inputs - documents, images, audio - that traditional ETL could not handle. Mehul Shah's background includes building AWS Glue, Amazon's flagship ETL service, and OpenSearch, a distributed search and analytics engine built on Elasticsearch.
Evening Reflection
A closing journaling practice for measuring progress, reviewing what happened, and noticing emotional or strategic outcomes.
Evening Reflection
A brief daily video recording at the end of the day covering what went well, what didn't, and how actual outcomes compared to morning intentions. Closes the feedback loop on daily goals.
Exchange Fund (Private Market)
A pooled investment fund into which shareholders contribute concentrated stock positions in exchange for LP (limited partner) interests representing a proportional share of the diversified pool - without triggering a taxable sale. Exchange funds have existed in public markets for decades (Eaton Vance manages over $500 billion in exchange fund assets), allowing public company executives to diversify concentrated positions tax-free. Collective Liquidity is the first exchange fund to accept private company shares, requiring significant legal and tax structuring to enable the mechanism in the illiquid private market. The key tax advantage: a contribution to an exchange fund is not a sale, so no capital gains tax is owed at the time of exchange. The tax is deferred until the LP interest itself is eventually sold, and the deferred tax compounds over the holding period - generating approximately 2x the after-tax wealth over seven years compared to selling shares immediately and reinvesting after taxes.
Execution Premium
The principle that execution accounts for 99% of startup outcomes and the initial idea for 1%. Ideas are the starting point — what makes them founders — but validation, iteration, delivery quality, and market timing determine whether anything becomes a business. A great idea with poor execution fails; an ordinary idea executed with relentless customer focus and iteration can succeed. The implication: invest disproportionately in execution infrastructure, not idea protection.
Exploration Gene
A behavioral predisposition toward novelty-seeking and risk-taking linked to evolutionary adaptation.
Exploration Gene
An evolutionary genetic predisposition toward wandering, seeking new environments, connecting novel information, and accepting higher risk. Linked to heightened creative output — humans evolved to connect dots while exploring, which is why unstructured time often produces better ideas than structured work sessions.
Expo
An open-source framework built on React Native that allows developers to write one codebase and deploy to iOS, Android, and web simultaneously. Bloom uses Expo as its front-end foundation.
FAR (Federal Acquisition Regulation)
The primary rulebook governing federal government purchasing above $250K. OTAs exist specifically to bypass it when speed and flexibility are priorities.
Fast Follower Advantage
The competitive benefit of entering a validated market after initial product-market fit is demonstrated, using better tools, models, or distribution than were available to the pioneer. Distinct from being late: a fast follower enters early enough that the market is still forming, but after the founding pioneers have absorbed the discovery risk. Cal.ai is the canonical example: launched before vision AI was accurate enough to reliably identify food, it grew distribution while the models improved — and was positioned to capture compounding gains from model improvements that arrived after launch. The lesson: being in market is a prerequisite for benefiting from technology progress you don't control.
Financial Generalist
CJ Follini's concept of the investor or financial professional who understands the full spectrum of financial instruments, asset classes, tax strategies, and planning tools — rather than deferring entirely to hyper-specialists for each domain. The financial generalist knows enough about real estate, venture capital, estate planning, retirement accounts, tax optimization, and debt management to ask the right questions, identify the right specialists, and make integrated decisions. CJ argues this is the model the AI era rewards: LLMs and agentic AI are themselves generalist technologies, and the human who can orchestrate specialist agents across financial domains outperforms the human who outsources each domain to a separate professional with misaligned incentives.
Five-Word Rule
If you cannot describe your product in five words or less in H1 text on a website, it is a bad product. Josh Furstoss's test for whether a product is sufficiently specific. One core feature. Everything beyond that dilutes the offer, expands the surface area to defend, and signals that the founder has not yet identified the actual problem they are solving.
Fix Packs
Emberos's term for the specific, strategic recommendations it generates to correct AI misrepresentation — ranging from FAQ creation to PR placements to YouTube video production.
Fixed Expenses
Costs you pay regardless of revenue: payroll, rent, legal, accounting.
Fixed Expenses
Business costs that remain constant regardless of sales volume — rent, salaries, software subscriptions, insurance. Must be fully understood and set before advertising spend is calculated. The foundation of a sound cost structure.
Flat-Rate Lead Pricing
A lead generation model where all vendors in a category pay the same fixed price per lead, regardless of company size or budget. Eliminates the bidding dynamics that bias results toward whoever spends most — preserving matchmaking integrity and ensuring recommendations are based on fit, not payment.
Flow State (in building)
The mental state of full engagement when you know the next step, and the next, and momentum is compounding. Characterized by energy, direction, and the feeling that today you will finish this thing. When broken by an unresolved technical blocker, vibe coding projects don't pause — they die. The project sits on the laptop until the founder's attention moves on. Protecting flow state is the design principle behind On Demand Human: a 15-minute expert intervention at the right moment is worth more than any platform feature.
Forward Deployed Engineering
An enterprise go-to-market model in which engineers are embedded directly with the customer post-sale to accelerate implementation, drive adoption, and establish time-to-value. Knapsack adopted this model after discovering that enterprise clients were stalling 4–6 months after signing — not because the product didn't work but because implementation required internal IT resources the customer hadn't budgeted. Forward deployment removes that friction by making the vendor's engineers the implementation team.
Foundation Model Fine-Tuning
The process of taking a pre-trained large language model (such as GPT-4, Claude, or Gemini) and continuing its training on a smaller, domain-specific dataset to specialize its behavior for a particular use case without training a model from scratch. Fine-tuning allows companies to capture the reasoning and language capabilities of a foundation model while customizing it for specific vocabularies, response formats, constraints, or domain knowledge. Loman.ai fine-tunes foundation models for the specific context of restaurant phone conversations - teaching them the nuances of taking food orders, handling 86'd items, managing reservation requests, and maintaining the appropriate tone for different restaurant types. Christian's approach: test every major foundation model, identify which performs best for each specific sub-task within the product, and fine-tune for production performance.
Founder Blind Spot
Areas of the startup journey where a founder does not know what they do not know — the most common being what validation actually requires, what investors need to see before taking a meeting, and how to distinguish genuine market signal from polite social feedback.
Founder DNA
Denver Ventures' core investment thesis. The belief that a founder's personal background, network, relationships, and domain obsession are more predictive of success than the product at early stages.
Founder DNA
A VC thesis lens that evaluates founders on their network, obsession, domain expertise, and prior startup or big tech experience — before evaluating the product. Denver Ventures built their entire investment thesis around this concept.
Founder Self-Awareness
The ability to see patterns in your own thinking, behavior, stress, and decisions rather than simply reacting in the moment.
Founder-Led Distribution
When the founder is personally the distribution channel — leveraging their own network, content, community, or audience to drive growth, rather than relying on paid acquisition or a hired growth team.
Founder-Led Distribution
A go-to-market strategy in which the founder serves as the primary sales and marketing engine - using personal visibility (content, podcasts, speaking, community) to generate inbound demand rather than relying on a hired sales team or outbound outreach. Founder-led distribution exploits a specific advantage: founders understand the customer problem at a depth and authenticity no hired rep can replicate in the early years. Brennan's thesis: cold calling and cold email are largely dead, but founder content compounds over time - creating category association in buyers' minds before the first sales conversation. The Palantir parallel he cites: Alex Karp as the face of the company, going on every stage that would have him. The implication: founder-led distribution should precede any sales team hire, because it proves the message works before you try to scale it.
Founder-Led GTM
A go-to-market strategy in which the founder is the primary public voice — doing podcasts, long-form content, and community building rather than delegating outbound to a sales team. Especially effective when domain credibility and authentic expertise are the primary differentiators.
Founder-Led Marketing
When founders publicly build credibility through content and personal brand.
Fragmented Data
Scattered photos, chats, and media stored across platforms without structure.
Freedom to Operate (FTO)
An analysis that determines whether a product, service, or process can be commercialized without infringing on valid patent rights held by third parties. An FTO clearance does not mean the inventor's idea is patentable — it means the inventor can build and sell without risk of infringement litigation. Ophir frames FTO as the first question every founder should answer before raising money, hiring engineers, or talking to customers: if someone else owns the rights to your core mechanism, finding out on day zero costs almost nothing; finding out at Series A or after a lawsuit is potentially company-ending.
Freemium
A pricing model where a product is offered free at a basic tier with paid upgrades. Common for top-of-funnel acquisition but a leading cause of high churn in crowded AI tool markets.
FUE (Follicular Unit Extraction)
A hair transplant method where individual follicles are extracted and transplanted one by one. Less invasive than strip surgery and the dominant technique in the medical tourism market.
Funnel Health
The quality and conversion rate of users moving through awareness, activation, and retention. A key metric founders should prove before returning to investors — demonstrate the funnel works, then raise from traction rather than hypothesis.
Geist Blitz
A German compound word (Geist = spirit/mind, Blitz = flash/lightning) describing a sudden flash of insight or inspiration - an aha moment where a fully formed idea, solution, or memory surfaces unexpectedly. Related to but distinct from the common eureka moment: Geist Blitz can also describe the experience of a thought or story that disappears mid-sentence and then resurfaces later in full detail, seemingly having incubated in the subconscious. Ryan and Nicolas discuss this phenomenon at the opening of the episode, arriving at the word after Ryan describes the experience of a story evaporating mid-interview and then returning intact minutes later. Nicolas' aunt, a German teacher, is implicitly invoked as the authoritative source on correct usage.
Generalist Fund
A venture fund that invests across multiple industries and sectors rather than specializing in one vertical.
Generalist Fund
A venture capital fund that invests across multiple industries and sectors, as opposed to a specialist fund focused on a single vertical. Denver Ventures operates as a generalist fund from pre-seed through Series B.
Generative Music
AI-generated music personalized for specific emotional states, relationships, or identity contexts. In Ziah Orion's work at Deep Gem Interactive, generative music is not content — it is a personalized emotional artifact created for a specific person and relationship (grief, love, identity), with the specificity itself being the source of value.
GEO (Generative Engine Optimization)
Similar to AEO, with emphasis on optimizing for generative AI systems that synthesize and recommend rather than simply index. Good GEO is also good SEO — shortcuts that harm one tend to harm the other.
Gestational Diabetes
A type of diabetes that develops during pregnancy in patients who did not previously have the condition, caused by hormonal changes that impair insulin function. Gestational diabetes increases the risk of complications including large-for-gestational-age infants, premature birth, and cesarean delivery, and elevates the mother's long-term risk of developing type 2 diabetes. Management requires regular blood glucose monitoring, dietary adjustment, and in some cases medication. Remote patient monitoring platforms like Babyscripts extend glucose tracking into the home, enabling continuous surveillance of blood sugar levels rather than relying solely on clinic-based testing at scheduled appointments.
Git Worktrees
A Git feature that allows multiple working copies of the same repository to exist simultaneously on the filesystem, each checked out to a different branch. In AI-native development, worktrees enable parallel agent execution: separate agents work on separate requirements within the same codebase simultaneously, each on its own branch, without interfering with each other. Tyler describes worktrees as 'magic' for velocity — you're not waiting for one task to complete before starting the next. When all branches pass testing, they merge sequentially. Worktrees transform sequential agent workflows into parallel pipelines.
GitHub Sync (Two-Way)
A Bloom pro feature that connects a Bloom project to a GitHub repository. Code changes made in Bloom push to the repo; changes made in external tools like Cursor or Claude Code pull back into Bloom.
Good Money on Bad Money
The pattern of continuing to invest in a strategy that has already failed, hoping additional capital will change the outcome. A founder trap where sunk cost psychology overrides clear evidence that the go-to-market hypothesis is wrong.
Governance
The rules, permissions, controls, and oversight mechanisms that keep systems safe and compliant.
GPT Wrapper
A thin AI product built on top of a foundational LLM without proprietary data, unique distribution, or genuine differentiation. The category of AI product most founders are building and fewest investors want to fund as foundational models grow more capable. Lacks the defensible IP or distribution moat required for long-term pricing power.
Great Wealth Transfer
The largest intergenerational wealth transfer in recorded history: an estimated $60–90 trillion moving from Baby Boomers and Gen X to Millennials and Gen Z. The transfer is not gradual — the bulk occurs in the next 10–12 years due to the compressed age distribution of the two wealthiest generations. Most inheritors are structurally unprepared: Noyack's 5,000-respondent survey found only 8% of millennials had ever had a serious conversation with parents or extended family about family wealth, limited partnerships, or estate planning. CJ Follini argues this creates both a crisis (wealth destruction through poor decisions and taxes) and an opportunity (the market for financial literacy and democratized wealth management tools is enormous).
Green Vectors
Morphos.ai's patent-pending vectorization technology that reduces vector dimensionality to only what is necessary for accurate retrieval — cutting storage by up to 99.5%, speeding queries 4x, and pushing accuracy to the 99th percentile.
Grounded Training Data
Training data derived directly from real-world, timestamped sources - internal Slack channels, company reports, PDFs, emails, public news archives - rather than generated synthetically by AI. Ben Turtle of LightningRod AI defines grounded data as the antidote to synthetic slop: it contains information the model doesn't already have, sourced from events that actually happened in a specific domain. Grounded training data is what enables a small model to outperform a frontier model on domain-specific tasks - not because the small model is smarter, but because it was taught things the frontier model was never shown.
GTM (Go to Market)
The strategy by which a company brings a product or service to its target audience, including outreach, positioning, pricing, and distribution.
GTM Engineer
A role that emerged around 2024 combining go-to-market thinking with engineering execution. Focused on driving distribution and adoption through technical means — integrations, automation, growth infrastructure — rather than pure product development. Ali cites this alongside Forward Deployment Engineer as evidence that org charts are already changing: roles are collapsing functional boundaries as AI handles more operational execution, leaving humans to combine strategic judgment with technical capability.
Hair Mill
An informal term for high-volume, low-oversight hair transplant clinics that prioritize throughput over quality. Procedures are often performed by non-physicians. Common in Turkey.
Hallucination
When an AI produces factually incorrect or fabricated information.
Hallucination Tolerance
The acceptable error rate for AI outputs in a given system context. In consumer chatbots, high hallucination tolerance is acceptable — wrong answers are annoying but not dangerous. In healthcare eligibility determinations, medication routing, or financial compliance, the tolerance is zero — errors create legal liability, financial harm, or patient safety risks. Designing for zero hallucination tolerance requires architectural decisions (human-in-the-loop checkpoints, output traceability, auditability standards) rather than simply selecting better models. Softheon's target: 99.9999999% accuracy — exceeding air traffic control standards.
Hallucination-Free AI
An AI system constrained to answer only from a specified data set, with no access to the broader internet or general training data. Eliminates invented or inaccurate responses by removing the source of uncertainty — the model can only cite what actually exists in the collection.
Hardware Enclave
A physically isolated memory region built into modern CPUs (implemented as TPM chips, Apple Secure Enclave, Android Strongbox, etc.) that cannot be accessed by the operating system, applications, or external software. Keys and secrets stored in a hardware enclave can be used to sign operations but cannot be read out - even a compromised OS cannot extract them. Every modern laptop, phone, and most connected devices ship with a hardware enclave; CPU manufacturers added them primarily for mobile payments (tap-to-pay) and secure boot. Beyond Identity uses hardware enclaves to store device-bound credentials for authentication. For AI builders: any agent credential or API token not stored in an enclave is theoretically extractable by malware, a compromised dependency, or a developer machine breach.
Headless SaaS
Software-as-a-service that operates without a traditional user interface, designed to be consumed programmatically by AI agents or other software via APIs. Mitchell Jones predicts that the dominant interface for SaaS in the agentic era is not a dashboard — it is an API endpoint that an agent can call on behalf of a user. Headless SaaS is the form factor that aligns with how autonomous agents work: they do not log in, they do not click buttons, they call endpoints. Companies that expose their value programmatically capture agent traffic; those that require human UI interaction do not.
High Consideration B2C
A category of consumer purchase that requires significant thought, research, and time before commitment — mortgages, insurance, real estate, and education. These industries are ideal for AI voice agent deployment.
Higher-Fidelity Capture
The concept that video contains richer information than writing or audio alone because it includes visual and emotional cues.
HIPAA
Health Insurance Portability and Accountability Act. U.S. regulation governing the privacy and security of medical data. A key compliance requirement Morphos.ai addresses with its on-premise Katana deployment.
Historic
An AI video journaling app in iOS beta designed to help founders capture raw thoughts and turn them into structured, searchable memory.
Hot Reload
A development feature where code changes appear instantly in the running application without a full restart. Bloom extends this to live app sharing: when a creator updates their app, all users see the change nearly instantly.
Human AI Team
The near-future organizational unit in which AI is a genuine collaborator integrated into daily work — not a tool occasionally consulted. Feedback flows in both directions: humans evaluate AI outputs, AI evaluates human reasoning and approach, and there may be an AI evaluating how well the human evaluates AI. Geoff's view: the teams that win in the next decade will be the ones who redesign around this model — not just buying tools, but genuinely reinventing how humans and AI work together to achieve outcomes neither could reach alone.
Human Flourishing
Wildwood Ventures' core investment thesis. The full-spectrum experience of thriving physically, mentally, socially, and spiritually — not a vertical, but a lens applied across categories.
Human-in-the-Loop (HITL)
An AI workflow design pattern in which human review, approval, or oversight is embedded at defined decision points within an automated process — not as a fallback when AI fails, but as a structural component of the architecture. In high-stakes environments (healthcare, finance, legal), HITL is not a workaround for AI limitations; it's the accountability mechanism the AI cannot yet provide for itself. The human's role is not to replace the agent's computational capacity but to verify outputs at the moments where hallucination risk is highest.
Human-in-the-Loop AI
An AI system design pattern in which humans remain involved in the workflow to review, correct, or approve AI outputs before they drive consequential actions - rather than operating fully autonomously. Human-in-the-loop is distinct from fully automated AI (where no human reviews outputs) and from purely human-operated workflows (where AI provides no assistance). Mehul Shah's key refinement: the goal is to keep humans in the loop for decisions while removing them from the critical path of execution. The human should not be the bottleneck who processes every document - that is the work AI automates. The human should be the final authority who reviews flagged items and makes the consequential calls.
Hybrid Work Cadence
A structured, rhythmic pattern of in-office and remote work designed to maximize both collaborative intensity (mentorship, real-time decision-making, team energy) during in-person periods and focused productivity during remote periods. Distinct from unstructured hybrid arrangements where employees choose arbitrarily when to come in, a cadence implies intentional design: specific teams or projects aligned to specific in-office days, and remote days protected for deep work. Dan Bladen draws the term from theology and musical theory - the idea that human beings function best within rhythmic patterns rather than either continuous presence or continuous absence.
ICP (Ideal Customer Profile)
A detailed description of the company type and buyer persona most likely to purchase, succeed with, and retain your product — including industry, company size, tech stack, budget range, and decision-making structure. Accurate ICP data is what allows matchmaking platforms to route leads to the vendors they are most likely to buy from.
ICP Channel Match
The principle that the channels used to distribute content and outreach must match where the target customer actually spends their attention - not where the founder is most comfortable or where other founders are most visible. A failure of ICP channel match is one of the most common early GTM mistakes: a B2B founder posts exclusively on LinkedIn because that is where they network with other founders, but their actual buyers (restaurant owners, tradespeople, local business operators) are on Facebook, Instagram, or industry-specific forums. Christian Wiens's validation of Loman's initial product came from a single post in a small business Facebook group - three restaurant owners responded within 30 minutes. LinkedIn would have reached other founders who were impressed; Facebook reached paying customers.
ICP Discovery Sprint
A post-launch research phase where a founder deliberately delays funnel optimization in order to identify the true ideal customer profile. Rather than marketing to the assumed audience, the founder watches for natural clustering in early adopter behavior - which segments retain, which share, which advocate without prompting. The sprint ends when the founder can articulate: 'These 10 specific people love this product for this specific reason.' Only then should positioning, copy, and acquisition be tuned. Medi's approach at Commitify exemplifies this: after Product Hunt traction, he watched for ADHD users, affirmation community members, and Gen Z voice-preference users before committing to any single ICP.
Idea Validation
The process of gathering real-world evidence that a problem exists, that your target customers experience it acutely, and that they would pay for a solution — before building the product. Validation is evidence, not enthusiasm or polite interest.
IDIQ (Indefinitely Delivered, Indefinitely Quantity)
A type of contract that provides for an indefinite quantity of supplies or services during a fixed period. Shield and Golden Dome referenced in this episode are examples.
Illiquidity Premium
The excess return investors earn for holding assets that cannot be easily converted to cash. Alternative investments — real estate, private equity, fine art, venture capital — offer illiquidity premiums over public market equivalents precisely because most investors cannot tolerate being locked up. The flip side: if you are forced to exit an illiquid position early (due to an unexpected cash need), you may have to accept a 70–80% loss on principal. CJ Follini identifies illiquidity as the #1 structural barrier keeping individual investors out of alternatives, and argues it is fundamentally a planning and budgeting problem — not an investment knowledge problem.
IMU
Inertial Measurement Unit, measures acceleration and rotation.
In-Flow Expert Marketplace
A real-time marketplace model where domain experts are available immediately — matched to specific tool or problem types, priced per minute of session time. Contrasted with async platforms (Fiverr, Upwork) that require multi-day posting, vetting, and scoping processes that are themselves flow-breaking. Designed to feel like office hours: casual expert availability, no portfolio management overhead, connection via Zoom with screen share. On Demand Human is the canonical example for the vibe coding use case.
Incumbent
The contractor currently holding a government contract. Understanding incumbent strength — their relationship with the agency, contract lineage, and past performance — is central to the P-Win calculation.
Inference Costs
The computational expense generated when an AI model processes user queries. High inference costs signal heavy, active user engagement.
Inference Costs
The compute costs incurred each time an AI model processes a query. High inference costs signal active, ongoing platform usage and are treated by VCs as a proxy for retention and real engagement — not a liability.
Inference Engine (AI Context)
In the context of Loman.ai, a system that draws contextual inferences from every customer interaction and stores them as a persistent diner profile. Rather than simply transcribing what the caller says, the inference engine captures implicit signals: background noise suggesting children or a social context, dietary patterns suggested by order history, regular timing patterns, and other behavioral cues. These inferences are used to personalize future interactions (surfacing likely orders, suggesting relevant upsells) and will eventually enable personalized outreach. The term distinguishes this layer of contextual reasoning from simple speech transcription or menu lookup - it is the layer that makes the AI agent feel like it knows the customer rather than merely recognizing their phone number.
Inflection Point
The moment growth accelerates, often triggering operational and spending mistakes.
Inner Archetypes
The internal personality structures and emotional patterns — drawn from Jungian psychology — that shape identity and behavior beneath conscious thought. Ziah Orion at Deep Gem Interactive uses generative music to engage these patterns directly, creating sonic experiences that address the emotional layer where change and healing actually happen.
Inner-Outer Leadership Development
Uma's sequenced model for leadership growth: inner development (self-awareness, strengths identification, rewriting limiting stories) must precede outer development (communication tactics, executive presence, stakeholder influence strategy). Applying outer tactics without completing inner work produces technically correct but inauthentic performance that senior leaders can detect and discount. The inner layer is invisible in most corporate leadership programs, which focus almost exclusively on frameworks and behaviors — leaving leaders with tools that don't produce the expected results because the underlying stories haven't changed.
Institutional Memory
Knowledge preserved in systems and processes rather than trapped inside individuals' heads.
Intelligent Navigation
The AI-driven routing of patients to the appropriate care setting, specialist, or intervention before they self-navigate through the healthcare system — which typically means visiting several wrong providers before reaching the right one. Intelligent navigation reduces both cost and time-to-correct-diagnosis by predicting where a patient needs to go based on their data profile, rather than waiting for them to present with a problem and then directing them. Part of Axenya's 40+ condition coverage: identifying not just that something is wrong, but which clinical pathway is most appropriate.
Intent Signaling
Visual or audio cues that communicate what a robot plans to do next.
IP Acquisition
When a founder winds down a company but retains ownership of the technology they built — enabling a fresh start with proven assets, no team overhead, and full control over direction.
IRA Apprenticeship Requirement
A provision of the Inflation Reduction Act requiring that contractors on qualifying renewable energy projects (solar, battery storage, data centers) must have 15% of total labor hours performed by registered apprentices in order to receive the full 5x clean energy tax credit. The first federal law in US history to mandate apprenticeship use. Creates non-discretionary demand for registered apprenticeship infrastructure among non-union construction contractors.
Jevons Paradox
The economic observation that making a resource more efficient increases total consumption of it over time. Applied to AI: making engineers 10x more productive typically creates more demand for engineers, not less — the same pattern seen when spreadsheets were introduced to accounting.
Jungian Archetypes in AI Design
The application of Carl Jung's psychological archetype framework to AI persona design. Jung identified universal character patterns - the Hero, the Caregiver, the Sage, the Trickster, and others - that appear across cultures and resonate at a deep psychological level because they reflect fundamental human experiences and needs. When applied to AI, these archetypes create personas that feel immediately familiar and emotionally coherent. Commitify's Drill Sergeant maps to the Hero/Warrior, the Zen Master to the Sage, the Slay Bestie to a modern Trickster/Companion archetype. The framework provides a rigorous basis for persona differentiation beyond surface-level tone.
Jurisdictional Risk (Product)
The legal, regulatory, and cultural constraints that differ across markets — US, EU, Asia, Australia — and that fundamentally shape what a product can do in each jurisdiction. Founders frequently underestimate these before entering new markets, resulting in expensive late-stage pivots. Even large, well-funded players have failed market entries by assuming local conditions matched home-market experience. Must be mapped before go-to-market strategy is finalized, not after.
Katana
Morphos.ai's enterprise API and SDK product. Allows companies to integrate Green Vectors directly into their existing RAG pipelines without sending proprietary data off-premise.
Knowing Your Business Cold
When a founder's knowledge has moved from intellectual recall to intuitive mastery — no hesitation, no surprise at any question, answers emerge the way a craftsman talks about their trade.
Knowledge Base Training
The process of feeding audio recordings, sales scripts, and objection handling examples into an AI agent so it adopts the cadence, tone, and approach of a specific human salesperson.
Knowledge Library
The personal repository of captured insights a Snipd user builds over time through podcast listening. Distinct from a passive listening history: the knowledge library contains only moments the user actively marked as significant, each preserved with transcript and AI summary. Searchable, shareable, and connectable to external note-taking systems. The intent is to treat accumulated podcast knowledge as a durable, retrievable personal asset — not ephemeral audio that evaporates after each session.
Knowledge Worker Automation
The application of AI to tasks historically performed by white-collar professionals who work with information rather than physical materials - underwriters, analysts, lawyers, accountants, researchers, estimators. Unlike factory automation (which replaces physical labor) or earlier software automation (which replaced rule-based clerical tasks), knowledge worker automation targets judgment-adjacent tasks: reading documents, extracting information, summarizing findings, routing decisions, and populating systems. Mehul Shah's framing: the goal is not to replace the knowledge worker's judgment but to remove the tedious, error-prone, high-volume execution work from their critical path - freeing them to apply their expertise to the decisions that actually require it.
Large Language Model (LLM)
A machine learning model trained on large text datasets to generate language.
Latency
The delay between a user's spoken input and an AI agent's verbal response. High latency breaks conversational naturalness and increases call hangup rates.
Learning Agility
A founder quality that describes the ability to take in new information, update beliefs, and adapt strategy without losing core conviction about the problem being solved.
Legacy Mainframe Data
Structured data housed in IBM mainframe systems that predate cloud infrastructure and modern data formats. Mainframes are still used by 75% of Fortune 500 companies for mission-critical operations including banking transactions, insurance records, and government benefit systems. The data they store is often accurate and well-structured but entirely siloed - incompatible with cloud APIs, inaccessible to modern AI systems, and unable to communicate with newer cloud data stores without explicit migration or transformation. The US government spends $80 billion per year maintaining legacy mainframe infrastructure that could theoretically be migrated. David Carmel cites the total annual cost of legacy data technical debt in the US at $1.52 trillion per year.
LiDAR
Light Detection and Ranging. A sensor technology that uses laser pulses to map environments in 3D. Generates extremely large, dense data streams — one of the primary use cases Green Vectors addresses in miltech applications.
Lifecycle Agentic Flow
Ehsan Mirdamadi's term for AI tools that span the entire software development lifecycle: writing code, committing to repos, running code reviews, debugging, and iterating. Distinguished from point solutions that assist at one step. Devin is the primary example. Designed for engineering teams who already have architectural context and a development workflow; not designed for non-technical founders who need requirements generation and full-stack scaffolding.
Living Story
An AI-stitched narrative combining multiple participants' contributions into a cohesive memory artifact.
LLM Benchmark Convergence
The narrowing of performance gaps between frontier models (GPT, Claude, Gemini) as all approach ceiling benchmarks on standard evaluations. Users switch models for marginal improvements, then switch back. Actual loyalty is driven by workflow integration, API familiarity, and developer preference rather than raw capability differences. The meaningful quality signal that persists through convergence: developers voluntarily paying 4–20x more for Anthropic than for cheaper Gemini-equivalent performance — a revealed preference that tells you more than benchmarks do.
LLM Readability
Whether a website or piece of content is structured in a way that AI systems can accurately parse, interpret, and cite — encompassing schema markup, FAQ structure, and content clarity.
LLM SEO
The practice of optimizing content to be cited and surfaced by AI language models in their responses, distinct from traditional keyword-based Google SEO. Authoritative, well-structured content that earns Google trust tends to transfer to LLM citation — making early investment in content quality doubly valuable as search behavior shifts toward AI-generated answers.
Local AI
AI processing that occurs on a user's device rather than in the cloud.
Local AI
An AI model or system that runs entirely on a user's own hardware, with no data sent to external servers. Eliminates cloud privacy risk and enables hallucination-free responses when the model is constrained to a specific local data set.
Long-Term Conversational Memory
A technical capability that allows an AI agent to retain context across multiple sessions over days, weeks, or months - referencing prior conversations, tracking commitments made, and building a longitudinal understanding of the user. Distinct from in-session context (which resets after a conversation ends), long-term memory enables genuinely cumulative relationships. In accountability products like Commitify, this capability is the core retention mechanism: the value increases with each call because the AI remembers what you said last time and can follow up on specific commitments.
Longitudinal Health Record
A continuous, unified record of a patient's medical history across all providers and time periods — as opposed to the fragmented, institution-specific records most patients currently have. A patient may have three separate Epic instances at Stanford, UCSF, and Palo Alto Medical, each invisible to the others. A true longitudinal record integrates all of them and is the foundation of Diagnostic MD's whole-person approach.
Lower Middle Market
Businesses generating approximately $100M/year in revenue, often family-owned for decades, with accumulated proprietary data, SOPs, machine configurations, and operational knowledge that is vastly underutilized by software. Josh Furstoss's identified highest-value untapped market for vertical AI — unglamorous, cash-flowing, and largely ignored by founders from elite technical backgrounds.
LP Interest (Limited Partner Interest)
A proportional ownership stake in a limited partnership fund, entitling the holder to a share of the fund's assets and returns without direct management authority over the underlying investments. In Collective Liquidity's exchange fund, contributors receive LP interests representing their proportional share of the diversified pool of private company shares. Unlike direct stock ownership, LP interests in a diversified fund provide quarterly liquidity (the fund provides a mechanism to borrow against or exit LP interest), can be used as collateral for lower-cost loans than single-stock concentration would allow, and enable access to wealth management strategies like donor-advised fund contributions that are impractical with illiquid single-company shares. The LP interest is the instrument that converts illiquid, concentrated private company equity into a more flexible, manageable financial asset.
Luau
Josh Gilmer's other company, focused on using AI to help orchestrate social life and keep important relationships from drifting apart.
Market Timing
The alignment between a product's launch and market conditions that make adoption natural. Mike's NFT metaverse startup succeeded in part because the timing was perfect during the 2021 boom; the same product would have failed 18 months earlier or later. A component of startup success that is not fully controllable but is prospectively analyzable — founders should assess timing explicitly before committing to a category rather than assuming a good idea will overcome a bad moment.
MCP (Model Context Protocol)
Anthropic's open protocol for connecting external tools, APIs, and data sources directly to Claude and other AI systems. BrainGrid's MCP integration allows Claude Code to pull requirements and atomic tasks directly from the BrainGrid API during a session — the developer types 'build this requirement' and the agent retrieves the full specification automatically, without manual copy-paste. MCP enables AI tools to compose with each other: BrainGrid as the planning layer, Claude Code as the execution layer, integrated seamlessly through a shared protocol.
MCP (Model Context Protocol)
A protocol that allows AI models like Claude to connect to and invoke external tools and services from within their interface. In Mitchell Jones's framing, installing the Lava MCP inside Claude Code transforms the coding environment into a multi-service platform: the agent can call paid external APIs, retrieve real-time data, and complete cross-service workflows without leaving the context window. MCP is the plumbing standard that makes agentic gateways like Lava composable with any compatible AI environment.
Meaning-Layer Product
A product category that competes on emotional, relational, or existential value rather than time savings or feature count. Meaning-layer products are not comparison-shopped the same way utility products are — the value is specific, personal, and not fungible. Deep Gem Interactive's generative music for grief and relationships is a meaning-layer product.
Medical Tourism
The practice of traveling internationally to receive medical or cosmetic procedures, often at significantly lower cost than in one's home country while maintaining or exceeding quality standards.
Metacognition
The deliberate practice of thinking about how you're thinking: what cognitive work to keep in your brain, what to outsource to AI, and — crucially — what questions are even worth asking. In an AI-native workflow, metacognition is the foundational skill. When you can get an answer to any question in two seconds, the scarce capability isn't answering; it's knowing which questions to ask and which thinking to preserve as a human function. Most company AI training covers prompting; almost none covers metacognition.
Mind-Body Connection (Clinical)
The medically documented relationship between psychological factors — trauma, stress, grief, relational patterns — and physical health outcomes. Systematically excluded from EHRs despite strong research support for its medical relevance. A patient whose chronic condition developed following a major life stressor is presenting a clinical signal that never makes it into a standard clinical note. Diagnostic MD's life story data stream is designed to capture what institutional records structurally cannot.
Minimum Effective Dose
Building or doing the least amount legally and operationally required to make a system functional — borrowed from pharmacology (the minimum dose required for therapeutic effect). In operations, it means studying actual legal requirements, identifying everything that exists only because someone was incentivized to create it, and eliminating all of it. Andy Seth applied this to the National Apprenticeship System to reduce compliance overhead to what is genuinely required by law.
Moat
A sustainable competitive advantage. In the current AI environment, technological moats are weakening while data, distribution, and network moats are strengthening.
Mobility Hubs
The emerging repurposing of underutilized structured parking garages into multi-use urban logistics infrastructure. Post-COVID, structured parking in tier-1 and tier-2 cities dropped from 75–80% occupancy to roughly 40%. CJ Follini's investment thesis: ground floors and mid-levels become micro-fulfillment centers (Amazon/Walmart lockers, cold storage for artisanal grocers who need 2,000 sq ft of refrigerated space but can't afford million-square-foot regional facilities), while rooftops become landing pads for eVTOL (electric vertical takeoff and landing) air taxis — with companies like Joby and Archer actively scouting structured parking rooftops. The first commercial urban eVTOL flights are expected in Q4 2026. Mobility hubs convert a depreciating asset into layered logistics infrastructure at the center of last-mile distribution.
Modern Portfolio Theory (MPT)
Harry Markowitz's Nobel Prize-winning framework for constructing portfolios that maximize expected return for a given level of risk by combining assets with low or negative return correlations. Popularized for institutional investors by David Swensen at Yale, whose endowment achieved #1 performance for 20 consecutive years by diversifying heavily into alternative assets (real estate, private equity, natural resources) rather than concentrating in public equities and bonds. CJ Follini spent 35 years applying MPT principles for ultra-high-net-worth families and is now embedding the same framework into Noyack's Profit AI portfolio optimization agent for individual investors.
Morning Focus
A journaling mode for setting intentions, outlining priorities, and noting how you feel at the start of the day.
Morning Focus Session
A brief daily video recording at the start of the day covering your plan, upcoming meetings, and emotional state going in. One of three core session types in the Historic video journal system.
Multiplayer Agent Platform
A shared environment where teams can discover, reuse, extend, and govern agents together.
MVP Builder
Ehsan Mirdamadi's fourth category of AI coding tool, distinguished from prototyping tools by intent and output quality. A prototyping tool generates something to click through and experiment with — designed to be cheap and fast to throw away. An MVP builder generates a minimal viable product: production-ready code built to scale from day one, complete with back-end, data models, and structured handoff for the last mile. The distinction matters because founders often use Category 2 (prototyping) tools expecting Category 4 (MVP) output.
Natural Features
Real world visual landmarks, edges, textures, and objects used for localization.
Negative Selection Bias (Fund Design)
A structural risk in investment funds where the participants most likely to enter are those most worried about their position - creating a pool that is systematically skewed toward higher-risk or lower-quality holdings. In an exchange fund context, if any private company shareholder can contribute their shares, the people most motivated to exchange are those who have the worst information about their company's prospects. Collective Liquidity solves this by reversing the process: rather than accepting any shares offered, it pre-defines the universe of eligible companies using objective financial criteria (market cap, revenue, growth trajectory). Anyone contributing to the fund can see the quality bar applied to every other company in the pool, and the fund's investment committee maintains it actively. The pre-approval structure converts a potential adverse selection problem into a quality signal for participants.
No Free Lunch (AI)
The principle that cloud AI platforms offering free or subsidized access to powerful models typically extract value through terms-of-service rights to user data — for training, analysis, or resale. Every convenient upload to a free or low-cost AI tool is an implicit transaction with your data as the currency.
Non-Deterministic Software
Software whose outputs cannot be precisely predicted from a given set of inputs. Unlike deterministic programs (if X then always Y), AI systems produce probabilistic outputs that may vary given identical inputs — because they generate based on statistical patterns rather than explicit rules. The core challenge for AI deployment in high-stakes, safety-critical, and regulated applications: you can estimate what an AI agent will do, but you can't lock it in the way traditional software guarantees outputs. More advanced models become less deterministic over time, not more.
Non-Exclusive Distribution License
A license granted to creators permitting commercial use and distribution of their work, with no ownership or publishing rights retained by the platform. Removes legal friction from the creative process — the creator owns the output entirely. Used by Overtune to keep the platform frictionless for musicians.
Non-Provisional Patent
The formal patent application that initiates examination at the USPTO and, if approved, results in a granted patent with up to 20 years of exclusivity. Requires formal claims (the legal boundaries of the invention), patent drawings, and a detailed specification. Industry average cost to draft and file with an attorney: $10,000–$15,000. Enters a back-and-forth examination process with a USPTO patent examiner that can include multiple office actions requiring paid attorney responses. SenseIP handles non-provisional drafting, filing, and prosecution (examination responses) for $5,000, inclusive of the entire cycle.
Non-Traditional Defense Contractor
A company without a history of federal contracts, increasingly being courted by the government as it pushes for faster, cheaper innovation through OTAs and rapid prototyping programs.
Non-Violent Communication (NVC)
Marshall Rosenberg's four-step communication framework: (1) observe specific behavior without evaluation, (2) name the feeling it creates in you, (3) articulate the need behind that feeling, (4) make a concrete, actionable request. Designed to produce assertive communication that is firm and explicit without being aggressive or blaming. The word 'non-violent' refers to the absence of psychological aggression — no accusations, no character attacks, no implied threats — while still holding fully to the substance of the message.
Norwood Scale
The standard classification system for male pattern baldness, from Type 1 (minimal loss) to Type 7 (extensive). Clinicians use it to determine whether a patient needs one or multiple transplant sessions.
Nvidia Jetson
A family of embedded AI computing modules designed to run machine learning models on edge devices. Commonly used in robotics and autonomous systems. Morphos.ai is exploring Jetson Thor integration for humanoid robotics.
O-1 Visa (Extraordinary Ability)
A US nonimmigrant visa originally designed for Nobel Prize-level talent, broadened over time to include entrepreneurs, athletes, and others with documented extraordinary achievement in their field. Cy qualified through the Caribou acquisition by Mattel and the Apple iPad Air 2 keynote feature. The irony: being rejected from every graduate job in the UK was the precondition for being eligible — without that rejection, he would never have started the company.
Odometry
Motion estimates from wheels or legs.
Open Source Security Model
The belief that transparent code can become more secure through wider expert review.
Open-Source LLM Strategy
The decision to release AI model weights and architecture publicly, enabling community contribution, local deployment, trust verification, and developer adoption at scale. China's approach: all major LLMs released open source. US approach (except Meta): all major frontier models remain closed. Open source compounds via the scientific method — thousands of contributors find flaws, optimize, build smaller deployment-specific variants, and expand use cases. The strategic argument: whoever wins developer adoption wins the long-term market, and open source is how you build with developers rather than selling to them.
Opinionation
A product design philosophy where the platform makes deliberate, constrained technology choices on behalf of the user — reducing decision fatigue and enabling more reliable AI-assisted code generation.
Opted-In Lead
A prospect who has voluntarily submitted their contact information and agreed to be contacted, typically through a form submission. Distinct from cold calling, which is illegal for AI agents in all 50 US states.
Orchestration
Coordinating multiple tools, agents, or workflows so they operate together correctly.
Orchestrator (AI Context)
The decision-making layer in an AI simulation system that ingests multimodal signals — facial expression, speech content, audio tone — and selects the appropriate next response or scene.
OTA (Other Transaction Authority)
A contracting mechanism that bypasses the Federal Acquisition Regulation, allowing faster and more flexible procurement — sometimes with turnarounds as short as 30 days. Adoption has accelerated significantly under the current administration's rapid prototyping push.
Outcome-Aligned Revenue
A payment structure in which a vendor earns revenue only when their product produces a measurable improvement in the client's outcomes. In healthcare, typically structured as a share of the savings generated relative to a baseline (e.g., market cost growth rate). Contrasts with fee-for-service (paid per treatment delivered) and SaaS (paid per seat regardless of result). Outcome-aligned revenue creates structural accountability: the vendor's financial interests and the client's health interests are identical, eliminating the incentive to deliver inputs that don't produce outputs.
Outcome-as-a-Service
A business model in which a company sells a delivered result - the hired candidate, the filed permit, the completed design system - rather than access to a software tool or platform. Distinct from SaaS (which charges for tool usage) and traditional professional services (which charge for human hours), outcome-as-a-service charges for the actual output the customer wanted. AI makes this model economically viable at scale for the first time: the marginal cost of executing the outcome has fallen dramatically, allowing small teams to profitably deliver results that previously required large staffing operations. The customer pays for relief rather than capability, which shifts pricing anchors upward and reduces price sensitivity. Brennan's framing: 'for the first time ever, you can sell outcomes not tools.'
Outcome-Based Pricing
A pricing model in which value is exchanged for results delivered — a business metric moved, a goal achieved — rather than hours worked or features shipped. Wednesday moved from hourly billing to per-sprint to outcome orientation. Ali's view: effort is increasingly abundant and AI is making it more so; judgment and results are the scarce inputs, and pricing should reflect that scarcity rather than the commodity of time.
Over-Provisioned LLM
A large language model deployment in which the model is being fed significantly more raw, unclean, or poorly structured data than necessary - compensating for data quality problems with raw compute power rather than fixing the underlying data. The result is higher cloud infrastructure costs, increased latency, and often lower output quality than a well-structured smaller-context approach would produce. David Carmel uses the metaphor of 'dropping bunker busters to break up data when a scalpel would work.' An over-provisioned LLM is typically a symptom of an upstream data quality problem that has not been addressed: rather than cleaning the data, the organization throws more model capacity at it and hopes the model can compensate.
P-Win (Probability of Win)
The internal metric defense contractors use to decide whether to pursue an opportunity. Higher P-Win means more resources get allocated to the pursuit.
P&L (Profit and Loss Statement)
Financial report showing revenue, expenses, and profit over a period.
Painkiller vs. Vitamin Product
A product positioning framework distinguishing between products that solve acute, immediate pain (painkillers) and products that provide incremental improvement without addressing a crisis (vitamins). Painkillers generate inbound demand because buyers are actively searching for relief; vitamins require outbound education because buyers do not feel the absence acutely. The distinction has major implications for sales motion, pricing power, and customer urgency. Dan Bladen's pivot example: wireless charging infrastructure in offices was a vitamin - nice to have, but the office functioned without it. Desk booking software during COVID was a painkiller - companies were actively searching for a solution to an urgent, expensive problem and would close quickly.
Para-verbal Communication
The elements of speech beyond the words themselves: tone, pacing, pitch, and volume. Distinct from non-verbal communication, which refers to body language and facial expression.
Patient Data Ownership
The emerging shift in healthcare from facilities owning patient records to individuals controlling and owning their own longitudinal health data — enabling personalized, AI-powered care that follows the patient rather than the institution.
Patient Portal Centric
A product architecture in which the patient — not the institution — owns, controls, and contributes to their health record. Enables integration of data across provider silos that have no incentive to share with each other, and allows inclusion of patient-generated context (life story, wearable data) that clinical systems cannot capture. The consumer-facing ownership model is the architectural enabler of the whole-person diagnostic approach.
Pattern Language
Christopher Alexander's architectural concept applied to digital product design: every interface is composed of recurring patterns — buttons, navbars, cards, modals, prompts — each with explicit rules and constraints. Building from patterns rather than inventing screens from scratch enables consistency, predictability, and AI-generated enterprise experiences. Chris Strahl frames it as the foundational shift: when you design patterns instead of screens, everything downstream — development, QA, AI generation — becomes tractable.
Pay Per Transaction
A pricing model in which users pay per use, per action, or per output rather than a recurring subscription. Cy advocates for more AI tools offering this model — many tools would see substantially higher adoption if users could pay $1–5 for a single use rather than committing to $20/month subscriptions that create guilt when underused. Better for casual or episodic use cases; harder to build investor narratives around than subscription ARR.
Pay-Per-Minute Pricing
A pricing model for time-based expert services providing full transparency to both parties per unit of time consumed. Lowers friction for helpers to offer casual availability ('I've got 30 minutes, let me see what comes in') vs. committing to a full freelance engagement. Makes value exchange continuous and visible: both sides know the per-minute rate, the running total, and what's being paid for. Creates a market for brief high-value interventions (10–20 minute sessions) that hourly or project-based pricing structures don't accommodate.
Payroll Freeze
A hiring pause in which companies stop adding new headcount without necessarily laying off existing employees. Describes how AI is currently affecting employment more than through outright job cuts.
Payroll Freeze
A hiring pause in which companies stop adding new employees while maintaining existing headcount, often as a hedge against uncertainty rather than a response to declining revenue. Colin's read on AI's current primary impact on the labor market.
Pearl Below the Mattresses
A metaphor for the buried root cause of a medical condition: the real origin is hidden beneath layers of symptoms, partial records, and institutional blind spots — like the pea beneath twenty mattresses in the fairy tale. Effective diagnosis requires systematically removing each layer rather than treating the surface presentation. Haresh Patel's own tinnitus resolved when a chiropractor found and corrected a spinal misalignment from a fall years earlier — not advanced technology, just looking at the right layer.
Perceived Complexity Arbitrage
The gap between how complex consumers believe their tax (or legal, medical, financial) situation to be and how complex it actually is. CPAs have historically exploited this gap to justify high fees, slow service, and captive client relationships — not maliciously, but structurally. AI that collapses perceived complexity by showing people what their situation actually requires can disrupt incumbents without needing to outcompete them technically.
Person-to-Desk Ratio
The number of employees per physical desk in an office - a key metric for corporate real estate planning. A 1:1 ratio means every employee has a dedicated desk; a 3:1 ratio means three employees share one desk across different days or shifts. Pre-pandemic, most companies operated near 1:1. Post-pandemic hybrid adoption has pushed many companies toward 2:1 to 4:1 ratios, enabling significant real estate cost reductions. Dan Bladen cites desks costing $15,000 to $40,000 per year all-in; moving from 1:1 to 3:1 effectively reduces the real estate cost per employee by two-thirds. Managing a higher ratio without creating 'no desk' situations on high-demand days is the operational problem Kadence solves.
Persona Architecture
The deliberate design of distinct AI characters with consistent voice, behavioral patterns, and identity - each mapped to a recognizable human archetype. In AI products, personas function as both UX differentiation and distribution channels: each persona attracts a specific audience segment and creates shareable identity moments. Effective persona architecture draws on established psychological frameworks (Jungian archetypes, cultural identities) to give characters depth beyond surface-level branding. Commitify's six personas - Life Coach, Zen Master, Slay Bestie, Hype Beast, Drill Sergeant, CEO - each serve as acquisition vectors targeting distinct communities.
Persona Mapping
Identifying the target user, decision maker, pain points, and motivations.
Personal Data Lake
An individual's curated pipeline of personal context shared with AI tools — the personal-scale equivalent of an enterprise data lake. Raises strategic questions: what data do you share with which systems, does it stay on-device (Apple Intelligence model) or go to servers (Google model), and which companies do you trust as data stewards? Geoff sees an emerging bifurcation between ad-funded AI services and privacy-preserving paid services — with major trust implications for both.
Pharmacogenomics
The study of how an individual's genetic makeup affects their response to drugs — determining which medications will be effective, which will be ineffective, and which may cause adverse reactions for a specific patient. Part of the broader personalized medicine movement. As genetic sequencing costs collapse and AI accelerates biomarker interpretation, pharmacogenomics enables physicians to prescribe based on individual biology rather than population-average clinical trial results. Eugene identifies this as a near-term frontier for AI-assisted healthcare, particularly for diseases like cancer that are inherently personalized.
Picture-in-Picture (PiP) Onboarding
A browser-based technique that keeps an AI agent overlay persistent and visible as users navigate across tabs and third-party integrations during onboarding. Traditional tooltips and walkthroughs disappear the moment the user leaves the product page; PiP onboarding maintains goal state and real-time guidance regardless of where the user is in their browser. Quarterzip uses PiP to ensure the agent remains present when users must connect external tools (HubSpot, Atlassian, GitHub) as part of their setup flow — preventing context loss at the exact moment users are most likely to abandon.
Pirate Metrics (AARRR)
The Acquisition, Activation, Retention, Referral, Revenue framework for measuring product health at each stage of the user journey — named for the acronym sounding like a pirate. Ali Hassan focuses primarily on Retention, Referral, and Revenue as the metrics that distinguish real traction from vanity spikes. Benchmarks: B2C needs 50% day-1, 25% day-7, 10-15% day-30 retention; B2B needs 20-30% constant through day 30.
POC (Proof of Concept)
A pilot project demonstrating feasibility without full commitment.
Population Health Management
The practice of managing health outcomes across a defined population (a company's workforce, an insurer's members) rather than treating individual patients episodically. Requires aggregate data analysis, risk stratification across the full population, and proactive outreach to the highest-risk cohort before they present as acute cases. The economic logic: a small percentage of any population (typically 5%) drives the majority of healthcare costs. Identifying and intervening with that cohort early — before catastrophic events occur — is where the majority of preventable cost resides. Axenya's navigation nurses cover the top 5% of risk in each monitored population.
Power to Spare
A creative and business philosophy of intentional restraint: never showing your full capability at once. In music, it is the silence between notes. In product design, it is the features deliberately withheld. The knowledge that you could go further — and choosing not to — signals mastery and control.
Pre-Digital Market
An industry that has not meaningfully adopted digital tools or workflows beyond basic email and websites. Tax preparation for individuals is characterized as pre-digital — not just pre-AI. The significance: pre-digital markets require less displacement of existing technology (there is little to displace) and more replacement of human-bottlenecked processes. Disruption requires less technical competition and more behavioral change.
Pre-MVP Concept Validation
Testing a product concept before building an MVP: a landing page, a waitlist, a single-function prototype, or direct customer interviews. The goal is to confirm the problem is real and users want to interact with it the way you imagine — before committing engineering resources. Most founders skip this and build the wrong thing at full cost. The example: ask users how they'd log in before building auth. If everyone says Google and Facebook and you build Telegram, you've wasted the sprint on a feature nobody needed.
Pre-PMF Stage
The phase between having an MVP and achieving product-market fit. Characterized by high uncertainty about what to build, active customer discovery, and rapid iteration. During this phase, technical excellence is explicitly not needed — what matters is the fastest path to understanding what customers will pull and pay for. The founder's four jobs at this stage: marketing, sales, customer conversations, and fundraising. Everything else is delegated.
Pre-Seed
The earliest formal stage of startup funding, typically used to validate an idea, build a prototype, or hire a first co-founder before a formal seed round.
Pre-Seed
The earliest stage of institutional funding — before seed — typically when a company has little to no revenue and investors are betting almost entirely on the founding team and the problem thesis.
Prediction Market
A real-money market where participants trade contracts on the outcomes of future events. The price of a contract represents the market's aggregated probability estimate for that outcome occurring. LightningRod used Polymarket - the largest prediction market - as a live benchmark: train a model on public news using the chronological prediction method, have it place real bets, measure profit and calibration against GPT-4, Claude, Gemini, and other frontier models. The small LightningRod model won. Ben Turtle has mixed feelings about prediction markets broadly: they create strong incentives to surface private information into prices, but they also lower the barrier to problem gambling.
Predictive Surfacing
The AI capability to surface relevant information, context, or the next action before the user knows to ask for it. The difference between a reactive tool (responds to queries) and a proactive system (anticipates needs). The hallmark of genuinely AI native product design.
Predictive Systems
Tools that anticipate user needs based on data patterns.
Preeclampsia
A pregnancy complication characterized by high blood pressure and signs of damage to other organs — most often the liver and kidneys — typically developing after the 20th week of pregnancy. Preeclampsia is one of the leading causes of maternal and fetal morbidity and mortality in the United States. Because blood pressure elevation can develop and escalate rapidly between prenatal appointments, continuous remote monitoring of blood pressure during pregnancy is specifically designed to detect preeclampsia risk signals early enough to allow clinical intervention before the condition becomes life-threatening.
Presence
Deliberate attention to current experience without distraction.
Present Cash Value
A financial concept describing the current worth of a future sum of money, discounted for time and risk.
Prevailing Wage
A government-compiled benchmark of wages paid by occupation and county, derived from surveys across the country. On qualifying federal and state construction projects, contractors must pay workers at or above the prevailing wage for that occupation and location. Often cited as protective for workers, but frequently lower in practice than what competitive private employers already pay — a fact that exposes how the survey methodology (often drawing from union-reported wages) shapes the baseline.
Prevention vs. Sick Care
The distinction between healthcare systems designed to detect and prevent disease before it produces symptoms (prevention) versus systems designed to treat illness that has already declared itself (sick care). Most modern healthcare infrastructure is optimized for sick care because incentive structures reward treatment delivery, not disease prevention. Chronic diseases — which can progress asymptomatically for years — are structurally mismatched with sick care models. The prevention gap is compounded by insurance contract length: annual policy renewals mean no single insurer has the multi-year horizon required to recoup investments in prevention.
Prior Art
Any publicly available evidence that an invention was already known before the filing date of a patent application — including prior patents, academic papers, product documentation, published code, or public demonstrations. The existence of prior art that fully covers an invention will result in patent rejection. SenseIP's AI agent Leo surfaces prior art during the idea validation phase and uses it constructively: showing founders exactly which element of their idea overlaps with existing patents, and prompting them to identify what makes their approach genuinely different or novel. Prior art search is the intelligence layer of the patent process.
Priority Date
The official filing date of a patent application, which determines which inventor has superior rights when two parties claim the same invention. Under the America Invents Act (2011), the United States switched from a first-to-invent system to a first-to-file system: the first person to file a patent application wins priority, regardless of who actually invented the idea first. This makes the priority date the single most important protective action an inventor can take before disclosing an idea publicly. A provisional patent filing establishes priority date immediately, even before a full application is complete.
Privacy-First Architecture
Design principle prioritizing data ownership and local control.
Private Social Network
A photo-sharing or content network restricted to trusted personal connections — friends, family, communities — rather than the public internet. Designed for recall and connection rather than algorithmic reach and social capital.
Proactive AI Agent
An AI system that initiates contact with users rather than waiting to be invoked. Unlike reactive chatbots or on-demand tools, a proactive agent operates on a schedule or trigger and reaches out first - via phone call, push notification, or message. The behavioral shift is significant: the user does not have to remember to engage, reducing activation energy and creating a pattern that resembles a relationship rather than a tool. Commitify's AI coaches are a canonical example: they call the user's phone at a scheduled time, regardless of whether the user has opened an app.
Problem-Solution Fit
The state in which a clearly defined customer problem is matched to a proposed solution that customers recognize as addressing their real need — established through customer conversations before building. Distinct from product-market fit, which requires a working product in a paying market.
Process Redesign (AI-Native)
Designing workflows from scratch based on what AI makes newly possible, rather than automating existing steps. Geoff's key distinction: existing processes are engineered around human cognitive limits (six to seven post-it notes, six to seven ideas, focus group testing). AI-native redesign discards those constraints: generate 300 customer needs, 400 product ideas, synthetic-test all of them, and only bring human judgment to bear on the handful that survived automated filtering. The result isn't a faster version of the old process — it's a fundamentally different architecture.
Process-Oriented Offshore Roles
Job functions well-suited to remote offshore staffing because they operate on defined processes, measurable outputs, and minimal need for ambient daily communication with on-site leadership. Characteristics: clear deliverables, documented workflows, outcomes that can be monitored asynchronously, and limited dependency on reading the room or navigating unspoken organizational dynamics. Examples Nicolas cites: accounting, HR support, customer success, client onboarding, and software development. Contrast with roles that are harder to offshore: creative marketing (requires constant iteration with stakeholders), early-stage leadership (depends on filling undefined gaps), and any function where success requires being physically present in the team's daily culture.
Product-Led Growth (PLG)
A go-to-market strategy where the product itself drives user acquisition, retention, and expansion rather than traditional sales or marketing. Bloom's strategy relies on users sharing apps they build, exposing new users to the product organically.
Production-Ready App
An app that meets security requirements (no exposed PII, no auth vulnerabilities), passes App Store or Play Store review (account deletion flows, privacy disclosures, content guidelines), handles real customer data reliably, and performs correctly at scale. Visually and functionally indistinguishable from a prototype at demo time — the difference is entirely in what happens when real customers use it. The gap between 'demo-ready' and 'production-ready' is the core problem Woz was built to solve for non-technical founders who don't know what they don't know.
Productivity Metric
The actual definition of useful output inside a company, which may differ from superficial activity.
Productivity Zombie
A founder or builder who has over-optimized for AI-assisted output at the expense of emotional depth and felt experience. Produces more, feels less, and panics when the tools go down — because the tools have become a substitute for interiority rather than an extension of it. Ryan Estes's term for the failure mode of using AI to move faster without ever asking whether the direction is right.
Prompt Injection
A cybersecurity vulnerability in AI systems where malicious instructions are embedded in input data to manipulate the model's behavior. One of the most important open security problems in enterprise AI deployment.
Proprietary Data Moat
A defensibility strategy where a startup's unique dataset produces LLM outputs that public models cannot replicate, because public models regress to the mean of their training inputs.
Prosody
The rhythm, stress, and intonation of spoken language. EmpathEQ's system analyzes prosody as a signal for how a nurse is communicating — not just what they are saying.
Prototype and Prune
A design workflow replacing the traditional comp → handoff → build waterfall: use AI to generate multiple real, enterprise-appropriate prototypes grounded in design system context, then let a human with taste prune to the right one. Coined by Jules at Meta, reinforced by Scott Belsky. The key insight: AI is a proxy for skill (production execution) but not taste (judgment about which correct option fits this context). Human curation is the irreducible step — and now it is the entire job.
Provisional Patent Application
A low-cost, informal filing at the USPTO that establishes a priority date without requiring formal claims, patent figures, or legal formatting. Filing fee as low as $65 for micro-entities (individual inventors meeting USPTO criteria). Grants 12 months of patent-pending status during which the inventor can disclose the idea, fundraise, and build without losing patent rights. Must be converted to a full non-provisional application within 12 months to mature into a granted patent. Ophir cites provisionals as the most criminally underused tool in the founder's legal stack: only ~170,000 filed per year in the US versus ~700,000 non-provisional applications, despite the expected ratio being the inverse.
Push to Publish
The practice of using AI to generate and syndicate mass content for the purpose of influencing LLMs. Widely considered a black-hat approach with long-term delisting risks as AI systems get smarter at detecting low-quality sources.
RAG (Retrieval-Augmented Generation)
A method of giving an LLM access to external documents by converting them into vectors and retrieving relevant chunks before generating a response. The foundation of enterprise AI search.
Reactivation Campaign
An outbound AI voice campaign targeting leads who previously expressed interest but never converted, using personalized CRM context to restart the conversation.
Reactivation Campaign
A bulk outreach to a business's dormant past-customer list — typically via text — offering a discount or incentive to rebook. Stone Systems uses AI-powered text blasts to generate $50K–$100K in new booked work from contacts contractors already had and had stopped activating. Functions as the fastest proof-of-value mechanism after onboarding, converting skeptical new customers before they have any reason to cancel.
Recall
The ability to revisit and emotionally reconnect with past experiences.
Registered Apprenticeship
A formal apprenticeship program registered with the US Department of Labor or a State Apprenticeship Agency, meeting National Guideline Standards for a specific occupation. Required for contractors to meet IRA apprenticeship mandates on qualifying renewable energy projects. Notoriously complex to establish — 700,000 registered apprentices in the US represent just 0.4% of the workforce, a number propped up by billions in federal funding.
Remote Patient Monitoring (RPM)
A care delivery model in which patients are monitored outside of clinical settings using connected devices that transmit health data — blood pressure, glucose levels, weight, symptoms — directly to their care team. RPM enables continuous surveillance of patient health between appointments, creating a data loop that allows providers to detect escalating conditions before they become emergencies. Babyscripts applies RPM specifically to pregnancy: patients receive a connected blood pressure cuff and companion app at home, and their OB-GYN care team receives real-time alerts when readings require clinical attention.
Render to Reality
The practice of creating detailed visual or written representations of a future state — pitch decks, prototypes, mockups — to make a vision feel real enough to act on, share, and fund. From Latch CEO's philosophy: if you can render something and make it feel real, it begins to manifest. The mechanism behind 'decks get checks': a designed deck with a market slide and team page is something investors can react to; a rough Apple Notes entry is just a thought.
Reproducibility
The ability to recreate the same result using the same inputs, steps, and conditions.
Requirements Elicitation
The process of extracting and formalizing a founder's business objectives and translating them into technical requirements before writing any code. The CTO's core job. Without it, code generation produces something technically functional that solves the wrong problem. Lio automates this through guided prompting: it interviews the founder about business objectives, ICP, user types, and success criteria — generating a technical scope document before touching any code generation.
Rev Rec
Revenue recognition — the accounting process of formally recording when and how revenue is counted on the books, which becomes significantly more complex with usage-based or incremental billing models. Mitchell Jones flags rev rec as a structural challenge for agentic payment infrastructure: when revenue is generated in micro-increments across thousands of agent calls per hour, the accounting system must decide how to aggregate, batch, and recognize those transactions in a way that satisfies audit standards. The mismatch between real-time usage events and traditional billing cycles is one of the underappreciated infrastructure problems in the agentic economy.
RFI (Request for Information)
An early-stage government document used to gauge market capabilities before issuing a formal solicitation. Often the first public signal that a contract is coming — and by then, sophisticated contractors have already begun shaping the requirements.
RFP (Request for Proposal)
The formal solicitation document that triggers the competitive bidding process. By the time this posts, sophisticated contractors have already begun shaping the requirements in their favor.
ROAS (Return on Ad Spend)
Revenue generated per dollar spent on ads; can look great while the business still loses money.
ROAS (Return on Ad Spend)
Revenue generated per dollar spent on advertising. A 4x ROAS means every $1 in ads produced $4 in revenue. High ROAS does not indicate profitability if fixed and variable costs are out of line — it is a channel efficiency metric, not a business health metric.
Rookie Smarts (Hiring)
The cognitive posture of an experienced person who has deliberately shed prior methodology and is relearning with fresh tools and assumptions. A mindset argument, not an age argument: a 50-year-old who has rebuilt their mental model around current AI capabilities is a Rookie Smart hire; a 28-year-old who already thinks they have it figured out is not. From Liz Wiseman's book Rookie Smarts. Pairs best with a senior domain mentor who can pressure-test architectural decisions.
Runtime
The environment in which an application or agent executes.
SaaS Apocalypse
The current wave of disruption hitting SaaS companies whose core functionality can now be replicated cheaply with AI tools. HubSpot cited as a high-profile example of a category incumbent under pressure.
SAFE (Simple Agreement for Future Equity)
An early-stage investment agreement providing future equity.
SAFE (Simple Agreement for Future Equity)
A founder-friendly investment instrument in which an investor provides capital now in exchange for the right to receive equity at a future priced round. No interest rate, no maturity date, no board seat. Commonly used at pre-seed for amounts under $500K. Think Up uses SAFEs for investments up to $100K in qualifying founders.
Sales-Ready Lead
A prospect who has been pre-qualified through a structured consultation, matched to an appropriate vendor based on their specific needs and ICP, and is ready to enter a demo or sales conversation. Distinct from a marketing-qualified lead, which still requires significant SDR work. Software Finder leads close at 15–20% vs. the 5–10% industry average for unqualified leads.
SDLC (Software Development Life Cycle)
The structured process governing how software is planned, designed, built, tested, and delivered. Traditional hierarchy: epic → requirements → tasks → implementation → testing → deployment. BrainGrid applies the same structure to AI agent workflows because the same problems that made unstructured human development fail (unclear scope, missing edge cases, no acceptance criteria) make unstructured agent development fail faster — and because agents don't ask for clarification when confused, they hallucinate answers instead.
Searchable Memory
The idea that your recorded thoughts, decisions, and emotional context can later be queried like a database.
Second Brain
Usually a digital system for storing ideas and knowledge. Critiqued when it refers only to polished notes rather than real cognitive process.
Second Brain
A personal knowledge management system for storing and retrieving ideas, notes, and documents outside your biological memory. Tools like Notion, Obsidian, and Reflect are common implementations. Josh Gilmer argues that most second brains only store polished, finished thoughts — making them highlight reels, not actual cognitive mirrors.
Second Mover Advantage
The strategic benefit of entering a market after the pioneering wave has absorbed the high friction costs of category creation — clearing regulatory ambiguity, educating the market, and proving the core concept at a loss. Mitchell Jones invokes this concept to explain Lava's timing: the first movers in agentic infrastructure spent years proving that agents need programmatic service access. Lava enters with the category validated, the technical standards (MCP) established, and the merchant pain points (unmonetized API traffic) widely felt. The second mover captures the opportunity the pioneer created, without paying the pioneer tax.
Secondary Market (Private Equity)
A market where existing shareholders in private companies can sell their shares to buyers outside of a primary financing round, providing liquidity before a company's IPO or acquisition. Unlike primary markets (where a company sells new shares to investors in a funding round), secondary transactions involve existing shareholders - founders, employees, early investors - selling previously issued shares to new buyers. Greg Brogger built the first modern private secondary marketplace (SharesPost in 2009), which merged with Equate to create Forge. The private secondary market currently processes approximately $150 billion in annual volume against a $4 trillion private company asset base - roughly 3-4% annual turnover, compared to 100% for comparable public market indices. Major financial institutions are entering the space (Morgan Stanley acquired EquityZen in 2024), and 401k rule changes opening access to private equity are expected to significantly expand the market.
Seed Strapping
A capital strategy combining a small external raise (seed-scale) with capital-efficient operations that don't require the traditional venture-scale burn rate. BrainGrid raised $700K from Menlo Ventures and operates near break-even, giving them long runway to experiment toward product-market fit without the growth-at-all-costs pressure a $4M raise would create. Tyler contrasts this with his 2021 company that raised $4M immediately — in the AI era, infrastructure costs have collapsed enough that early-stage companies can build and iterate on far less capital than they could four years ago.
Self-Healing Infrastructure
A system where AI agents detect when a service has failed, identify the root cause, fix it, and deploy the fix — all without human intervention. Used by James Everingham as a 'science fiction challenge' at Meta to drive organic agent adoption.
Shaping
The act of engaging with government end users before any formal solicitation exists, with the goal of influencing requirements in your favor. The most important competitive move in B2G sales — sophisticated contractors often begin shaping 12 to 24 months before an RFP is released.
Share of Prompt
Emberos's proprietary metric measuring how frequently a brand appears inside AI-generated answers across direct, competitive, and intent-based prompt categories. The AI visibility equivalent of Share of Voice.
Share-in-Savings Pricing
An enterprise pricing model in which the vendor receives a percentage of the measurable cost savings or revenue gains the client achieves as a result of the vendor's product or service, rather than charging a flat rate for access or usage. The model is common in management consulting and operational efficiency contexts, and is emerging in enterprise AI. It aligns vendor and client incentives by making the vendor a financial stakeholder in the outcome, not just a supplier of inputs. The tradeoff: the vendor accepts lower upfront revenue in exchange for a share of a larger future value creation. David Carmel's preferred DataRockit pricing structure combines an upfront setup fee with share-in-savings plus a monthly support fee.
Signal Collapse
The erosion of traditional markers used to infer character traits like intelligence, discipline, or competence, as AI and pharmacology make those traits easier to simulate or bypass.
Simulation Platform
A digital environment where learners practice real-world scenarios without real-world consequences. EmpathEQ extends simulation from clinical procedures to emotional and communication training.
Single-Player Agent
An agent used by one person in a private or local workflow.
Single-Stock Concentration Risk
The financial risk arising from holding a disproportionate percentage of net worth in a single company's equity. In public markets, financial advisors universally recommend diversification to avoid this risk. In private markets, founders, early employees, and early investors are structurally forced into extreme single-stock concentration - their equity cannot be easily sold, the company's prospects are opaque, and the holding period can extend a decade or more. Greg Brogger's data makes the risk concrete: only 38% of US Series C companies from 2010-2015 had produced shareholder value a decade later. An employee with 90% of their net worth in a single Series C company faces a 62% chance that the wealth never materializes. The typical Collective recommendation is to exchange 15-20% of shares to create a floor, preserving most upside while eliminating the all-or-nothing exposure.
SLAM
Simultaneous Localization and Mapping, building a map while locating yourself in it.
Snip
Snipd's core knowledge object: an audio clip combined with its transcript and an AI-generated summary of the insight it contains. Created by tapping headphones (triple-tap AirPods) during listening, without breaking flow. The snip is saved to the user's personal knowledge library, shareable directly with others, and connectable to external note-taking tools like Notion or Obsidian. The name gives the product its name: the act of 'snipping' a moment from the audio stream to preserve it.
Social Capitalism
The investment philosophy dominant among Millennials and Gen Z: evaluating opportunities by social impact and mission alignment before financial returns. Inverts the traditional transactional investor sequence (returns first, mission secondary) — the younger generation asks 'what is the impact?' and 'why does this exist?' before asking 'what is the yield?' CJ Follini frames this as the defining capital allocation behavior of the generations inheriting the Great Wealth Transfer. His pragmatic corollary: companies that structure around mission-plus-profit (modeled on AARP, not OpenAI's muddled nonprofit-to-capped-profit conversion) will attract the most capital from the next generation of investors.
Social Determinants of Health (SDoH)
The non-medical factors that influence health outcomes — including housing stability, food access, transportation, income, education level, and social support networks. Social determinants can be as predictive of patient outcomes as clinical factors: a patient who cannot access transportation to prenatal appointments, who lacks food security, or who lives in an area without nearby OB-GYN providers faces significantly elevated risk independent of their clinical status. Babyscripts collects SDoH data through its app alongside biometric data, enabling care teams to identify patients who need care coordination support (e.g., transportation assistance, mental health referrals) in addition to clinical monitoring.
Social Environment Signal
The degree of trust, shared values, and relationship density within a group that determines whether people voluntarily contribute content. High signal (close friends, value-aligned communities) produces near-100% participation. Low signal (conference strangers) produces near zero.
Social Robotics
The domain of robotics concerned with how robots navigate and interact in human-populated spaces — predicting pedestrian movement, negotiating right-of-way, and signaling intent to minimize disruption. Distinct from industrial robotics that operates in segregated environments.
Soft Skills Gap
The measurable deficit in interpersonal and communication abilities among healthcare workers, caused by training systems that prioritize clinical competency over human interaction skills.
Software + Services (Productized)
A business model pairing a low-cost, sticky software entry point with higher-margin professional services upsold after trust is established. The software generates baseline recurring revenue and handles the core operations; the services are optional and can be turned on and off. The model lowers acquisition friction (buyers commit at low price), reduces structural churn risk (software is harder to cancel than services), and creates a natural upsell sequence to high-value customers who have already validated that they'll pay.
Software + Services Model
A business model that combines a software platform with human-led services delivery — consulting, coaching, events, content — to ensure adoption actually happens rather than just licensing. Section uses this model because enterprise AI adoption requires behavioral change, not just tooling access. The services layer is what moves organizations from 10% to 30–50% AI adoption.
Sought-After Leadership
Uma Subramanian's concept of the leadership profile that organizations actively compete to retain and promote: the combination of strategic thinking, high-impact communication, authentic executive presence, and genuine relationship-building. Distinct from technically excellent work; sought-after leaders are known across organizational boundaries, sought for cross-functional projects, and trusted by senior stakeholders. The gap between strong IC and sought-after leader is almost always a human edge gap — rarely a skills gap.
SPAC (Special Purpose Acquisition Company)
A blank-check shell company created specifically to take a private company public by merging with it after the SPAC raises funds on a public exchange — bypassing the traditional IPO process. Latch went public via SPAC in 2021 during the peak of the SPAC boom, at a $1.5B valuation. Chamath Palihapitiya led the deal. SPACs offer speed and certainty versus IPOs but typically result in significant post-merger dilution.
Speed to Capture
The principle that value is lost when friction exists between a thought and the act of recording it. Addressed in Historic by hooking into the iPhone action button — press, countdown, record — to minimize the editing that happens during the delay between thinking and documenting.
Speed to Lead
The principle that the first business to contact a warm lead after form submission wins the conversion. Response time measured in seconds, not hours, is the primary competitive advantage.
Speed to Lead Window
The narrow period of time after a lead submits a form when they are most engaged, most emotionally available, and most likely to convert. Measured in minutes, not hours.
Sprint Zero
The discovery and validation phase conducted before sprint 1 (before building begins). Includes a pirate metrics audit, assumption validation, customer interview analysis, and identification of the founder's existing distribution strengths. Produces a 1–1.5 month validated roadmap rather than code. The goal is to convert founder conviction into direction backed by data — not to delay building, but to ensure what gets built has a validated reason to exist.
Stage-Appropriate Hiring
The discipline of hiring to functions that match the current stage of the company, not the desired future stage. Hiring marketing or sales before the product exists creates expensive activity theater — people who fill time rather than build real leverage. Ohad hired support and marketing staff too early and counts it as his most expensive mistake.
Stakeholder Influence
The capacity to move senior leaders, peers, and direct reports toward shared goals without relying on formal authority or positional power. Stakeholder influence is built through authentic relationship investment (knowing what matters to each person, not just their title), consistent delivery, and communication that connects your work to their priorities. Distinct from political maneuvering: authentic influence compounds over time, while performative relationship-building is detected and erodes credibility. In the AI era, stakeholder influence is among the least replicable human capabilities — it requires genuine trust built through repeated human interaction.
Stillness Dividend
The disproportionate creative and strategic return generated from unscheduled, undirected time away from active work. The insight that changes a founder's trajectory is more likely to surface on a solo drive or a snowboard day than in a back-to-back calendar block.
Subconscious
Accessible but not always actively examined emotional drivers.
Supervised Fine-Tuning (SFT)
The standard technique for specializing a pretrained large language model on a specific task or domain: show the model labeled examples of correct input-output pairs, and train it to reproduce that behavior. SFT requires curated training data, and the quality of that data is the primary bottleneck - not the compute or the base model. Ben Turtle built LightningRod to eliminate this bottleneck for teams that lack the scale, budget, or time to pay human labeling companies like Scale AI or Labelbox to create SFT-ready datasets.
Supply Chain Staffing
Viewing workforce allocation as a logistical and forecasting problem.
Surge Pricing
A dynamic pricing model where fees adjust based on demand timing. Luxxera plans to raise its service fee in winter, when demand for hair transplants peaks due to indoor recovery conditions.
Swarm of Agents
The predicted future state of enterprise AI: not one monolithic super-agent, but hundreds or thousands of specialized agents handling specific tasks in parallel. Specialized agents are more debuggable and reliable than any single black-box agent designed to do everything.
Sweat Equity
Value contributed to a company through founder and team labor rather than capital investment. In a bootstrapped company, sweat equity is often the primary funding mechanism — founders and early employees accept below-market compensation in exchange for ownership stakes, betting that the long-term equity value will exceed what they gave up.
Tab Bankruptcy
A productivity technique: close every open browser tab without restoring them. The logic: if it was truly urgent, it will resurface.
Tall Poppy Syndrome
An Australian and New Zealand cultural norm that discourages excessive self-promotion or standing out from the crowd — the idea that 'tall poppies get cut down.' Describes a social tendency to criticize those who claim or display success beyond what is considered proportionate. Referenced by Quarterzip co-founders Alex and Andy in the context of Australian founders entering US enterprise sales: American sales culture rewards bold, category-defining claims and confident conviction, while the Tall Poppy disposition toward understatement can read as uncertainty in US rooms. The founders identified this as a calibration challenge but also a latent advantage — understated claims that are then exceeded build trust faster than marketing hype.
TAVI (Tiered AI Visibility Index)
Emberos's standardized scoring system quantifying brand presence across AI platforms at multiple layers of specificity.
Tax Credit Securitization
The practice of packaging clean energy tax credits generated by qualifying projects and selling them on secondary markets, similar to how other financial securities are traded. Project developers who lack the tax liability to use the credits sell them as revenue to investors who can. Creates a liquid market for government incentives and allows developers with no cost of goods sold to monetize the credits before projects generate operating cash flow.
Teaming Partner
A company brought in to complement a prime contractor's capabilities on a specific government pursuit. Teaming arrangements are common when a single company can't meet all requirements of a solicitation.
Tech Moat Collapse
The erosion of competitive advantages historically held by companies with large engineering teams. Before AI, a complex software product - a marketplace, an enterprise workflow tool, a regulatory processing system - required years of development by teams of ten or more engineers. That development time and cost created a moat: by the time a competitor could build a comparable product, the first mover had relationships, data, and distribution. AI has collapsed this dynamic: a marketplace that took two to three years and ten engineers can now be built in twenty-eight days with one engineer. The moat no longer comes from the ability to build complex software - it comes from distribution, customer relationships, proprietary data, and the ability to deliver outcomes reliably. Brennan's corollary: service industries that assumed software complexity would protect them from disruption are now exposed.
Tech Stack Creep
The overload of apps and tools added to a business that creates complexity and confusion.
Technical Co-Founder as a Service
A fractional or consultancy model providing CTO-level technical leadership on an ongoing basis — architecture decisions, development execution, AI implementation, scaling guidance — without the full-time equity and salary cost. Serves two main client types: existing digital businesses with growing pains (architecture can't handle scale) and new founders building MVPs (deciding what to build, what belongs in v1, what's reasonable scope). AI has made this model more productive: the same team now ships what previously required a larger headcount.
Technical Skills as Table Stakes
The post-vibe-coding shift in what defines a successful founder: when AI tools democratize building for everyone, engineering ability stops being the differentiating variable. It becomes table stakes — everyone can build something. The new scarcity is marketing, distribution, customer acquisition, and revenue generation. Sam Altman's 'era of the ideas person' describes this shift. The winning founder in 2026 isn't necessarily the strongest engineer — it's the person who can get the idea in front of a paying customer before the window closes.
Temporal Self-Supervision
A machine learning approach that uses the natural time structure of data as the training signal, without requiring human-generated labels. Instead of asking humans to annotate examples, the system uses 'what actually happened next' as the ground truth for each prediction attempt. LightningRod's chronological prediction method is a form of temporal self-supervision applied to domain corpora: any dataset with timestamps - news archives, SEC filings, clinical records, internal communications - becomes a self-labeling training environment. This mirrors how humans learn: we predict what happens next, observe whether we were right, and update our world model accordingly.
TestFlight
Apple's beta distribution platform that allows iOS apps to be tested before full App Store release.
TestFlight Beta
Apple's pre-release distribution platform for iOS apps, allowing up to 10,000 testers to access an app before it goes through full App Store review. Used by Historic to onboard early founder users without requiring full App Store compliance.
The 70% Wall
The failure point at which vibe-coded prototypes stall: a working UI is produced, but the last 30% of the application — business logic, data integrations, scalable architecture, authenticated flows, edge cases — requires architectural decisions that weren't made upfront. Getting past the wall typically requires rebuilding from scratch with proper requirements. A widely-reported pattern in the prompt-to-prototype category; the root cause is sequencing (code before requirements) rather than tool capability.
The 80–90% Wall (Vibe Coding)
The point in a vibe coding session where forward progress stalls on a specific unresolvable blocker. The UI is working, the demo looks good, but one thing — a database query, an integration, a specific feature — won't respond to any prompt variation. You've tried ChatGPT, Perplexity, YouTube tutorials, re-prompting 47 different ways. Energy leaves. Project dies. The diagnostic: if you've tried the same thing three or four different ways and you're still stuck, you've hit the wall and need a real human with domain-specific tool knowledge.
The AI Factory Effect
The dynamic in which AI compresses delivery timelines but scope expands to fill the gap. Teams don't get time back — they ship more. MVPs complete faster, then continue into features, architecture, and automation. Same headcount. Same contract. Dramatically more output. First observed clearly in 2025: what used to take 3–4 months now takes half that, but projects don't end early — expectations rise to match the new pace.
The AI Infrastructure Moat Problem
The existential risk for AI tool startups: foundation model providers (OpenAI, Google, Anthropic) can add a capability in a single product update that renders a wrapper tool irrelevant overnight. OpenAI recently shipped a lightweight Photoshop integration; Google adds Gemini features constantly. The moat question every AI infrastructure investor must ask: what survives a model provider copying the core capability? Defensible answers: depth of workflow integration (high switching cost), proprietary training data or process, and accumulated customer context the model provider can't replicate.
The Buzzing Phone Loop
A product design principle for non-desk workers: route every meaningful product event — new lead, new review, new booking — to a phone push notification rather than an email dashboard. For contractors who never check email and may not own a laptop, the phone buzz is the product's entire UX. It creates daily engagement and tangible perceived value from a tool the user might otherwise forget is running in the background.
The Chad Approach (Meta Ads)
Open targeting, unscripted video, high volume of diverse creative angles — and letting the platform's AI optimize rather than manually tuning CPMs and ROAS. Kai's position: Facebook wants your ads to convert so you spend more money; you're not going to out-target their algorithm. Compete on creative volume and authenticity instead. Stone Systems ran ~150 simultaneous ads at ~$2.5K/day on broad targeting with unconventional hooks ('Contractors, let me try not to scam you like everyone else') that nobody in the market was willing to say.
The Conviction-Coachability Matrix
Jesse Marble's framework for evaluating founders. Both axes must score high simultaneously — conviction without coachability produces a bulldozer; coachability without conviction produces a follower.
The Donut Effect
A geographic pattern identified by Stanford professor Nick Bloom (a Kadence investor) in which remote work causes economic activity to migrate from urban cores toward suburban rings - leaving downtowns hollowed out while outer neighborhoods thrive. Cities like San Jose show an extreme version: nearly all-commercial with minimal residential density, so when office workers stop commuting, there is no mixed-use economy to sustain restaurants, retailers, or cultural venues. The donut shape describes how vitality concentrates in the ring (residential suburbs where remote workers now spend their days) rather than the core (downtown offices that sit half-empty). The effect has implications for municipal tax bases, pension funds exposed to commercial real estate, and urban planning strategies.
The End of Enterprise UI
The thesis that enterprise business application interfaces — forms, dashboards, approval workflows, multi-step navigation designed for human clicks — will be progressively replaced by database-plus-chat architectures. The interface becomes voice, text, or messaging; users describe what they need and the system retrieves, processes, and presents. Ran's timeline: 2–3 years for most business process applications. Leisure UI (browsing, shopping, social) survives because humans want the experience. Business process UI winds down because the cognitive overhead of navigating it is work AI handles better.
The Gartner Hype Cycle
Technology analyst firm Gartner's model for how new technologies move through public perception: Technology Trigger → Peak of Inflated Expectations → Trough of Disillusionment → Slope of Enlightenment → Plateau of Productivity. Eugene maps current LLM adoption to the Peak of Inflated Expectations — AI as panacea, an answer to every problem. The coming Trough will arrive as production limitations (hallucination, security vulnerabilities, error rates) surface in real enterprise deployments. The implication for builders: design for the Trough now, not just the Peak.
The Human Edge
The set of leadership capabilities that AI cannot commoditize: influence, visibility, relationship-building, communication, and emotional intelligence. As AI automates technical execution and analytical tasks, the scarce differentiator for founders and leaders becomes the depth of their human edge. Uma Subramanian's framework for why emotional intelligence, presence, and the ability to move people are more valuable in the AI era — not less — because they become the only inputs AI cannot replicate at scale.
The Infinite Game
Simon Sinek's strategic framework (from the book of the same name): in infinite games, there is no defined end state, no declared winner, and no timeframe. Participants can enter and exit. The goal is not to win but to perpetuate play — to stay in the game. Companies playing an infinite game don't optimize for current-cycle conditions; they build capabilities and cultures that outlast political, economic, and competitive cycles. Eugene applies this explicitly to Softheon's 25-year operation through multiple administrations: the mission to provide affordable healthcare access is infinite; each administration's policy shifts are finite events that don't change the underlying game.
The Last Mile (App Building)
The final 10–20% of app completeness that current AI tools cannot reliably cross alone: custom integrations with third-party services, edge-case business logic requiring judgment, and complex UI/UX flows that don't follow standard patterns. The last mile is why production-quality AI builders offer human assistance plans: AI generates a structurally sound, largely functional app; humans close the gap between 'mostly works' and 'production-ready.' Analogous to self-driving cars' difficulty with edge cases — the 80% is solved, the 20% requires the hardest work.
The Two Internets
Justin Inman's framework describing the emerging split between the human-facing web (governed by traditional SEO) and an AI-facing web (governed by LLM readability and citation quality), where LLMs retrieve and recommend information independent of traditional browsing behavior.
The Virtuous Expertise Ladder
The self-reinforcing supply-side dynamic in peer expertise marketplaces: people who just solved a problem are the most valuable helpers for people currently facing it. They remember the exact frustration, speak the same language (no assumed senior-developer context), and can guide the fix step-by-step. As a community matures, freshly-graduated members naturally become helpers for those just below them. Discovered through the ID345 community: people who struggled with Lovable six months ago are now the ideal On Demand Human helpers for Lovable users today.
Tier 1 Supplier
Provides a critical component or subsystem integrated into another company's product.
Tier One Supplier
A component manufacturer that supplies directly to a system integrator or OEM, rather than building the end product. Seven Sense positioned itself as a tier one supplier of sensing and compute to robot manufacturers — selling into the entire market rather than betting on one product category.
Time to Value (SaaS)
How quickly a new customer experiences the core benefit of the software after signing up. The faster a product delivers a tangible win, the lower the early-stage churn risk. Stone Systems accelerates time to value with day-one reactivation campaigns and review blasts that generate measurable revenue from existing contacts before the long-term platform benefits (SEO, brand) have had time to compound.
Time to Value (TTV)
The duration between a user signing up for a product and experiencing their first meaningful success moment — the point at which they understand why they signed up and what the product actually does for them. TTV is the primary lever for reducing early churn: the longer the gap between sign-up and first win, the higher the probability of abandonment. Reducing TTV is the core mission of activation-focused onboarding tools like Quarterzip, which use AI voice agents and screen share to compress the journey from 'new user' to 'activated user.'
Top-Down Market Sizing
Estimating market size using industry-level data.
Trade Secret
A form of intellectual property protection covering formulas, processes, designs, or business information that provides competitive advantage and is actively maintained in secrecy. Unlike patents, trade secrets have no expiration date and require no disclosure — protection lasts as long as secrecy is maintained. The legal risk: if a trade secret leaks because the holder failed to implement adequate security measures, there is no legal recourse. Coca-Cola's formula is the canonical example: estimated to be worth more than any patent could provide, kept in a safe with access restricted to two people. Ophir's framework: choose trade secret when the invention cannot be reverse-engineered and you can operationally guarantee confidentiality.
Transparent AI Reasoning
The design requirement that an AI system articulate its reasoning — what it observed, what that implies, and what published evidence supports the inference — before its output reaches a human decision-maker. Axenya's implementation: every clinical inference surfaces with a reasoning chain and supporting literature citations; inferences the model cannot explain are suppressed entirely. Addresses two risks simultaneously: clinician liability (the physician can see and evaluate the reasoning before acting on it) and AI error rates (unexplained outputs may reflect spurious correlations rather than valid clinical patterns).
Transparent Cost-Plus Pricing
A pricing model in which the service provider explicitly shows the cost breakdown to the client, including what goes to the underlying supplier or worker and what is the provider's margin. In offshore staffing, transparent cost-plus means the client's invoice separates the employee's take-home salary from the management fee. The alternative - opaque flat-rate pricing - creates incentives for providers to compress employee compensation without the client's knowledge, a practice sometimes called reverse tendering. Nicolas built Penbrothers on the transparent model from inception because opaque pricing in staffing creates misaligned incentives that ultimately harm the workers being placed.
Tribe
A close community connected by shared moments and meaning.
Trojan Horse Strategy
A go-to-market approach where a company enters through a smaller, accessible institution — such as nursing schools — to eventually reach the larger, harder-to-penetrate end market, such as health systems.
Trust Brokering
The practice of building credibility with an audience through radical transparency, personal accountability, and consistent human presence — increasingly rare and valuable as AI-generated content floods every channel.
UI-Less Product Design
A design philosophy that removes the graphical user interface as the primary interaction layer, replacing it with ambient or conversational channels such as phone calls, SMS, or voice. The goal is to eliminate the friction of app-opening - the user never has to navigate to the product for it to deliver value. The tradeoff is reduced user control and configuration surface area. Products built on this model succeed when the value is primarily in the delivery (the call happening) rather than in user-initiated sessions. Commitify's voice accountability model is a direct application: the product arrives as a phone call with no app required.
Uncanny Valley
The discomfort people feel when something looks almost human-real but is not.
Uncanny Valley
The psychological phenomenon where a robot or AI character that closely resembles a human triggers feelings of unease rather than empathy. The closer to human without being convincingly human, the stronger the discomfort. A real design constraint for any product that approaches human form or behavior.
Unconscious
Deep-rooted behavioral drivers operating beneath awareness.
Unconscious Bias
Automatic preference patterns — toward or against people, ideas, or groups — that operate below conscious awareness and affect perception, evaluation, and decision-making. Not limited to any particular demographic group: everyone carries unconscious biases shaped by cultural exposure, personal history, and pattern-recognition shortcuts. In organizational contexts, unconscious bias manifests in who gets sponsored for high-visibility projects, whose ideas are heard in meetings, and what leadership behaviors read as 'professional.' Awareness is a prerequisite for mitigation but not sufficient alone — structural interventions and deliberate practice are required.
Unintended Signals
The nonverbal information you reveal without meaning to, such as posture, tone, fatigue, hesitation, and facial changes.
Unintended Transmission
The physical and behavioral signals you emit without realizing — posture, eye contact, voice energy, hesitation, facial tells — that reveal your actual mental and emotional state independent of what you say. Video journals capture this layer; text journals cannot.
Unstructured Data
Information that does not conform to a predefined data model or schema, making it difficult to store, search, and analyze using traditional relational database tools. Approximately 90% of enterprise data is unstructured. Examples: text documents, PDFs, emails, images, audio and video recordings, scanned forms, contracts, and presentation files. Unstructured data contains enormous amounts of organizational knowledge but is largely inaccessible to automated systems without a preprocessing step that extracts structure from it. Mehul Shah at Aryn distinguishes this from the 'rooms stacked full of papers' metaphor: most enterprises have moved past physical paper but the digital equivalent - files scattered across SharePoint, cloud drives, legacy databases, and email systems - presents the same fundamental access problem.
Unstructured IP
Knowledge stored in documents, emails, PDFs, voice memos, images, and archives without organized schema.
Unstructured IP
Proprietary knowledge, research, client work, and institutional memory that exists in disorganized files — PDFs, voice memos, images, documents — and has not been indexed, analyzed, or made queryable. Represents significant latent value for founders and domain experts whose expertise is encoded in years of accumulated materials.
Usage-Based Pricing
A billing model where customers pay for what they actually consume rather than a flat subscription fee, calculated per API call, per token, per query, or per unit of output. Mitchell Jones frames usage-based pricing as the natural fit for agentic workloads: an AI agent's consumption is variable and event-driven, not predictable enough for a subscription commitment. The model also changes adoption dynamics — usage-based products have no upfront friction, which lowers conversion barriers for agent-to-service transactions where no human is making a purchase decision.
Utility Patent
Protects how something works; often technical and complex.
UX Audit
A structured product research engagement in which a third party interviews users, observes them navigating the product, identifies pain points, and delivers a prioritized action list distinguishing blocking bottlenecks from secondary issues. Two outputs: a narrative for technical leadership explaining what was found and why it matters, and a ranked task list for the product team. Distinct from internal review because the third-party framing removes customer courtesy (users soften feedback for founders) and founder defensiveness.
Validation
Structured confirmation that a real customer has a real problem they will pay to solve.
Value-Added Reseller (VAR)
A company that purchases a vendor's product and resells it to end customers, typically adding services, integration, or domain expertise that increases the value of the underlying product. In enterprise B2B, VARs are often the primary go-to-market channel for products that require deep customer relationships, long sales cycles, or integration into existing infrastructure. A VAR relationship allows a startup to access enterprise buyers through a party that already has a trusted seat at the table, without the startup needing to build those relationships from scratch. David Carmel's DataRockit GTM strategy centers on finding VARs and managed service providers that already serve the banks and enterprises he is targeting, and giving them a compelling product to introduce to their existing clients.
Value-Based Care
A healthcare payment model in which providers are compensated based on patient health outcomes and cost efficiency rather than the volume of services delivered (fee-for-service). Under value-based care contracts, a physician or health system receives a flat fee to manage a patient's health over a period of time — incentivizing proactive monitoring, preventive intervention, and efficient care coordination rather than maximizing appointment volume. Anish Sebastian identifies value-based care as a key catalyst for RPM adoption: when physicians are paid to keep patients healthy rather than to see patients, the economic case for investing in home monitoring tools becomes straightforward.
Vanity Metrics
Metrics that feel positive but don't predict revenue, retention, or business health: signups, app downloads, page views, press mentions that cause a spike. The danger is that they can sustain founder confidence through a PR or launch cycle while actual product-market fit is absent. Pirate metrics (retention, referral, revenue) are the corrective — they measure whether users are genuinely engaged, not just acquired.
Variable Expenses
Costs that increase with sales volume: COGS, shipping, fulfillment.
Variable Expenses
Costs that scale with revenue — payment processing fees, shipping, packaging, returns, fulfillment. Often underestimated by early-stage operators who only track gross margins. Accurately modeling variable costs is required before setting an advertising budget.
Vector
A numerical representation of any data object. Vectors allow machine learning models to understand and compare information mathematically — the building block of semantic search.
Vector Database
A database that stores and retrieves data in vector form, enabling semantic search and similarity matching. The infrastructure layer underneath every RAG system.
Venmo Rich
Mitchell Jones's term for the state of having accumulated credits or balance in a payments wallet that you have not yet moved to your bank account — technically growing, but not yet liquid in the way you think of it. In the Lava context, it describes end users who load credits into their AI service wallet and watch the balance grow through usage-based transactions, creating a mental accounting effect where the balance feels like savings rather than a deferred expense. The term captures a real behavioral finance dynamic: money sitting in a payments platform is psychologically treated differently than money in a bank.
Vertical AI Integration
AI tools built specifically for a defined industry or workflow rather than the general public. Stronger retention because they solve a specific, repeated pain point deeply.
Vertical AI Integration
AI built specifically for a niche industry workflow, rather than a horizontal general-purpose tool. The next wave after chatbots — companies that eliminate a specific pain point so completely that users never have to think about it.
Vertical AI SaaS
A software-as-a-service product built specifically for one industry or use case, leveraging AI capabilities that are deeply integrated into the domain's workflows, data sources, and buyer behaviors - as opposed to horizontal AI tools that serve many industries with general-purpose functionality. Vertical AI SaaS requires deep domain expertise alongside AI competence: Loman.ai's team combines restaurant industry sales veterans (first DoorDash sales rep, Toast President's Club) with voice AI engineers (from Deepgram and ElevenLabs). The GTM strategy also differs from horizontal SaaS: distribution runs through industry-specific channels (restaurant owner Facebook groups, trade shows), success metrics are industry-native (labor cost per location, phone order revenue), and word-of-mouth operates within tight industry networks where one satisfied multi-unit operator can refer dozens of peers.
Vesting Cliff
A milestone in an equity compensation schedule at which an employee's shares vest for the first time, typically after one year of employment.
Vibe Coding
Building software through natural language prompts to an AI model, without writing traditional code. The term describes a workflow where the founder describes what they want and the AI generates the implementation.
Vibe Coding
AI-assisted development where a user describes what they want in natural language and an AI agent writes and iterates on the code — often without the user reading the code directly.
Vibe Coding
Building software through natural language prompts without writing traditional code, using AI tools like Claude or Cursor to translate ideas directly into functional products. Colin McIntosh launched three websites in one week using this approach.
Vibe Coding
The practice of prompting AI tools to generate code without deeply understanding or owning the architectural output. High velocity, low accountability. Works effectively for prototypes, demos, and internal tools where the cost of failure is low. Creates significant risk in production applications where security vulnerabilities, compliance failures, and untested edge cases surface as customer-facing problems. The term is sometimes pejorative but is more accurately a description of a risk profile than a quality judgment — the same tools used irresponsibly for production work are enormously valuable when applied appropriately.
Video Journal
A journaling practice using unscripted video instead of text, capturing tone, posture, facial expression, and energy alongside the spoken words. Closer to raw thought than written journals because the physical context cannot be edited out before recording.
Visual SLAM
SLAM powered primarily by cameras, often fused with other sensors.
Visual SLAM
Simultaneous Localization and Mapping using cameras — builds a map of an environment while simultaneously tracking position within it, using natural features rather than floor markings or installed infrastructure. The core technology behind Seven Sense's robot navigation system.
Voice AI Agent
An AI system that conducts natural, full-duplex voice conversations with humans in real time - receiving spoken input, processing it through a language model, and responding with synthesized speech in under 500 milliseconds. Distinguished from older interactive voice response (IVR) systems, which present pre-recorded menus and require button presses or simple spoken commands, voice AI agents support free-form conversation, contextual follow-up, and complex multi-turn dialogue. Loman.ai's voice AI agent for restaurants illustrates the commercial use case: it answers the phone as if it were a human employee, knows the full menu and real-time stock status via POS integration, takes orders that print directly in the kitchen, and builds a diner profile from every call. About 40% of callers cannot tell they are speaking to AI - a benchmark that prior-generation voice systems never approached.
Voice Brand Identity
The emerging design discipline of configuring AI voice agents' tone, accent, language patterns, and personality as a deliberate extension of brand identity — the audio equivalent of visual brand guidelines. As AI voice agents become embedded in products (onboarding flows, customer support, in-app assistance), the voice becomes a primary brand touchpoint. Voice brand identity governs decisions like: what accent does the agent speak with, what cadence does it use, how does it handle uncertainty, does its personality match the brand's visual and copy register. Alex and Andy at Quarterzip identify this as an emerging frontier as companies begin to recognize that users form emotional relationships with the voices they interact with during key product moments.
Warm vs. Cold Media
Marshall McLuhan's media theory distinction applied here to audio versus video. Audio is a warm medium: low-definition by design, it leaves space for the listener's imagination to actively complete the picture. The brain has cognitive room to process, connect, and apply ideas while the body does something else (commuting, running, cooking). Video is a cold medium: high-definition and visually demanding, it captures the viewer's full perceptual attention and leaves less room for active ideation. This explains why audio feels different for learning than watching a video on the same topic — and why podcasts produce the 'aha moment' phenomenon more reliably than equivalent visual content.
Weak Signal vs. Strong Signal
In customer discovery, a weak signal is polite interest, conceptual agreement, or a willingness to 'try it.' A strong signal is urgency, unprompted specificity about the pain, willingness to pay now, or a direct request to be notified at launch. Building on weak signals is one of the most common validation failure modes.
Weekly Subscription Model
A recurring revenue structure priced and framed around a weekly cadence rather than monthly or annual billing. For products whose value is inherently periodic - weekly accountability calls, weekly coaching sessions, weekly newsletters - the weekly subscription creates natural alignment between the pricing unit and the delivery unit. It also lowers the psychological barrier to purchase compared to a monthly commitment: 3.75 EUR per week feels like a small standing appointment rather than a software subscription. Commitify's tiered weekly pricing (3.75 EUR/3 calls to 15 EUR/21 calls) illustrates how weekly framing supports both acquisition and the product's core accountability promise.
Witnessed Creativity
Creative work produced and experienced in shared, real-time contexts where authorship is visible and time is held in common. The presence of the creator and the audience in the same moment is what gives the work cultural weight — something generated content structurally cannot replicate.
Workflow Optimization
Improving efficiency across a sequence of operational steps.
Workplace Operations Platform
A software category that manages the coordination of people and physical workspaces in hybrid work environments. Includes capabilities like desk booking, room reservation, floor plan management, team schedule coordination, occupancy analytics, space scenario planning (modeling headcount changes before committing to leases), and move management. Distinguished from facilities management software by its focus on the employee experience and team coordination layer rather than building systems. Kadence is an example, serving Fortune 50 companies down to SMBs; Condeco, Robin Powered, and Envoy are competitors in the same space.
Zero to One
The phase of building a company from nothing to its first meaningful product, revenue, and customers. Characterized by extreme prioritization and founder-led everything.
Zero to One
The earliest phase of company building: defining the product, establishing distribution, and generating the first revenue. A fundamentally different skill set from scaling — requires maximum creativity, tolerance for ambiguity, and willingness to operate without institutional support. Josh Furstoss identifies it as his specific specialty and builds company structures that let him stay in this phase across multiple ventures simultaneously.
Hear the full context
Every term comes from a real conversation with a founder or expert. Listen to the episodes for the stories behind the words.
Browse All Episodes