<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Processes on Rygen Technologies AI Management System Handbook</title><link>https://ai.rygen.com/processes/</link><description>Recent content in Processes on Rygen Technologies AI Management System Handbook</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 20 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai.rygen.com/processes/index.xml" rel="self" type="application/rss+xml"/><item><title>Document Control</title><link>https://ai.rygen.com/processes/ai-006-document-control-procedure/</link><pubDate>Tue, 20 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai.rygen.com/processes/ai-006-document-control-procedure/</guid><description>&lt;h2 id="purpose"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This procedure establishes requirements for the control of documents within the the Rygen AI Management System.&lt;/p&gt;
&lt;h2 id="scope"&gt;Scope&lt;/h2&gt;
&lt;p&gt;This procedure applies to all AIMS documents including policies, procedures, records, and forms. The specific identification and formatting rules in Section 3.1 apply to core governance documents classified as the AIMS Handbook (e.g., policies, procedures, processes). Other records (e.g., risk assessments, meeting minutes) must be identifiable and controlled, but may follow tooling-specific formats.&lt;/p&gt;</description></item><item><title>Risk Management</title><link>https://ai.rygen.com/processes/ai-008-ai-risk-management-framework/</link><pubDate>Tue, 28 Oct 2025 00:00:00 +0000</pubDate><guid>https://ai.rygen.com/processes/ai-008-ai-risk-management-framework/</guid><description>&lt;h2 id="purpose"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This document establishes the framework for identifying, assessing, evaluating, and treating risks within Rygen Technologies&amp;rsquo; AI Management System (AIMS), in accordance with ISO 42001, which ensures that AI risks are addressed systematically, ensuring responsible AI delivery that our stakeholders can depend on.&lt;/p&gt;
&lt;h2 id="scope"&gt;Scope&lt;/h2&gt;
&lt;p&gt;This framework applies to all AI systems within the AIMS scope, personnel involved in the AI system development lifecycle, and all risk assessments (initial, periodic, or trigger-based).&lt;/p&gt;</description></item><item><title>Impact Assessment</title><link>https://ai.rygen.com/processes/ai-009-ai-system-impact-assessment-process/</link><pubDate>Tue, 13 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai.rygen.com/processes/ai-009-ai-system-impact-assessment-process/</guid><description>&lt;h2 id="purpose"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This process ensures we systematically evaluate how AI systems affect the people and organizations that interact with them, enabling informed decision-making and responsible AI deployment. It defines the process for assessing potential positive and negative impacts to ensure that affected parties are considered and appropriate actions can be taken to capitalize on positive impacts while mitigating negative ones.&lt;/p&gt;
&lt;h2 id="scope"&gt;Scope&lt;/h2&gt;
&lt;p&gt;This process to all AI systems built or used by Rygen, including:&lt;/p&gt;</description></item><item><title>Data Management</title><link>https://ai.rygen.com/processes/ai-011-ai-data-management-procedure/</link><pubDate>Wed, 27 Aug 2025 00:00:00 +0000</pubDate><guid>https://ai.rygen.com/processes/ai-011-ai-data-management-procedure/</guid><description>&lt;h2 id="purpose"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This document establishes Rygen Technologies&amp;rsquo; AI Data Management Process in accordance with ISO/IEC 42001:2023 Section B.7. It ensures that data used in AI systems is properly acquired, validated, documented, and maintained throughout the AI system lifecycle.&lt;/p&gt;
&lt;h2 id="scope"&gt;Scope&lt;/h2&gt;
&lt;p&gt;This process applies to all data used within the AIMS scope:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Training data for custom ML models&lt;/li&gt;
&lt;li&gt;Validation and test data&lt;/li&gt;
&lt;li&gt;Production/operational data&lt;/li&gt;
&lt;li&gt;Data transmitted to/from third-party AI APIs&lt;/li&gt;
&lt;li&gt;Internal data used with internal AI tools&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="applicability-by-system-type"&gt;Applicability by System Type&lt;/h2&gt;
&lt;p&gt;This procedure applies to all AI systems within the AIMS scope, but deliverable requirements differ based on system architecture:&lt;/p&gt;</description></item><item><title>Development Lifecycle</title><link>https://ai.rygen.com/processes/ai-013-ai-system-development-lifecycle/</link><pubDate>Wed, 08 Oct 2025 00:00:00 +0000</pubDate><guid>https://ai.rygen.com/processes/ai-013-ai-system-development-lifecycle/</guid><description>&lt;h2 id="purpose"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This document defines Rygen Technologies&amp;rsquo; AI system development lifecycle, ensuring all AI systems are developed in accordance with ISO/IEC 42001:2023 requirements. It is intended to guide and inform the AI development process from end to end, ensuring that AI systems developed by Rygen are responsible and governed.&lt;/p&gt;
&lt;h2 id="scope"&gt;Scope&lt;/h2&gt;
&lt;p&gt;This lifecycle applies to all AI systems developed or substantially configured by Rygen:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;AI-powered features developed for X1 Platform (IPaaS)&lt;/li&gt;
&lt;li&gt;AI features developed for Corsair (TMS)&lt;/li&gt;
&lt;li&gt;Internal AI tools and automations developed by Rygen&lt;/li&gt;
&lt;li&gt;AI implementations requiring configuration, training, or customization&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="ai-system-development-lifecycle"&gt;AI System Development Lifecycle&lt;/h2&gt;
&lt;pre class="mermaid"&gt;flowchart TD
 A[Problem Definition] --&amp;gt; B{Go / No Go?}
 B --&amp;gt;|No| C[Don&amp;#39;t Implement]
 B --&amp;gt;|Yes| D[Data Collection and Preparation]
 D --&amp;gt; E[Training and Development]
 E --&amp;gt; F[Evaluation]
 F --&amp;gt; G{Acceptable?}
 G --&amp;gt;|No| D
 G --&amp;gt;|Yes| H[Deployment]
 H --&amp;gt; I[Monitoring]
 I --&amp;gt; J[Refinement]
 J --&amp;gt; D&lt;/pre&gt;
&lt;h2 id="development-lifecycle-phases"&gt;Development Lifecycle Phases&lt;/h2&gt;
&lt;h3 id="phase-1-problem-definition"&gt;Phase 1: Problem Definition&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Purpose:&lt;/strong&gt; Define the problem; assess impact and risk; evaluate feasibility; and document system design&lt;/p&gt;</description></item><item><title>Nonconformance</title><link>https://ai.rygen.com/processes/ai-014-nonconformity-corrective-action-procedure/</link><pubDate>Wed, 14 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai.rygen.com/processes/ai-014-nonconformity-corrective-action-procedure/</guid><description>&lt;h2 id="purpose"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This procedure establishes the process for identifying, documenting, investigating, and addressing nonconformities within Rygen&amp;rsquo;s AI Management System (AIMS) to ensure that we systematically identify, analyze, and resolve issues within our AI systems.&lt;/p&gt;
&lt;h2 id="scope"&gt;Scope&lt;/h2&gt;
&lt;p&gt;This procedure applies to all nonconformities related to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;AI systems within AIMS scope (X1, Corsair, internal AI tools)&lt;/li&gt;
&lt;li&gt;AIMS processes and procedures&lt;/li&gt;
&lt;li&gt;AI governance and compliance requirements&lt;/li&gt;
&lt;li&gt;AI system performance, security, or ethical issues&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="definitions"&gt;Definitions&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Nonconformity&lt;/strong&gt;: Failure to fulfill a requirement of the AIMS, including:&lt;/p&gt;</description></item><item><title>Internal Audits</title><link>https://ai.rygen.com/processes/ai-015-internal-audit-procedure/</link><pubDate>Mon, 13 Jan 2025 00:00:00 +0000</pubDate><guid>https://ai.rygen.com/processes/ai-015-internal-audit-procedure/</guid><description>&lt;h2 id="purpose"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This procedure establishes Rygen Technologies&amp;rsquo; internal audit program for the AI Management System (AIMS) in accordance with ISO/IEC 42001:2023 Section 9.2, to provide information on whether the AIMS conforms to organizational requirements and the requirements of the standard, and is effectively implemented and maintained.&lt;/p&gt;
&lt;h2 id="scope"&gt;Scope&lt;/h2&gt;
&lt;p&gt;This procedure applies to all internal audits of the AIMS, covering all processes, activities, and areas within the defined AIMS scope including:&lt;/p&gt;
&lt;p&gt;• AI systems (X1 Platform, Corsair, internal AI tools)
• AIMS processes and procedures
• AI governance activities
• Risk management processes
• All organizational units involved in AI activities&lt;/p&gt;</description></item><item><title>Performance Monitoring</title><link>https://ai.rygen.com/processes/ai-017-performance-monitoring-plan/</link><pubDate>Wed, 08 Oct 2025 00:00:00 +0000</pubDate><guid>https://ai.rygen.com/processes/ai-017-performance-monitoring-plan/</guid><description>&lt;h2 id="purpose"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This plan defines what aspects of the AI Management System (AIMS) are monitored and measured, the methods used, and the frequency of evaluation to ensure continuing suitability, adequacy, and effectiveness per ISO/IEC 42001:2023 Section 9.1.&lt;/p&gt;
&lt;h2 id="scope"&gt;Scope&lt;/h2&gt;
&lt;p&gt;This monitoring plan applies to all components of Rygen&amp;rsquo;s AIMS including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;AIMS objectives performance&lt;/li&gt;
&lt;li&gt;AI system performance and effectiveness&lt;/li&gt;
&lt;li&gt;Risk management effectiveness&lt;/li&gt;
&lt;li&gt;Process conformity and effectiveness&lt;/li&gt;
&lt;li&gt;Stakeholder satisfaction&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="monitoring-and-measurement-framework"&gt;Monitoring and Measurement Framework&lt;/h2&gt;
&lt;h3 id="aims-objectives-monitoring"&gt;AIMS Objectives Monitoring&lt;/h3&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Objective&lt;/th&gt;
 &lt;th&gt;Metric&lt;/th&gt;
 &lt;th&gt;Target&lt;/th&gt;
 &lt;th&gt;Method&lt;/th&gt;
 &lt;th&gt;Frequency&lt;/th&gt;
 &lt;th&gt;Responsible&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Trustworthy Delivery&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;% AI features with explainability or human oversight controls&lt;/td&gt;
 &lt;td&gt;100%&lt;/td&gt;
 &lt;td&gt;Review system documentation &amp;amp; implementation&lt;/td&gt;
 &lt;td&gt;Quarterly&lt;/td&gt;
 &lt;td&gt;Principal AI Engineer&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Performance Excellence&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;% AI systems meeting performance targets&lt;/td&gt;
 &lt;td&gt;90%&lt;/td&gt;
 &lt;td&gt;Evaluation reports &amp;amp; benchmarking&lt;/td&gt;
 &lt;td&gt;Monthly&lt;/td&gt;
 &lt;td&gt;AI/ML Team&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Responsible AI Governance&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;% completed assessments before deployment&lt;/td&gt;
 &lt;td&gt;100%&lt;/td&gt;
 &lt;td&gt;Risk &amp;amp; impact assessment tracking&lt;/td&gt;
 &lt;td&gt;Per deployment&lt;/td&gt;
 &lt;td&gt;Principal AI Engineer&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Client Value Through Innovation&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;New AI features deployed per year&lt;/td&gt;
 &lt;td&gt;2+&lt;/td&gt;
 &lt;td&gt;Feature deployment tracking&lt;/td&gt;
 &lt;td&gt;Semi-annually&lt;/td&gt;
 &lt;td&gt;Product Manager&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Operational Resilience&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;AI service availability&lt;/td&gt;
 &lt;td&gt;99%&lt;/td&gt;
 &lt;td&gt;System monitoring &amp;amp; incident logs&lt;/td&gt;
 &lt;td&gt;Monthly&lt;/td&gt;
 &lt;td&gt;DevOps Team&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Compliance&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;% compliance with requirements&lt;/td&gt;
 &lt;td&gt;100%&lt;/td&gt;
 &lt;td&gt;Audit results &amp;amp; certification status&lt;/td&gt;
 &lt;td&gt;Quarterly&lt;/td&gt;
 &lt;td&gt;Principal AI Engineer&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="ai-system-performance-monitoring"&gt;AI System Performance Monitoring&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;What is Monitored:&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Management Review</title><link>https://ai.rygen.com/processes/ai-012-management-review-procedure/</link><pubDate>Wed, 27 Aug 2025 00:00:00 +0000</pubDate><guid>https://ai.rygen.com/processes/ai-012-management-review-procedure/</guid><description>&lt;h2 id="purpose"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This procedure ensures systematic, regular evaluation of our AI Management System to maintain its effectiveness and continuous improvement. It establishes the quarterly management review process for Rygen Technologies&amp;rsquo; AI Management System (AIMS) in accordance with ISO/IEC 42001:2023 Section 9.3.&lt;/p&gt;
&lt;h2 id="scope"&gt;Scope&lt;/h2&gt;
&lt;p&gt;This procedure applies to the systematic review of AIMS performance, suitability, adequacy, and effectiveness by top management.&lt;/p&gt;
&lt;h2 id="management-review-framework"&gt;Management Review Framework&lt;/h2&gt;
&lt;p&gt;Regular management reviews ensure our AIMS remains aligned with business objectives, addresses emerging risks, and continuously improves based on performance data and stakeholder feedback. This systematic approach demonstrates our commitment to maintaining effective AI governance at the executive level.&lt;/p&gt;</description></item><item><title>Incident Response</title><link>https://ai.rygen.com/processes/ai-023-ai-incident-response-procedure/</link><pubDate>Tue, 14 Jan 2025 00:00:00 +0000</pubDate><guid>https://ai.rygen.com/processes/ai-023-ai-incident-response-procedure/</guid><description>&lt;h2 id="purpose"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This procedure establishes the framework for responding to incidents involving AI systems within Rygen&amp;rsquo;s AI Management System (AIMS) in accordance with ISO/IEC 42001:2023 Section 8.1 and Annex A.8.4. It ensures AI incidents are properly identified, managed, communicated, and used to improve the AIMS.&lt;/p&gt;
&lt;h2 id="scope"&gt;Scope&lt;/h2&gt;
&lt;p&gt;This procedure applies to all incidents involving AI systems within the AIMS scope:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;X1 Platform AI features&lt;/li&gt;
&lt;li&gt;Corsair TMS AI capabilities&lt;/li&gt;
&lt;li&gt;Internal AI tools and third-party AI services&lt;/li&gt;
&lt;li&gt;AI development and deployment processes&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="ai-incident-types"&gt;AI Incident Types&lt;/h2&gt;
&lt;p&gt;An AI incident is any unplanned event or situation that affects or has the potential to affect:&lt;/p&gt;</description></item><item><title>Competence and Training</title><link>https://ai.rygen.com/processes/ai-021-aims-training-and-competence-procedure/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ai.rygen.com/processes/ai-021-aims-training-and-competence-procedure/</guid><description>&lt;h2 id="1-purpose"&gt;1. Purpose&lt;/h2&gt;
&lt;p&gt;This procedure defines the process for ensuring that all personnel with responsibilities within the AI Management System (AIMS) possess the necessary competence to fulfill their roles. It establishes the framework for identifying training needs, delivering training, and maintaining records of competence in accordance with ISO/IEC 42001:2023 Clause 7.2.&lt;/p&gt;
&lt;h2 id="2-scope"&gt;2. Scope&lt;/h2&gt;
&lt;p&gt;This procedure applies to all Rygen employees and contractors whose roles and responsibilities are defined within the AIMS. It covers general AIMS awareness training for all staff and role-specific competence training for personnel with direct involvement in AI system development, oversight, or governance.&lt;/p&gt;</description></item></channel></rss>