Our Singapore AI agent projects for insurance follow the claim lifecycle end-to-end. We decompose the claims process into agent-handleable steps: First Notice of Loss (FNOL) intake and classification, coverage verification against the policy schedule, supporting document collection and validation (repair estimates, medical reports, police reports), fraud screening against pattern databases, reserve calculation, adjudication decision (pay, deny, or escalate to human adjuster), payment instruction, and communication with the policyholder. Each step becomes a tool the agent can invoke. For motor claims, the agent reads repair estimates (PDF or image), cross-references against insurer rate schedules, checks the vehicle's claims history, and identifies inconsistencies that suggest inflated claims. For health claims, the agent reads medical reports and bills, maps procedures to ICD-10 codes, verifies coverage under the specific ISP plan tier, and checks MediSave/MediShield Life interaction. For underwriting agents, we build models that read medical questionnaires, financial statements, and lifestyle declarations to classify risk — replicating the underwriter's decision logic for standard cases and escalating complex ones. Training uses the insurer's historical decisions as ground truth. MAS compliance is embedded: the agent produces explainable decisions (why this claim was approved at this amount), maintains audit trails for every action, implements fair treatment guidelines (no discriminatory patterns in automated decisions), and supports the insurer's enterprise risk management framework.