Connect with us

Tech

How a Venture Capital Fund Actually Works, From First Close to Exit

Published

on

Timeline diagram showing the four stages of a venture capital fund lifecycle, from fundraising to exits.

When people talk about “venture capital,” they often collapse two different things into one term: the venture capital firm and the venture capital fund it manages. A firm can run several funds at once, at different stages, sectors, or vintages, but each individual fund has its own life cycle, its own investors, and its own clock ticking toward a defined end date. Understanding that structure explains a lot about why VCs behave the way they do, particularly around timelines, follow-on decisions, and exit pressure.

Who actually puts up the money?

Every venture capital fund is built around two groups of participants. Limited partners, typically pension funds, university endowments, insurance companies, family offices, and high-net-worth individuals, supply the bulk of the capital but take no role in day-to-day investment decisions. General partners raise the fund, decide where capital goes, sit on portfolio company boards, and are compensated through a management fee (commonly around 2% of committed capital annually) plus carried interest (commonly around 20% of profits once the fund clears a minimum return threshold, known as the hurdle rate).

Why do funds have a fixed lifespan?

Most venture capital funds are structured as closed-end vehicles with a defined term, typically ten years, sometimes extended a year or two at the general partner’s discretion. That structure is not incidental. LPs commit capital for a fixed period specifically because venture investing requires patience: it can take five to ten years for a startup to reach a meaningful exit, and a fund with no fixed term would have no built-in mechanism for actually returning capital to its investors.

Timeline diagram showing the four stages of a venture capital fund lifecycle, from fundraising to exits.

The typical life cycle of a closed-end venture capital fund, from initial deployment through final distributions.

What happens during that ten-year window?

  • Years 0–2, Fundraising and deployment: the GP closes commitments from LPs and begins actively sourcing and investing in portfolio companies.
  • Years 3–6, Active portfolio management: most new investments happen in this stretch, alongside board support, follow-on decisions, and company-building work.
  • Years 6–8, Follow-on and maturation: new investments slow considerably as capital increasingly goes toward defending ownership stakes in the fund’s strongest performers.
  • Years 8–10+, Exits and distributions: portfolio companies reach acquisition, IPO, or other liquidity events, and the fund returns capital, plus any profit, back to its LPs.

Why does a small number of investments matter so much?

Venture returns tend to follow a power-law distribution: a small percentage of investments in a given fund typically generate the majority of that fund’s total returns. That dynamic explains why funds concentrate follow-on capital on their strongest performers rather than spreading it evenly, and why a fund’s venture capital investor relations function, keeping LPs informed on portfolio performance, valuations, and expected timelines, becomes increasingly important as a fund matures and LPs look for visibility into when they can expect distributions. Firms that maintain clear, consistent investor relations practices tend to have an easier time raising their next fund from the same LP base.

What does this mean if you are raising from a VC fund?

  • Ask where the fund is in its lifecycle. A fund in years one to three has more capital and time to support you through several rounds; a fund in years eight-plus is focused on exits and may have little dry powder left for new bets.
  • Understand that a GP’s fund economics (fees, carry, hurdle rate) shape their incentives, not just their stated investment thesis.
  • Recognize that “closed-end” does not mean inflexible: many funds retain reserves specifically for follow-on investment in their winners.

Frequently Asked Questions

How long does a typical venture capital fund last?

Most are structured with a roughly ten-year term, sometimes extended by a year or two, split between an active investment period and a longer tail focused on portfolio management, follow-ons, and exits.

What is the difference between a venture capital firm and a venture capital fund?

A firm is the overarching organization; a fund is one specific pool of capital, with its own investors and its own lifecycle, that the firm manages. A single firm can manage several funds at once.

How do venture capital funds actually make money for their investors?

Primarily through management fees (typically around 2% of committed capital annually) and carried interest (typically around 20% of profits above a minimum return threshold), paid once portfolio companies exit through an acquisition, IPO, or other liquidity event.

Continue Reading

Tech

The 6 Best Practices for Securing Enterprise AI Copilots

Published

on

Enterprise AI copilots and automation assistants now sit inside email, CRM systems, ITSM platforms, and office productivity suites, each with its own defaults and its own blind spots. The six practices below apply across that whole category, regardless of which specific copilot or automation platform an organization has deployed.

1. Scope permissions before the copilot ever touches production data

Default permission scopes on most enterprise copilots are broader than the actual task requires. Reviewing and narrowing Copilot Studio security controls before rollout, rather than after an incident, is consistently the highest-leverage step available.

2. Extend the same scrutiny to CRM-embedded AI features

CRM platforms have added AI agent capabilities directly into workflows that already touch customer and financial data. Reviewing Salesforce AI governance settings with the same rigor applied to a standalone AI deployment closes a gap that is easy to overlook simply because the AI feature lives inside a familiar, already-trusted system.

3. Apply consistent audit logging across every AI-enabled platform

Audit logging that only covers some AI-enabled platforms creates blind spots at exactly the boundary attackers look for. Extending consistent logging to ServiceNow AI governance workflows, alongside better-monitored platforms, keeps the audit trail continuous rather than fragmented by system.

4. Don’t treat RPA-driven agents as a separate, lower-priority category

Automation platforms built for citizen developers often run with elevated service-account permissions by default. Applying the same review standard to UiPath security for citizen developers that gets applied to newer generative AI deployments avoids a gap that opens simply because the technology predates the current AI security conversation.

5. Validate inputs the copilot processes, not just the copilot’s own configuration

A well-configured copilot can still be manipulated through the documents, emails, or tickets it is asked to summarize or act on. Input validation needs to account for instructions embedded inside that content, not just the copilot’s own settings.

This distinction matters because most security reviews stop at configuration. They confirm the copilot has the right permission scope and the right access controls, then treat the review as complete. That leaves the content the copilot processes every day almost entirely unexamined, even though it is the most common path an attacker actually has into the system.

6. Monitor behavior continuously rather than relying on a launch-time review

A copilot’s risk profile is not fixed at deployment. Permissions get modified, integrations get added, and underlying models get updated. Continuous monitoring is what catches drift between how the copilot was reviewed and how it is actually being used months later.

In practice, this is the control most organizations plan to add eventually and never quite prioritize, largely because launch-time review produces a clear pass or fail while ongoing monitoring requires sustained attention with no single moment of completion. That is exactly why it tends to be the gap attackers rely on most.

Illustrative emphasis levels across common control categories reviewed for enterprise AI copilots and automation platforms. General pattern, not a benchmarked audit result.

How six core security controls typically apply across different categories of enterprise AI copilots and automation tools. General guidance, not a vendor-specific audit.

Bar chart showing illustrative emphasis levels across five common security control categories reviewed for enterprise AI copilot and automation platforms.

Control Category AI Copilots in Productivity Suites CRM-Embedded AI Agents ITSM AI Assistants RPA / Automation Platforms
Permission scoping High priority High priority Medium priority High priority
Audit logging depth Often inconsistent Improving Often inconsistent Frequently overlooked
Input validation for embedded content Critical Critical Medium priority Medium priority
Runtime behavior monitoring Emerging practice Emerging practice Emerging practice Frequently overlooked

 

Where This Leaves Security Teams

None of these six practices is unique to a single vendor or platform category. What varies is how consistently each one gets applied once an organization has more than one type of AI copilot or automation tool in production. Treating all of them, generative copilots and older RPA platforms alike, against the same six-practice baseline tends to close the gaps that show up when one category gets more security attention than another simply because it is newer or more visible.

Frequently Asked Questions

Are RPA platforms less risky than generative AI copilots?

Not inherently. RPA and automation platforms often run with elevated service-account permissions and can be overlooked in security reviews simply because they predate the current wave of generative AI tools, which can leave real gaps if they are treated as lower priority.

What is the most overlooked security control for enterprise AI copilots?

Runtime behavior monitoring is commonly the most overlooked, since most security reviews still focus on configuration at launch rather than ongoing behavior after the copilot has been in use for a while.

Do CRM-embedded AI agents need a separate security review from standalone AI tools?

Yes, in practice they often need dedicated attention because they are embedded inside a system that is already trusted and already touches customer and financial data, which can make new AI features an afterthought in the review process.

Continue Reading

Tech

The Best Ways to Digitize Analog Film Without Losing What Made It Analog

Published

on

Archives sitting on shelves of negatives, glass plates, and slides face a quiet but real deadline: analog film degrades, and every year that passes without digitization is a year closer to information loss that cannot be undone. The good news is that film digitization has matured well beyond the flatbed scanners most people picture. Here is an honest look at the main approaches available to an institution weighing this decision today, and where each one actually fits.

Flatbed scanning: the familiar starting point

Flatbed scanners are the most widely available option and the lowest barrier to entry, which is exactly why so many small archives start here. The tradeoff is speed and, at scale, consistency. Each frame is captured through a slow, mechanical pass, and results can vary depending on how consistently an operator loads and positions material. For a modest personal collection or a small batch of prints, this is often perfectly adequate. For a collection running into the thousands or tens of thousands of frames, the math stops working: the time cost compounds quickly.

Drum and virtual drum scanners: higher quality, higher overhead

Drum scanners have long been considered a high-quality option, particularly for capturing fine tonal detail in transparencies, and virtual drum scanners attempt to replicate that quality without the physical drum. Both, however, remain fundamentally slow, point-by-point or line-by-line capture methods. They also tend to require more specialized operator skill and ongoing maintenance than either flatbed or camera-based systems, which raises the effective cost per image once staff time is factored in alongside the equipment itself.

Camera-based digitization: built for volume without giving up quality

The more recent shift in serious archival digitization has been toward camera-based systems: a high-resolution digital sensor paired with a dedicated film capture stage, specialized film and glass-plate carriers, and copy-stand hardware, all built specifically to hold negatives, transparencies, and plates flat and properly illuminated during capture. Because the entire frame is captured in a single, near-instant exposure rather than built up progressively, throughput increases dramatically. One documented high-volume digitization workflow using an iXG camera system reports capture rates fast enough to process a full frame in a fraction of a second, cited as roughly 400 times faster than flatbed, drum, or virtual-drum scanning for comparable material.

Bar chart comparing relative capture speed of flatbed, drum, and camera-based film digitization methods.

Relative capture speed by film digitization method, camera-based digitization compared with flatbed and drum scanning.

Does faster mean lower quality?

This is the question every archivist asks first, reasonably so, and the answer depends entirely on whether a program follows recognized technical benchmarks. Standards such as those maintained by the Federal Agencies Digital Guidelines Initiative, widely referred to as FADGI, and the Dutch Metamorfoze guidelines exist precisely to give institutions an objective way to verify image quality regardless of which capture method produced it. A camera-based system built around flat-field optics, precise focus tools, and accurate color profiling can meet the same three- and four-star quality benchmarks that a slower method targets, while doing it in a fraction of the time. Speed and quality are not automatically in tension; the real variable is whether the equipment and workflow were designed to hold quality steady at higher throughput.

What should actually drive the decision?

  • Collection size: small, occasional digitization jobs rarely justify the cost of a dedicated camera-based setup, while collections in the thousands of items usually cannot avoid it on a cost-per-image basis.
  • Material variety: mixed collections containing negatives, glass plates, slides, and bound volumes benefit from a modular setup that can switch between capture stages rather than requiring separate dedicated machines for each format.
  • Compliance requirements: institutions submitting digitized material to federal, academic, or museum standards need to confirm their chosen workflow can actually document and pass the relevant FADGI or Metamorfoze star rating, not just claim high resolution.
  • Staff capacity: drum and virtual drum scanning generally demand more specialized, ongoing operator expertise than a well-designed camera-based workflow, which matters for institutions without a dedicated imaging technician on staff.

There is no universally correct answer here, only a correct answer for a given collection’s size, format mix, and compliance needs. What has changed in recent years is that the fastest option is no longer automatically the lowest-quality one, which means the old tradeoff between speed and archival integrity is far less absolute than it used to be.

Frequently Asked Questions

Is camera-based film digitization actually faster than scanning?

Yes, documented workflows report camera-based capture running at roughly 400 times the speed of flatbed, drum, or virtual-drum scanning for comparable material, since the full frame is captured in a single exposure.

Does faster film digitization mean lower image quality?

Not inherently. Quality depends on whether the equipment and workflow are built to meet recognized benchmarks such as FADGI or Metamorfoze star ratings, regardless of the capture method used.

What type of archive benefits most from camera-based digitization?

Larger or mixed-format collections, such as those combining negatives, glass plates, and slides, generally see the greatest benefit, since a modular camera-based setup can switch between formats without separate dedicated machines.

Continue Reading

Tech

7 Signs Your AI Guardrails Won’t Survive Contact With Agentic Systems

Published

on

Bar chart comparing the latency of a general purpose language model used as a safety classifier against a purpose built guardrail model

Two years ago, a guardrail conversation was mostly about content filtering: stop the chatbot from saying something toxic. The model produced text, the text was safe or it was not, and a classifier could usually tell. In 2026 the problem changed shape, because the model is no longer just producing text. It is calling APIs, querying databases, writing files, sending emails, and triggering workflows. A guardrail failure two years ago meant a bad response. A guardrail failure today can mean a bad action: data deleted, funds transferred, privileged information forwarded to the wrong recipient. Here are seven signs an enterprise’s guardrail approach has not caught up to that shift.

  1. Guardrails only inspect the chat interface

If the only place content is being checked is the conversational turn between user and model, agentic workflows are moving around that checkpoint entirely. Tool calls, intermediate outputs passed between chained steps, and data pulled from connected systems all need coverage, not just the visible chat window.

  1. There is no human checkpoint on irreversible actions

Database deletions, external data transfers, financial transactions, and bulk record modifications are operations where a mistaken or manipulated instruction can cause damage that is difficult or impossible to reverse. Enterprises that have not annotated their AI tools by risk level, and built approval flows for anything tagged destructive, are relying entirely on the model getting it right every time.

  1. The guardrail is a prompted general purpose model

Prompting a general purpose model to act as its own safety classifier is the fastest way to prototype a guardrail, and it is also the slowest one to run in production. The chart below shows why that tradeoff matters once guardrails sit inside an agent’s decision loop rather than at the end of a conversation.

Bar chart comparing the latency of a general purpose language model used as a safety classifier against a purpose built guardrail model

Illustrative figures based on reported benchmark ranges for general purpose models prompted as classifiers versus purpose built guardrail models, 2026.

  1. Policies are generic instead of specific to the workflow

Out of the box guardrails ship with a fixed taxonomy covering hate speech, violence, sexual content, and basic PII. That is fine for a generic chatbot. It is not fine for a workflow that needs to enforce specific regulatory language, recognize an organization’s own confidential project names, or apply industry-specific rules no generic model has ever seen. Generic guardrails catch generic problems and miss the ones that actually matter to a given business.

  1. There is no governance layer over employee AI usage

Guardrails on a single deployed application do nothing for the AI tools employees adopt on their own. Consistent governance over employee AI tool usage across sanctioned and unsanctioned tools alike is what turns a guardrail policy from something that applies to one system into something that actually reflects how AI is used across the organization.

  1. Nobody has adversarially tested the guardrail itself

A guardrail that has only been validated against the cases it was designed to catch will fail the first time it meets an adversarial input it was not trained on. Open source community-standard guard models, for example, see measurable accuracy drops under adversarial pressure and on long context traces compared to their baseline performance. Red teaming the guardrail, not just the underlying model, is what closes that gap before an attacker finds it.

  1. Governance is only 25 percent implemented, if that

According to a 2025 industry survey, only about 25 percent of companies report a fully implemented AI governance program, even as 88 percent of organizations say they use AI in at least one business function. That gap between usage and governance is exactly where the enterprise AI security risks CISOs are already tracking tend to surface first, since guardrails without an underlying governance program are enforcing rules nobody has actually agreed on organization-wide.

What closing these gaps actually requires

The pattern across all seven signs is the same: guardrails designed for a single conversational turn do not generalize to a system that acts. Closing the gap means covering tool calls and not just chat, gating irreversible actions behind human review, using purpose-built models fast enough to run inline, tailoring policy to the specific workflow, extending governance to tools employees adopted informally, adversarially testing the guardrail itself, and treating all of it as a program rather than a one-time deployment. A recent look at how enterprises are approaching the related discipline of preventing AI data leakage is worth reading alongside guardrail planning, since the two controls typically need to work together

Frequently Asked Questions

Are guardrails the same thing as AI governance?

No. Guardrails are the runtime controls that catch or block specific behaviors. Governance is the broader program, ownership, policy, and accountability structure that decides what those controls should actually enforce.

Why do agentic systems need different guardrails than chatbots?

Chatbots produce text a human reads before acting on it. Agents can take the action directly, so a guardrail failure has a much larger and sometimes irreversible blast radius, which changes both what needs to be checked and how fast the check needs to run.

What is the fastest way to test whether current guardrails are sufficient?

Red team them the same way the underlying model would be tested, using adversarial examples specific to the organization’s actual policies and workflows rather than relying only on the vendor’s published benchmark results.

Continue Reading

Trending