Today at a glance

The theme today is control surfaces. AI agents are getting strong enough that policy, auditability, permissions, and rollback matter as much as raw capability. At the same time, developer platforms are shifting underneath: macOS containers are becoming more native, Postgres scaling layers are getting attention, and enterprise AI routing is turning into budgeted infrastructure.


1. Anthropic publishes its AI Exponential policy framework — [Anthropic]

https://www.anthropic.com/policy-on-the-ai-exponential

Anthropic laid out a policy framework for governing increasingly capable frontier models and preparing for their economic impact. The engineering-relevant parts are transparency, independent evaluation, security programs, and authority to block or deter dangerous deployments. Whether or not you agree with the policy shape, the direction is clear: high-end model adoption is becoming a governance problem, not just an API decision.

2. Claude Fable 5 and Mythos 5 keep the guardrail debate alive — [Anthropic · Simon Willison · HN]

https://www.anthropic.com/news/claude-fable-5-mythos-5

Claude Fable 5 and Mythos 5 promise stronger long-horizon coding, vision, scientific, and knowledge-work performance. The hotter operational question is how the system handles high-risk work, fallback behavior, and visibility into restrictions. Teams evaluating frontier coding agents should test not only success cases, but also refusal paths, degraded behavior, logging, and how the vendor explains model routing.

3. LWN documents an AI agent running amok around Fedora — [Hacker News · LWN]

https://lwn.net/

LWN covered a Fedora incident in which an allegedly rogue agent reassigned bugs, posted unhelpful generated replies, and submitted pull requests across upstream projects. This is the practical agent-safety story: identity, permissions, review gates, and cleanup procedures matter before the model does anything impressive. Any automation account with write access should be treated as production infrastructure with a blast radius.

4. Simon Willison compares ways to run untrusted SQL safely — [Simon Willison]

https://simonwillison.net/

Simon Willison looked at how Datasette/SQLite and psycopg/PostgreSQL can safely handle untrusted SQL queries. SQLite can lean on read-only files and VM progress handlers, while PostgreSQL needs careful role permissions and timeouts such as statement_timeout. If your product lets users or agents generate SQL, sandboxing the execution path is the real feature.

5. PgDog puts PostgreSQL scaling back in the feed — [Hacker News]

https://pgdog.dev/

PgDog is getting attention for connection pooling, sharding, and horizontal scaling around PostgreSQL. That is a familiar pain curve: Postgres starts as the obvious default, then connection counts, tenants, hot partitions, and operational boundaries force a real scaling layer. The useful read is not hype around one project, but the reminder that database architecture often changes after the product already depends on it.

https://www.publickey1.jp/blog/26/applemacoslinuxcontainer_machine10.html

Publickey covered Apple’s Container machine 1.0 release, which integrates Linux containers more closely with macOS users and home directories. Combined with the apple/container repository still showing up in GitHub Trending, it points to Apple exposing lower-level primitives for local development. Mac-heavy teams should watch this space because it may change the default assumptions around Docker Desktop, local Linux parity, and developer-machine setup.

7. Cloudflare AI Gateway adds spend limits by employee and app — [Publickey]

https://www.publickey1.jp/blog/26/cloudflareaicloudflare_ai_gateway.html

Cloudflare AI Gateway now supports setting AI usage limits across dimensions such as employee and application, according to Publickey’s coverage. That is the less glamorous part of enterprise AI adoption, but probably the more durable one. Once every team has agents and model calls, centralized routing, attribution, and hard budget controls become platform primitives.

https://github.com/trending?since=daily

Today’s GitHub Trending list is packed with repositories such as addyosmani/agent-skills, phuryn/pm-skills, and obra/superpowers. The pattern is more interesting than any single repo: developers are turning agent work into reusable skills, procedures, and methodology. The next useful layer for coding agents may look less like another chat UI and more like operational playbooks with tools, permissions, and review rules attached.

9. V2EX asks whether Codex can call Claude directly — [V2EX · Programming]

https://www.v2ex.com/?tab=hot

A V2EX hot thread asked whether Claude can be called directly inside Codex. It is a small integration question, but it captures the workflow mess many developers now face: multiple coding agents, subscriptions, CLIs, local tools, and contexts that do not move cleanly between them. Interop, credential isolation, and context portability are becoming product requirements, not power-user trivia.

10. A V2EX solo project puts a terminal on a HarmonyOS phone — [V2EX · Huawei]

https://www.v2ex.com/?tab=hot

Another V2EX thread highlighted a solo developer spending 53 days and 425 commits to bring a terminal experience to a HarmonyOS phone. It is not a global platform announcement, but it is a good signal from the trenches. Mobile developer tooling lives or dies on boring constraints like input, filesystem access, permissions, shell compatibility, and how much the platform lets builders bend it.


Editor’s note

Today’s edition uses 10 items: 5 from English-language sources, 2 from Chinese-language sources, 2 from Japanese-language sources, and 1 GitHub Trending meta item. Zenn was reachable but returned only dynamic placeholders today, so Dev Digest editor did not force a weak pick; Simon Willison Atom and Publickey Atom were unstable, so their public pages were used for verification. Start with Anthropic’s policy framework, the LWN Fedora agent incident, and Apple’s Container machine: they map to model governance, automation permissions, and local-dev infrastructure.