From f2f439589f264fbcfd1a6af7cce91e4f06a74267 Mon Sep 17 00:00:00 2001 From: artvandelay Date: Wed, 27 May 2026 01:26:52 +0530 Subject: [PATCH] README: surface web UI alternative upfront Move the sister calculator link from 'Related' to a callout right under the tagline. People who'd rather not install anything see it before scrolling through install/usage/engine sections. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09eb000..908670f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ The agent reads your code, PRDs, or billing screenshots; fetches live GPU and API prices; runs deterministic VRAM and dollar math via `scripts/calc.py`; and writes a short markdown report with cited sources. +> Prefer a web UI? Try the sister calculator: **[should-i-self-host-llm](https://artvandelay.github.io/should-i-self-host-llm/)** — same math, manual inputs, no install. This skill is for when you're already inside an agent. + ```mermaid flowchart LR User["user prompt + context"] --> Agent @@ -98,7 +100,7 @@ tests/test_calc.py unit tests ## Related -- [should-i-self-host-llm](https://github.com/artvandelay/should-i-self-host-llm) — the math lives here; also hosts a [web calculator](https://artvandelay.github.io/should-i-self-host-llm/) for manual one-off lookups. +- [should-i-self-host-llm](https://github.com/artvandelay/should-i-self-host-llm) — the canonical math + the [web calculator](https://artvandelay.github.io/should-i-self-host-llm/). ## Contributing