AI Digest — July 11, 2026
Quick Notes
- SQLite Tools 4.1 Release — The first dot-release since sqlite-utils 4.0 introduces minor new features, including extending the
transformmechanism to switch tables from strict to non-strict and vice-versa, plus allowing Python code blocks to generate new rows directly via theinsertcommand; full annotated release notes discussing these improvements are available at https://simonwillison.net/2026/Jul/11/sqlite-utils/#atom-everything - Fable 5 One-Shot Website with GPT-5.6 Soul — This YouTube video showcases an entire premium website being one-shot by Claude Fable 5 in a single skill, featuring multiple smooth scroll animations compiled into a coherent experience, while also demonstrating the same workflow inside the brand new GPT-5.6 Soul and highlighting improvements like budget tiers for cheaper implementations, mobile optimizations, and SEO-related enhancements to Peter Wing’s original Scroll World skill; see the demo at https://www.youtube.com/watch?v=KBH8P0z2AL8
Structured Summaries
Tooling Releases: sqlite-utils 4.1
The first dot-release since version 4.0 introduces a number of minor but practical new features that expand sqlite-utils’ CLI capabilities. The release allows blocks of Python code to generate new rows directly when using the insert command—a long-standing feature request that turns out to be simple once implemented. Additionally, the popular transform mechanism has been extended to add the ability to switch tables between strict and non-strict modes (inspired by Evan Hahn’s “Prefer STRICT tables” article on Hacker News), eliminating the need to copy data when converting table types. Developer Simon Willison used Codex to review all open issues and prioritize the easiest ones for implementation, then manually tested new functionality with this command: use uv run python -c to catch edge cases and bugs before shipping. Full annotated release notes are available at https://simonwillison.net/2026/Jul/11/sqlite-utils/#atom-everything
AI Tools & Workflow: Fable 5 + GPT-5.6 Soul Website Generation
This video demonstrates the power of modern AI tools by one-shotting a premium website using Claude Fable 5’s Scroll World skill. The workflow takes a single initial image, converts it to video, then uses FFmpeg to extract individual frames and associate them with scroll positions for a smooth, high-quality experience. Peter Wing originally created and open-sourced this “Scroll World” tool on Twitter, which the creator forked with several improvements including: introduction of budget tiers allowing cheaper implementations without needing six different scenes, significant enhancements to the mobile version handling, and SEO-related optimizations built into the skill. The same workflow is also being demonstrated inside the brand new GPT-5.6 Soul model, showing how powerful these one-shot generation approaches have become when combining scroll animations that have been clipped together for a coherent, seamless user experience at https://www.youtube.com/watch?v=KBH8P0z2AL8
🔗 View this digest on the web: https://ai-digest-b7u.pages.dev/digests/2026-07-11-evening/