topic
Python
2 posts tagged Python.
Vibecoding4 min read
sqlite-utils 4.0: What Happens When Two AI Agents Review One Release
Simon Willison shipped the first major sqlite-utils version since 2020 by pitting Claude and GPT-5.5 against each other as pre-release testers — and they found wildly different numbers of bugs.
- vibecoding
- ai-coding-agents
- python
- sqlite
- dev-tooling
Vibecoding & Dev Tooling3 min read
One Character That Broke Everything: The Dependency Pin Trap in Python Plugins
Simon Willison's datasette-export-database 0.3a2 fixed a classic Python packaging mistake — a strict `==` pin that silently locked out most users.
- python
- packaging
- datasette
- vibecoding
- open-source