A newsletter roundup covering agentic AI architecture debates, including how teams should choose between building custom agents, skills, or MCP servers, featuring AWS engineer Clare Liguori's take on the simplified MCP spec. Also covered: Tim O'Reilly's warning against proprietary AI lock-in, Anthropic making auto mode default in Claude Code, Meta's Muse Glimmer open local agentic model, the importance of SDLC context engineering, Uber's 'rearward deployed engineers' strategy, and a study finding generalized coding agent skills outperform personalized ones.

5m read timeFrom devinterrupted.substack.com
Post cover image
Table of contents
1. Preventing a proprietary tech monopoly2. Giving models the keys to the machine3. Local agents heat up the desktop4. Engineering the ultimate context layer5. So you wanna build a software factory?6. Spreading AI gains across the org chart7. The marginal benefits of custom developer setups

Questions this post answers

Is auto mode now the default permission setting in Claude Code?

Yes, Anthropic made auto mode the default permission setting for Claude Code on Pro, Max, and Team plans, whereas it was previously an experimental opt-in feature. The system routes every tool call through a classifier that blocks irreversible or destructive actions on the local machine. Anthropic cited that users were manually approving 97% of prompts anyway, often without real scrutiny. Track how Claude Code's evolving permission model affects your workflow by following coding agent updates on daily.dev.

What is Meta's Muse Glimmer model and how much memory does it need to run locally?

Muse Glimmer is a 30 billion parameter open-weight agentic model from Meta released under an Apache 2.0 license, requiring only 20 GB of memory to run on consumer-grade local hardware without cloud dependencies. It was distilled from a larger teacher model and performs well on benchmarks measuring long-form document synthesis. Developers evaluating local versus cloud agent options can follow open model releases like this on daily.dev.

Do personalized custom skills actually improve coding agent productivity compared to generalized skills?

No, an empirical study of developer interaction histories across hundreds of real-world sessions found that gains from highly personalized, customized skills were only marginal. Generalized skills pooled and distributed across many developers produced the largest and most consistent productivity improvements, suggesting teams should consolidate and share what works rather than over-customize individually. Teams deciding how to standardize agent skills across engineers can track findings like this on daily.dev.

198 Impressions