README: LLM development disclaimer
Build PCM package / build (push) Successful in 6s

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
janik
2026-07-17 12:34:37 +07:00
parent 1eab58f3d1
commit 3bf15b44a9
+18
View File
@@ -282,3 +282,21 @@ GPL-3.0-or-later — see [LICENSE](LICENSE).
best-effort); PNGs are always saved regardless. best-effort); PNGs are always saved regardless.
- **Result seems too low/high**: remember the model is fills + barrels - **Result seems too low/high**: remember the model is fills + barrels
only, with ideal contacts; measure electrode-to-electrode. only, with ideal contacts; measure electrode-to-electrode.
## LLM disclaimer
This plugin was developed with an LLM — Anthropic's **Claude** (Claude
Code, model Claude Fable 5). The physics model, solver, tests, tooling
and this documentation (including the figures, which are generated by
the solver itself) were written by the model, feature by feature, under
human direction and review (janik / B4L); commits carry a
`Co-Authored-By: Claude` trailer.
What keeps this honest: the test suite pins the numerics to exact
analytic references (strip and annulus resistances, the acosh spreading
resistance of two circular contacts, skin-effect limits, power-balance
identities) and to convergence/regression checks — run it with
`pytest tests`. Nevertheless, an LLM wrote this: read *Model & limits*
critically, treat surprising numbers with the usual engineering
suspicion, and cross-check against a hand estimate before trusting a
result with hardware. Bug reports are very welcome.