Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
Loading