Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Python

6 items on 11 Aug 2026
Python AI Django

Stealing Reasoning Traces from Proprietary LLM APIs

Stealing Reasoning Traces from Proprietary LLM APIs A vanity domain name (stolen-thoughts.com) for a neat paper: Anthropic, OpenAI, and Google return encrypted chain-of-thought blocks to clients that can be replayed…

Source: Simon Willison's Weblog
Python AI Django

datasette-upload-dbs 0.5a0

Release: datasette-upload-dbs 0.5a0 This plugin has been around for a while - it lets users upload a brand new SQLite database to a hosted Datasette instance, at which point that database will start being served by that…

Source: Simon Willison's Weblog
Python

Coding With OpenCode: AI-Assisted Python

Learn how to use OpenCode for AI-assisted Python coding, using a free Gemini API key to analyze and refactor code right in your terminal.

Source: Real Python