|
|
|
|
|
by pyrex41
22 days ago
|
|
Author here. The TL;DR: move rules from prompts into types the compiler refuses to violate, then bounce the AI coding loop off those refusals. The repo is github.com/pyrex41/Shen-Backpressure. Builds a lot on Geoff Huntley's backpressure idea -- none of this is rocket science, just an effort to apply sound programming principles in a world of LLM coding agents. |
|
I wish Go had a serious type system. Never mind algebraic types, but one that fucking respected private values and did things like validating enum values.