GeistHaus
log in · sign up

A Software Library with No Code

dbreunig.com

Do we still need libraries of 3rd party code when AI agents are this good?

13 pages link to this URL
Stream

Blog posts, photos, and micro updates

0 inbound links website en
Welcome to the age of the Slop Fork

Open-source libraries with extensive test suites can now be autonomously cloned into competing implementations. What will it mean for open-source?

0 inbound links article en CC BY 4.0
A Software Library with No Code

Provocative experiment from Drew Breunig, who designed a new library for time formatting ("3 hours ago" kind of thing) called "whenwords" that has no code at all, just a carefully …

2 inbound links article en testing 93ai 2024generative-ai 1791llms 1757ai-assisted-programming 383drew-breunig 20coding-agents 202conformance-suites 10
Three Patterns for Spec Driven Development

It’s everywhere. It’s the new hotness. If you’re not doing SDD are you even vibing dude? I first came across the idea from a software library with no code which describes a time conversion library as a markdown spec + test suite, in sufficient detail to allow a coding agent to implement it. My initial thought was that this seemed a cool idea, but not something that would scale. Next I came across Software Factories And The Agentic Moment via Simon Willison’s commentary How StrongDM’s AI team build serious software without even looking at the code. StrongDM released Attractor, their coding agent, by only open sourcing the spec. The intent is that you just get Claude Code/whatever to do the actual implementation

0 inbound links article en posts LLMsDevelopment