Main public logs
Combined display of all available logs of Insurer Brain. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:55, 31 March 2026 Wikilah admin talk contribs created page Template:Quiz/start (Created page with "<div data-wix-module="quiz">")
- 13:49, 31 March 2026 Wikilah admin talk contribs created page MediaWiki:Gadget-wix-quiz.js (Created page with "/* ================================================================ WIX-QUIZ.JS — Wiki Interactive Experience: Quiz Engine ================================================================ Depends on: ext.gadget.wix-core (window.wix must exist) Finds every container with data-wix-module="quiz", reads the question blocks from the DOM, and manages the full lifecycle: sequencing → answer selection → feedback → next → results. Content-blind:...")
- 13:49, 31 March 2026 Wikilah admin talk contribs created page MediaWiki:Gadget-wix-quiz.css (Created page with "/* ================================================================ WIX-QUIZ.CSS — Wiki Interactive Experience: Quiz Engine Styles ================================================================ Loaded via ResourceLoader alongside wix-quiz.js. Depends on design tokens defined in wix-core.css. Covers: - Question card header (topic badge + number badge) - Question text - Option buttons (default, hover, selected, correct, wrong) - Results scre...")
- 13:40, 31 March 2026 Wikilah admin talk contribs created page MediaWiki:Gadget-wix-core.js (Created page with "/* ================================================================ WIX-CORE.JS — Wiki Interactive Experience: Shared Foundation ================================================================ Loaded via ResourceLoader on every page (hidden gadget). Provides DOM helpers, state management, event delegation, and UI-building utilities used by all wix-* category gadgets. Exposes: window.wix (single global namespace) RULES: - All public API live...")
- 13:37, 31 March 2026 Wikilah admin talk contribs created page MediaWiki:Gadget-wix-core.css (Created page with "/* ================================================================ WIX-CORE.CSS — Wiki Interactive Experience: Shared Foundation ================================================================ Loaded via ResourceLoader on every page. Provides design tokens, skin integration, and shared UI primitives used by all wix-* category gadgets (wix-quiz, wix-interactive, etc.). RULES: - Never set font-family, font-size, or line-height on containers....")
- 13:33, 31 March 2026 Wikilah admin talk contribs created page MediaWiki:Gadgets-definition (Created page with "== Wiki Interactive Experience (WIX) == * wix-core[ResourceLoader|type=general|default|hidden]|wix-core.js|wix-core.css")
- 09:51, 31 March 2026 Wikilah admin talk contribs created page Widget:Solvency2 BalanceSheet (Created page with "<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Solvency II Balance Sheet</title> <link href="https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=IBM+Plex+Sans:wght@300;400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap" rel="stylesheet"> <style> :root { --bg: #0c1018; --surface: #141b27; --surface2: #1a2234; --border: #253044; --tex...")
- 00:35, 31 March 2026 Wikilah admin talk contribs deleted page Internal:Teams/Group tax (content was: "{{Infobox team | name = Group Tax Department | abbreviation = GTD <!-- ═══ Hierarchy ═══ --> | parent_organization = AXA SA | parent_unit = Group Finance <!-- ═══ Leadership ═══ --> | head_title = Global Head of Tax | head_name = Olivier Tourtoulou | deputy_title = Group Deputy Head of Tax | depu...", and the only contributor was "PlumBot" (talk))
- 22:53, 30 March 2026 Wikilah admin talk contribs created page Bot:Guide/approved productions/create team pages/prompt (Created page with "You are a wikitext editor. You transform organization description documents into standardized team pages. You receive a source document describing a team (roles, missions, org structure, contacts) and output a single wikitext page. Be concise but preserve every fact — no information loss. === KEY DESIGN PRINCIPLE === Every fact must be retrievable without requiring context from another section. The "Role & scope" column naturally answers "who handles X?" queries, mak...")
- 22:37, 30 March 2026 Wikilah admin talk contribs created page Bot:Guide/approved productions/create definitions/definition prompt (Created page with "PROMPT: INSURANCE GLOSSARY GENERATOR TASK: For each term provided at the end of this prompt, generate 3 paragraphs to explain each term in professional, concise, clear, easy-to-understand American English. The 3 paragraphs should cover: what it is, how it works, and why it matters. LANGUAGE AND TONE GUIDELINES: - Write in a natural, authoritative voice — as if a knowledgeable colleague is explaining the concept to someone new to the industry. - Avoid robotic or formula...")
- 22:36, 30 March 2026 Wikilah admin talk contribs created page Bot:Guide/approved productions/create definitions/seed prompt (Created page with "Generate a list of 50 most relevant terms in [TOPIC_NAME] specifically in the context of insurance. The terms must be widely recognised and understood across both the US and European markets. Avoid terms that are specific to a single jurisdiction (e.g., a US-only regulatory concept or a UK-only statutory term) unless they have broad cross-market recognition. Where a concept is known by different names in different markets, use the most internationally common form and not...")
- 13:10, 30 March 2026 Wikilah admin talk contribs created page Bot:Guide/approved productions/create definitions/broken links (Created page with "Broken links here")
- 13:09, 30 March 2026 Wikilah admin talk contribs created page Bot:Guide/approved productions/create definitions (Created page with "Placeholder")
- 13:08, 30 March 2026 Wikilah admin talk contribs created page Bot:Guide/approved productions (Created page with "Placeholder")
- 13:07, 30 March 2026 Wikilah admin talk contribs deleted page Run:Create definitions/input (content was: "Definition:Causal inference Definition:Counterfactual Definition:Average treatment effect (ATE) Definition:Average treatment effect on the treated (ATT) Definition:Conditional average treatment effect (CATE) Definition:Selection bias Definition:Confounding variable Definition:Omitted variable bias Definition:Endogeneity Definition:Exogenei...", and the only contributor was "PlumBot" (talk))
- 23:45, 29 March 2026 Wikilah admin talk contribs deleted page Template:Dts (content was: "<includeonly>{{safesubst<noinclude />:#invoke:Date table sorting|main}}</includeonly><noinclude> {{documentation}} </noinclude>", and the only contributor was "Wikilah admin" (talk))
- 23:43, 29 March 2026 Wikilah admin talk contribs created page Template:Dts (Created page with "<includeonly>{{safesubst<noinclude />:#invoke:Date table sorting|main}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 23:05, 29 March 2026 Wikilah admin talk contribs created page Module:Date table sorting (Created page with "local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local N_YEAR_DIGITS = 12 local MAX_YEAR = 10^N_YEAR_DIGITS - 1 -------------------------------------------------------------------------------- -- Dts class -------------------------------------------------------------------------------- local Dts = {} Dts.__index = Dts Dts.months = { "January", "February", "March", "April", "May", "June", "July", "August", "September", "Octo...")
- 23:04, 29 March 2026 Wikilah admin talk contribs created page Template:Date table sorting (Created page with "<includeonly>{{safesubst<noinclude />:#invoke:Date table sorting|main}}</includeonly><noinclude> {{documentation}} </noinclude>")
- 23:00, 29 March 2026 Wikilah admin talk contribs created page Web:Watch/AI in insurance (Created page with "= AI in insurance: competitive intelligence briefing (October 2025 – March 2026) = 🎯'''Enterprise scaling.''' Generative and agentic AI moved from pilot programs to enterprise-scale production across global insurance between late 2025 and early 2026, marking the industry's most consequential technology inflection point since digital distribution. McKinsey estimates GenAI could unlock $50–70 billion in insurance revenue, while AI leaders have generated 6.1× total...")
- 22:45, 29 March 2026 Wikilah admin talk contribs created page Prompt:All/convert watch PDF to WIKITEXT/text (Created page with "You are a senior wikitext editor converting the attached PDF into a clean, RAG-friendly MediaWiki article. Follow every formatting rule below exactly. Output final wikitext only — no explanation. Return as .txt. == Executive summary == Write 3–5 short paragraphs capturing the dominant trends and key takeaways. Start each paragraph with a relevant emoji and a bold cue that reflects the content, e.g.: 🎯'''Enterprise scaling.''' Text of the paragraph… 🏛️''...")
- 22:45, 29 March 2026 Wikilah admin talk contribs created page Prompt:All/convert watch PDF to WIKITEXT (Created page with "{{Code box|Prompt:All/convert watch PDF to WIKITEXT/text}}")
- 22:02, 29 March 2026 Wikilah admin talk contribs created page Prompt:All/create watch pages (Created page with "== 🍎 Create seed page == {{Prompt:All/create watch pages/seed}} {{Section separator}} == 🍎 Update page == {{Prompt:All/create watch pages/update}}")
- 21:50, 29 March 2026 Wikilah admin talk contribs created page Prompt:All/create watch pages/seed/text (Created page with "Adjust this prompt to subject: [INSERT TOPIC — e.g., "Artificial intelligence", "Mergers & acquisitions", "Prevention & risk mitigation", "Embedded insurance", "Cyber risk"] You are a competitive intelligence analyst specializing in the global insurance industry. Your audience is C-level executives at insurance and reinsurance companies who need a clear, actionable view of what's happening in their industry. Return output in .txt. Research the latest significant deve...")
- 21:48, 29 March 2026 Wikilah admin talk contribs created page Prompt:All/create watch pages/update (Created page with "{{Code box|Prompt:All/create watch pages/update/text}}")
- 21:48, 29 March 2026 Wikilah admin talk contribs created page Prompt:All/create watch pages/seed (Created page with "{{Code box|Prompt:All/create watch pages/seed/text}}")
- 21:18, 29 March 2026 Wikilah admin talk contribs created page Template:Favicon (Created page with "<span class="favicon" style="white-space:nowrap;">[[File:{{{image|Logo of {{{1}}}.svg}}}|16px|link=|class=noviewer|text-bottom]] {{{1}}}</span><noinclude> == Documentation == This template displays a uniform 16px inline company logo followed by a linked name. By default, it assumes the image is named <code>Logo of [Name].svg</code>. It is designed to sit cleanly within a line of text or a data table without altering line heights. === Usage === '''Standard Usage (Com...")
- 14:47, 29 March 2026 Wikilah admin talk contribs created page Prompt:All/production bot/python (Created page with "My python files are organized as followed:")
- 01:20, 29 March 2026 Wikilah admin talk contribs created page Prompt:All/analyze admin email (Created page with "{{Code box|Prompt:All/analyze admin email/text}}")
- 01:20, 29 March 2026 Wikilah admin talk contribs created page Prompt:All/analyze admin email/text (Created page with "You are the orchestration router for an internal MediaWiki production bot. Your sole purpose is to analyze incoming emails from administrators and map their requests to an approved list of bot functions. Here is the current guide of approved production functions and their required parameters: <functions_guide> {wiki_text} </functions_guide> INSTRUCTIONS: 1. Analyze the user's email subject and body. 2. Determine which function from the <functions_guide> the user is try...")
- 01:14, 29 March 2026 Wikilah admin talk contribs created page Prompt:All/production bot (Created page with "The '''email-driven production pipeline''' is the end-to-end workflow that the production bot follows when it receives an instruction from an admin via email. It covers ingestion, security validation, LLM-based triage, task execution, and result reporting. {{section separator}} == Phase 1: Ingestion and security == # '''Fetch email:''' The <code>production_bot</code> connects to the inbox (ideally via webhook or a 60+ second polling interval) and pulls an unread admin...")
- 01:04, 29 March 2026 Wikilah admin talk contribs deleted page Prompt:All/call Anu (content was: "VENKATARAMAN Anu <anu.venkataraman@axa.com> ________________________________________________________________________________ Réunion Microsoft Teams Rejoindre : https://teams.microsoft.com/meet/37929976824022?p=RMemWowPI8TTKcHlZo Numéro de réunion : 379 299 768 240 22 Code secret : ry2pf9cB ________________________________________ Besoin d'aide ? | Ré...", and the only contributor was "Wikilah admin" (talk))
- 22:55, 28 March 2026 Wikilah admin talk contribs deleted page Prompt:All/create summary of team organization (content was: "{{code box|Prompt:All/create summary of team organization/text}}", and the only contributor was "Wikilah admin" (talk))
- 22:55, 28 March 2026 Wikilah admin talk contribs deleted page Prompt:All/create summary of team organization/text (content was: "You are a wikitext editor. You transform organization description documents into standardized team pages. You receive a source document describing a team (roles, missions, org structure, contacts) and output a single wikitext page. Be concise but preserve every fact — no information loss. === KEY DESIGN PRINCIPLE === Every fact must be retrievable without...", and the only contributor was "Wikilah admin" (talk))
- 22:55, 28 March 2026 Wikilah admin talk contribs created page Prompt:All/create team WIKITEXT (Created page with "{{code box|Prompt:All/create team WIKITEXT/text}}")
- 22:55, 28 March 2026 Wikilah admin talk contribs created page Prompt:All/create team WIKITEXT/text (Created page with "You are a wikitext editor. You transform organization description documents into standardized team pages. You receive a source document describing a team (roles, missions, org structure, contacts) and output a single wikitext page. Be concise but preserve every fact — no information loss. === KEY DESIGN PRINCIPLE === Every fact must be retrievable without requiring context from another section. The "Role & scope" column naturally answers "who handles X?" queries, mak...")
- 22:48, 28 March 2026 Wikilah admin talk contribs created page Module:RawText (Created page with "local p = {} function p.get(frame) -- Get the page name from the template parameter local pageName = frame.args[1] or frame:getParent().args[1] if not pageName or pageName == "" then return "Error: No page name provided." end -- Create a title object for the page local title = mw.title.new(pageName) if not title then return "Error: Invalid page title." end -- Fetch the raw unparsed wikitext local conten...")
- 14:41, 28 March 2026 Wikilah admin talk contribs created page Internal:Teams/Group Corporate Finance (Created page with "{{Infobox team | name = AXA Group Corporate Finance | parent_unit = DCFG | parent_organization = AXA SA | head_title = Head of Corporate Finance | head_name = Bertrand Noize | headcount = 12 | last_updated = {{Start date|2026|03|28}} }} 🏦 '''AXA Group Corporate Finance''' is a central team within AXA SA responsible for managing critical strategic topics across the AXA group, including Definition:Mergers and...")
- 14:40, 28 March 2026 Wikilah admin talk contribs deleted page Internal:Teams/Group corporate finance (content was: "{{Infobox team | name = AXA Group Corporate Finance | parent_unit = DCFG | parent_organization = AXA SA | head_title = Head of Corporate Finance | head_name = Bertrand Noize | headcount = 12 | last_updated = {{Start date|2026|03|28}} }} '''AXA Group Corporate Finance''' is a central team responsible...", and the only contributor was "Wikilah admin" (talk))
- 14:39, 28 March 2026 Wikilah admin talk contribs deleted page Group Tax Department organization (content was: "{{Infobox team | name = Group Tax Department | abbreviation = GTD | parent_organization = AXA SA | parent_unit = Group Finance | head_title = Global Head of Tax | head_name = Olivier Tourtoulou | deputy_title = Deputy Head of Tax | deputy_name = Gerard Bayona | headcount = 15 | location...", and the only contributor was "Wikilah admin" (talk))
- 14:39, 28 March 2026 Wikilah admin talk contribs created page Internal:Teams/Group Tax Department (Created page with "{{Infobox team | name = Group Tax Department | abbreviation = GTD | parent_organization = AXA SA | parent_unit = Group Finance | head_title = Global Head of Tax | head_name = Olivier Tourtoulou | deputy_title = Deputy Head of Tax | deputy_name = Gerard Bayona | headcount = 15 | locations = Paris, Madrid | last_updated = {{Start date|2026|02}} }} 🏛️ '''Group Tax Department (GT...")
- 13:46, 28 March 2026 Wikilah admin talk contribs deleted page Template:Organization chart (content was: "<noinclude> ==Usage== <pre> {{Team organization chart| Alban de Mailly Nesle (Group CFO) | └── Olivier Tourtoulou (Group Head of Tax) | ├── Valentine Ades (Apprentice) | └── Gerard Bayona (Group Deputy Head of Tax) }} </pre> </noinclude><includeonly><div style="font-size:0.85em;"> <pre> {{{1}}} </pre> </div></includeonly>", and the only contributor was "Wikilah admin" (talk))
- 13:45, 28 March 2026 Wikilah admin talk contribs created page Template:Team organization chart (Created page with "<noinclude> ==Usage== <pre> {{Team organization chart| Alban de Mailly Nesle (Group CFO) | └── Olivier Tourtoulou (Group Head of Tax) | ├── Valentine Ades (Apprentice) | └── Gerard Bayona (Group Deputy Head of Tax) }} </pre> </noinclude><includeonly><div style="font-size:0.85em;"> <pre> {{{1}}} </pre> </div></includeonly>")
- 13:44, 28 March 2026 Wikilah admin talk contribs created page Template:Organization chart (Created page with "<noinclude> ==Usage== <pre> {{Team organization chart| Alban de Mailly Nesle (Group CFO) | └── Olivier Tourtoulou (Group Head of Tax) | ├── Valentine Ades (Apprentice) | └── Gerard Bayona (Group Deputy Head of Tax) }} </pre> </noinclude><includeonly><div style="font-size:0.85em;"> <pre> {{{1}}} </pre> </div></includeonly>")
- 10:42, 28 March 2026 Wikilah admin talk contribs created page Internal:Teams/Group corporate finance (Created page with "{{Infobox team | name = AXA Group Corporate Finance | parent_organization = AXA SA | head_title = Head of Corporate Finance | head_name = Bertrand Noize | headcount = 12 | last_updated = {{Start date|2026|03|28}} }} '''AXA Group Corporate Finance''' is a central team responsible for managing critical strategic topics across the AXA group, including mergers and acquisitions transactions and comprehensive capital manageme...")
- 09:43, 28 March 2026 Wikilah admin talk contribs created page Template:Infobox team (Created page with "{{#invoke:infobox|infoboxTemplate|child={{{child|{{{embed|}}}}}} | bodyclass = vevent vcard | above = <div class="fn org">{{#if:{{{name|}}}|{{{name}}}|{{PAGENAMEBASE}}}}</div>{{#if:{{{abbreviation|}}}|<div style="font-size: 77%; font-weight: normal;">({{{abbreviation}}})</div>}} | subheader = {{#if:{{{type|}}}|<div style="font-size: 85%; font-weight: normal; font-style: italic;">{{{type}}}</div>}} | image = {{#invoke:InfoboxImage|InfoboxImage|image={{{imag...")
- 08:56, 28 March 2026 Wikilah admin talk contribs created page Prompt:All/create summary of team organization/text (Created page with "You are a wikitext editor. You transform organization description documents into standardized team pages. You receive a source document describing a team (roles, missions, org structure, contacts) and output a single wikitext page. Be concise but preserve every fact — no information loss. === KEY DESIGN PRINCIPLE === Every fact must be retrievable without requiring context from another section. The "Role & scope" column naturally answers "who handles X?" queries, mak...")
- 08:53, 28 March 2026 Wikilah admin talk contribs created page Prompt:All/create summary of team organization (Created page with "{{code box|Prompt:All/create summary of team organization/text}}")
- 13:33, 27 March 2026 Wikilah admin talk contribs created page Definition:Generalized linear model (Redirected page to Definition:Generalized linear model (GLM)) Tag: New redirect
- 13:29, 27 March 2026 Wikilah admin talk contribs created page QuantCo (Created page with "{{Infobox company | name = QuantCo | legal_name = QuantCo Holding Ltd | logo = Logo of QuantCo.svg <!-- ═══ Corporate identity ═══ --> | type = Private | registration_number = UK Companies House No. 10543384 | founded = {{Start date and age|2016|12|30}} | founders = Dr. Johann Blauth, Dr. Karl-Heinrich Neumar, Robert McMillan | founding_origin = Ha...")