ScoutMyTool ships free, transparent calculators and document tools. This page describes how we build them, what we cite, when we review them, and what we deliberately don’t do — so you can decide how much to trust each result.
1. How a calculator is built
Every calculator starts from a primary source — the IRS revenue procedure for tax brackets, the BLS CPI series for inflation, NIST SP 811 for SI unit conversions, ISO 8601 for date math, the SSA wage-base announcement for FICA, peer-reviewed clinical formulas for health calculators, and so on. We avoid building calculators where there is no authoritative source.
The formula is implemented in plain TypeScript and committed to source control. We test against canonical worked examples before shipping. For finance and tax tools, we verify against IRS Publication 17 / state instructions where applicable.
2. What you see on every tool page
- Primary result — the headline number, with the units and rounding that the source authority uses (not arbitrary precision).
- Breakdown — the intermediate steps so the math is reproducible by hand.
- Step-by-step working — the exact arithmetic shown so you can teach someone else or check our work.
- Authority citation — a link to the source document (IRS, BLS, NIST, ACOG, ISO, etc.) so you can verify the inputs we used.
- Limitations / disclaimer — what the calculator does not model. We try to be specific (e.g. state tax tools say "uses top marginal rate; actual liability typically lower due to state brackets and deductions").
- Frequently asked questions — schema-marked so search engines can surface them as featured snippets.
3. Sources we trust
By cluster, the authorities we lean on for primary data:
- Tax & income — IRS Revenue Procedures, IRS Publications, SSA cost-of-living announcements, state revenue departments.
- Finance & investment — SEC Investor.gov, CFPB rulemakings, Federal Reserve FRED for time-series, Trustees Reports for Social Security projections.
- Health — CDC growth charts (for BMI under-20s), WHO BMI ranges, ACOG for pregnancy timing, NIH formulas (BMR Mifflin-St Jeor, Harris-Benedict), peer-reviewed clinical literature for body-fat and lab-value calculators.
- Construction & trades — NEC for electrical sizing, IRC for residential framing, ASHRAE for HVAC, ACI for concrete mix design.
- Math & science — NIST DLMF for special functions, ISO 8601 / IETF RFC 3339 for date math, BIPM SI brochure for units.
- Cooking — USDA FoodData Central for nutrition, King Arthur Baking and Modernist Cuisine baker’s percentages, sous-vide times from Douglas Baldwin.
4. Review schedule
Each calculator has a Last reviewed date shown in the footer of its page. Time-bound calculators (federal tax brackets, state rates, FICA wage base, IRS contribution limits) are reviewed and updated whenever the relevant authority publishes new figures — typically within 30 days of the release. Year-stable calculators (geometry, statistics, unit conversion) are reviewed annually unless a user reports an issue.
If you find a calculation you believe is wrong, please contact us with your inputs and expected result — we read every report and either fix or document the discrepancy within a few days.
5. What we don’t do
- We don’t auto-generate calculator content with AI. Every formula, worked example, FAQ answer, and limitation note is written by a human. We use AI as a spell-checker and grammar assistant, never as the primary content author.
- We don’t fabricate sources. Every citation links to a real document from a real authority. If we can’t find an authoritative source for a calculation, we don’t ship that tool.
- We don’t give legal, tax, medical, or financial advice. Our calculators are decision-support tools, not professional advice. For consequential decisions, consult a licensed professional.
- We don’t store or upload your input data. Calculators run entirely in your browser; nothing you type is sent to our servers. (PDF and image tools that process files run client-side too, with a small number of exceptions clearly noted on the tool page.)
- We don’t add affiliate links inside calculations. If we recommend a paid product, it’s called out explicitly as a recommendation, not woven into the output.
6. About the operator
ScoutMyTool is built and maintained by Ram, an independent developer. The site is not venture-funded, not a Wirecutter-style affiliate review hub, and not part of a larger publisher network. The codebase is hand-written TypeScript / Next.js. The motivation is simple: there are tens of thousands of free calculators on the web; most are ad-stuffed, mobile-hostile, and unmaintained. We try to do better on all three.
7. Corrections and feedback
The fastest way to report an error is via the contact form. We read everything. Corrections that change a calculation result are deployed within 48 hours and the calculator’s Last reviewed date is bumped.
Last reviewed: June 2026. Page maintainer: ScoutMyTool editorial team. Questions:admin@scoutmytool.com.