add Further Reading section

This commit is contained in:
Willem van den Ende 2026-05-21 12:16:18 +01:00
parent eb97015dc0
commit 1d5358d215

View File

@ -77,3 +77,10 @@ The snippet below is from my performance widget. Token generation is not super f
## Things don't always go to plan
I am integrating the Microprints library that I open sourced earlier - to keep an eye on changes. My local model seems to have trouble getting the correct files to render. I fixed most of the CSS issues (Claude Opus 4.6 struggled with that as well). I am still learning about how to make Phoenix Liveview applications modular, some of that can be done by reading, other learning happens the hard way.
## Further Reading
Graham Lee wrote a pattern
[Replace Vibes with Tools]( https://library.chironcodex.com/books/patterns-in-ai-augmented-software-development/page/replace-vibes-with-tools) that gives some more context to this way of working.
Back in December I wrote [Stochastic to Deterministic](https://www.qwan.eu/2025/12/11/stochastic-to-deterministic.html) in which I attempt to explain my line of thinking more generally.