Personally, here’s what I built in about 1h at a coffee shop yesterday using cursor and various #llm #llms:
- autoreload websocket thingamajig with docs and demo https://github.com/go-go-golems/clay/tree/main/pkg/autoreload
- (minimal for now) svg generating dsl, with full spec, examples, unit tests: https://github.com/go-go-golems/go-go-labs/blob/main/pkg/svg/svg-dsl.md
- live web server that renders svgs and autoreloads if a svg gets updated: https://github.com/go-go-golems/go-go-labs/blob/main/cmd/apps/svg/main.go
I also fixed a few issues in other packages.
2/
The key thing here is not that I built a lot of features, but that they all come with imo solid documentation, examples, tests, tooling. And it’s absolutely minimal software, built to do exactly what I want with barely an external dependency.
This is way better than what I used to do for my open source, and I did it without eating up my weekend.
It’s an incredible improvement to my creativity and love of software. I get to have a life and build the things I want to build that inspire me.
3/