<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Blake Aber</title>
    <description>The latest articles on DEV Community by Blake Aber (@blake_aber_f8c344d227aa82).</description>
    <link>https://dev.to/blake_aber_f8c344d227aa82</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4007012%2F42d0f881-7ea6-4ae0-8fea-ea5974e047af.png</url>
      <title>DEV Community: Blake Aber</title>
      <link>https://dev.to/blake_aber_f8c344d227aa82</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/blake_aber_f8c344d227aa82"/>
    <language>en</language>
    <item>
      <title>Model Risk Governance: A Practical Framework</title>
      <dc:creator>Blake Aber</dc:creator>
      <pubDate>Tue, 11 Aug 2026 14:51:28 +0000</pubDate>
      <link>https://dev.to/blake_aber_f8c344d227aa82/model-risk-governance-a-practical-framework-53ep</link>
      <guid>https://dev.to/blake_aber_f8c344d227aa82/model-risk-governance-a-practical-framework-53ep</guid>
      <description>&lt;p&gt;&lt;em&gt;Model risk governance turns scattered spreadsheets and black-box algorithms into a system someone is accountable for.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Blake Aber&lt;/strong&gt; · Predicate Ventures · 2026&lt;/p&gt;




&lt;h2&gt;
  
  
  What model risk governance actually covers
&lt;/h2&gt;

&lt;p&gt;Models drive lending decisions, capital calculations, fraud detection, and pricing. Each one carries the risk of being wrong—wrong by design, wrong in implementation, or wrong because it was applied to a situation it was never built for.&lt;/p&gt;

&lt;p&gt;Model risk governance is the discipline that names an owner for that risk and defines how models get built, checked, and retired.&lt;/p&gt;

&lt;p&gt;The reference point for most institutions is SR 11-7, the &lt;a href="https://www.federalreserve.gov/supervisionreg/srletters/sr1107.htm" rel="noopener noreferrer"&gt;Guidance on Model Risk Management&lt;/a&gt; issued by the Federal Reserve jointly with the OCC. It describes an effective framework as covering three areas: model development, implementation, and use; effective validation; and sound governance, policies, and controls.&lt;/p&gt;

&lt;p&gt;Those three areas are the outline for everything below.&lt;/p&gt;

&lt;h2&gt;
  
  
  The three components of a model
&lt;/h2&gt;

&lt;p&gt;Before you can govern a model, you have to agree on what one is.&lt;/p&gt;

&lt;p&gt;SR 11-7 defines a model as three parts: an &lt;a href="https://www.federalreserve.gov/boarddocs/srletters/2011/sr1107a1.pdf" rel="noopener noreferrer"&gt;information input component, a processing component, and a reporting component&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Inputs are the data and assumptions that feed the model. Processing is the method that turns inputs into estimates. Reporting is how the output reaches the people who act on it.&lt;/p&gt;

&lt;p&gt;This definition matters commercially. It means governance applies to the assumptions and the presentation, not only the equation in the middle. A model can be mathematically sound and still fail because it was fed stale data or because its output was reported in a way that misled the people relying on it.&lt;/p&gt;

&lt;p&gt;When firms scope their model inventory, this three-part definition decides what counts. Tools that only produce a number from a fixed formula may not qualify. Tools that estimate, forecast, or approximate almost always do.&lt;/p&gt;

&lt;h2&gt;
  
  
  Development, implementation, and use
&lt;/h2&gt;

&lt;p&gt;The first area is the model's working life.&lt;/p&gt;

&lt;p&gt;Development covers how the model is designed and tested. It includes the rationale for the method chosen, the quality of the data, and documentation good enough that someone other than the builder can understand it.&lt;/p&gt;

&lt;p&gt;Implementation is the move from a developer's environment into production systems. This is where errors hide. A model that behaved correctly in testing can break when it is connected to live data feeds or coded into a different platform.&lt;/p&gt;

&lt;p&gt;Use is the ongoing application of the model to real decisions. Governance here asks whether the model is still being applied to the conditions it was built for, and whether users understand its limits.&lt;/p&gt;

&lt;p&gt;Each stage produces a record. The record is what a validator and an examiner will read.&lt;/p&gt;

&lt;h2&gt;
  
  
  Validation as an independent check
&lt;/h2&gt;

&lt;p&gt;Validation is the second area, and it is the part most firms underbuild.&lt;/p&gt;

&lt;p&gt;Effective validation is independent. The people checking a model should not be the people who built it, because builders are poorly positioned to see their own blind spots.&lt;/p&gt;

&lt;p&gt;SR 11-7 recommends a &lt;a href="https://www.federalreserve.gov/boarddocs/srletters/2011/sr1107.pdf" rel="noopener noreferrer"&gt;periodic review of each model, at least annually&lt;/a&gt; and more often when circumstances warrant, to confirm it is working as intended.&lt;/p&gt;

&lt;p&gt;Annual is a floor, not a target. A model tied to volatile markets or rapidly shifting customer behavior may need review every quarter. A stable model in a slow domain may justify the annual minimum. The framework asks the firm to decide the frequency and defend it.&lt;/p&gt;

&lt;p&gt;Validation is not a one-time gate at launch. It is a repeated test that a model still fits the world it operates in. Markets move, portfolios change, and a model that was accurate two years ago may now be quietly biased.&lt;/p&gt;

&lt;h3&gt;
  
  
  What validation should confirm
&lt;/h3&gt;

&lt;p&gt;A useful validation answers a few plain questions. Does the model do what its documentation claims? Are its inputs still appropriate? Do its outputs match reality when checked against outcomes? Are its known weaknesses being managed?&lt;/p&gt;

&lt;p&gt;When the answer to any of these is no, the finding goes to the model owner with a timeline for resolution. Findings that sit unresolved are themselves a governance failure.&lt;/p&gt;

&lt;h2&gt;
  
  
  Governance, policies, and controls
&lt;/h2&gt;

&lt;p&gt;The third area is the structure that holds the other two together.&lt;/p&gt;

&lt;p&gt;Governance assigns roles. Someone owns each model. Someone validates it. Someone approves it for use and sets the policy for how often it is reviewed. The board and senior management are responsible for the framework as a whole.&lt;/p&gt;

&lt;p&gt;Policies define the rules in writing—what qualifies as a model, how the inventory is maintained, what documentation is required, and how exceptions are handled. Controls are the mechanisms that enforce those rules, including access limits, change management, and monitoring of outputs.&lt;/p&gt;

&lt;p&gt;Without this layer, development and validation become one-off efforts that decay. With it, they become a repeatable process an institution can staff, audit, and improve.&lt;/p&gt;

&lt;h2&gt;
  
  
  The regulatory baseline is settled and current
&lt;/h2&gt;

&lt;p&gt;Model risk governance is not an aspiration a firm invents on its own. Regulators have set a shared standard.&lt;/p&gt;

&lt;p&gt;The FDIC adopted the 2011 supervisory guidance as &lt;a href="https://www.occ.gov/news-issuances/bulletins/2026/bulletin-2026-13.html" rel="noopener noreferrer"&gt;FIL-22-2017&lt;/a&gt;, extending the SR 11-7 approach across the institutions it supervises.&lt;/p&gt;

&lt;p&gt;More recently, the OCC, Federal Reserve, and FDIC issued revised interagency model risk management guidance, rescinding prior issuances including &lt;a href="https://www.occ.gov/news-issuances/bulletins/2026/bulletin-2026-13.html" rel="noopener noreferrer"&gt;OCC Bulletin 2011-12&lt;/a&gt;. The Federal Reserve published its version of the revised guidance as &lt;a href="https://www.federalreserve.gov/frrs/guidance/supervisory-guidance-on-model-risk-management.htm" rel="noopener noreferrer"&gt;SR 26-2&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The practical takeaway is that the three-area framework—development and use, validation, and governance—remains the reference standard, now expressed through the current interagency guidance. Firms building or refreshing a program should map to the version in force for their regulator rather than the superseded letters.&lt;/p&gt;

&lt;h2&gt;
  
  
  Building a program that holds up
&lt;/h2&gt;

&lt;p&gt;A credible model risk governance program is legible. An outsider should be able to open the inventory, pick a model, and trace its development record, its last validation, its owner, and its review schedule.&lt;/p&gt;

&lt;p&gt;Start with the inventory. You cannot govern what you have not listed, and most firms discover they own more models than they thought once they apply the three-component definition.&lt;/p&gt;

&lt;p&gt;Then set validation independence and cadence. Assign owners. Write the policy. Wire in the controls that catch a model drifting or a change slipping through untested.&lt;/p&gt;

&lt;p&gt;The cost of this work is real. The cost of a mispriced portfolio, a failed capital calculation, or an examiner finding is larger, and harder to schedule. Governance is how a firm pays the smaller bill on purpose instead of the larger one by surprise.&lt;/p&gt;

&lt;h2&gt;
  
  
  Related reading
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/ai-governance-consulting-what-to-buy-and-why" rel="noopener noreferrer"&gt;AI Governance Consulting: What to Buy and Why&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/ai-risk-management-playbook-a-working-guide" rel="noopener noreferrer"&gt;AI Risk Management Playbook: A Working Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/choosing-a-due-diligence-solution-that-holds-up" rel="noopener noreferrer"&gt;Choosing a Due Diligence Solution That Holds Up&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>modelrisk</category>
      <category>governance</category>
      <category>regulatorycompliance</category>
      <category>banking</category>
    </item>
    <item>
      <title>AI Risk Management Playbook: A Working Guide</title>
      <dc:creator>Blake Aber</dc:creator>
      <pubDate>Mon, 10 Aug 2026 10:20:46 +0000</pubDate>
      <link>https://dev.to/blake_aber_f8c344d227aa82/ai-risk-management-playbook-a-working-guide-2ma0</link>
      <guid>https://dev.to/blake_aber_f8c344d227aa82/ai-risk-management-playbook-a-working-guide-2ma0</guid>
      <description>&lt;p&gt;&lt;em&gt;A working AI risk management playbook turns abstract governance principles into decisions your teams can make on a deadline.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Blake Aber&lt;/strong&gt; · Predicate Ventures · 2026&lt;/p&gt;




&lt;h2&gt;
  
  
  Why a playbook, not a policy
&lt;/h2&gt;

&lt;p&gt;Most organizations already have an AI policy. Few have a playbook.&lt;/p&gt;

&lt;p&gt;A policy states intent. A playbook states procedure: who decides, on what evidence, by when, and what happens when the answer is no.&lt;/p&gt;

&lt;p&gt;The gap matters because AI risk does not announce itself. It surfaces at the moment a model is repurposed, a dataset shifts, or a vendor changes its terms. When those moments arrive, teams need a sequence to follow, not a statement of values to reread.&lt;/p&gt;

&lt;p&gt;This playbook uses the four functions of the NIST AI Risk Management Framework as its spine. NIST released &lt;a href="https://www.nist.gov/itl/ai-risk-management-framework" rel="noopener noreferrer"&gt;AI RMF 1.0 on January 26, 2023&lt;/a&gt;, and it has become the common reference for enterprise AI governance in the United States. The four functions—Govern, Map, Measure, Manage—give you named stages to assign owners and checkpoints.&lt;/p&gt;

&lt;h2&gt;
  
  
  Govern: set the standing rules before anyone builds
&lt;/h2&gt;

&lt;p&gt;Governance is the layer that outlasts individual projects. It answers the questions you should not relitigate every time a new use case appears.&lt;/p&gt;

&lt;p&gt;Start with three artifacts.&lt;/p&gt;

&lt;h3&gt;
  
  
  An inventory
&lt;/h3&gt;

&lt;p&gt;You cannot manage what you have not counted. Maintain a live register of every AI system in use, including third-party tools and features embedded in software you already license. Each entry records the owner, the purpose, the data it touches, and its risk tier.&lt;/p&gt;

&lt;h3&gt;
  
  
  A risk tiering rule
&lt;/h3&gt;

&lt;p&gt;Not every model deserves the same scrutiny. Define tiers by potential harm—effect on people, on legal exposure, on revenue. A copywriting assistant and a credit-decision model belong in different tiers with different approval paths.&lt;/p&gt;

&lt;h3&gt;
  
  
  A decision authority
&lt;/h3&gt;

&lt;p&gt;Name who can approve deployment at each tier. Low-tier tools may clear at the team level. High-tier systems require sign-off from a named committee with legal, security, and business representation.&lt;/p&gt;

&lt;p&gt;Governance also sets escalation. When a model behaves outside expected bounds, who is paged, and who can pull it from production? Write that down before you need it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Map: understand the system in its context
&lt;/h2&gt;

&lt;p&gt;Mapping is the diligence stage. Before measurement, you establish what the system is supposed to do and where it can go wrong.&lt;/p&gt;

&lt;p&gt;Document the intended use in plain language, then document the foreseeable misuses. A model built to summarize support tickets can be fed adversarial input or asked questions it was never validated for. Naming those paths early tells your testers what to probe.&lt;/p&gt;

&lt;p&gt;Map the data lineage. Where does training and input data originate, who owns it, and what constraints attach to it? Data provenance is where many compliance failures begin.&lt;/p&gt;

&lt;p&gt;Map dependencies. If your system relies on a third-party foundation model, its behavior can change without your involvement. Record which external components you depend on and what you would do if one degraded or disappeared.&lt;/p&gt;

&lt;p&gt;Generative systems carry a distinct set of concerns—hallucination, data leakage, prompt injection, and content provenance among them. NIST addressed these directly in &lt;a href="https://www.nist.gov/itl/ai-risk-management-framework" rel="noopener noreferrer"&gt;NIST-AI-600-1, the Generative AI Profile released July 26, 2024&lt;/a&gt;. Use it as a checklist when the system in question generates text, images, code, or audio.&lt;/p&gt;

&lt;h2&gt;
  
  
  Measure: test against defined thresholds
&lt;/h2&gt;

&lt;p&gt;Measurement converts concern into evidence. The goal is to replace opinions about a model's safety with results.&lt;/p&gt;

&lt;p&gt;Set thresholds before testing. Decide in advance what accuracy, bias, and reliability numbers you will accept. Thresholds set after seeing results tend to bend toward the result you want.&lt;/p&gt;

&lt;p&gt;Measure across several dimensions.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Performance:&lt;/strong&gt; Does the system meet its stated task quality on representative data?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fairness:&lt;/strong&gt; Do outcomes differ across groups in ways you cannot justify?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reliability:&lt;/strong&gt; Does performance hold when inputs drift from the test set?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Security:&lt;/strong&gt; Can the system be manipulated through its inputs?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Measurement is not a launch-day event. Models degrade as the world moves away from their training data. Schedule re-measurement at intervals tied to risk tier, and trigger it whenever inputs or dependencies change materially.&lt;/p&gt;

&lt;p&gt;Record the results where an auditor could find them. If you cannot show your work later, you did not measure—you guessed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Manage: act on what you learned
&lt;/h2&gt;

&lt;p&gt;Management is where the playbook earns its name. Measurement produces findings; management assigns responses.&lt;/p&gt;

&lt;p&gt;For each identified risk, choose one of four responses and document it: accept, mitigate, transfer, or avoid. Accepting a risk is legitimate—if it is a decision, made by someone with authority, and recorded.&lt;/p&gt;

&lt;p&gt;Mitigation is the common path. It includes technical controls such as input filtering and output review, and process controls such as human sign-off for high-stakes decisions. Match the control to the harm you mapped.&lt;/p&gt;

&lt;p&gt;Build monitoring into production, not around it. The system should report on its own behavior—drift, error rates, unusual inputs—so problems surface in dashboards rather than in complaints.&lt;/p&gt;

&lt;p&gt;Keep a response plan for failures. When a model produces harmful output, the sequence should be known: contain, assess, notify, remediate, record. Rehearsed response separates an incident from a crisis.&lt;/p&gt;

&lt;h2&gt;
  
  
  Making the playbook durable
&lt;/h2&gt;

&lt;p&gt;The framework underneath this playbook is not static. NIST plans to review the AI RMF with formal community input &lt;a href="https://nvlpubs.nist.gov/nistpubs/ai/nist.ai.100-1.pdf" rel="noopener noreferrer"&gt;no later than 2028&lt;/a&gt;, and the technology will move faster than that. Treat your playbook as a document that gets versioned, not one that gets finished.&lt;/p&gt;

&lt;p&gt;Two practices keep it alive.&lt;/p&gt;

&lt;p&gt;First, assign an owner. A playbook without an owner drifts into obsolescence within a quarter. Someone should be accountable for updating it as tools, regulations, and incidents accumulate.&lt;/p&gt;

&lt;p&gt;Second, run it on real cases. A playbook that has never been used against a live deployment is theory. The first few times you apply it, you will find gaps—steps that are unclear, owners who were never told, thresholds nobody agreed to. Fix them while the stakes are low.&lt;/p&gt;

&lt;p&gt;The organizations that handle AI risk well are rarely the ones with the longest policy documents. They are the ones whose teams know what to do when a model does something unexpected—and can show why they made the call they did.&lt;/p&gt;

&lt;h2&gt;
  
  
  Related reading
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/ai-governance-consulting-what-to-buy-and-why" rel="noopener noreferrer"&gt;AI Governance Consulting: What to Buy and Why&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/governance-as-design" rel="noopener noreferrer"&gt;Governance-as-Design&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/model-risk-governance-a-practical-framework" rel="noopener noreferrer"&gt;Model Risk Governance: A Practical Framework&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>airisk</category>
      <category>governance</category>
      <category>nistairmf</category>
      <category>compliance</category>
    </item>
    <item>
      <title>Why VC Firms Invest in AI Startups Now</title>
      <dc:creator>Blake Aber</dc:creator>
      <pubDate>Mon, 10 Aug 2026 10:20:45 +0000</pubDate>
      <link>https://dev.to/blake_aber_f8c344d227aa82/why-vc-firms-invest-in-ai-startups-now-4poi</link>
      <guid>https://dev.to/blake_aber_f8c344d227aa82/why-vc-firms-invest-in-ai-startups-now-4poi</guid>
      <description>&lt;p&gt;&lt;em&gt;The share of venture dollars going to AI has doubled in three years, and the concentration is now impossible to ignore.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Blake Aber&lt;/strong&gt; · Predicate Ventures · 2026&lt;/p&gt;




&lt;h2&gt;
  
  
  The scale of the shift
&lt;/h2&gt;

&lt;p&gt;AI firms made up 61% of all global VC investment in 2025, up from 30% in 2022, &lt;a href="https://www.oecd.org/en/publications/venture-capital-investments-in-artificial-intelligence-through-2025_a13752f5-en/full-report.html" rel="noopener noreferrer"&gt;per the OECD&lt;/a&gt;. That is a doubling of share in three years.&lt;/p&gt;

&lt;p&gt;The dollar figures match the percentages. VCs put $192.7 billion into AI startups in 2025 through Q3, &lt;a href="https://www.bloomberg.com/news/articles/2025-10-03/ai-is-dominating-2025-vc-investing-pulling-in-192-7-billion" rel="noopener noreferrer"&gt;according to PitchBook data reported by Bloomberg&lt;/a&gt;. That pace put &lt;a href="https://www.bloomberg.com/news/articles/2025-10-03/ai-is-dominating-2025-vc-investing-pulling-in-192-7-billion" rel="noopener noreferrer"&gt;2025 on track to be the first year where more than half of all VC dollars went to AI&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;When a single category crosses half of an entire asset class, it stops being a theme and becomes the market itself.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why VC firms are concentrating on AI
&lt;/h2&gt;

&lt;p&gt;Three forces explain the concentration.&lt;/p&gt;

&lt;p&gt;The first is model performance. Capabilities that were research demos in 2022 became shippable products by 2025. Investors fund what customers will pay for, and paying customers arrived.&lt;/p&gt;

&lt;p&gt;The second is defensibility questions. Firms are trying to identify which AI startups own something durable versus which are thin wrappers on someone else's model. That question sends money toward companies with data advantages, distribution, or infrastructure ownership.&lt;/p&gt;

&lt;p&gt;The third is fund math. When one category compounds faster than the rest of a portfolio, partners feel pressure to keep pace. A fund that skips AI risks underperforming its peers on paper, even before returns are realized.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where the money actually goes
&lt;/h2&gt;

&lt;p&gt;The headline share hides an uneven distribution.&lt;/p&gt;

&lt;p&gt;AI firms working on IT infrastructure and hosting attracted the most VC investment, reaching $109.3 billion in 2025, &lt;a href="https://www.oecd.org/en/publications/venture-capital-investments-in-artificial-intelligence-through-2025_a13752f5-en/full-report.html" rel="noopener noreferrer"&gt;per the OECD&lt;/a&gt;. That single &lt;a href="https://www.oecd.org/en/publications/venture-capital-investments-in-artificial-intelligence-through-2025_a13752f5-en/full-report.html" rel="noopener noreferrer"&gt;infrastructure layer accounts for $109.3 billion&lt;/a&gt;, more than half of the &lt;a href="https://www.bloomberg.com/news/articles/2025-10-03/ai-is-dominating-2025-vc-investing-pulling-in-192-7-billion" rel="noopener noreferrer"&gt;$192.7 billion figure&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The pattern tells you something about how VC firms invest in AI startups. The largest checks flow to the companies building the compute, hosting, and foundational systems that everything else runs on. Application-layer startups compete for the remainder.&lt;/p&gt;

&lt;p&gt;For founders, this means the fundraising experience differs sharply by layer. Infrastructure companies raise large rounds against large capital needs. Application companies raise against traction and margins.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to read the concentration as an investor
&lt;/h2&gt;

&lt;p&gt;A market where one category takes &lt;a href="https://www.oecd.org/en/publications/venture-capital-investments-in-artificial-intelligence-through-2025_a13752f5-en/full-report.html" rel="noopener noreferrer"&gt;61% of dollars&lt;/a&gt; carries two readings, and both are worth holding at once.&lt;/p&gt;

&lt;p&gt;The optimistic reading: AI is a general-purpose capability, and capital is repricing entire industries around it. Under this view, the concentration reflects genuine opportunity rather than crowding.&lt;/p&gt;

&lt;p&gt;The cautious reading: capital concentration this fast tends to compress returns. When most funds chase the same category, entry valuations rise and future multiples fall. The winners may be real while the average outcome disappoints.&lt;/p&gt;

&lt;p&gt;Neither reading requires predicting a crash. Both suggest discipline on price and a clear thesis about which layer of the stack a given check belongs in.&lt;/p&gt;

&lt;h3&gt;
  
  
  Questions that separate the checks
&lt;/h3&gt;

&lt;p&gt;Before committing to an AI startup, a firm should be able to answer a few things plainly.&lt;/p&gt;

&lt;p&gt;What does this company own that a model provider could not replicate? Data, distribution, workflow lock-in, or regulatory position are the usual candidates.&lt;/p&gt;

&lt;p&gt;What is the gross margin after inference costs? Some AI products carry compute costs that erode the margins investors expect from software.&lt;/p&gt;

&lt;p&gt;Which layer is this, and does the check size match the layer? Infrastructure and application companies have different capital profiles, and mismatches show up later as down rounds.&lt;/p&gt;

&lt;h2&gt;
  
  
  What this means for founders raising now
&lt;/h2&gt;

&lt;p&gt;The environment is generous to AI founders in one sense and demanding in another.&lt;/p&gt;

&lt;p&gt;Capital is available. With more than half of VC dollars aimed at AI, a credible AI startup has more funding options than a comparable non-AI company.&lt;/p&gt;

&lt;p&gt;But availability raises the bar. When many companies pitch similar capabilities, investors filter harder on defensibility and unit economics. A founder who cannot articulate what stays proprietary as models improve will struggle, regardless of how much capital is in the market.&lt;/p&gt;

&lt;p&gt;The practical move is to raise against a specific advantage rather than against the category. "We do AI" is no longer a differentiator when &lt;a href="https://www.oecd.org/en/publications/venture-capital-investments-in-artificial-intelligence-through-2025_a13752f5-en/full-report.html" rel="noopener noreferrer"&gt;61% of the market does too&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  The durability question
&lt;/h2&gt;

&lt;p&gt;The honest uncertainty is how long this share persists.&lt;/p&gt;

&lt;p&gt;A &lt;a href="https://www.oecd.org/en/publications/venture-capital-investments-in-artificial-intelligence-through-2025_a13752f5-en/full-report.html" rel="noopener noreferrer"&gt;doubling from 30% to 61% in three years&lt;/a&gt; is not a trend that can continue at the same rate, because the ceiling is 100%. At some point the share stabilizes or reverts.&lt;/p&gt;

&lt;p&gt;What happens next depends on returns. If early AI investments return capital at rates that justify the concentration, allocators keep the weighting. If they do not, capital rotates and the share falls.&lt;/p&gt;

&lt;p&gt;The OECD and PitchBook figures describe where money went, not where it will earn. That distinction matters. Investment share is a measure of conviction, and conviction is priced before it is proven.&lt;/p&gt;

&lt;h2&gt;
  
  
  The takeaway
&lt;/h2&gt;

&lt;p&gt;VC firms invest in AI startups at a level without precedent in the asset class. The &lt;a href="https://www.bloomberg.com/news/articles/2025-10-03/ai-is-dominating-2025-vc-investing-pulling-in-192-7-billion" rel="noopener noreferrer"&gt;$192.7 billion figure&lt;/a&gt; and the &lt;a href="https://www.oecd.org/en/publications/venture-capital-investments-in-artificial-intelligence-through-2025_a13752f5-en/full-report.html" rel="noopener noreferrer"&gt;61% share&lt;/a&gt; both point to the same fact: AI is now the center of gravity for venture capital, not a segment of it.&lt;/p&gt;

&lt;p&gt;The useful response is neither enthusiasm nor skepticism but specificity. Know which layer a company sits in. Know what it owns. Know whether the check size fits the capital profile.&lt;/p&gt;

&lt;p&gt;The firms that do well in this cycle will be the ones that treated a &lt;a href="https://www.oecd.org/en/publications/venture-capital-investments-in-artificial-intelligence-through-2025_a13752f5-en/full-report.html" rel="noopener noreferrer"&gt;61% market share&lt;/a&gt; as a reason for discipline rather than a reason to relax it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Related reading
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/startup-due-diligence-a-practical-framework" rel="noopener noreferrer"&gt;Startup Due Diligence: A Practical Framework&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/the-vc-due-diligence-process-explained" rel="noopener noreferrer"&gt;The VC Due Diligence Process, Explained&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>aistartups</category>
      <category>venturecapital</category>
      <category>vcstrategy</category>
      <category>aiinvestment</category>
    </item>
    <item>
      <title>Operational Due Diligence: A Practical Guide</title>
      <dc:creator>Blake Aber</dc:creator>
      <pubDate>Tue, 04 Aug 2026 16:08:12 +0000</pubDate>
      <link>https://dev.to/blake_aber_f8c344d227aa82/operational-due-diligence-a-practical-guide-386n</link>
      <guid>https://dev.to/blake_aber_f8c344d227aa82/operational-due-diligence-a-practical-guide-386n</guid>
      <description>&lt;p&gt;&lt;em&gt;Operational due diligence measures whether a fund can run its business, not whether it can pick investments.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Blake Aber&lt;/strong&gt; · Predicate Ventures&lt;/p&gt;




&lt;h2&gt;
  
  
  What operational due diligence covers
&lt;/h2&gt;

&lt;p&gt;Investment due diligence asks whether a manager can generate returns. Operational due diligence asks whether the firm can hold the assets, price them honestly, move cash safely, and keep records that survive an audit.&lt;/p&gt;

&lt;p&gt;These are separate questions. A fund can post strong numbers while running a back office that would collapse under a redemption wave or a regulatory inquiry. Allocators who skip the operational review learn this the hard way.&lt;/p&gt;

&lt;p&gt;The discipline grew out of failures where the strategy was fine but the plumbing was not. Fraud, misvaluation, and cash controls that let one person move money without a second signature — these are operational failures, not investment failures.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why allocators run it separately
&lt;/h2&gt;

&lt;p&gt;Most institutional allocators keep operational due diligence in a different team than investment analysis. The separation is deliberate.&lt;/p&gt;

&lt;p&gt;Investment analysts want the deal to close. They build relationships with managers and grow attached to a thesis. Operational reviewers hold veto power precisely because they carry no incentive to say yes.&lt;/p&gt;

&lt;p&gt;At many pensions, endowments, and funds of funds, the operational team can kill an allocation the investment team loves. That structure exists because the two functions pull in opposite directions, and the allocator wants both pressures represented before capital moves.&lt;/p&gt;

&lt;h2&gt;
  
  
  The core areas under review
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Valuation
&lt;/h3&gt;

&lt;p&gt;How does the fund price its positions? Liquid securities are simple. The scrutiny goes to illiquid or hard-to-mark assets, where the manager has discretion over the number that determines its fees.&lt;/p&gt;

&lt;p&gt;Reviewers check whether valuation involves an independent party, whether the methodology is documented, and whether the manager can override the process. A fund that marks its own illiquid book with no external check is a warning sign.&lt;/p&gt;

&lt;h3&gt;
  
  
  Cash controls
&lt;/h3&gt;

&lt;p&gt;Who can move money, and who approves it? The standard is separation of duties: no single person should be able to initiate and authorize a wire.&lt;/p&gt;

&lt;p&gt;Reviewers trace the wire process end to end. They confirm that outgoing payments require dual authorization and that account changes trigger callback verification. Most large fund frauds trace back to a manager who controlled cash movement without oversight.&lt;/p&gt;

&lt;h3&gt;
  
  
  Service providers
&lt;/h3&gt;

&lt;p&gt;The administrator, auditor, custodian, and prime broker form an external check on the manager's claims. Their quality matters.&lt;/p&gt;

&lt;p&gt;Reviewers confirm that the administrator is independent and calculates the fund's net asset value rather than rubber-stamping the manager's figures. They verify the auditor is a recognized firm and that the audit opinion is clean. A name-brand administrator on paper means little if the manager still produces the numbers internally.&lt;/p&gt;

&lt;h3&gt;
  
  
  Compliance and legal
&lt;/h3&gt;

&lt;p&gt;Who handles regulatory filings? Is there a compliance officer, and does that person have authority independent of the portfolio managers?&lt;/p&gt;

&lt;p&gt;Reviewers examine the firm's regulatory history, past examinations, and any litigation. They read the fund documents for terms that shift risk to investors — gates, side pockets, suspension rights — and confirm those terms are disclosed and used consistently.&lt;/p&gt;

&lt;h3&gt;
  
  
  Technology and business continuity
&lt;/h3&gt;

&lt;p&gt;What systems run the trading, accounting, and reconciliation? Are they enterprise tools or spreadsheets held together by one employee?&lt;/p&gt;

&lt;p&gt;Reviewers ask about disaster recovery, data backups, and cybersecurity. A fund that cannot operate if its office loses power, or that stores investor data without protection, carries operational risk regardless of returns.&lt;/p&gt;

&lt;h2&gt;
  
  
  How the review runs
&lt;/h2&gt;

&lt;p&gt;Operational due diligence usually starts with a document request. The manager sends financial statements, service provider agreements, compliance manuals, valuation policies, and organizational charts.&lt;/p&gt;

&lt;p&gt;An on-site visit follows. Reviewers want to see the office, meet the operations staff, and observe how the firm actually functions rather than how the pitch deck describes it. Meeting the chief operating officer and the compliance officer in person reveals whether those roles exist in substance or only on the org chart.&lt;/p&gt;

&lt;p&gt;Reference calls close the loop. Reviewers contact the administrator, the auditor, and sometimes former employees. Independent confirmation of the manager's claims carries more weight than the manager's own account.&lt;/p&gt;

&lt;h2&gt;
  
  
  What separates a pass from a fail
&lt;/h2&gt;

&lt;p&gt;No fund is perfect. The question is whether weaknesses are structural or manageable.&lt;/p&gt;

&lt;p&gt;A small fund running lean is acceptable if the controls that matter are in place. A large fund with poor cash separation is not, regardless of size. Reviewers weigh severity, not the length of the deficiency list.&lt;/p&gt;

&lt;p&gt;The hard veto categories tend to be consistent: no independent administrator, no clean audit, valuation controlled entirely by the manager, and cash movement without separation of duties. Any one of these can end an allocation.&lt;/p&gt;

&lt;p&gt;Softer findings — outdated policy documents, thin staffing, dependence on a single key person — usually generate conditions rather than rejections. The allocator asks the manager to fix the issue or accepts a monitoring arrangement.&lt;/p&gt;

&lt;h2&gt;
  
  
  Ongoing review
&lt;/h2&gt;

&lt;p&gt;Operational due diligence is not a one-time gate. Funds change. Staff leave, service providers get swapped, and controls that held at onboarding can erode.&lt;/p&gt;

&lt;p&gt;Allocators re-run the review periodically, often annually for material positions. They watch for turnover in the operations team, changes to the auditor, and any restatement of past figures. A manager who switches administrators quietly, or whose chief financial officer departs abruptly, warrants a fresh look.&lt;/p&gt;

&lt;h2&gt;
  
  
  For managers raising capital
&lt;/h2&gt;

&lt;p&gt;Managers who understand what allocators test can prepare for it. The operational review is winnable when the firm treats its back office as seriously as its investment process.&lt;/p&gt;

&lt;p&gt;Hire an independent administrator early. Engage a recognized auditor. Document the valuation policy and follow it. Build cash controls with real separation of duties before an allocator asks.&lt;/p&gt;

&lt;p&gt;The managers who fail operational due diligence rarely do so because they cannot afford controls. They fail because they treated operations as overhead and never built the structure a serious allocator expects to find.&lt;/p&gt;

&lt;p&gt;A clean operational review does not win an allocation on its own. But a failed one ends the conversation, no matter how good the returns look.&lt;/p&gt;

&lt;h2&gt;
  
  
  Related reading
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/choosing-a-due-diligence-solution-that-holds-up" rel="noopener noreferrer"&gt;Choosing a Due Diligence Solution That Holds Up&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/ai-governance-consulting-what-to-buy-and-why" rel="noopener noreferrer"&gt;AI Governance Consulting: What to Buy and Why&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/commercial-due-diligence-a-buyer-s-field-guide" rel="noopener noreferrer"&gt;Commercial Due Diligence: A Buyer's Field Guide&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>operationalduediligence</category>
      <category>fundinvesting</category>
      <category>allocators</category>
      <category>riskmanagement</category>
    </item>
    <item>
      <title>AI Governance Consulting: What to Buy and Why</title>
      <dc:creator>Blake Aber</dc:creator>
      <pubDate>Mon, 03 Aug 2026 12:25:30 +0000</pubDate>
      <link>https://dev.to/blake_aber_f8c344d227aa82/ai-governance-consulting-what-to-buy-and-why-19n9</link>
      <guid>https://dev.to/blake_aber_f8c344d227aa82/ai-governance-consulting-what-to-buy-and-why-19n9</guid>
      <description>&lt;p&gt;&lt;em&gt;AI governance consulting is worth buying when it produces controls people follow, not documents auditors file.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Blake Aber&lt;/strong&gt; · Predicate Ventures · 2026&lt;/p&gt;




&lt;h2&gt;
  
  
  What the market is actually selling
&lt;/h2&gt;

&lt;p&gt;Most AI governance consulting engagements promise the same three deliverables: a risk register, a policy set, and a control framework mapped to a recognized standard.&lt;/p&gt;

&lt;p&gt;The quality gap is enormous. Two firms can deliver identical-looking artifacts, and one leaves you with rules that shape how models get built and shipped while the other leaves you with a PDF nobody opens.&lt;/p&gt;

&lt;p&gt;The difference is not the framework. It is whether the framework was translated into decisions your teams make every week.&lt;/p&gt;

&lt;h2&gt;
  
  
  The standard everyone maps to
&lt;/h2&gt;

&lt;p&gt;The reference point for most engagements is the NIST AI Risk Management Framework, released January 26, 2023. &lt;a href="https://www.nist.gov/itl/ai-risk-management-framework" rel="noopener noreferrer"&gt;AI Risk Management Framework | NIST&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The AI RMF organizes work into four functions: Govern, Map, Measure, and Manage. It is voluntary and sector-neutral, which is why consultants like it — it gives structure without prescribing controls that might not fit your business.&lt;/p&gt;

&lt;p&gt;NIST followed the framework with the Trustworthy and Responsible AI Resource Center on March 30, 2023, to help organizations put the RMF into practice. &lt;a href="https://www.nist.gov/itl/ai-risk-management-framework" rel="noopener noreferrer"&gt;AI Risk Management Framework | NIST&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you are deploying generative models, ask specifically about NIST-AI-600-1, the Generative AI Profile released July 26, 2024. &lt;a href="https://www.nist.gov/itl/ai-risk-management-framework" rel="noopener noreferrer"&gt;AI Risk Management Framework | NIST&lt;/a&gt; It addresses risks specific to generative systems, and a consultant who has not read it is selling you 2023.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where the fee earns out
&lt;/h2&gt;

&lt;p&gt;Governance consulting pays for itself in three places.&lt;/p&gt;

&lt;h3&gt;
  
  
  Inventory
&lt;/h3&gt;

&lt;p&gt;Most organizations cannot list the AI systems they run. Shadow deployments, vendor features that quietly added a model, and pilots that became production all escape the register.&lt;/p&gt;

&lt;p&gt;A good engagement starts by finding what exists, not by writing policy for what should exist. The inventory is the deliverable that surprises executives most, because it usually reveals systems nobody approved.&lt;/p&gt;

&lt;h3&gt;
  
  
  Risk tiering
&lt;/h3&gt;

&lt;p&gt;Not every model needs the same scrutiny. A demand-forecasting tool and a credit-decision model carry different consequences, and treating them identically wastes effort on one and under-controls the other.&lt;/p&gt;

&lt;p&gt;Consultants earn their fee by building a tiering scheme that routes high-consequence systems to review and lets low-stakes tools ship fast. This is the Map function of the AI RMF applied to your actual portfolio.&lt;/p&gt;

&lt;h3&gt;
  
  
  Control design
&lt;/h3&gt;

&lt;p&gt;The last place value shows up is in controls that fit how your teams already work. Human-review gates, evaluation thresholds, documentation requirements, and monitoring — these only work if they sit inside existing engineering and procurement processes.&lt;/p&gt;

&lt;p&gt;A control that requires a new committee meeting will be skipped. A control embedded in a deployment checklist will hold.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to tell operators from slide decks
&lt;/h2&gt;

&lt;p&gt;The commercial risk in this category is buying advice that never touches production. Here is how to screen.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ask who implements.&lt;/strong&gt; If the answer is "we hand off to your team," you are buying a plan, not a system. Firms that stay through implementation have more incentive to design controls that people can follow.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ask for a sample control, not a sample policy.&lt;/strong&gt; Policies are generic. A control — the specific gate, the specific threshold, the specific owner — reveals whether the firm thinks about enforcement or just about language.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ask how they handle model changes.&lt;/strong&gt; Governance is not a one-time certification. Models get retrained, prompts get edited, vendors push updates. A consultant who cannot describe change management is selling a snapshot of a moving system.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ask what they measure.&lt;/strong&gt; The Measure function of the AI RMF is where most engagements go thin, because measurement requires access to model behavior, not just to org charts. Firms that avoid the topic usually cannot do it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Scope you should insist on
&lt;/h2&gt;

&lt;p&gt;A defensible engagement covers four things.&lt;/p&gt;

&lt;p&gt;Governance structure — who owns AI risk, who signs off, and where accountability sits when a model fails. This maps to the Govern function and is where the RMF spends most of its guidance, because structure precedes everything else.&lt;/p&gt;

&lt;p&gt;System inventory and tiering — the map of what you run and how much each system matters.&lt;/p&gt;

&lt;p&gt;Control library — the actual gates, tied to your development lifecycle rather than to a separate compliance track.&lt;/p&gt;

&lt;p&gt;Monitoring and review cadence — how you catch drift, incidents, and vendor changes before they become disclosures.&lt;/p&gt;

&lt;p&gt;If a proposal skips inventory or monitoring, it is selling policy and calling it governance.&lt;/p&gt;

&lt;h2&gt;
  
  
  Build versus buy
&lt;/h2&gt;

&lt;p&gt;Some of this work is worth doing in-house. Inventory, once built, is maintained more cheaply by the teams who own the systems. Control enforcement belongs to engineering permanently.&lt;/p&gt;

&lt;p&gt;What consultants add is the initial structure and the outside read on where your exposure sits. They have seen more failure modes than any single company accumulates, and that pattern library is the thing you are actually paying for.&lt;/p&gt;

&lt;p&gt;The trap is renting the pattern library forever. Structure the engagement so the framework, the controls, and the review process transfer to your staff. If the consultant becomes a permanent dependency, the governance program is theirs, not yours.&lt;/p&gt;

&lt;h2&gt;
  
  
  What to pay for
&lt;/h2&gt;

&lt;p&gt;Price the engagement against the deliverables that outlast it: an inventory your team can update, a tiering scheme they understand, and a control set embedded in existing processes.&lt;/p&gt;

&lt;p&gt;Do not price it against the length of the policy document. A short policy that governs behavior beats a long one that decorates a shared drive.&lt;/p&gt;

&lt;p&gt;AI governance consulting is worth buying when it leaves your organization able to answer three questions without calling the consultant back: what AI do we run, how much does each system matter, and what happens when one of them fails. A firm that gets you there has earned the fee. A firm that hands you a framework and leaves has sold you homework.&lt;/p&gt;

&lt;h2&gt;
  
  
  Related reading
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/governance-as-design" rel="noopener noreferrer"&gt;Governance-as-Design&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/legal-ai-governance" rel="noopener noreferrer"&gt;AI Governance for Law Firms: What Policy Can't Catch&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/ai-strategy-and-implementation-that-works" rel="noopener noreferrer"&gt;AI Strategy and Implementation That Works&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>aigovernance</category>
      <category>compliance</category>
      <category>riskmanagement</category>
      <category>nistairmf</category>
    </item>
    <item>
      <title>AI-Focused VC Funds: Where the Capital Went</title>
      <dc:creator>Blake Aber</dc:creator>
      <pubDate>Mon, 27 Jul 2026 12:25:46 +0000</pubDate>
      <link>https://dev.to/blake_aber_f8c344d227aa82/ai-focused-vc-funds-where-the-capital-went-22p8</link>
      <guid>https://dev.to/blake_aber_f8c344d227aa82/ai-focused-vc-funds-where-the-capital-went-22p8</guid>
      <description>&lt;p&gt;&lt;em&gt;&lt;a href="https://www.oecd.org/en/about/news/announcements/2026/02/ai-firms-capture-61-percent-of-global-venture-capital-in-2025.html" rel="noopener noreferrer"&gt;AI firms took most of the world's venture capital in 2025&lt;/a&gt;, and &lt;a href="https://www.oecd.org/en/about/news/announcements/2026/02/ai-firms-capture-61-percent-of-global-venture-capital-in-2025.html" rel="noopener noreferrer"&gt;the money clustered at the top&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Blake Aber&lt;/strong&gt; · Predicate Ventures · 2026&lt;/p&gt;




&lt;h2&gt;
  
  
  The share is no longer marginal
&lt;/h2&gt;

&lt;p&gt;AI-focused funds now operate in a market where their category defines the whole. AI firms captured &lt;a href="https://www.oecd.org/en/about/news/announcements/2026/02/ai-firms-capture-61-percent-of-global-venture-capital-in-2025.html" rel="noopener noreferrer"&gt;61% of global venture capital in 2025&lt;/a&gt;, according to the OECD.&lt;/p&gt;

&lt;p&gt;That figure reframes what an AI-focused strategy means. A fund that concentrates on AI is no longer taking a sector bet against the rest of venture. It is positioning inside the largest allocation flow in the asset class.&lt;/p&gt;

&lt;p&gt;The scale is visible in the annual totals. Global VC investment in AI firms has climbed steadily, and &lt;a href="https://www.bloomberg.com/news/articles/2025-10-03/ai-is-dominating-2025-vc-investing-pulling-in-192-7-billion" rel="noopener noreferrer"&gt;PitchBook data through Q3 2025&lt;/a&gt; put year-to-date AI funding at $192.7 billion.&lt;/p&gt;

&lt;h2&gt;
  
  
  Generative AI drives the totals
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.oecd.org/en/publications/venture-capital-investments-in-artificial-intelligence-through-2025_a13752f5-en/full-report.html" rel="noopener noreferrer"&gt;Much of the 2025 growth came from generative AI&lt;/a&gt;. The OECD's &lt;a href="https://www.oecd.org/en/publications/venture-capital-investments-in-artificial-intelligence-through-2025_a13752f5-en/full-report.html" rel="noopener noreferrer"&gt;full report on AI venture investment&lt;/a&gt; attributes a large portion of the year's funding to generative AI firms specifically.&lt;/p&gt;

&lt;p&gt;For an AI-focused fund, that concentration inside the category matters as much as the category's share of the whole. Capital is not spread evenly across machine learning applications, infrastructure, and tooling. It is weighted toward model developers and the companies building on top of them.&lt;/p&gt;

&lt;p&gt;That weighting shapes where a fund can find entry points and where it will compete hardest for allocation.&lt;/p&gt;

&lt;h2&gt;
  
  
  The mega deal problem
&lt;/h2&gt;

&lt;p&gt;The headline number hides a distribution problem. AI VC in 2025 concentrated heavily in &lt;a href="https://www.oecd.org/en/about/news/announcements/2026/02/ai-firms-capture-61-percent-of-global-venture-capital-in-2025.html" rel="noopener noreferrer"&gt;mega deals over USD 100 million&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The top of the market is a small set of very large rounds. The OECD identifies the &lt;a href="https://www.oecd.org/en/publications/venture-capital-investments-in-artificial-intelligence-through-2025_a13752f5-en/full-report.html" rel="noopener noreferrer"&gt;top five AI mega deals of 2025&lt;/a&gt; as a meaningful slice of total deal value.&lt;/p&gt;

&lt;p&gt;This creates two distinct games. One is access to the largest rounds, which is a capital and relationship contest that most funds cannot win. The other is early-stage sourcing, where a fund's edge comes from picking companies before the mega-round dynamics apply.&lt;/p&gt;

&lt;p&gt;An AI-focused fund needs to know which game it is playing. A small fund that markets itself on AI exposure but has no path into the concentrated top of the market is selling access it does not have.&lt;/p&gt;

&lt;h3&gt;
  
  
  Deal size has moved
&lt;/h3&gt;

&lt;p&gt;The average check has grown with the category. The OECD reports a significant increase in the &lt;a href="https://www.oecd.org/en/publications/venture-capital-investments-in-artificial-intelligence-through-2025_a13752f5-en/full-report.html" rel="noopener noreferrer"&gt;mean AI VC deal size from 2014 to 2025&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Rising mean deal size compresses the returns math for funds that enter late. When rounds are larger, ownership at a given check size falls, and the entry valuation carries more of the risk. Funds that write early checks and hold through the growth of a company keep more of the outcome.&lt;/p&gt;

&lt;h2&gt;
  
  
  Geography is concentrated too
&lt;/h2&gt;

&lt;p&gt;The capital is not only concentrated by deal size. It is concentrated by country. The United States accounted for the majority of &lt;a href="https://www.oecd.org/en/publications/venture-capital-investments-in-artificial-intelligence-through-2025_a13752f5-en/full-report.html" rel="noopener noreferrer"&gt;AI VC deal value in 2025&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;For an AI-focused fund, geographic concentration is both a constraint and a signal. Funds outside the US market face a smaller pool of the largest deals. Funds inside it face more competition for the same companies.&lt;/p&gt;

&lt;p&gt;A fund's location and network determine which side of that concentration it sits on. A regional AI fund and a Bay Area AI fund are not running the same strategy even if their marketing language matches.&lt;/p&gt;

&lt;h2&gt;
  
  
  What this means for fund selection
&lt;/h2&gt;

&lt;p&gt;For limited partners evaluating AI-focused funds, the market data suggests a few questions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Where in the deal-size distribution does the fund operate?&lt;/strong&gt; A fund claiming AI exposure through mega-round participation is buying into rounds that already carry high valuations. A fund sourcing early is taking a different risk with different ownership.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Is the fund's AI focus a thesis or a label?&lt;/strong&gt; With &lt;a href="https://www.oecd.org/en/about/news/announcements/2026/02/ai-firms-capture-61-percent-of-global-venture-capital-in-2025.html" rel="noopener noreferrer"&gt;AI at 61% of global venture&lt;/a&gt;, a generalist fund and an AI-focused fund may hold similar exposure by default. The label only adds value if it comes with sourcing, technical diligence, or portfolio support that a generalist lacks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How does the fund handle the generative AI concentration?&lt;/strong&gt; A strategy weighted entirely toward model developers competes for the same small set of companies as every large fund. A strategy that finds applications and infrastructure adjacent to those models has a wider field.&lt;/p&gt;

&lt;h2&gt;
  
  
  The risk inside the numbers
&lt;/h2&gt;

&lt;p&gt;A category that &lt;a href="https://www.oecd.org/en/about/news/announcements/2026/02/ai-firms-capture-61-percent-of-global-venture-capital-in-2025.html" rel="noopener noreferrer"&gt;takes 61% of venture capital&lt;/a&gt; carries concentration risk for the whole asset class. If AI valuations correct, the funds most exposed will be those that entered late and large, at the top of the deal-size curve.&lt;/p&gt;

&lt;p&gt;The mega-deal structure amplifies this. When a small number of very large rounds define the market's deal value, a repricing of those companies moves the aggregate. Funds holding late-stage positions in the top rounds have the least protection.&lt;/p&gt;

&lt;p&gt;Early-stage AI funds carry different risk. Their exposure is to company selection and survival rather than to entry valuation. That does not make them safe. It makes their risk legible in a way that late mega-round exposure is not.&lt;/p&gt;

&lt;h2&gt;
  
  
  Reading a fund against the market
&lt;/h2&gt;

&lt;p&gt;The 2025 data gives LPs a backdrop to test any AI fund's pitch against.&lt;/p&gt;

&lt;p&gt;A fund that describes AI as an emerging opportunity is describing a market that already commands most of venture capital. A fund that promises access to the largest AI companies should show the relationships that make that access real. A fund that claims an early-stage edge should show sourcing that operates below the mega-deal tier.&lt;/p&gt;

&lt;p&gt;The category's dominance means the interesting question is no longer whether to invest in AI. It is which position in a concentrated, top-heavy market a given fund actually holds. That position, not the AI label, determines the return.&lt;/p&gt;

&lt;h2&gt;
  
  
  Related reading
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/ai-for-venture-capital-a-practical-guide" rel="noopener noreferrer"&gt;AI for Venture Capital: A Practical Guide&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>venturecapital</category>
      <category>fundstrategy</category>
      <category>generativeai</category>
    </item>
    <item>
      <title>Post Acquisition Integration: A Field Guide</title>
      <dc:creator>Blake Aber</dc:creator>
      <pubDate>Mon, 20 Jul 2026 11:50:31 +0000</pubDate>
      <link>https://dev.to/blake_aber_f8c344d227aa82/post-acquisition-integration-a-field-guide-281b</link>
      <guid>https://dev.to/blake_aber_f8c344d227aa82/post-acquisition-integration-a-field-guide-281b</guid>
      <description>&lt;p&gt;&lt;em&gt;Most deals are won at signing and lost in the months that follow.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Blake Aber&lt;/strong&gt; · Predicate Ventures · 2026&lt;/p&gt;




&lt;h2&gt;
  
  
  The gap between the deal and the return
&lt;/h2&gt;

&lt;p&gt;Buyers spend months on diligence and price. They spend far less time on what happens after the wire clears.&lt;/p&gt;

&lt;p&gt;That imbalance shows up in results. The purchase thesis assumes synergies, retained talent, and combined systems. Integration is where those assumptions get tested against reality.&lt;/p&gt;

&lt;p&gt;The volume of deals makes this more pressing. Global M&amp;amp;A deal value in 2025 rebounded to the second-highest total on record, up 36% versus 2024, &lt;a href="https://www.bain.com/about/media-center/press-releases/20252/global-ma-stages-great-rebound-in-2025-with-$4.8-trillion-deal-value-to-mark-second-highest-total-on-record" rel="noopener noreferrer"&gt;according to Bain &amp;amp; Company&lt;/a&gt;. More transactions means more integrations that either return capital or destroy it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why integration difficulty has risen
&lt;/h2&gt;

&lt;p&gt;The kind of deals being done shapes how hard integration is.&lt;/p&gt;

&lt;p&gt;Bain reported that &lt;a href="https://www.bain.com/about/media-center/press-releases/20252/global-ma-stages-great-rebound-in-2025-with-$4.8-trillion-deal-value-to-mark-second-highest-total-on-record" rel="noopener noreferrer"&gt;scope deals reached a record share of large 2025 transactions, as companies focused on topline growth and new capabilities&lt;/a&gt;. Scope deals are harder to integrate than scale deals. You are combining different customers, product lines, and operating rhythms rather than consolidating the same one.&lt;/p&gt;

&lt;p&gt;Private equity added to the pressure. McKinsey reported that &lt;a href="https://www.mckinsey.com/capabilities/m-and-a/our-insights/top-m-and-a-trends" rel="noopener noreferrer"&gt;private-equity-led deal value grew sharply in 2025, outpacing the broader market&lt;/a&gt;. PE owners work on defined hold periods, so integration timelines are compressed by design.&lt;/p&gt;

&lt;p&gt;Size compounds the challenge. PitchBook reported that &lt;a href="https://pitchbook.com/news/reports/2025-annual-global-m-a-report" rel="noopener noreferrer"&gt;megadeals drove 2025 growth, with billion-dollar-plus transactions generating a majority of global M&amp;amp;A value&lt;/a&gt;. Larger deals carry more employees, more contracts, and more systems to reconcile.&lt;/p&gt;

&lt;h2&gt;
  
  
  Start integration before close
&lt;/h2&gt;

&lt;p&gt;The worst integrations begin the day after signing. The best ones begin during diligence.&lt;/p&gt;

&lt;p&gt;Diligence should produce more than a valuation. It should produce a list of what will be combined, what will stay separate, and who owns each decision. Treat the data room as the first draft of the integration plan.&lt;/p&gt;

&lt;p&gt;Name an integration leader early. This person is not the deal lead. Deal leads are rewarded for closing; integration leaders are rewarded for what happens over the following year. The two skill sets rarely sit in the same person.&lt;/p&gt;

&lt;p&gt;Define the operating model before close. Will the acquired company run standalone, fold into the parent, or something between? That single choice drives every downstream decision about systems, reporting, and headcount.&lt;/p&gt;

&lt;h2&gt;
  
  
  The first 100 days
&lt;/h2&gt;

&lt;p&gt;The opening period sets the tone for everything after it. Employees, customers, and suppliers are all watching to see whether the new owner is competent.&lt;/p&gt;

&lt;h3&gt;
  
  
  People decisions come first
&lt;/h3&gt;

&lt;p&gt;Uncertainty drives attrition. The people most likely to leave are often the ones you most want to keep, because they have options.&lt;/p&gt;

&lt;p&gt;Decide who stays, who leads, and how compensation works, then communicate those decisions quickly. Silence is read as bad news even when the news is neutral.&lt;/p&gt;

&lt;p&gt;Retention packages matter for key staff, but they are not a substitute for clarity about roles. People stay for a defined job, not only for a bonus.&lt;/p&gt;

&lt;h3&gt;
  
  
  Protect the revenue
&lt;/h3&gt;

&lt;p&gt;Customers do not care about your integration plan. They care whether their contract, their contact, and their pricing hold.&lt;/p&gt;

&lt;p&gt;Assign clear account ownership on day one. A customer who does not know who to call is a customer a competitor can reach.&lt;/p&gt;

&lt;p&gt;Hold pricing and terms steady through the transition unless there is a strong reason not to. Changing commercial terms during integration signals instability at the worst possible moment.&lt;/p&gt;

&lt;h3&gt;
  
  
  Set a small number of priorities
&lt;/h3&gt;

&lt;p&gt;Integration teams try to do everything at once and finish nothing. Pick the few outcomes that justify the deal and sequence the rest behind them.&lt;/p&gt;

&lt;p&gt;If the thesis was cost synergy, name the specific costs and the dates. If it was cross-selling, name the products, the accounts, and the owners.&lt;/p&gt;

&lt;h2&gt;
  
  
  Systems and data
&lt;/h2&gt;

&lt;p&gt;Technology integration is slower and more expensive than most plans assume. It is also where synergy estimates quietly erode.&lt;/p&gt;

&lt;p&gt;Map the systems on both sides early. Overlapping ERP, CRM, and finance tools each carry migration cost and risk.&lt;/p&gt;

&lt;p&gt;Resist the urge to consolidate everything immediately. Some systems can wait; forcing a migration before the business is stable creates outages that cost more than the savings.&lt;/p&gt;

&lt;p&gt;Data is the harder problem. Customer records, financial history, and product catalogs rarely match cleanly between two companies. Reconciling them takes time and dedicated staff, and it blocks reporting until it is done.&lt;/p&gt;

&lt;h2&gt;
  
  
  Measuring whether integration worked
&lt;/h2&gt;

&lt;p&gt;Synergy targets set at signing tend to be forgotten by the second quarter. That is how value leaks without anyone noticing.&lt;/p&gt;

&lt;p&gt;Track the synergies as line items with owners and dates. If a target was $20 million in cost reduction by a given quarter, it should appear in a report every month against actuals.&lt;/p&gt;

&lt;p&gt;Watch attrition among the acquired staff. High turnover in the first year usually means the integration plan asked more than the organization could absorb.&lt;/p&gt;

&lt;p&gt;Watch customer retention with the same discipline. Revenue that walks out during integration is the clearest sign the deal is underperforming its thesis.&lt;/p&gt;

&lt;h2&gt;
  
  
  What separates good buyers
&lt;/h2&gt;

&lt;p&gt;The record-setting deal environment favors buyers who treat integration as a discipline rather than an afterthought. PitchBook reported that &lt;a href="https://pitchbook.com/news/reports/2025-annual-global-m-a-report" rel="noopener noreferrer"&gt;2025 was the most active M&amp;amp;A year on record by both count and value, with deal count up 12.4% year over year&lt;/a&gt;. McKinsey reported that &lt;a href="https://www.mckinsey.com/capabilities/m-and-a/our-insights/top-m-and-a-trends" rel="noopener noreferrer"&gt;2025 global deal value finished the year up 43%, exceeding the ten-year average&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;More activity does not mean more success. It means more chances to get integration wrong.&lt;/p&gt;

&lt;p&gt;The buyers who repeat well share a few habits. They plan integration before signing. They put a dedicated leader in charge. They decide the operating model early and communicate it fast. They protect people and revenue in the first hundred days. They track synergies as concrete line items.&lt;/p&gt;

&lt;p&gt;None of these habits are complicated. They are simply harder to sustain than to describe, which is why the gap between the deal price and the return persists across cycles.&lt;/p&gt;

&lt;h2&gt;
  
  
  Related reading
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/private-equity-ceo-predicts-ai-will-reshape-deals" rel="noopener noreferrer"&gt;Private Equity CEO Predicts AI Will Reshape Deals&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>postacquisitionintegration</category>
      <category>manda</category>
      <category>operations</category>
      <category>privateequity</category>
    </item>
    <item>
      <title>Acquisition Integration: What Drives Deal Value</title>
      <dc:creator>Blake Aber</dc:creator>
      <pubDate>Mon, 20 Jul 2026 11:50:30 +0000</pubDate>
      <link>https://dev.to/blake_aber_f8c344d227aa82/acquisition-integration-what-drives-deal-value-10p9</link>
      <guid>https://dev.to/blake_aber_f8c344d227aa82/acquisition-integration-what-drives-deal-value-10p9</guid>
      <description>&lt;p&gt;&lt;em&gt;Integration is where deal value is made or lost—and the clock starts at close.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Blake Aber&lt;/strong&gt; · Predicate Ventures · 2026&lt;/p&gt;




&lt;h2&gt;
  
  
  The deal is the easy part
&lt;/h2&gt;

&lt;p&gt;Signing a purchase agreement generates headlines. Capturing the value that justified the price generates returns. The gap between the two is acquisition integration, and it is where most deals succeed or fail.&lt;/p&gt;

&lt;p&gt;The environment favors buyers who move. Global M&amp;amp;A activity in 2025 rose 40% in value to an estimated $4.9 trillion, putting it on track to be the second-highest year on record for deal activity (&lt;a href="https://www.bain.com/insights/looking-back-m-and-a-report-2026/" rel="noopener noreferrer"&gt;Bain&lt;/a&gt;). More deals means more integrations competing for the same management attention.&lt;/p&gt;

&lt;h2&gt;
  
  
  Speed is the strongest predictor
&lt;/h2&gt;

&lt;p&gt;The single clearest signal in the research is timing. A deal is 2.6 times more likely to succeed, and delivers 40% more total returns to shareholders, when synergy targets are met within the first two years post-close rather than taking more than four (&lt;a href="https://www.mckinsey.com/capabilities/strategy-and-corporate-finance/our-insights/deal-delays-are-the-new-normal-clean-teams-are-the-fix" rel="noopener noreferrer"&gt;McKinsey&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Early momentum compounds. Companies that outperformed the market index over the life of a deal captured a run rate equal to 50 percent of their public synergy target in the first year alone (&lt;a href="https://www.mckinsey.com/capabilities/m-and-a/our-insights/post-close-excellence-in-large-deal-m-and-a" rel="noopener noreferrer"&gt;McKinsey&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;The problem is that the runway before close keeps shrinking usable time. The median lag between signing and closing has stretched to about 6.4 months, a 25% increase over 20 years ago, and nearly one in six transactions now takes over a year to close (&lt;a href="https://www.mckinsey.com/capabilities/strategy-and-corporate-finance/our-insights/deal-delays-are-the-new-normal-clean-teams-are-the-fix" rel="noopener noreferrer"&gt;McKinsey&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;That delay is not idle time. It is a window in which integration planning can happen—if the acquirer uses it well.&lt;/p&gt;

&lt;h2&gt;
  
  
  Plan before you can act
&lt;/h2&gt;

&lt;p&gt;Antitrust and regulatory rules limit what two companies can share before close. Merging teams cannot pool commercial data or coordinate as one organization while the deal is pending.&lt;/p&gt;

&lt;p&gt;The consequence of ignoring those limits is severe. The European Commission can fine companies up to 10% of revenue for gun-jumping, and it imposed that maximum on Illumina for closing its acquisition of Grail without approval (&lt;a href="https://www.bcg.com/publications/2025/value-from-synergy-pmi-four-essential-steps" rel="noopener noreferrer"&gt;BCG&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Clean teams—separate groups of employees or third parties authorized to review sensitive information under legal protocols—let acquirers build detailed integration plans during the pre-close window without breaking the rules. When close finally arrives, the plan is ready to run rather than starting from scratch.&lt;/p&gt;

&lt;h2&gt;
  
  
  Protect the base business
&lt;/h2&gt;

&lt;p&gt;Integration attention often flows to cost cutting and org charts. Meanwhile the acquired revenue quietly erodes.&lt;/p&gt;

&lt;p&gt;Acquirers typically see sales decline eight percent in the quarter after announcing a deal (&lt;a href="https://www.mckinsey.com/client_service/organization/latest_thinking/~/media/1002A11EEA4045899124B917EAC7404C.ashx" rel="noopener noreferrer"&gt;McKinsey&lt;/a&gt;). Customers hear about the change, competitors call them, and salespeople worry about their jobs. Left unmanaged, that dip becomes permanent.&lt;/p&gt;

&lt;p&gt;Protecting existing revenue is the first job of integration. Retention plans for key accounts and salespeople, clear commercial ownership, and fast decisions on product overlap all matter before any synergy math pays off.&lt;/p&gt;

&lt;h2&gt;
  
  
  Synergies are bigger than the model
&lt;/h2&gt;

&lt;p&gt;Most deals are priced against a synergy estimate built during due diligence. Treating that number as the ceiling leaves value on the table.&lt;/p&gt;

&lt;p&gt;Looking for sources of value beyond what justified the deal—what McKinsey calls opening the aperture—can increase synergies by 30 to 150 percent above due-diligence estimates (&lt;a href="https://www.mckinsey.com/capabilities/people-and-organizational-performance/our-insights/eight-basic-beliefs-about-capturing-value-in-a-merger" rel="noopener noreferrer"&gt;McKinsey&lt;/a&gt;). The diligence model was built under time pressure with limited access. Once the two companies are combined, the real opportunities become visible.&lt;/p&gt;

&lt;p&gt;Revenue synergies are the hardest to capture and the most sensitive to leadership. Between 70 and 80 percent of mergers that met or exceeded their revenue-synergy goals had strong senior-leadership involvement from the CEO down to sales (&lt;a href="https://www.mckinsey.com/capabilities/growth-marketing-and-sales/our-insights/merge-to-grow-realizing-the-full-commercial-potential-of-your-merger" rel="noopener noreferrer"&gt;McKinsey&lt;/a&gt;). Cost synergies can be driven from a spreadsheet. Revenue synergies require executives to show up and set direction.&lt;/p&gt;

&lt;h2&gt;
  
  
  The case for doing this repeatedly
&lt;/h2&gt;

&lt;p&gt;Integration skill is a muscle, and companies that use it often get stronger. The advantage of frequent acquirers is widening.&lt;/p&gt;

&lt;p&gt;Bain found the gap in total shareholder returns between frequent acquirers and inactive companies was 130% between 2012 and 2022, up from 57% between 2000 and 2010 (&lt;a href="https://www.bain.com/insights/oil-and-gas-m-and-a-report-2026/" rel="noopener noreferrer"&gt;Bain&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;A disciplined, repeatable approach outperforms occasional large bets. The median excess return for companies using programmatic M&amp;amp;A was 2.1 percent over ten years, meaning they beat their peer groups by at least 20 percent in total shareholder return (&lt;a href="https://www.mckinsey.com/capabilities/strategy-and-corporate-finance/our-insights/programmatic-m-and-a-winning-in-the-new-normal" rel="noopener noreferrer"&gt;McKinsey&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;The reason is straightforward. Serial acquirers build integration into an operating capability—standard playbooks, dedicated teams, known metrics—rather than reinventing the process each time.&lt;/p&gt;

&lt;h2&gt;
  
  
  What a working integration looks like
&lt;/h2&gt;

&lt;p&gt;The patterns in the research point to a short list of practices that separate deals that create value from those that erase it.&lt;/p&gt;

&lt;h3&gt;
  
  
  Start planning before close
&lt;/h3&gt;

&lt;p&gt;Use the pre-close window and clean teams to build a plan that can execute on day one, without crossing regulatory lines.&lt;/p&gt;

&lt;h3&gt;
  
  
  Set a fast synergy timeline
&lt;/h3&gt;

&lt;p&gt;Aim to hit synergy targets inside two years, and structure early wins in the first twelve months to build momentum and credibility.&lt;/p&gt;

&lt;h3&gt;
  
  
  Defend the revenue base
&lt;/h3&gt;

&lt;p&gt;Assume an eight percent sales dip is the default outcome and build retention and communication plans to prevent it.&lt;/p&gt;

&lt;h3&gt;
  
  
  Put leaders on revenue synergies
&lt;/h3&gt;

&lt;p&gt;Cost synergies can be delegated. Revenue synergies need visible, sustained involvement from senior leadership.&lt;/p&gt;

&lt;h3&gt;
  
  
  Look past the diligence model
&lt;/h3&gt;

&lt;p&gt;Treat the deal thesis as a floor. Once combined, hunt for value the original model could not see.&lt;/p&gt;

&lt;h2&gt;
  
  
  The bottom line
&lt;/h2&gt;

&lt;p&gt;Acquisition integration is not the administrative work that follows a deal. It is the phase where the price paid becomes either a return or a loss.&lt;/p&gt;

&lt;p&gt;The data is consistent across sources: speed, protected revenue, engaged leadership, and repeatable discipline are what turn a signed agreement into a successful acquisition. Deals fail slowly, in the months after close, long after the announcement fades.&lt;/p&gt;

</description>
      <category>ma</category>
      <category>acquisitionintegration</category>
      <category>synergies</category>
      <category>corporatestrategy</category>
    </item>
    <item>
      <title>Building Agentic AI Systems: A Practical Guide</title>
      <dc:creator>Blake Aber</dc:creator>
      <pubDate>Tue, 14 Jul 2026 15:18:23 +0000</pubDate>
      <link>https://dev.to/blake_aber_f8c344d227aa82/building-agentic-ai-systems-a-practical-guide-476f</link>
      <guid>https://dev.to/blake_aber_f8c344d227aa82/building-agentic-ai-systems-a-practical-guide-476f</guid>
      <description>&lt;p&gt;&lt;em&gt;Agentic systems earn their keep when they can plan, act, and recover without a human in every loop.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Blake Aber&lt;/strong&gt; · Predicate Ventures&lt;/p&gt;




&lt;h2&gt;
  
  
  What an agentic system actually is
&lt;/h2&gt;

&lt;p&gt;An agentic AI system is software that pursues a goal across multiple steps, choosing its own actions along the way. It differs from a single model call in one respect: it decides what to do next based on what it observed last.&lt;/p&gt;

&lt;p&gt;That feedback loop is the whole game. A model that answers a question is a function. An agent that reads a ticket, queries a database, drafts a fix, and verifies the result is a process.&lt;/p&gt;

&lt;p&gt;Most production agents share four parts: a planner that breaks work into steps, tools that let the model act on the world, memory that carries state across steps, and a control layer that decides when to stop.&lt;/p&gt;

&lt;h2&gt;
  
  
  Start with the task, not the framework
&lt;/h2&gt;

&lt;p&gt;The common failure is picking an agent framework before defining the task. Frameworks encode assumptions about how much autonomy the model gets, and those assumptions often fight your problem.&lt;/p&gt;

&lt;p&gt;Begin by writing down the task boundary. What inputs arrive, what output counts as done, and what actions are allowed. A support agent that can issue refunds is a different risk profile than one that only reads knowledge base articles.&lt;/p&gt;

&lt;p&gt;Then ask how many steps the task takes. Single-step tasks rarely need an agent at all. A prompt with the right context will outperform a loop that adds latency and failure modes.&lt;/p&gt;

&lt;p&gt;Reserve agentic designs for work that genuinely branches: where the right second action depends on the first result, and you cannot enumerate the paths in advance.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tools are the interface to the world
&lt;/h2&gt;

&lt;p&gt;A model without tools can only produce text. Tools convert intent into effect: a search API, a database query, a code executor, a payment call.&lt;/p&gt;

&lt;p&gt;Design tools the way you design any API. Give each one a narrow purpose, a clear name, and strict input validation. A tool named &lt;code&gt;update_record&lt;/code&gt; that accepts arbitrary SQL is a liability. A tool named &lt;code&gt;set_order_status&lt;/code&gt; that accepts an order ID and one of three states is safe.&lt;/p&gt;

&lt;p&gt;Return structured results the model can reason about. When a tool fails, say why in plain language the model can act on. "Order not found" lets the agent try a different lookup; a stack trace does not.&lt;/p&gt;

&lt;p&gt;Keep the tool count small. Every additional tool widens the space of wrong choices. Models select tools more reliably from a list of six than from a list of sixty.&lt;/p&gt;

&lt;h2&gt;
  
  
  Memory and state
&lt;/h2&gt;

&lt;p&gt;Agents need to remember what they have done. Without memory, a loop repeats itself or forgets a partial result.&lt;/p&gt;

&lt;p&gt;Separate two kinds of memory. Working memory holds the current task: the plan, the steps taken, the observations returned. It lives for the duration of one run. Long-term memory holds facts that persist across runs: user preferences, past resolutions, learned constraints.&lt;/p&gt;

&lt;p&gt;Do not stuff everything into the context window. Context is expensive and models degrade when it fills with stale detail. Store the full history externally and feed the model a summarized, relevant slice.&lt;/p&gt;

&lt;p&gt;Retrieval matters here. When an agent needs a fact from long-term memory, fetch it by relevance rather than pasting the entire store. The quality of what you retrieve sets a ceiling on the quality of what the agent decides.&lt;/p&gt;

&lt;h2&gt;
  
  
  The control loop
&lt;/h2&gt;

&lt;p&gt;Every agent runs a loop: observe, decide, act, repeat. The control layer governs that loop, and it is where most reliability comes from.&lt;/p&gt;

&lt;p&gt;Set a step budget. An agent that can loop forever will, usually on the day you least expect it. Cap the number of iterations and the total token spend per run.&lt;/p&gt;

&lt;p&gt;Define stopping conditions explicitly. The agent stops when it produces a valid final output, when it exhausts its budget, or when it hits an error it cannot handle. Ambiguity in the stop condition produces agents that spin.&lt;/p&gt;

&lt;p&gt;Add verification before the final answer commits. A second check — a validator model, a schema test, a rule engine — catches the confident mistakes that a single pass misses.&lt;/p&gt;

&lt;h2&gt;
  
  
  Handling failure
&lt;/h2&gt;

&lt;p&gt;Agents fail in ways single calls do not. A tool times out. A step returns unexpected data. The model picks a valid action for an invalid reason.&lt;/p&gt;

&lt;p&gt;Plan for each. Wrap tool calls in retries with backoff for transient errors. Give the model a path to report that it cannot complete the task, so it stops instead of fabricating a result.&lt;/p&gt;

&lt;p&gt;Log every step: the input, the chosen action, the observation, the decision. When an agent behaves oddly, the trace tells you which step went wrong. Debugging an agent without traces is guessing.&lt;/p&gt;

&lt;p&gt;Set guardrails at the boundary, not inside the prompt. A prompt instruction not to delete data is a suggestion. A permission check in the tool that refuses the delete is a control.&lt;/p&gt;

&lt;h2&gt;
  
  
  Multi-agent versus single-agent
&lt;/h2&gt;

&lt;p&gt;The instinct to split work across many specialized agents is strong and often premature. Each agent boundary adds a handoff, and handoffs lose information.&lt;/p&gt;

&lt;p&gt;Use a single agent with several tools until you have evidence it cannot cope. One planner reasoning over one task is easier to debug than a committee passing messages.&lt;/p&gt;

&lt;p&gt;Move to multiple agents when responsibilities are genuinely separate and the interface between them is narrow. A researcher agent that returns findings to a writer agent works when the contract between them is a clean document, not a running conversation.&lt;/p&gt;

&lt;h2&gt;
  
  
  Shipping and measuring
&lt;/h2&gt;

&lt;p&gt;An agent that works in a demo and an agent that works in production are different systems. The gap is edge cases, and edge cases only appear at volume.&lt;/p&gt;

&lt;p&gt;Build an evaluation set before you scale. Collect real tasks, define what a correct outcome looks like, and score runs against it. Track completion rate, step count, and cost per task.&lt;/p&gt;

&lt;p&gt;Roll out behind a human check first. Let the agent propose actions while a person approves them. The approval data becomes your evaluation set and your evidence for when to remove the human.&lt;/p&gt;

&lt;p&gt;The measure of an agentic system is not how impressive its reasoning looks. It is whether it finishes the task, at acceptable cost, more often than the alternative. Design for that number and the rest follows.&lt;/p&gt;

&lt;h2&gt;
  
  
  Related reading
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/agentic-ai-systems-how-they-work-and-where-they-fail" rel="noopener noreferrer"&gt;Agentic AI Systems: How They Work and Where They Fail&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>agenticai</category>
      <category>aisystems</category>
      <category>llmorchestration</category>
      <category>engineering</category>
    </item>
    <item>
      <title>Agentic AI Systems: How They Work and Where They Fail</title>
      <dc:creator>Blake Aber</dc:creator>
      <pubDate>Mon, 13 Jul 2026 18:18:24 +0000</pubDate>
      <link>https://dev.to/blake_aber_f8c344d227aa82/agentic-ai-systems-how-they-work-and-where-they-fail-pp</link>
      <guid>https://dev.to/blake_aber_f8c344d227aa82/agentic-ai-systems-how-they-work-and-where-they-fail-pp</guid>
      <description>&lt;p&gt;&lt;em&gt;Agentic AI systems act on goals instead of answering prompts—which is exactly why they are harder to trust.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Blake Aber&lt;/strong&gt; · Predicate Ventures&lt;/p&gt;




&lt;h2&gt;
  
  
  What an agentic system actually is
&lt;/h2&gt;

&lt;p&gt;Most AI tools respond. You send a prompt, they return text. The interaction ends there.&lt;/p&gt;

&lt;p&gt;An agentic AI system does something different. It takes a goal, breaks it into steps, and executes those steps against real tools and data—often across multiple cycles without a human in between.&lt;/p&gt;

&lt;p&gt;The distinction matters. A chatbot that drafts an email is a model. A system that reads your calendar, checks a customer record, writes the email, and sends it is an agent. The second one takes actions with consequences.&lt;/p&gt;

&lt;p&gt;That shift from output to action is the entire reason the category exists, and the reason it carries risk.&lt;/p&gt;

&lt;h2&gt;
  
  
  The core loop
&lt;/h2&gt;

&lt;p&gt;Every agentic system runs a version of the same loop: perceive, plan, act, observe, repeat.&lt;/p&gt;

&lt;p&gt;The model perceives its current state, usually as text describing the task and available context. It plans a next step. It acts by calling a tool—a search, an API, a database query, a code execution. It observes the result. Then it decides whether the goal is met or another step is needed.&lt;/p&gt;

&lt;p&gt;This loop is what separates agents from single-shot models. A single call cannot recover from a bad result. An agent can read the error, revise, and try again.&lt;/p&gt;

&lt;p&gt;The quality of an agentic system depends less on the model and more on how tightly this loop is built. Loose loops wander. Tight loops finish.&lt;/p&gt;

&lt;h2&gt;
  
  
  The four components under the hood
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Planning
&lt;/h3&gt;

&lt;p&gt;The system needs a way to decompose a goal into steps. Some systems plan everything upfront. Others plan one step at a time and adjust as they learn. Step-by-step planning handles surprises better but costs more calls.&lt;/p&gt;

&lt;h3&gt;
  
  
  Tools
&lt;/h3&gt;

&lt;p&gt;An agent is only as capable as the tools it can call. A system with access to search, a code interpreter, and a database can do real work. A system with none can only talk. Tool design—clear inputs, clear outputs, predictable errors—determines how often the agent succeeds.&lt;/p&gt;

&lt;h3&gt;
  
  
  Memory
&lt;/h3&gt;

&lt;p&gt;Long tasks exceed what fits in a single context window. Agents use memory to carry state forward: what they have tried, what worked, what the user wants. Poor memory means the agent forgets its own progress and loops.&lt;/p&gt;

&lt;h3&gt;
  
  
  Control
&lt;/h3&gt;

&lt;p&gt;Something has to decide when to stop. Without limits, an agent can spin indefinitely, burning tokens on a task it cannot complete. Step budgets, cost caps, and human checkpoints keep the loop bounded.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where these systems break
&lt;/h2&gt;

&lt;p&gt;Agentic AI fails in specific, repeatable ways. Knowing them is the difference between a demo and a deployment.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Compounding errors.&lt;/strong&gt; Each step carries a chance of a mistake. Chain ten steps together and small error rates multiply. A system that is 95 percent reliable per step is roughly 60 percent reliable over ten steps. Long tasks amplify weakness.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Looping.&lt;/strong&gt; An agent that cannot tell it is stuck will repeat the same failed action. Good systems detect repetition and change strategy or stop.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tool misuse.&lt;/strong&gt; The model may call the wrong tool, pass malformed arguments, or misread a result. Tools that fail loudly and clearly help the agent recover. Tools that fail silently poison the rest of the run.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Goal drift.&lt;/strong&gt; Over many steps, an agent can lose sight of the original objective and optimize for a proxy instead. It completes something, just not the thing you asked for.&lt;/p&gt;

&lt;p&gt;None of these are exotic. They show up in nearly every production system, and most engineering effort goes into containing them.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why reliability, not intelligence, is the constraint
&lt;/h2&gt;

&lt;p&gt;The models are already smart enough for many agentic tasks. The bottleneck is consistency.&lt;/p&gt;

&lt;p&gt;A task that succeeds 70 percent of the time is unusable for anything with real stakes. A human still has to check the output, which erases the time saved. The value of an agent comes from trusting it to finish without supervision, and trust requires reliability that most systems do not yet reach.&lt;/p&gt;

&lt;p&gt;This is why the strongest agentic deployments are narrow. A system scoped to one workflow—processing a specific document type, handling a defined support category, running a fixed data pipeline—can be tested, measured, and hardened until it clears the reliability bar. Broad, open-ended agents rarely do.&lt;/p&gt;

&lt;p&gt;Narrow scope is not a limitation to apologize for. It is the current path to systems that actually work.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to evaluate an agentic system
&lt;/h2&gt;

&lt;p&gt;When assessing a system, ignore the demo and ask about failure.&lt;/p&gt;

&lt;p&gt;Measure completion rate on real tasks, not curated examples. Track how often a human has to intervene. Watch the cost per completed task, since agents that loop are expensive as well as unreliable.&lt;/p&gt;

&lt;p&gt;Check what happens when a tool returns an error or an unexpected result. A system that handles the unhappy path well is closer to production than one that only shines when everything goes right.&lt;/p&gt;

&lt;p&gt;Ask where the human sits. The best current designs keep a person at the checkpoints that carry irreversible consequences—sending money, deleting records, contacting customers—while letting the agent run freely on low-risk steps.&lt;/p&gt;

&lt;h2&gt;
  
  
  What this means for building
&lt;/h2&gt;

&lt;p&gt;The teams shipping useful agentic systems share a pattern. They pick a task narrow enough to measure. They build tools with clear contracts. They instrument the loop so they can see where it fails. They set hard limits on steps and cost. And they keep humans on the decisions that matter.&lt;/p&gt;

&lt;p&gt;The teams that struggle chase generality. They want one agent that handles anything, and they get a system that handles nothing reliably.&lt;/p&gt;

&lt;p&gt;Agentic AI is a real capability, not a marketing category. It works when the loop is tight, the scope is defined, and the failure modes are managed. It fails when any of those are ignored.&lt;/p&gt;

&lt;p&gt;The technology will improve. The discipline required to deploy it will not change. Build narrow, measure honestly, and treat reliability as the product.&lt;/p&gt;

&lt;h2&gt;
  
  
  Related reading
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/building-agentic-ai-systems-a-practical-guide" rel="noopener noreferrer"&gt;Building Agentic AI Systems: A Practical Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/ai-workflows-where-adoption-meets-real-roi" rel="noopener noreferrer"&gt;AI Workflows: Where Adoption Meets Real ROI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>agenticai</category>
      <category>aisystems</category>
      <category>automation</category>
      <category>llm</category>
    </item>
    <item>
      <title>Commercial Due Diligence: A Buyer's Field Guide</title>
      <dc:creator>Blake Aber</dc:creator>
      <pubDate>Mon, 13 Jul 2026 18:18:23 +0000</pubDate>
      <link>https://dev.to/blake_aber_f8c344d227aa82/commercial-due-diligence-a-buyers-field-guide-2ofi</link>
      <guid>https://dev.to/blake_aber_f8c344d227aa82/commercial-due-diligence-a-buyers-field-guide-2ofi</guid>
      <description>&lt;p&gt;&lt;em&gt;Commercial due diligence tests whether the story behind a deal survives contact with the market it depends on.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Blake Aber&lt;/strong&gt; · Predicate Ventures&lt;/p&gt;




&lt;h2&gt;
  
  
  What Commercial Due Diligence Actually Answers
&lt;/h2&gt;

&lt;p&gt;Financial due diligence tells you whether the numbers are real. Commercial due diligence tells you whether they will still be real in five years.&lt;/p&gt;

&lt;p&gt;The distinction matters. A clean audit confirms historical performance. It says nothing about whether the market that produced those results is growing, shrinking, or about to be reshaped by a competitor the seller failed to mention.&lt;/p&gt;

&lt;p&gt;Commercial due diligence examines the demand side of a business. It asks who buys, why they buy, whether they will keep buying, and what could make them stop.&lt;/p&gt;

&lt;p&gt;The output is a judgment on the investment thesis. Either the market supports the return you underwrote, or it does not.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Four Questions Behind Every Assessment
&lt;/h2&gt;

&lt;p&gt;Most commercial due diligence work reduces to four questions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How big is the market, and where is it going?&lt;/strong&gt; Total addressable market matters less than the direction and rate of change. A large market in decline is worse than a small market compounding at twenty percent a year.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Where does the target sit within it?&lt;/strong&gt; Market share is a starting point. The harder question is whether that share reflects a durable advantage or a temporary lead that competitors can erase.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How loyal are the customers?&lt;/strong&gt; Revenue that renews without effort is worth more than revenue that must be re-won every year. Retention, concentration, and switching costs define the difference.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What could break the thesis?&lt;/strong&gt; Every deal has a small number of assumptions that carry most of the risk. The job is to find them and test them.&lt;/p&gt;

&lt;h2&gt;
  
  
  Sizing the Market Without Fooling Yourself
&lt;/h2&gt;

&lt;p&gt;Seller-provided market figures deserve suspicion. They are usually built to support the price.&lt;/p&gt;

&lt;p&gt;A sound market estimate works from the bottom up. Count the customers who could plausibly buy, estimate what they spend, and reconcile that against top-down industry data. When the two approaches disagree by a wide margin, the gap itself is a finding.&lt;/p&gt;

&lt;p&gt;Growth rate matters more than absolute size for most investors. A market growing faster than the broader economy gives a business room to expand without taking share from rivals. A flat market forces every gain to come from someone else, which invites price competition.&lt;/p&gt;

&lt;p&gt;Segment the market before trusting any aggregate number. A company may operate in a large category while serving a niche that behaves nothing like the whole.&lt;/p&gt;

&lt;h2&gt;
  
  
  Reading Competitive Position
&lt;/h2&gt;

&lt;p&gt;Competitive position is where optimistic theses tend to fail.&lt;/p&gt;

&lt;p&gt;Start with the structure of the market. A few large players with high margins signals barriers to entry. A crowded field with thin margins signals commoditization, regardless of what the pitch deck claims.&lt;/p&gt;

&lt;p&gt;Then locate the target inside that structure. Ask what the business does that competitors cannot easily copy. If the answer is "nothing specific," the margins are borrowed and will be reclaimed.&lt;/p&gt;

&lt;p&gt;Pricing power is the clearest evidence of position. A company that can raise prices without losing volume holds real advantage. One that discounts to keep customers is defending, not leading.&lt;/p&gt;

&lt;p&gt;Watch for competitors that do not yet show up in the seller's framing. Adjacent players, new entrants, and substitute products often pose more threat than the direct rivals everyone tracks.&lt;/p&gt;

&lt;h2&gt;
  
  
  Customer Evidence Beats Management Narrative
&lt;/h2&gt;

&lt;p&gt;Management will describe a business as they wish it to be seen. Customers describe it as it is.&lt;/p&gt;

&lt;p&gt;Customer interviews are the most useful part of commercial due diligence and the most often shortchanged. A structured set of conversations reveals why customers chose the target, what would make them leave, and how they rate alternatives.&lt;/p&gt;

&lt;p&gt;The patterns matter more than any single quote. When several customers independently cite the same weakness, that weakness is real. When praise is vague and complaints are specific, treat the complaints as the signal.&lt;/p&gt;

&lt;p&gt;Revenue concentration deserves direct attention. If a handful of accounts drive most of the revenue, the health of those relationships determines the outcome of the deal. One departing customer can invalidate the entire model.&lt;/p&gt;

&lt;p&gt;Retention data completes the picture. Cohort analysis shows whether customers stay and expand or churn and shrink. Reported retention that management cannot reproduce from raw data is a warning.&lt;/p&gt;

&lt;h2&gt;
  
  
  Stress-Testing the Thesis
&lt;/h2&gt;

&lt;p&gt;The purpose of the work is not to produce a report. It is to decide whether the price makes sense.&lt;/p&gt;

&lt;p&gt;Good commercial due diligence isolates the two or three assumptions that carry the return. Perhaps the thesis requires a certain growth rate, a specific retention level, or the success of a new product line. Name those assumptions and test each one against evidence.&lt;/p&gt;

&lt;p&gt;Build the downside explicitly. If growth comes in at half the plan, does the deal still work? If the largest customer leaves, how much of the equity is exposed? A thesis that only functions under favorable conditions is a bet, not an investment.&lt;/p&gt;

&lt;p&gt;Separate what the analysis found from what it could not verify. Honest reporting of the unknowns is more valuable than false confidence. Buyers can price uncertainty; they cannot price hidden assumptions.&lt;/p&gt;

&lt;h2&gt;
  
  
  Timing and Scope
&lt;/h2&gt;

&lt;p&gt;Commercial due diligence usually runs alongside financial and legal workstreams, on a compressed schedule. Two to six weeks is typical, depending on deal size and access.&lt;/p&gt;

&lt;p&gt;Scope should follow the thesis. A roll-up in a fragmented market needs deep competitive mapping. A subscription business needs granular retention analysis. Spending equal effort on every question wastes the limited time available.&lt;/p&gt;

&lt;p&gt;Access shapes what is possible. Sellers control the flow of information, and the most revealing data often arrives late. Building customer contact into the process early prevents a scramble at the end.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Good Work Produces
&lt;/h2&gt;

&lt;p&gt;The deliverable is a clear position on the deal, supported by evidence a skeptical partner can check.&lt;/p&gt;

&lt;p&gt;It should state whether the market supports the thesis, where the target stands against competitors, how durable the revenue is, and which assumptions carry the most risk. It should also say what remained unknown and why.&lt;/p&gt;

&lt;p&gt;The test of quality is simple. Six months after close, does the business behave the way the analysis predicted? Work that survives that comparison earns its cost many times over.&lt;/p&gt;

&lt;p&gt;Commercial due diligence does not remove risk from a transaction. It replaces vague optimism with a priced set of bets, which is the most any buyer can ask before writing the check.&lt;/p&gt;

&lt;h2&gt;
  
  
  Related reading
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/choosing-a-due-diligence-solution-that-holds-up" rel="noopener noreferrer"&gt;Choosing a Due Diligence Solution That Holds Up&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/harness-engineering" rel="noopener noreferrer"&gt;Harness Engineering&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/internal-first" rel="noopener noreferrer"&gt;Internal First, Portfolio Second&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>commercialduediligence</category>
      <category>privateequity</category>
      <category>dealmaking</category>
      <category>marketanalysis</category>
    </item>
    <item>
      <title>Private Equity CEO Predicts AI Will Reshape Deals</title>
      <dc:creator>Blake Aber</dc:creator>
      <pubDate>Mon, 06 Jul 2026 10:42:32 +0000</pubDate>
      <link>https://dev.to/blake_aber_f8c344d227aa82/private-equity-ceo-predicts-ai-will-reshape-deals-4c42</link>
      <guid>https://dev.to/blake_aber_f8c344d227aa82/private-equity-ceo-predicts-ai-will-reshape-deals-4c42</guid>
      <description>&lt;p&gt;&lt;em&gt;When a private equity CEO predicts AI will change the business, the useful question is which parts, and on what timeline.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Blake Aber&lt;/strong&gt; · Predicate Ventures&lt;/p&gt;




&lt;h2&gt;
  
  
  The prediction, stated plainly
&lt;/h2&gt;

&lt;p&gt;A private equity CEO predicts AI will move from a marketing line into the core of how firms operate. The claim is not that software replaces investors. It is that the work of sourcing, diligence, and portfolio management gets faster and cheaper per unit of output.&lt;/p&gt;

&lt;p&gt;That framing matters. Predictions about AI often collapse into two camps: everything changes, or nothing does. The more grounded view sits between them, and it maps to specific tasks rather than whole job functions.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where the change lands first
&lt;/h2&gt;

&lt;p&gt;The earliest effects show up in tasks that are repetitive, text-heavy, and already well-documented. Private equity has plenty of these.&lt;/p&gt;

&lt;p&gt;Deal screening is one. Firms review far more targets than they buy, and most of the early filtering is reading. Financial summaries, market notes, and management materials all pass through analysts before anyone commits real time. Models that read and rank these documents shorten the first pass.&lt;/p&gt;

&lt;p&gt;Diligence is another. Contract review, customer concentration checks, and comparison against precedent deals are structured enough for machines to draft first and humans to verify. The output is a starting document, not a final call.&lt;/p&gt;

&lt;h3&gt;
  
  
  What stays human
&lt;/h3&gt;

&lt;p&gt;Judgment about people, incentives, and timing does not automate well. Whether a management team executes under pressure, whether a market holds, whether a price reflects real risk. These decisions rest on reading situations that resist clean data.&lt;/p&gt;

&lt;p&gt;The prediction assumes AI handles the reading and drafting while partners keep the decisions. That division holds only if firms treat model output as a draft to challenge, not an answer to accept.&lt;/p&gt;

&lt;h2&gt;
  
  
  Portfolio operations, not just deal-making
&lt;/h2&gt;

&lt;p&gt;The more durable claim concerns portfolio companies after the deal closes. This is where a private equity CEO predicts AI will produce measurable returns.&lt;/p&gt;

&lt;p&gt;Many portfolio companies run functions that AI touches directly. Customer support, sales operations, finance close cycles, and marketing content all carry labor cost that models reduce. A firm that owns dozens of companies can apply the same playbook across all of them.&lt;/p&gt;

&lt;p&gt;That repetition is the point. A single company adopting AI captures a local gain. A private equity firm rolling the same approach across a portfolio captures the gain many times, and it can measure results across a controlled set of businesses.&lt;/p&gt;

&lt;h3&gt;
  
  
  The margin math
&lt;/h3&gt;

&lt;p&gt;Private equity returns depend on buying a business, improving its operations, and selling at a higher multiple or higher earnings. AI enters on the operations side by lowering cost or raising output without proportional hiring.&lt;/p&gt;

&lt;p&gt;If a portfolio company cuts service cost while holding quality, margin improves. Improved margin supports a higher exit price. The prediction reduces to a claim that AI adoption becomes a standard lever in the operational improvement toolkit, sitting alongside pricing changes and procurement.&lt;/p&gt;

&lt;h2&gt;
  
  
  The risk in the prediction
&lt;/h2&gt;

&lt;p&gt;Every adoption story carries a cost story, and this one has three.&lt;/p&gt;

&lt;p&gt;The first is measurement. Firms that count AI savings before checking quality tend to reverse course. A support system that closes tickets faster but leaves customers unhappy trades a visible metric for an invisible loss. Honest measurement requires tracking outcomes the model does not optimize for.&lt;/p&gt;

&lt;p&gt;The second is integration cost. Dropping a model into an existing workflow rarely works on the first attempt. Data has to be cleaned, staff has to be trained, and processes have to be rebuilt around the new tool. The savings arrive after the investment, not before.&lt;/p&gt;

&lt;p&gt;The third is uniformity risk. When many firms apply similar AI playbooks, the operational advantage narrows. If every buyer can raise margins the same way, the improvement gets priced into acquisition multiples, and the excess return fades. Early movers gain; the field catches up.&lt;/p&gt;

&lt;h2&gt;
  
  
  Reading a CEO's prediction critically
&lt;/h2&gt;

&lt;p&gt;When a private equity CEO predicts AI will drive returns, the statement serves two audiences at once. Limited partners hear a firm that stays current. Portfolio managers hear a directive to adopt.&lt;/p&gt;

&lt;p&gt;Both readings are reasonable, and both can be true while the specifics stay vague. The useful test is whether the prediction attaches to measurable claims: which functions, what cost reduction, over what period, verified how.&lt;/p&gt;

&lt;p&gt;Predictions without those attachments are positioning. Predictions with them are operating plans. The distinction tells you whether a firm has done the work or is describing an intention.&lt;/p&gt;

&lt;h3&gt;
  
  
  Questions worth asking
&lt;/h3&gt;

&lt;p&gt;An investor or operator evaluating such a prediction can push on a few points.&lt;/p&gt;

&lt;p&gt;Which portfolio companies have adopted AI, and what did results look like against a baseline. How does the firm separate AI-driven gains from other operational changes. What did integration cost, and how long until payback. What quality metrics guard against savings that hide losses.&lt;/p&gt;

&lt;p&gt;Answers to these reveal whether the prediction rests on evidence or enthusiasm.&lt;/p&gt;

&lt;h2&gt;
  
  
  What this means for the sector
&lt;/h2&gt;

&lt;p&gt;The direction of the prediction is likely correct. AI reduces the cost of document-heavy and repetitive work, and private equity contains a lot of both. Adoption spreads because the economics favor it.&lt;/p&gt;

&lt;p&gt;The timeline and magnitude are the open questions. Task-level gains arrive quickly and are easy to demonstrate. Portfolio-wide, verified return improvement takes longer and depends on execution that varies widely between firms.&lt;/p&gt;

&lt;p&gt;The firms that gain most will treat AI as an operational discipline with measurement attached, not a theme to announce. They will track quality alongside cost, invest in the unglamorous integration work, and accept that the advantage erodes as competitors adopt the same tools.&lt;/p&gt;

&lt;p&gt;A private equity CEO predicts AI will change the business. The prediction holds. What separates the firms that benefit from the ones that merely talk about it is the willingness to measure, and the honesty to report what the numbers actually show.&lt;/p&gt;

&lt;h2&gt;
  
  
  Related reading
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/ai-for-venture-capital-a-practical-guide" rel="noopener noreferrer"&gt;AI for Venture Capital: A Practical Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/choosing-a-due-diligence-solution-that-holds-up" rel="noopener noreferrer"&gt;Choosing a Due Diligence Solution That Holds Up&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.predicate.ventures/writing/the-vc-due-diligence-process-explained" rel="noopener noreferrer"&gt;The VC Due Diligence Process, Explained&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>privateequity</category>
      <category>ai</category>
      <category>dealsourcing</category>
      <category>portfoliooperations</category>
    </item>
  </channel>
</rss>
