How I write software with LLMs
created: March 16, 2026, 1:24 a.m. | updated: March 16, 2026, 9:47 a.m.
A real sessionHere’s an annotated transcript from a real session where I add email support to Stavrobot.
Me: I'd like to add email support to this bot.
Allowlist UI — new "Email allowlist" section in the settings page; validates email format (not E.164) 5.
Allowlist — Add email: string[] to the Allowlist interface, update validateAllowlist, loadAllowlist (owner email auto-seed), getAllowlist, isInAllowlist, getOwnerIdentities.
Settings UI + backend validation — accept *@domain.com as a valid email allowlist entry.
8 hours, 49 minutes ago: Hacker News