Curated river of news

Reader

Latest posts from blogs I follow

2877 entries
58 pages

Keep the Robots Out of the Gym(opens in new tab)

Keep the Robots Out of the Gym/images/keep-robots-out-gym-v35.webp/images/keep-robots-out-gym-v35.webp AI is getting so good now at the end of 2025 that I now have a new, primary recommendation going into 2026: Think very carefully about where you get help from AI. I ...

The AI Quality Paradox(opens in new tab)

AI Quality Dystopia/images/ai-quality-dystopia.png/images/ai-quality-dystopia.png Nano Banana Pro has shown me a type of AI dystopia I hadn't thought of before.https://blog.google/technology/ai/nano-banana-pro/ During the soon-to-be good-ol-days of 2023 to 2025, when we saw low-quality output fro...

#457: Tapping into HTTP(opens in new tab)

Topics covered in this episode: httptap 10 Smart Performance Hacks For Faster Python Code FastRTC Explore Python dependencies with pipdeptree and uv pip tree Extras Joke See the full show notes for this episode on the website at pythonbytes.fm/457

A catalog of side effects(opens in new tab)

Optimizing compilers like to keep track of each IR instruction’s effects. An instruction’s effects vary wildly from having no effects at all, to writing a specific variable, to completely unknown (writing all state). This post can be thought of as ...

MCP Servers for Python Devs(opens in new tab)

Today we’re digging into the Model Context Protocol, or MCP. Think LSP for AI: build a small Python service once and your tools and data show up across editors and agents like VS Code, Claude Code, and more. My guest, ...