Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Compute what a degree will actually cost — sticker minus real aid, inflated per year, split into cash and loans, with the loan's decade-long monthly tail made visible before enrollment instead of after. Use when asked what will college really cost, compare these two offers' real prices, how much loan payment after graduation, or is this school affordable. Produces the all-in number from the script, the offer-letter decode (grants vs loans untangled), the monthly-tail reality check, and the two-s
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 19% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 43% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 29% | 0% |
| case-04 | ✓→✓ | = Same ✓ | 114% | 0% |
| case-05 | ✓→✓ | = Same ✓ | 49% | 0% |
The two numbers that matter — the true all-in cost, and the monthly payment for the decade after — appear nowhere on the marketing or, tellingly, the financial-aid letter, which routinely blends grants (free) with loans (very much not) into one cheerful "award." This skill computes both numbers: net cost per year with aid honestly sorted, inflated forward (tuition outruns CPI), split into cash and borrowed, and the borrowed part converted into the graduate's first decade of monthly reality. Two offers become comparable the moment both are run through it.
Ask for these if not provided:
bashpython3 scripts/college_cost.py --sticker 32000 --aid 14000 python3 scripts/college_cost.py --sticker 32000 --aid 14000 --loan-share 60 --loan-apr 6.5 --json
Deterministic. Defaults: 4% cost inflation, 4 years, 50% loan share at 6.5% over 10 years — all overridable; the true-all-in line includes the loan interest the sticker never mentions.
Script output: per-year table, net total, cash/borrowed split, the loan tail, true all-in]
| Letter line | Actually is | Counts against cost? | Renewal condition | |---|---|---|---|
Payment/term/interest · against the field's starting-salary band, labeled as a band · the loan-to-income read]
School × (net total · borrowed · monthly tail · true all-in) — same assumptions, stated]
Aid renewal terms and loan programs vary; verify each with the school and servicer. Educational model, not financial advice — and the graduation-rate lookup is homework worth doing.
Other measured skills in the registry, with their headline benchmark lift.