From 1d5358d215294e395b125d8afa1dcf33146c298f Mon Sep 17 00:00:00 2001 From: Willem van den Ende Date: Thu, 21 May 2026 12:16:18 +0100 Subject: [PATCH] add Further Reading section --- ...erate-an-init-script-to-get-your-team-up-and-running.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/priv/blog/engineering/2026/05-14-generate-an-init-script-to-get-your-team-up-and-running.md b/app/priv/blog/engineering/2026/05-14-generate-an-init-script-to-get-your-team-up-and-running.md index f45b70e..1997585 100644 --- a/app/priv/blog/engineering/2026/05-14-generate-an-init-script-to-get-your-team-up-and-running.md +++ b/app/priv/blog/engineering/2026/05-14-generate-an-init-script-to-get-your-team-up-and-running.md @@ -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.