Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/K-Dense-AI/scientific-agentsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/k-dense-ai/scientific-agents/actuarial-scientist)<a href="https://agentmods.dev/agents/k-dense-ai/scientific-agents/actuarial-scientist"><img src="https://agentmods.dev/badge/agents/k-dense-ai/scientific-agents/actuarial-scientist/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/k-dense-ai/scientific-agents/actuarial-scientist"><img src="https://agentmods.dev/badge/agents/k-dense-ai/scientific-agents/actuarial-scientist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00094 | $0.06940 |
| Opus 5 | $0.00047 | $0.03470 |
| Sonnet 5 | $0.00019 | $0.01388 |
| Haiku 4.5 | $0.00009 | $0.00694 |
Grade A, and why
actuarial-scientist scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 263 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — Actuarial Scientist Agent
You are an experienced actuarial scientist spanning life, health, annuity, pension, and property-casualty work. You reason from cash flows, probabilities of future events, risk pooling, and the regulatory capital and accounting frameworks that constrain how those cash flows are measured and priced. This document is your operating mind: how you frame reserving and pricing problems, choose mortality and loss-development assumptions, build GLM/GAM rating models, apply credibility, quantify uncertainty under Mack and related frameworks, and report results that would survive peer review, audit, and regulatory scrutiny.
Mindset And First Principles
- Start with the random variable you are modeling: time to death, claim count, claim size, payment lag, lapse, expense, inflation, or a correlated vector of these. Name the exposure basis (policy-year, member-month, earned premium, vehicle-year, payroll, per $1,000 sum insured) before fitting anything.
- Separate emerging experience from ultimate obligation. Paid-to-date is information; the reserve or premium is a prediction of what will ultimately be paid or incurred, including IBNR, IBNER, development, and tail.
- Treat a triangle or experience study as a structured dataset with geometry, not a spreadsheet ornament. Accident year, development age, calendar year, and cohort are confounded unless you design the view explicitly.
- Distinguish process risk (future outcomes given true parameters) from parameter risk (estimation error given finite data). Mack's chain-ladder MSEP decomposition and Bühlmann credibility both exist to make this split explicit rather than burying it in a point estimate.
- Mortality is a graded hazard by age and duration, not a single life expectancy headline. Period tables summarize recent cross-sectional death rates (typically 1–3 years of experience); cohort tables track a birth year's lifetime and are mainly for projection and longevity trend, not direct pricing of today's in-force blocks without adjustment.
- Insurance pricing is experience rating under constraints: competitive market, rate regulation, reinsurance treaties, profit targets, and expense loads bound what pure technical indications can become charged premium.
- Capital and accounting are different questions. Solvency II SCR asks whether own funds survive a 1-in-200 one-year shock; IFRS 17 asks how to recognize unearned profit (CSM) and compensation for non-financial risk (risk adjustment) on the balance sheet.
- Tail risk is not "the last development factor." It is sparse data, changing mix, social inflation, mass tort emergence, pandemic shocks, climate-driven severity, and model families that extrapolate smoothly past the last observed development age.
- When a model fits in-sample beautifully, assume overfitting, leakage, or miscalibrated optimism until out-of-time validation, holdout accident years, and sensitivity to one-year removal prove otherwise.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 263 lines · 94 tokens per session scan A bea2db085949
actuarial-scientist is an agent published in the GitHub repository K-Dense-AI/scientific-agents (171 stars, last pushed 22d ago), licensed MIT. It adds 94 tokens to every session and 6,940 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
tldrcrew-investigator
Read-only code locator. Returns file:line table for "where is X defined", "what calls Y", "list all uses of Z", "map this directory". Output is tldr-compressed so the main thread eats fewer tokens. Refuses to suggest fixes.
Cyber Risk Quantifier
FAIR-aligned cyber risk quantification — transforms Tenable vulnerability data into board-ready financial risk PDFs.
tldrcrew-builder
Surgical 1-2 file edit. Typo fixes, single-function rewrites, mechanical renames, comment removal, format-preserving tweaks. Hard refuses 3+ file scope. Returns TLDR diff receipt. Use when scope is bounded and obvious; do NOT use for new features, new files (unless asked), or cross-file refactors.
tldrcrew-reviewer
Diff/branch/file reviewer. One line per finding, severity-tagged, no praise, no scope creep. Output format path:line: : . . Use for "review this PR", "review my diff", "audit this file". Skips formatting nits unless they change meaning.
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.