How data sovereignty is changing cloud native infrastructure design (6 minute read)
The EU's proposed Cloud and AI Development Act (CADA) introduced a four-tier sovereignty framework in June 2026 that's pushing regulated enterprises to build sovereign cloud platforms using Kubernetes for orchestration, OpenStack for infrastructure, and GitOps for operational consistency rather than relying on hyperscalers. European organizations, including national rail operators, major banks, and telecoms, are already deploying these open-source stacks to enforce sovereignty requirements through architecture and policy-as-code, addressing jurisdictional control concerns that extend beyond data residency to include operational independence and supply chain transparency.
|
Better Models: Worse Tools (12 minute read)
Newer Anthropic models appear to be getting worse at reliably following some non-Claude-Code tool schemas, even when they understand the task and generate the correct edit content. Armin Ronacher traces failures in Pi's nested edit tool to model/tooling mismatch, arguing that post-training on a forgiving closed-source harness like Claude Code can teach models to rely on aliases, ignored extra fields, and schema “slop,” making strict grammar-constrained tool invocation more important for custom agent harnesses.
|
|
Gastown (GitHub Repo)
Gas Town is an open-source multi-agent orchestration system that coordinates multiple AI coding assistants (Claude Code, GitHub Copilot, Gemini, and others) working simultaneously on different tasks while preserving their work state through git-backed storage that survives crashes and restarts. The system includes a three-tier watchdog for agent health monitoring, a Bors-style merge queue called the Refinery for processing completed work, and a federated network called the Wasteland that lets multiple Gas Town instances share work and build portable reputation scores.
|
Planning-with-files (GitHub Repo)
A new open-source tool called "planning-with-files" brings persistent, crash-proof planning to AI coding agents by storing task plans, findings, and progress in markdown files on disk—mirroring the context engineering approach used by Manus, the AI agent company Meta acquired for $2 billion in December 2025. The v3.0.0 release adds autonomous and gated modes with a completion gate that prevents agents from stopping prematurely, and the tool now works across 60+ AI coding platforms, including Claude Code, Cursor, and Codex CLI through the SKILL.md standard.
|
|
Configure Azure Pipelines app in ghe.com (3 minute read)
Migrating Azure DevOps pipelines to GitHub Enterprise Managed Users requires manually installing the Azure Pipelines GitHub App via a hidden URL, since OAuth setup fails without prior installation. After installing and linking the service connection, pipelines can be rewired to GitHub repos through Azure Pipelines source configuration.
|
|
Work In Progress Rust (10 minute read)
Rust's strictness helps correctness, but it can slow down early development when every error path, ownership issue, or unfinished branch has to be resolved before the happy path is clear.
|
|
Love TLDR? Tell your friends and get rewards! |
|
Share your referral link below with friends to get free TLDR swag!
|
|
|
| Track your referrals here. |
|
|
|
0 Comments