Quick Takeaways
What you'll learn in this article
- 1
The insurance-adjacent case: How AI Will Replace Insurance Claims Adjusters
- 2
The finance pipeline that collapsed from days to a decision: How AI Will Replace Loan Officers and Mortgage Processors
- 3
The moat that isn't there: How AI Will Replace Paralegals โ The Liability Moat
- 4
The labor-market shape of this shift: The Underwriting Barbell
- 5
The leading indicator to watch: my prediction that straight-through underwriting becomes the default for routine commercial risk
Keep reading for detailed implementation, code examples, and real-world results
On July 8, 2026, Insurance Journal ran an event it called an AI Tools for Underwriting Demo Day, and the lineup told the whole story before a single demo started. ABBYY, Cogitate, ZestyAI, IntellectAI โ one after another, vendors walked carriers through platforms that ingest a submission, build a risk profile, price the policy, check it for compliance, and hand back a quote with no underwriter in the middle of the routine cases. The framing was not "a tool that helps the underwriter go faster." It was orchestration across the whole underwriting lifecycle. When an entire industry conference is organized around software that performs a job end to end rather than assisting the person who performs it, the job is no longer the unit of work. It is the thing being disassembled.
There were roughly 127,000 insurance underwriters in the United States in 2024, per the Bureau of Labor Statistics, earning a median wage of $79,880 โ a genuinely upper-middle-class occupation built on judgment, not data entry. And yet the BLS already projects the occupation to decline 3 percent through 2034, and its stated reason is unusually blunt for a government forecast: automated underwriting software lets carriers process applications quickly, reducing the need for underwriters, and "more underwriting decisions are expected to be made automatically" as the technology spreads. The official forecast, which is deliberately conservative about AI, already has underwriting as a shrinking job โ and it was written before agentic systems moved from pilot to production this year.
This is the next entry in the How AI Will Replace series. Where the bookkeeping clerk was exposed because the work was structured and unlicensed, and the claims adjuster was exposed because adjudication is a rules-plus-evidence pipeline, the underwriter is a harder and more interesting case. Underwriting is supposed to be judgment โ the very thing automation historically could not do. That is why this occupation resisted three prior waves of "automated underwriting." The argument of this piece is that the resistance is ending, not because judgment stopped mattering, but because the specific kind of judgment most underwriting requires turned out to be exactly the kind large reasoning models now perform at scale โ and the small residue that is not is the only part of the desk that survives.
The Occupation: Structured Risk on Structured Data
To see why underwriting is exposed, you have to be precise about what the job actually is, because the word "judgment" hides more than it reveals. An underwriter receives a submission โ an application, a set of loss runs, property or medical data, financials, third-party reports โ and answers three questions: Do we want this risk? On what terms? At what price? Framed that way it sounds like art. Decomposed into the tasks that fill an actual underwriting day, most of it is structured retrieval, rules application, and pattern-matching against historical outcomes.
Where an underwriter's hours actually go (approximate share of time)
| task | share |
|---|---|
| Submission intake & data extraction | 22 |
| Risk assessment against guidelines | 24 |
| Pricing & rating | 17 |
| Clearance, compliance & documentation | 15 |
| Referrals & exceptions | 12 |
| Broker / agent communication | 10 |
Look at that distribution honestly. The single largest block โ assessing a risk against the carrier appetite and guidelines โ is the application of a written rulebook to a set of facts. Intake and extraction is reading documents and pulling structured fields out of them. Pricing is running a rating model. Clearance and compliance is checking a submission against defined rules. Each of those is machine-legible by construction, because the carrier already wrote the guidelines down, already built the rating plan, and already defined the compliance checks. The part that feels like irreducible judgment โ the genuinely novel risk, the account that does not fit the box, the relationship call on a marginal broker โ is real, but it is the minority of the volume. It is the tail, not the body.
Now compare underwriting to the jobs that have resisted automation. A trauma surgeon operates. A field claims adjuster climbs onto a hail-damaged roof. A litigator reads a jury. Those roles have a physical or interpersonal moat that software cannot cross. The underwriter sits at a desk, reads documents that arrive as files, applies written guidelines, and returns a decision as data. The entire surface of the routine job is reachable by an agent. The underwriter's moat was never physical. It was that reading a messy submission, weighing a dozen risk factors against appetite, and pricing the residual uncertainty required a human who understood the business. That moat was real for decades. It is precisely the moat that tool-using reasoning models dissolved in the last eighteen months.
US insurance underwriters (BLS, 2024)
~127,000
Median wage $79,880. BLS projects a 3% decline through 2034 โ and explicitly names automated underwriting software as the cause, before agentic systems are priced in.
That BLS attribution matters more than the headline number. It is rare for the bureau to name a specific technology as the mechanism of decline. It does so here because the automation of underwriting is not a forecast; it is a decades-long trend that agentic AI is about to accelerate. The official projection does not assume a step change. It only extrapolates the slope. The thesis of this article is that the slope is about to steepen, and the reason is a change in kind, not degree.
How the Machine Does the Work: Straight-Through, Not Assisted
The critical distinction โ and the reason 2026 differs from 2023 โ is between decision-support underwriting and agentic underwriting. Decision-support tools surface data, pre-fill fields, and recommend; a human still drives every submission to a decision. That makes underwriters faster without making them optional, and it is what the industry deployed for twenty years. Agentic underwriting is a different animal. A set of specialized agents runs the submission from intake to bind, escalating only the cases that genuinely need a person, and closing the loop on everything else without a human touching each step.
Here is what an agentic underwriting workflow actually does, unattended, inside a 2026 production deployment:
One submission, intake to bind โ with no underwriter in the routine loop
Ingest & clarify
An intake agent reads the application, loss runs, and third-party reports multimodally, extracts the structured fields, and flags missing information back to the broker automatically.
Profile the risk
A risk agent builds a full risk profile against the carrier appetite and underwriting guidelines, pulling external data โ property, catastrophe, credit, exposure โ into a single view.
Price & structure
A pricing agent runs the rating plan, structures terms and conditions, and proposes a quote within the filed rate and authority limits.
Check compliance
A compliance agent tests the decision against regulatory rules, filed rates, and fair-underwriting constraints, and records the rationale.
Bind or refer
Clean risks quote and bind straight through; genuine edge cases are routed to the one remaining underwriter with the full profile and rationale attached.
None of those five steps is speculative. Every one is a shipping capability in 2026 underwriting platforms โ the same ones that filled the July 8 demo lineup. In June 2026, Sixfold launched an AI underwriting agent with straight-through quote-and-bind capability; hyperexponential, Cogitate, ZestyAI, and IntellectAI ship variants of the same pipeline. The reason it works now and did not work in 2023 is that each step used to require a different, brittle system stitched together by an underwriter who held the context in their head. The agent replaces the stitching and the underwriter for the routine flow: it holds the goal, moves between the submission, the rating engine, and the external data on its own, and escalates only the ambiguous. The 80 percent that used to be a person's whole week is now the part that never reaches a person.
The operational results are not subtle, and they are why this is a re-org and not a hiring freeze.
Straight-through processing, before and after agentic underwriting
10โ15% โ 70โ90%
Reported straight-through processing rates for routine submissions have jumped from roughly one in eight to the large majority. Underwriting timelines on those risks collapse from about 3 days to about 3 minutes.
Read that stat carefully, because it is the entire displacement mechanism in one line. Straight-through processing is the share of submissions that go from intake to bound policy with no human decision. When that share moves from one in eight to the large majority, the human underwriter is removed from the large majority of the work by definition. The three-days-to-three-minutes figure is the cycle-time story; the STP figure is the headcount story. A carrier that binds 80 percent of routine risk with no underwriter does not need the underwriters who used to bind it.
Routine submissions: share bound straight-through vs share still touched by a human underwriter (percent, illustrative trajectory)
| stage | stp | human |
|---|---|---|
| 2023 | 12 | 88 |
| 2024 | 20 | 80 |
| 2025 | 38 | 62 |
| 2026 | 78 | 22 |
Commercial property-and-casualty carriers implementing agentic systems report quote-to-bind reductions of 60 to 99 percent across lines. A reduction of that magnitude is not a productivity improvement that lets an underwriter handle more accounts. It is a throughput change large enough that a fraction of the current team can clear the entire routine book, which is another way of describing the same headcount outcome from the cost side.
Cycle time to quote a routine risk (hours) โ roughly 3 days manual vs roughly 3 minutes agentic
| mode | hours |
|---|---|
| Manual routine underwriting | 72 |
| Agentic straight-through | 0.05 |
The Adoption Curve Is Already Bending
The standard objection to any "AI will replace X" claim is that adoption is slow, carriers are cautious, and the gap between a demo and a deployment is measured in years. Insurance is the industry where that objection is usually strongest โ it is regulated, risk-averse, and built on legacy systems. And it is bending anyway. Industry surveys put 22 percent of insurers on track to have an agentic AI solution in production by the end of 2026 โ not in a lab, in production. The agentic-AI insurance market is projected to grow from $5.76 billion in 2025 to $7.26 billion in 2026, a 26 percent jump, and underwriting is one of its two largest use cases.
Share of insurers with an agentic AI solution in production (percent)
| period | adoption |
|---|---|
| 2024 | 4 |
| 2025 | 9 |
| 2026 (year-end, expected) | 22 |
The reason the curve bends this fast is that the buyer and the budget are already in place. Unlike consumer AI, which has to find a use case, agentic underwriting drops into a function that already has a system of record, a filed rating plan, a defined guideline set, and a chief underwriting officer under permanent pressure on loss ratio and expense ratio. The single most-cited production deployment of 2026 is AIG's generative-AI underwriting assistant, built with Anthropic and Palantir โ a marquee carrier, not a startup, putting agentic underwriting into the core of the business. When the largest players move, the mid-market follows, because the loss-ratio and expense-ratio advantages of faster, more consistent underwriting compound directly into competitiveness.
Why underwriting automates faster than its reputation suggests
Put those together and you get a function where the demand side โ a motivated buyer with a budget and a competitive imperative โ and the supply side โ mature agentic tooling from a crowded vendor field โ are converging inside the same eighteen-month window. That convergence is what turns a decision-support story into a displacement story. Insurance analysts have named the shift directly: AI in insurance is moving its focus from claims automation to risk automation, and risk automation is underwriting.
The Automation That Already Happened โ and Why This Wave Breaks the Plateau
Skeptics have a fair objection ready, and it deserves a real answer: underwriting has been "automated" before. Rules engines arrived in personal lines decades ago; most auto and homeowners policies have been bound with little human underwriting for years. Predictive models arrived and scored risks. Straight-through processing was a buzzword in 2015. And yet in 2024 there were still 127,000 underwriters, concentrated in commercial, specialty, and complex personal lines. If three prior waves did not empty the occupation, why should this one?
The answer is that every prior wave automated the easy, homogeneous risks and left the heterogeneous ones to humans, because the automation could only handle what fit cleanly into a rating table. Rules engines bound the standard auto policy but punted the trucking fleet with an odd loss history. Predictive scores ranked risks but could not read the broker email, the supplemental application, and the five years of loss runs and reconcile them into a judgment. Each wave automated the part of underwriting that was already a lookup and hit a wall at the part that required reading unstructured material and reasoning about it. That wall held for one reason: software could not read and reason. The commercial and specialty underwriter survived inside it.
Share of the underwriting workload each automation wave could actually absorb (approximate)
| wave | automated |
|---|---|
| Rules engines (2000s) | 30 |
| Predictive models / early STP (2010s) | 45 |
| Agentic AI (2026) | 85 |
Agentic AI is the first wave that crosses that wall. It reads the messy submission โ the PDF loss runs, the broker narrative, the supplemental forms โ the way a person does, reasons about a risk that does not fit the table, and prices the residual uncertainty against the guidelines. That is the difference between a rules engine that clears the standard 45 percent and an agent that clears the heterogeneous 85 percent and escalates only the genuine outliers. The barrier that made every previous wave partial โ the point where underwriting stopped being a lookup and started requiring understanding โ is exactly the barrier large reasoning models climbed in the last two years. The occupation survived the earlier waves because they all broke against the same wall. This one does not break against it. That is the whole story, compressed: not that underwriting automation is new, but that the barrier that kept it confined to simple risks is gone.
There is a second-order effect that makes this wave move faster than the last. Rules engines and STP flows required an army of analysts to encode and maintain the rules, which made them expensive and brittle โ a big reason they plateaued in commercial lines. An agent that reasons does not need every rule pre-scripted; it works from the guideline documents and historical decisions and adapts when appetite changes. The deployment friction that throttled the previous wave is largely gone, which is why adoption is measured in a single year rather than the decade rules-based STP took to reach commercial lines.
The Vendor Field Is the Tell
It is worth dwelling on the July 8 lineup, because a vendor field is a leading indicator of what a market believes is buildable and sellable, and this one has quietly assembled coverage of the entire underwriting pipeline. ABBYY sells the intelligent-document-processing layer that turns a messy submission packet into structured data โ the intake step. ZestyAI sells property-level risk and decision intelligence that scores the exposure โ the risk-assessment step. Cogitate sells agentic orchestration across the lifecycle โ the connective tissue that used to live in an underwriter head. IntellectAI markets an "underwriter first" stack that blends embedded and generative AI across underwriting and distribution. Line those four up and you have not four point tools; you have every stage of the workflow in the Timeline above, available off the shelf, from vendors competing to sell it.
The July 8 demo lineup maps to the whole underwriting pipeline
When a capability is a research demo, one company shows it. When it is a market, a dozen vendors show competing versions on the same afternoon and carriers shop between them. The July 8 Demo Day was the second kind of event. That is the signal underneath the individual product claims: routine underwriting has crossed from something a carrier might build to something a carrier buys, and the decision to build or buy that used to protect the function โ because building it was hard โ no longer does.
The Buyer's Side: Why the Chief Underwriting Officer Pulls the Trigger
It is worth being concrete about who actually causes this displacement, because it is not a villain and not a dramatic mass layoff. It is a chief underwriting officer making an entirely reasonable decision. Picture the CUO of a mid-market commercial carrier. Loss ratios are tight, expense ratios are under board scrutiny, and brokers complain that quotes take too long and lose deals to faster competitors. A platform offers to quote the routine two-thirds of the book in minutes, consistently, within the filed rates, with an audit trail โ for a fraction of the loaded cost of the underwriters doing it now. The CUO is not ideological about AI. They want a better combined ratio and faster service. They run a pilot, it works on the standard risk, and they redeploy the routine underwriting team down through attrition. That decision, multiplied across carriers, is the entire mechanism.
The decision that drives the displacement
A better combined ratio
The trigger is not an anti-worker mandate but a chief underwriting officer chasing loss ratio, expense ratio, and quote speed โ every incentive in the business points the same way, which is why the shift is hard to slow.
That is what makes this displacement so hard to arrest. There is no single dramatic layoff to protest, no executive to shame โ only a diffuse, rational, individually defensible decision made by carrier after carrier, each just trying to compete. The pressure is not coming from a technology fad. It is coming from the fundamental economics of insurance, where whoever underwrites routine risk faster and more consistently at lower expense wins share, which is exactly why it will be more thorough and less reversible than any top-down mandate could be.
The Moat That Is Thinner Than It Looks โ And the One That Holds
Every "How AI Will Replace" analysis turns on the same question: what protects the role? For the paralegal, the finding was that a missing liability moat left the work exposed. Underwriting is subtler, because it has two candidate moats, and they hold very differently.
The first candidate is licensure. It mostly does not exist. Unlike the actuary who signs a rate filing or the CPA who attests to a financial statement, the line underwriter who accepts or declines a submission typically holds no license that the law requires anyone to respect. Professional designations exist and are valued, but they are not a legal barrier the way a medical or actuarial credential is. So on the licensure axis, the underwriter looks like the clerk: unprotected.
The second candidate is genuine risk-selection judgment on novel, complex, high-severity risks โ and this one holds, for now. The specialty underwriter who prices a first-of-its-kind cyber tower, structures a complex program, or reads a distressed account that no model has seen is doing something agents are not yet reliably good at, and something a carrier is not yet willing to bind without a human on the hook. That is the real moat, and it is where the profession is consolidating.
The moat runs between the routine risk and the novel one
This is the barbell I described in a prior analysis of the underwriting labor market: the middle hollows out while the complex-specialty tier is the only place hiring holds up. What has changed since then is the speed of the hollowing. When straight-through rates on routine business move from one in eight to the large majority in the space of a few years, the middle does not thin gradually. It falls out, and the profession splits into a large automated body and a small human tail. The mid-career underwriter of standard commercial risk โ the bulk of the 127,000 โ is on the exposed side of that split. The specialty underwriter is on the protected side, at least until the agents get good enough at novelty to threaten it too.
The Governance Gap: Who Is Accountable for an Algorithmic Decline?
If the mechanism were purely technical, displacement would already be complete. It is not, and the reason is a real governance gap that is currently the strongest brake on full autonomy โ stronger, here, than in bookkeeping, because underwriting decisions are regulated and consequential to consumers.
An underwriting decision to decline, non-renew, or price up is a legally sensitive act. Insurance is regulated at the state level; rates must be filed and justified; and fair-underwriting and anti-discrimination rules constrain which factors a carrier may use and how. When an agent declines a risk, the carrier must be able to say why, prove the decision used only permissible factors, and defend it to a regulator and potentially a court. Disparate-impact scrutiny of algorithmic underwriting is intensifying precisely as the algorithms take over more decisions. These are not abstract worries; they are the open items that keep a human in the loop today.
The governance work that has to happen before full autonomy
Human-in-the-loop by regulation and comfort
Agents run routine underwriting, but a human reviews declines, edge cases, and anything with regulatory exposure โ largely for accountability and audit, not for throughput.
Explainability & bias controls standardized
Carriers and regulators settle what an auditable underwriting rationale looks like when an agent makes the call, and how disparate-impact testing is evidenced.
Model governance & filed-algorithm frameworks
Rate filings and model-risk-management standards adapt to agentic decisioning, so regulators can rely on the governed system rather than a human re-checking each decision.
Accountability of record settled
A durable answer to who owns an agent-made underwriting decision โ closing the last governance reason a human seat is required on routine business.
Here is the uncomfortable part for anyone hoping the governance gap is a permanent shelter. Every one of those items is a reason to keep one accountable reviewer, not a department of underwriters. The governance work does not preserve the occupation; it specifies the shape of the single oversight seat that replaces the team. Once explainability, bias testing, and model governance for agentic underwriting are standardized, regulators and carriers will rely on the governed system instead of re-performing the underwriter's work โ which removes the last operational reason the routine underwriting chair exists. The governance gap is a speed bump, and a real one. It is not a wall.
Implementation Strategy and Timeline
Displacement in this occupation will not arrive as a single mass layoff. It arrives as attrition that is never backfilled, plus consolidation as agents let one underwriter oversee what a team used to bind. The BLS numbers to watch are the roughly 8,200 openings per year the bureau projects โ essentially all of which come from underwriters retiring or moving on, not from growth. That is the mechanism. An occupation that shrinks through non-replacement does not need layoffs to lose a large share of its seats. It needs carriers to stop refilling the chair when an underwriter leaves โ and straight-through agentic underwriting is exactly the reason a chief underwriting officer now signs off on not refilling it.
US insurance-underwriter employment, thousands โ BLS baseline endpoint vs a plausible agent-accelerated path
| year | employment |
|---|---|
| 2024 | 127 |
| 2027 | 116 |
| 2030 | 98 |
| 2034 (BLS baseline) | 123 |
The chart above is deliberately honest about uncertainty: the BLS baseline lands near 123,000 in 2034 (a 3 percent decline), while an agent-accelerated path bends well below it by 2030 before governance frameworks settle and before the specialty tier stabilizes. The exact depth is arguable. The direction is not. The order of displacement follows line of business and complexity, because that determines who gets automated first.
Approximate year each line reaches default straight-through underwriting for routine risk
| segment | timeline |
|---|---|
| Personal auto & home | 2026 |
| Small commercial | 2027 |
| Mid-market commercial | 2028 |
| Specialty & E&S | 2031 |
Personal lines are already largely automated; small commercial is going straight through now; mid-market is the active front in 2026 to 2028. Specialty and excess lines hold longest because the risks are genuinely novel and the accountability stakes are highest. But notice what that ordering does to a career: the entry and mid-career underwriter of standard risk is displaced first and in the largest numbers, while the survivors are concentrated at the senior, specialty end that takes years to reach. My prediction on straight-through underwriting becoming the default for routine commercial risk tracks exactly this leading indicator.
Impact Assessment: Who Is Actually Affected
The scale here is easier to understate than in bookkeeping, because underwriters are fewer and better paid. But the human impact is sharper, not softer. This is a $79,880-median occupation โ a career that people spent a decade building expertise in, on the promise that risk judgment was durable. The displacement lands hardest on mid-career underwriters of standard commercial and personal lines: skilled, specialized, and precisely the profile that finds it hardest to pivot, because their expertise is deep in a domain that is automating and thin in the specialty niches that survive.
Annual openings that are pure replacement, not growth
~8,200
BLS projects ~8,200 openings per year for underwriters โ essentially all from workers exiting, none from expansion. Non-replacement is the entire displacement mechanism, and agentic STP is what lets carriers leave the chair empty.
It also connects to a macro pattern this publication has documented all year. When a function is a measurable cost center that has become automatable end to end, carriers reach for it โ the same logic that drove the loan-officer and mortgage-processor pipeline to collapse from days to an agentic decision. Underwriting is a cost center, its outputs are measurable to the decimal, and in 2026 it is automatable for the bulk of the book. The autonomous enterprise does not start by replacing the people who sell the policy. It starts by replacing the people who decide whether to write it.
Benefits and Challenges โ An Honest Ledger
It would be dishonest to frame this as pure loss. The benefits are real, and pretending otherwise concedes the argument to people who think the only question is speed. A carrier that quotes routine risk in minutes instead of days wins business it used to lose to slow turnaround. Consistent agentic underwriting applies the guidelines the same way every time, removing the variance and unconscious bias of a tired human at the end of a long submission queue. Better, faster risk selection tightens loss ratios, which โ in a functioning market โ shows up as more accurately priced coverage for customers.
Agentic underwriting: benefits and costs on the same page
That last cost is the one least discussed and most important. Routine underwriting was never only about binding standard risk โ it was the apprenticeship where an underwriter learned appetite, rating, and judgment before graduating to complex accounts. Automating the routine tier does not just remove the current seats for standard risk; it removes the on-ramp to the specialty tier that survives. The same dynamic played out for entry-level roles across white-collar work: the pyramid becomes a diamond, the base collapses first, and the industry discovers a decade later that it stopped growing the senior specialists it now cannot hire, because it deleted the rung they used to climb.
What Survives โ And What Underwriters Should Do Now
The honest forecast is not that underwriting disappears. It is that the routine core of it โ the intake, guideline-checking, rating, and clearance that fills most of the week โ gets absorbed, while a smaller, higher-skilled residue survives and, for the people who reach it, becomes more valuable. The seat that remains is not a line underwriter. It is a portfolio and appetite strategist, an agent supervisor, a specialty-risk expert, and a governance-and-controls owner for the systems that now do the routine underwriting.
From line underwriter to what survives
For a working underwriter reading this, the strategy is not "learn to prompt an AI." It is to move deliberately toward the moat: toward the specialty risk, the portfolio judgment, and the governance work that automation cannot yet cross. Underwriters who reposition as specialty experts, portfolio managers, or governance owners for agentic underwriting will be more in demand, not less, because someone has to price the risks the agents cannot and supervise the ones they can. The underwriters who stay generalists of standard risk are the ones the non-renewal of their own chair finds first.
The larger pattern is the throughline of this entire series and of my news analysis of insurance shifting from claims automation to risk automation: AI does not replace occupations at random. It replaces them in a precise order set by structure โ routine before novel, measurable before ambiguous, standard before specialty, and lookup before genuine judgment. The line underwriter of routine risk sits at the intersection of the "replace-first" properties, protected only by a governance gap that is closing and a specialty moat most of the workforce does not stand behind. That is not a moral judgment about the work, which is skilled and done by careful people. It is a structural one. Underwriting the standard risk was always going to be among the first judgment jobs software could do by itself. In 2026, on a July afternoon full of demos, it started to.
Further Reading
- The insurance-adjacent case: How AI Will Replace Insurance Claims Adjusters
- The finance pipeline that collapsed from days to a decision: How AI Will Replace Loan Officers and Mortgage Processors
- The moat that isn't there: How AI Will Replace Paralegals โ The Liability Moat
- The labor-market shape of this shift: The Underwriting Barbell
- The leading indicator to watch: my prediction that straight-through underwriting becomes the default for routine commercial risk

