From reviewing job postings across the top 25 P&C carriers and consulting firms this quarter, the shift from "Python preferred" to "Python required" crossed a tipping point that mirrors what the SOA and CAS are now formalizing through their credentialing infrastructure. DW Simpson's 2025 Market Trends report confirmed it: Python, R, and SQL are "baseline expectations" in actuarial recruiting, no longer differentiators listed in a nice-to-have section. The professional organizations are catching up to what the hiring market already demands.

This is not a gradual evolution. The SOA launched its Actuarial Intelligence Bulletin series in March 2025, published six editions by January 2026 covering competency frameworks and AI skill development, and is actively researching how AI reshapes the technical skill requirements for the ASA credential. The CAS, through its AI Fast Track Program, now offers a structured eight-session bootcamp that trains practicing actuaries in gradient boosting machines, neural networks, reinforcement learning, and large language models. Both organizations have moved from theoretical discussion to concrete curriculum in under 18 months.

What no outlet has yet mapped is how these two parallel efforts form a unified skills overhaul, and how hiring criteria at carriers and consultancies have already shifted in lockstep. This article provides that mapping.

The SOA AI Competence Framework: What Each Rung Requires

The SOA's approach to AI competence emerged through multiple channels rather than a single document. The Actuarial Intelligence Bulletin, published bimonthly since March 2025, has served as the primary vehicle. The September 2025 edition covered trustworthy models, SHAP explainability, LLM use, reserving automation, regulatory insights, and introduced a skill development competency framework. The January 2026 edition, authored by Carlos Arocha, FSA, in the SOA Career Development Newsletter, articulated the framework most explicitly.

Arocha identified three converging forces reshaping actuarial practice: the explosion of available data, increases in computational power, and heightened regulatory and stakeholder expectations around AI governance. From these forces, the SOA framework structures competence across ascending levels of technical depth.

Data literacy and tool fluency. At the foundation, every credentialed actuary is expected to understand data structures, data quality assessment, and basic visualization. This is the floor. The SOA updated its exam pathway accordingly: Exam SRM (Statistics for Risk Modeling) covers regression models, time series analysis, principal components analysis, decision trees, and cluster analysis. Exam PA (Predictive Analytics) builds on this with GLMs, tree-based models, data exploration, and unsupervised learning. These exams represent the minimum AI-relevant content that every ASA candidate now encounters.

Applied machine learning. The middle tier requires hands-on proficiency with production ML techniques. The SOA's Advanced Topics in Predictive Analytics (ATPA) module, required for the FSA credential in several tracks, covers gradient boosting, neural networks, advanced unsupervised learning, and communication of complex model results. The module uses a 96-hour take-home assessment format that tests practical implementation, not just theoretical knowledge. This is where Python proficiency becomes non-negotiable: the ATPA assessment requires candidates to build, validate, and explain ML models using production-grade tools.

Model governance and AI oversight. The upper tier addresses the governance layer that distinguishes an actuarial professional from a data scientist. SOA CEO Greg Heidrich, speaking to The Actuary Magazine, framed this through a competency matrix with three skill categories: higher cognitive skills (advanced writing, quantitative analysis, critical thinking), social-emotional skills (communication, leadership, adaptability), and technological skills (data analysis, programming, research). The governance rung requires actuaries to design AI oversight programs, validate models built by data science teams, monitor for bias and drift, and ensure regulatory compliance. This is the domain where actuarial credentials create unique value.

Strategic AI leadership. At the top, the framework envisions actuaries who build bespoke AI-driven models and automation tools, architect enterprise AI strategies, and serve as the bridge between technical implementation and executive decision-making. Heidrich compared AI's impact to electrification and computerization, calling it a "general-purpose technology" that will reshape every function the actuary touches. The SOA's selection to the U.S. AI Safety Institute Consortium, alongside roughly 200 institutions, signals the organization's intent to position actuaries at the center of responsible AI deployment in financial services.

The CAS AI Fast Track Program: Curriculum Deep Dive

The CAS took a different structural approach: rather than embedding AI competence exclusively in the exam pathway, it created a dedicated continuing education program that trains credentialed actuaries who passed exams before AI content was added.

The AI Fast Track Program, delivered in partnership with Akur8's actuarial data science team, runs as a virtual bootcamp of eight sessions over eight weeks. It is limited to 200 members per cohort, with at least three cohorts completed through 2025. Participants earn a Certificate in Advanced AI for Actuarial Science and up to 9 CE credits. Pricing is $550 for CAS/iCAS members, $750 for non-members.

The eight-session curriculum progresses through a deliberate sequence.

Session 1: Demystifying AI. The program begins by stripping away hype. AI is framed as "a collection of sophisticated algorithms," not magic. This session establishes shared vocabulary and sets expectations for what AI can and cannot do in actuarial applications. For practicing actuaries who passed exams in the pre-ML era, this foundation prevents the overconfidence that leads to governance failures.

Session 2: AI Search Techniques. The curriculum moves to retrieval systems, covering classical search through retrieval-augmented generation (RAG). RAG has become central to how insurers deploy LLMs against proprietary data: rather than fine-tuning models on sensitive underwriting data, carriers retrieve relevant documents and feed them as context. Understanding this architecture matters for any actuary evaluating or governing an LLM deployment.

Session 3: Rules-Based AI and Reinforcement Learning. This session covers encoding domain knowledge into AI systems and agent self-learning. Reinforcement learning, while less common in traditional pricing than supervised methods, is increasingly relevant in claims triage, fraud detection, and dynamic pricing environments where the system learns from outcomes over time.

Session 4: Unlocking Modeling Potential. A creative applications session that encourages participants to identify new uses for existing capabilities. This is the CAS acknowledging that the biggest bottleneck in insurance AI adoption is not technology but imagination: actuaries who understand what tools can do will find applications their data science colleagues might miss.

Session 5: Machine Learning. The technical core of the program. This session covers supervised learning with particular emphasis on why modern GLM variants and gradient boosting machines are "so well suited for insurance." GBMs have become the workhorse of P&C pricing because they handle high-dimensional feature spaces, capture nonlinear interactions, and produce predictions that can be decomposed through SHAP values for regulatory filings. Understanding the mechanics, not just the outputs, is what separates an actuary who governs a GBM from one who merely consumes its predictions.

Session 6: Deep Learning. Neural network mechanics and practical utility, explicitly addressing the "black box" perception. The CAS curriculum teaches participants to look inside neural networks rather than treating them as opaque. For actuaries who will need to explain model decisions to regulators, understanding activation functions, layer structures, and how neural networks approximate complex functions is directly relevant.

Session 7: LLMs and Generative AI. Implementation considerations for ChatGPT-class systems, with emphasis on hallucination mitigation. This session reflects the reality that most actuaries will encounter generative AI through productivity tools (report drafting, code generation, document summarization) before they encounter it in production models. Knowing when to trust LLM output, and when to verify, is a governance skill.

Session 8: Ethics. The final session addresses philosophical implications and alignment with actuarial standards. The CAS positions ethics not as an afterthought but as a capstone that connects technical knowledge to professional responsibility under ASOP No. 56 and the Code of Professional Conduct.

The Exam Pathway Has Already Changed

Beyond continuing education programs, the credentialing exams themselves now embed AI and ML content as core material. Candidates entering the profession in 2026 encounter a fundamentally different technical baseline than those who sat exams five years ago.

On the SOA side, the progression is structured: Exam SRM covers statistical foundations including regression, time series, principal components, decision trees, and clustering. Exam PA adds GLMs, tree-based models, and unsupervised learning with a hands-on project component. ATPA, at the FSA level, requires gradient boosting, neural networks, advanced unsupervised learning, and the ability to communicate complex model results to non-technical stakeholders. The fee structure reflects the depth: ATPA costs $1,255 and uses a 96-hour take-home assessment format.

On the CAS side, the Modern Actuarial Statistics exams (MAS-I and MAS-II) cover extended linear models, credibility, and advanced statistical topics. The Property-Casualty Predictive Analytics (PCPA) component of the ACAS pathway adds a dedicated predictive analytics requirement. The CAS Institute's CSPA (Certified Specialist in Predictive Analytics) credential offers a five-course pathway for those seeking deeper specialization.

Ronald Richman, writing in the CAS E-Forum in 2024, pushed the profession further. His paper "An AI Vision for the Actuarial Profession" argued that the CAS should embrace neural networks, transfer learning, constraint-based neural networks, reinforcement learning, and automated traditional technique selection as core competencies. His vision positions AI-enhanced actuaries as professionals who "build more accurate and efficient models" while maintaining the ethical guardrails that distinguish credentialed professionals from uncredentialed data scientists.

The combined effect is clear. A candidate who earns ASA or ACAS credentials in 2026 will have demonstrated proficiency in machine learning methods that were not tested five years ago. The organizations are not adding AI as an elective; they are rewriting the baseline.

From "Python Preferred" to "Python Required": The Job Market Evidence

The credentialing changes did not emerge in a vacuum. They track hiring signals that have shifted measurably over the past two years.

DW Simpson's 2025 Market Trends in Actuarial Recruiting report documented the shift. The report found that actuarial unemployment sits "under 1%," with 22% projected job growth from 2023 to 2033 (roughly five times the national average). Within that tight labor market, the premium on technical skills has intensified. "Actuaries who combine traditional expertise with cutting-edge technical skills in AI, machine learning, and data analytics will be best positioned to excel," the report noted, with "a continued and increased focus on the use of AI and machine learning to improve accuracy in underwriting and to automate processes."

A separate DW Simpson analysis from September 2025, "The Actuary of Tomorrow," stated it more directly: "Python, R, SQL are now baseline expectations." The firm observed that actuaries are transitioning from "behind-the-scenes analysts" to "strategic leaders shaping how organizations understand risk." The technical skills shift is not incidental to this role evolution; it is what makes the role evolution possible.

Industry adoption data reinforces the demand signal. A 2025 NAIC survey of 93 health insurance companies found that 84% currently utilize AI or machine learning, with 92% having AI/ML governance principles aligned with NAIC AI Principles. A Novarica survey of 51 North American CIOs found 59% had implemented ML in actuarial processes. Goldman Sachs reported that 42% of American insurance companies utilized AI by 2023, a figure that has only grown since. Every one of these deployments creates demand for actuaries who can validate, govern, and explain AI systems.

The practical translation for hiring managers: candidates who list only Excel and SAS on their resumes are competing in a shrinking pool. Carriers like Travelers, which allocated $1.5 billion annually to technology and deployed 20,000 employees on AI tools, expect actuarial hires to work within AI-augmented environments from day one. Progressive's ML-driven pricing models, Allstate's ALLIE agentic AI platform, and AIG's multi-agent underwriting system all require actuarial professionals who can interact with these systems technically, not just conceptually.

The Continuing Education Gap: Mid-Career Actuaries

The credentialing overhaul creates a specific challenge for actuaries who earned their credentials before AI content was added to the exam syllabus. These professionals, many of them in senior positions that make AI governance decisions, may have passed their last exam before gradient boosting or SHAP values appeared in any actuarial curriculum.

The CAS AI Fast Track Program was designed precisely for this population. The 200-seat cohort structure, the eight-week bootcamp format, and the CE credit allocation (up to 9 credits) all target working professionals who need structured upskilling without returning to the exam table. The $550 member price point keeps the barrier low relative to the credential's value.

The SOA addressed the gap through its PD Edge+ program, introduced in the March 2025 Actuarial Intelligence Bulletin, and through CPD requirements that increasingly steer toward AI governance and interdisciplinary work. The SOA's annual CPD attestation requirement gives the organization a mechanism to push AI competence without adding formal exam requirements for already-credentialed members.

The hyperexponential research blog quantified the gap: fewer than 50% of practicing actuaries demonstrate proficiency in data science and AI, yet over 60% recognize these as critical skill gaps. This awareness-action gap is the central challenge for continuing education. The tools exist; the content exists; the economic incentive exists. What remains is the organizational and individual commitment to invest the time.

The American Academy of Actuaries addressed the governance dimension. In a May 2026 Contingencies article, Academy President Tricia Matson proposed four pillars: evolving standards with technology, leveraging professionalism as competitive advantage, using technology to strengthen professionalism, and supporting continuous learning. Former Academy President Darrell Knapp warned that existing actuarial standards form "a pretty good set" for AI use but cautioned that "shortcuts become dangerously amplified with automation." The message to mid-career actuaries is clear: your professional obligations under ASOP No. 56 require you to understand AI models you rely on, and "I passed exams before they taught this" is not a defense.

How Hiring Managers Evaluate AI Skills

Patterns we have observed across carrier and consulting firm postings reveal a tiered evaluation framework that maps loosely to the SOA competence ladder.

Entry-level and exam candidates: Hiring managers look for demonstrated Python or R proficiency, typically through coursework, exam performance (Exam SRM, PA), or personal projects. A GitHub repository with actuarial modeling work carries more weight than a certification alone. SQL fluency is assumed. The ability to explain a GLM or tree-based model in plain language during an interview signals readiness for the ML-augmented work environment.

Mid-level (5-10 years, ACAS/ASA): Technical interviews increasingly include scenario questions about model validation. "You inherit a GBM pricing model from the data science team. Walk me through your validation plan." Knowledge of SHAP values, partial dependence plots, and out-of-sample testing methods differentiates candidates. Experience with cloud computing environments (AWS SageMaker, Azure ML, Google BigQuery) signals comfort with production-scale work.

Senior and leadership (FCAS/FSA, 10+ years): AI governance experience becomes the differentiator. Hiring managers want to know whether you can design a model risk management framework, testify on AI fairness before a state regulator, and explain to a board why a particular AI deployment does or does not comply with the NAIC AI Model Bulletin. Technical depth matters less than the ability to synthesize technical, regulatory, and business considerations.

Consulting firms: The bar is often higher than carrier roles because consultants must demonstrate AI competence to clients across multiple carriers. Milliman, Deloitte, Oliver Wyman, and other actuarial consultancies increasingly staff AI governance engagements, and the actuaries on those teams need both the technical foundation and the client-facing communication skills to deliver.

From Human Calculator to AI System Governor

The role transformation underlying these credentialing changes is structural, not cosmetic. The hyperexponential research team quantified the time allocation shift: before AI, actuaries spent roughly 70% of their time on data manipulation and calculations and 30% on interpretation. The post-AI allocation inverts toward 30% on validation and monitoring and 70% on strategic interpretation and stakeholder communication.

This inversion changes what it means to be good at the job. Technical excellence in an Excel-centric workflow meant building faster, more accurate spreadsheet models. Technical excellence in an AI-augmented workflow means knowing when a model's output is wrong, understanding why, and explaining that judgment to regulators, underwriters, and executives.

The SOA's January 2026 newsletter captured three expanding domains for the actuarial role. First, AI governance and validation: ensuring models meet regulatory and professional standards, including ASOP No. 56's requirements for model understanding, validation, and documentation. Second, strategic interpretation: translating AI insights into business decisions while incorporating judgment about emerging risks that historical data cannot capture. Third, cross-functional leadership: bridging actuarial, data science, underwriting, and compliance functions as the organizational connective tissue for AI deployment.

The Academy's Contingencies article reinforced this with a pointed observation: actuaries face "competition from non-credentialed practitioners and automated systems performing analytical work historically completed by actuaries." The defense against that competition is not protectionism; it is demonstrating that credentialed professionals provide governance, accountability, and judgment that neither data scientists nor automated systems can replicate on their own.

ASOP No. 56 is the structural moat. An actuary who uses an AI model in their work must understand the model's limitations, validate its outputs, and document their reliance on tools developed by others. An actuary who certifies a rate filing based on a GBM pricing model is professionally accountable for that certification. This accountability layer, enforced by professional standards and backed by regulatory oversight, is what makes the actuarial credential uniquely valuable in an AI-driven insurance industry.

The International Dimension

The skills overhaul is not confined to North America. The International Actuarial Association established its AI Task Force in 2024, held its inaugural AI Summit in Singapore in April 2024, and convened a second summit hosted by the SOA in San Francisco in February 2025. The IAA organized work across five streams: Professionalism and Ethics, Education, Changing Role of Actuaries, Governance, and Innovation.

In November 2025, the IAA published three papers: the Artificial Intelligence Governance Framework, a paper on Testing of Artificial Intelligence Models, and a Comparison Chart of AI Regulatory Guidance Among Countries. The governance framework provides foundational guidance on data, modeling, and outcome governance that complements the NAIC Model Bulletin's insurance-specific requirements.

The SOA and the UK's Institute and Faculty of Actuaries "have updated syllabi to include data science and predictive analytics modules, with CPD increasingly focused on AI governance and interdisciplinary work," according to the Arocha article. This convergence means that actuarial AI competence expectations are becoming globally consistent, which matters for actuaries working in multinational carriers or reinsurers.

Why This Matters: Actuarial Implications

The simultaneous credentialing reforms at the SOA and CAS, the documented job market shift, and the regulatory governance requirements create a set of concrete implications for actuaries at every career stage.

For exam candidates: Python proficiency and ML model-building experience are no longer differentiators; they are table stakes. Candidates should prioritize Exam SRM and Exam PA preparation that includes hands-on coding, build a portfolio of actuarial data science projects on GitHub, and treat SQL fluency as a given. The ATPA assessment at the FSA level will test applied ML skills in a 96-hour format that rewards practical competence over memorization.

For mid-career credentialed actuaries: The CAS AI Fast Track ($550, 8 weeks, 9 CE credits) and the SOA's PD Edge+ program provide the most efficient upskilling paths. ASOP No. 56 compliance requires you to understand any AI model you rely on in your professional work. If you cannot explain how a GBM produces its predictions or what SHAP values represent, you have a professional obligation gap that continuing education can close.

For hiring managers: The talent market for AI-literate actuaries is tight (sub-1% unemployment, 22% projected growth). Posting requirements for Python and SQL will filter for the right candidates, but retention requires providing the infrastructure and project scope for actuaries to apply AI skills. Actuaries who build ML models but never deploy them will leave for organizations that let them work at the frontier.

For chief actuaries and practice leaders: AI governance is becoming an actuarial function. The NAIC AI Model Bulletin requires AI oversight programs, and credentialed actuaries are the natural leaders for insurance-specific AI governance. Building governance capacity now, through hiring, training, or both, positions the actuarial function as the center of gravity for AI deployment rather than a downstream consumer of data science output.

The BLS projects 22% actuarial employment growth through 2034, with approximately 2,400 annual openings. That growth is driven in substantial part by the expanding demand for professionals who can govern AI systems in a regulated industry. The SOA and CAS competence frameworks are the credentialing infrastructure for that demand. Actuaries who align their skills with these frameworks will capture the growth. Those who do not will find themselves competing for a shrinking share of pre-AI roles.

Sources

  • Carlos Arocha, FSA, "Navigating the AI Transformation in Actuarial Science," SOA Career Development Community Newsletter, January 2026 - soa.org
  • SOA Actuarial Intelligence Bulletin, March 2025 through May 2026 - soa.org
  • Greg Heidrich, "The SOA and the Age of AI," The Actuary Magazine, July 2024 - theactuarymagazine.org
  • CAS AI Fast Track Program, Cohort 3 (2025), delivered by Akur8 - casact.org
  • Ronald Richman, "An AI Vision for the Actuarial Profession," CAS E-Forum, Summer 2024 - casact.org
  • DW Simpson, "2025 Market Trends in Actuarial Recruiting," February 2025 - dwsimpson.com
  • DW Simpson, "The Actuary of Tomorrow: Careers, Skills, and Market Trends," September 2025 - dwsimpson.com
  • Virginia Hulme, "Professionalism in the Age of AI," Contingencies (AAA), May 2026 - actuary.org
  • NAIC, "Survey Reveals Majority of Health Insurers Embrace AI," May 2025 - naic.org
  • Hyperexponential, "Will AI Take Over Actuary Jobs? 2025 Future of Actuaries," November 2025 - hyperexponential.com
  • SOA Exam ATPA (Advanced Topics in Predictive Analytics) - soa.org
  • U.S. Bureau of Labor Statistics, Occupational Outlook Handbook: Actuaries, 2024-2034 Projections - bls.gov
  • IAA Artificial Intelligence Governance Framework, November 2025 - actuaries.org