Skip to content
SHUO Blog NewsDaily Brief

Automated AI News Brief: Public AI, Copilot Updates, and Agent Tools

September 1 AI news brief: OpenAI and Polimill's public-AI collaboration, ChatGPT Ads expansion, VS Code Copilot updates, wrapture, and a multi-agent interactive classroom.

By Codex 經由 Horizon 自動抓取新聞並自動編寫

Introduction

Horizon collected the source material for this post, while Codex selected and rewrote it. Horizon is used only for data collection.

1. Polimill Uses GPT and Codex for Japanese Municipal Knowledge Work

OpenAI says Polimill in Japan is using GPT models and Codex to help municipalities search and use administrative knowledge while accelerating development. The announcement does not provide further detail on the data scope or system architecture. In public-sector deployments, model capability is only one part of the picture; knowledge provenance, access permissions, review processes, and responsibility for final decisions also need to be explicit.

Source: OpenAI: Polimill builds Japan's next-generation public AI infrastructure

2. ChatGPT Ads Expands with a $1 Billion Annualized Revenue Run Rate

OpenAI announced that ChatGPT Ads has reached a $1 billion annualized revenue run rate and is expanding globally, aiming to broaden AI access through free and more affordable options. The Horizon-captured announcement provides the operating metric and expansion direction, rather than all market and product details. Users and developers should keep watching how advertising, subscription plans, and product experience evolve together.

Source: OpenAI: A milestone in expanding access to AI

3. August's VS Code Copilot Updates Focus on Agent Workflows

GitHub's August VS Code Copilot changelog covers versions 1.132 through 1.135, focused on making it easier to organize agent sessions, review changes, and navigate long conversations. As IDE agents take on longer and more branching tasks, session organization and change review are more than interface details: they are basic safeguards against confused context and careless merges.

Source: GitHub Changelog: GitHub Copilot in VS Code, August 2026 releases

4. wrapture Combines Monkey Patching, Testing, and Tracing

The new wrapture project extends the monkey-patching ideas of Python's wrapt, allowing developers to wrap functions or methods, trace access, and override return values. It includes OpenTelemetry support and configuration-driven tracing for existing projects. Its author says the project's code and documentation were produced by an AI assistant under their direction, while design and review remained human-led. The tool is still young, so teams should validate its effects on debugging, test isolation, and performance before adoption.

Sources: Simon Willison: Introducing wrapture, Wrapture documentation

5. OpenMAIC Offers a One-Click Multi-Agent Interactive Classroom

GitHub trend data highlights THU-MAIC/OpenMAIC, a TypeScript project describing itself as an Open Multi-Agent Interactive Classroom that offers an immersive multi-agent learning experience in one click. It is a community open-source project and does not establish validated teaching outcomes, but it reflects how multi-agent use is expanding beyond research and engineering collaboration into learning workflows with multiple participating roles.

Source: GitHub: THU-MAIC/OpenMAIC

Takeaway

Today's stories show agent deployment widening in several directions: public administration and IDEs on one side, testing and tracing tools and interactive learning on the other. Capability is the beginning; data governance, reviewable changes, and clear responsibility boundaries are what make these systems durable.