Great post here from Andrew, particularly on why Homebrew doesn’t need a NPM-style cooldown.
Short thoughts that are cross-posted to X (Twitter), Bluesky, Mastodon, LinkedIn and Threads.
Great post here from Andrew, particularly on why Homebrew doesn’t need a NPM-style cooldown.
Should be obvious but seems it’s not: don’t spam OSS maintainers or coworkers with AI code you’ve not reviewed yourself.
For coworkers only, sometimes fine explaining your testing and why reviewed isn’t necessary e.g. a one-time script.
https://simonwillison.net/guides/agentic-engineering-patterns/anti-patterns/
It’s hard to understate just how much more productive coding agents are at some tasks in YOLO mode. Essential to have a good sandbox for this, though. My favourite so far is sandvault: no Docker nonsense needed.
https://github.com/webcoyote/sandvault
The year is 2068. All matter in the solar system has been consumed for energy. All energy is used for the system’s sole remaining purpose: AI generation of another new frontend for Homebrew.
The author and I are convinced AI is net positive in engineering today but worth engaging seriously with the downsides.
https://tomwojcik.com/posts/2026-02-15/finding-the-right-amount-of-ai/
Google continues to take money for malware pretending to be Homebrew installation.
There’s nothing Homebrew can do about this. Google needs to fix it.
Please put me in contact with someone at Google high enough level to actually fix it.
https://github.com/Homebrew/install/issues/1074
Andrew nails here many parts of what actually makes OSS maintaining hard work.
Empathy is needed more for OSS sustainability than money.
https://nesbitt.io/2026/02/13/respectful-open-source.html
“This new technology will replace developers!” is not a new thing.
Nice look at what some previous claims were (and how they resulted in more developers and more software).
https://www.caimito.net/en/blog/2025/12/07/the-recurring-dream-of-replacing-developers.html
Great take about the cultural requirements to create “10x engineers”
https://randsinrepose.com/archives/sometimes-your-job-is-to-stay-the-hell-out-of-the-way/
All the “faster Homebrew in Rust” projects are a bit like parsing HTML with regex.
The simplest use-cases seem to work, it’s easier and there’s just edge cases to fix.
Fixing these edge cases requires recreating Homebrew and using Ruby (which will be slower again).