Generated Dependencies

| ai | programming |

The other day I wrote this chunker for my Bluesky dagger module using Claude that automatically splits up long posts into chunks and posts the correct amount of things onto Bluesky. It took a few seconds to generate and worked on the first try. Then I had this brilliant idea to add a few tests to make sure it keeps working for the long haul and all hell broke loose.

The dagger module and chunker were written in typescript. Claude tried to write some tests and run them using Jest. It failed because of ESM, or commonJS, or BDSM, or whatever the hell, and it took hours and hours to debug. At the end I felt completely defeated. Then I had another brilliant idea.

“Claude, make me a test runner with no dependencies to test out this chunker you made”

It did it in a few seconds, single shot and worked perfectly.

This got me thinking that we are now basically at the spot where there really is no difference between grabbing some library off the shelf and shoving it into my project, or having the llm generate one on the fly. I can see myself doing the latter more and more because it results in simpler code that both me and the llm can understand. I don’t need every feature of Jest, I needed the test cases to run, the assertions to be evaluated, and a nice green checkmark to appear.

Armin Ronacher recently wrote about this as well in the context of dependency churn. The latest llms make it easier than ever to just grab or create the functionality you need rather than signing up for the endless dependency churn and maintenance caused by many libraries.

Thank you for reading! Share your thoughts with me on bluesky, mastodon, or via email.

Check out some more stuff to read down below.

Most popular posts this month

Recent Favorite Blog Posts

This is a collection of the last 8 posts that I bookmarked.

Articles from blogs I follow around the net

Pluralistic: Become unoptimizable (20 Aug 2025)

Today's links Become unoptimizable: Twiddle or be twiddled. Hey look at this: Delights to delectate. Object permanence: Penguins v Microsoft in the EU; Chastity belts are a joke; Austerity breeds Nazis, Yale says, "Prepare for death." Upcoming…

via Pluralistic: Daily links from Cory Doctorow August 20, 2025

Theatre Review: Sluts With Consoles ★★★★⯪

Let's see if this post makes it through the spam filters! Sluts With Consoles is a brilliant two-hander. Girly-twirly pick-me Player One and Gothy just-one-of-the-boys Player Two are locked in mortal - and emotional - combat. They represent the duali…

via Terence Eden’s Blog August 20, 2025

Embedding Wren in Hare

I’ve been on the lookout for a scripting language which can be neatly embedded into Hare programs. Perhaps the obvious candidate is Lua – but I’m not particularly enthusiastic about it. When I was evaluating the landscape of tools which are “like Lua, but no…

via Drew DeVault's blog August 20, 2025

Generated by openring