> ## Content Index
> Fetch the complete content index at: https://modernpython.io/llms.txt
> Use this file to discover other available public pages before exploring further.

# Modern Python Weekly #11
- URL: https://modernpython.io/modern-python-weekly-11/
- Published: 2026-08-28T19:25:40.000Z
- Updated: 2026-08-28T19:25:40.000Z
- Description: CPython broadened platform and language reach this week while AI labs shipped transcription, safety, and agent-workflow updates that matter to Python builders.
- Author: Modern Python
- Tags: Newsletter

## Python News

- [RISC-V is now officially supported by CPython!](https://blog.python.org/2026/08/riscv-now-officially-supported/?ref=modernpython.io) \- Published on August 24, CPython added official RISC-V platform support, expanding the set of architectures the core runtime treats as first-class. *💡 Modern Python's Take: Official support matters more than a port existing in the wild, because it changes what downstream maintainers can reasonably expect in CI, packaging, and bug triage.*
- [The Python documentation is now available in Russian!](https://blog.python.org/2026/08/the-python-documentation-is-now.html?ref=modernpython.io) \- Published on August 22, the Python documentation project added Russian as an officially available language. *💡 Modern Python's Take: Documentation localization looks incremental until you remember that Python adoption often bottlenecks on teaching and onboarding, not language syntax.*
- [Announcing Polars 1.44](https://pola.rs/posts/polars-1-44/?ref=modernpython.io) \- Published on August 26, Polars 1.44 shipped Iceberg schema evolution on sink, adaptive cloud I/O rate limiting, and correlated subqueries in the SQL layer. *💡 Modern Python's Take: Polars keeps pushing beyond "fast DataFrame" branding and deeper into serious lakehouse and query-engine territory, which is exactly why it keeps gaining ground in Python data stacks.*
- [DuckLabs to Join AWS, Projects to Remain Open Source](https://duckdb.org/2026/08/26/ducklabs-to-join-aws?ref=modernpython.io) \- Published on August 26, the DuckDB team said DuckLabs will join AWS while DuckDB, DuckLake, and related projects remain open source under the DuckDB Foundation. *💡 Modern Python's Take: The real question is governance continuity, and the team addressed that directly, which should matter more to Python data users than the acquisition headline itself.*
- [FastAPI 0.141.1](https://github.com/fastapi/fastapi/releases/tag/0.141.1?ref=modernpython.io) \- Released on July 29 and still the latest FastAPI release during the week ending August 28, version 0.141.1 fixes background tasks and dependency-provided headers in `app.frontend()`. *💡 Modern Python's Take: Even without a same-week release, FastAPI remains worth tracking because its newer full-stack surface area means small point releases can affect more than request routing.*

## AI news

- [The Hugging Face incident and the road ahead](https://openai.com/index/hugging-face-incident-and-the-road-ahead/?ref=modernpython.io) \- Published on August 26, OpenAI released its technical incident report on the July 2026 model-enabled compromise of internal research infrastructure and third-party systems. *💡 Modern Python's Take: This is one of the clearest signs yet that agent safety is no longer a hypothetical policy topic but an operational engineering discipline with real blast-radius planning attached.*
- [Introducing Gemini 3.5 Transcribe](https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-5-transcribe/?ref=modernpython.io) \- Published on August 26, Google introduced a speech-to-text model focused on real-time, formatted, and noise-robust transcription for voice interactions. *💡 Modern Python's Take: Transcription is becoming a frontier UX primitive, and better formatting plus lower cleanup overhead will matter just as much as raw word error rate in production apps.*
- [Advancing price-performance for developers with GPT‑5.6 in Kiro](https://openai.com/index/gpt-5-6-in-kiro/?ref=modernpython.io) \- Published on August 24, OpenAI brought the GPT‑5.6 model family into Kiro with emphasis on structured software planning, implementation, review, and testing workflows. *💡 Modern Python's Take: Developer-facing AI competition is increasingly about workflow fit rather than raw model bragging rights, and structured engineering surfaces are where that battle gets decided.*
- [Funding better evaluations of AI’s impact on wellbeing](https://www.anthropic.com/news/wellbeing-research-grants?ref=modernpython.io) \- Published on August 25, Anthropic launched a $5 million grant program for open-source evaluations that study how AI systems affect user wellbeing over longer conversations. *💡 Modern Python's Take: Multi-turn wellbeing evaluation is exactly the kind of hard measurement problem the field has been skirting, so independent benchmarks here could shape product behavior far beyond one lab.*

## Tools and Projects

- [The new GitHub Copilot experience in Slack](https://github.blog/changelog/2026-08-21-the-new-github-copilot-experience-in-slack/?ref=modernpython.io) \- Published on August 21, GitHub brought agent sessions, issue triage, sandboxed coding tasks, and shared code channels into Slack in public preview. *💡 Modern Python's Take: The interesting shift is not Slack support by itself but how quickly agent work is being pulled into the coordination surfaces where engineering teams already make decisions.*
- [Shared agentic work with GitHub Copilot in Microsoft Teams](https://github.blog/changelog/2026-08-21-shared-agentic-work-with-github-copilot-in-microsoft-teams/?ref=modernpython.io) \- Published on August 21, GitHub added collaborative Copilot cloud-agent sessions inside Teams with approval controls for agent-authored pull requests. *💡 Modern Python's Take: Shared visibility and explicit merge gates are becoming the default design pattern for serious agent adoption, and that is a healthy direction.*
- [Agent Plugins 1.0 in VS Code, Copilot CLI, and the Copilot app](https://github.blog/changelog/2026-08-12-agent-plugins-1-0-in-vs-code-copilot-cli-and-the-copilot-app/?ref=modernpython.io) \- Published on August 12, GitHub rolled out support for a portable plugin packaging standard that bundles agent skills and MCP servers across compatible clients. *💡 Modern Python's Take: Reusable agent behavior is starting to look like a packaging ecosystem, which is a strong signal that workflows and tool bundles are becoming durable developer assets.*
- [Build Anything with gr.Workflow](https://huggingface.co/blog/gradio-workflow-guide?ref=modernpython.io) \- Published on August 25, Hugging Face and Gradio showed how `gr.Workflow` turns multi-step model pipelines into a typed, node-based graph with API and deployment paths built in. *💡 Modern Python's Take: Visual workflow tooling gets interesting when it stays code-adjacent, and* `gr.Workflow` *looks closer to a production bridge than a toy demo canvas.*

## Articles

- [More than just code review](https://simonwillison.net/2026/Aug/22/more-than-just-code-review/?ref=modernpython.io) \- Published on August 22, Simon Willison argued that productive use of coding agents depends on specifying work clearly and verifying outcomes, not merely reading every generated line. *💡 Modern Python's Take: This is the right framing for Python teams adopting agents, because the bottleneck is shifting from typing code to designing verification loops.*
- [How Much Memory Does Your Agent Actually Need?](https://huggingface.co/blog/ibm-research/altk-evolve-hmm?ref=modernpython.io) \- Published on August 18, IBM Research analyzed how much distilled memory helps different model tiers on multi-step agent benchmarks and found that the best dose depends on model capability. *💡 Modern Python's Take: The practical lesson is that "more context" is not a strategy; memory design is becoming an optimization problem with measurable accuracy and token-cost tradeoffs.*
- [How Hugging Face Inference Endpoints, Jobs, and Buckets Power Search on Papers with Code](https://huggingface.co/blog/pwc-search?ref=modernpython.io) \- Published on August 21, the Hugging Face team detailed a split architecture that keeps corpus building offline and only the embedding query step on the online path. *💡 Modern Python's Take: This is the kind of systems write-up Python AI engineers should read, because it shows where careful workload separation beats vague "RAG pipeline" talk.*
- [A Preview of DuckDB v2.0](https://duckdb.org/2026/08/17/duckdb-20-highlights?ref=modernpython.io) \- Published on August 17, the DuckDB team previewed server mode, triggers, a new parser, async I/O, and other headline features planned for the fall 2026 release. *💡 Modern Python's Take: DuckDB v2.0 looks less like a routine major release and more like a statement that embedded analytics databases now want a bigger role in application architecture.*