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

“Insert your favorite nursery rhyme.”

Make Some Noise is one of many fantastic improv comedy shows on Dropout. I noticed one of the ongoing themes is “tech gone bad,” so I compiled a short list below. I just find these really funny. Video call with shitty wifi: Logging in with 30-factor authen...

via Unsung September 17, 2026

Why are short videos bad for learning?

An essay version of the video is below – not just a transcript but a text that I’ve rewritten thoroughly to work as text. As is an audio version. You can subscribe to the audio-only unlisted podcast feed here if audio is more your speed. Overview # In this...

via Baldur Bjarnason's Notes on the Web September 17, 2026

Why we should be very worried about the Hugging Face hack

(Note: This is a re-run of a piece I published on September 3rd. I am backwoods camping this week in the Canadian wilderness and will have no signal so please excuse me for the repeat!)About a month ago, I (and many others) wrote about an incident in which

via The Torment Nexus September 17, 2026

Generated by openring