| user: | steveweed79 |
| created: | Sep 16, 2026 |
| karma: | 1 |
| about: | I run a small ecommerce site selling trading-card singles. I build it with Claude Code, and it's fast — fast enough that I stopped reading the output as carefully as I should have. Then I found my checkout could open two charges on a double-click. The Stripe call had no idempotency key. Nobody wrote a bug; the code did exactly what I asked for. I just didn't know to ask for the idempotency key, and neither did the model. That's the whole thesis. AI coding tools build what you request — the gap is the requirements your kind of app carries that you never think to state. Forespec is 42 of them, and the first real find it ever made was that idempotency key, on my own store. |