DEV Community

Cover image for Agent Vaults, Slop Cops, and No More PRs
Adam
Adam

Posted on

Agent Vaults, Slop Cops, and No More PRs

The theme this week writes itself: AI agents are running production systems, they're getting faster to deploy, they're occasionally breaking in, and someone finally built a lockbox for your API keys.

Addy Osmani charts four architectural bets for the next generation of agentic systems. Cloudflare shares actual numbers: 93% of their R&D now uses AI tools built on their own platform, pushing weekly merge requests from 5,600 to over 8,700 — the most concrete productivity benchmark any major infrastructure company has published. Slack Engineering rounds it out with the hardest problem: keeping long-running agents on-mission without context drift.

The security picture is getting complicated. The Vercel April 2026 incident is essential reading — a compromised third-party AI tool gave attackers access to sensitive customer data, and Guillermo explicitly called out the role of AI in accelerating the attack. Agent Vault from Infisical is the direct response: an open-source HTTP credential proxy that prevents AI agents from ever directly touching your API keys, blocking both accidental exfiltration and prompt injection at the network layer.

Meanwhile, the ecosystem is quietly reshuffling. One open-source maintainer is no longer accepting external PRs — LLM-generated code only, human contributions redirected to feedback and architecture. Evil Martians maps which LLM discoverability techniques actually work versus the eight that sound plausible but don't. Frontend Masters delivers the accessibility wake-up call: AI-generated UI looks right but fails screen readers, optimizing for visual fidelity while ignoring the accessibility tree entirely.

On tools: Rspack 2.0 ships meaningful Rust-powered build performance without touching your existing webpack config, Slop Cop catches LLM prose patterns before your writing sounds like everyone else's AI output, and aube enters the package manager competition from the creator of mise — performance-first, security-conscious, drop-in npm replacement.

Enjoy!

Signup here for the newsletter to get the weekly digest right into your inbox.

Find the 11 highlighted links of weeklyfoo #134:


The Agent Stack Bet

by Addy Osmani

Most production agents today feature fragile session logic, shared service accounts, and weak security models — four architectural bets for the next generation of agentic systems

🚀 Read it!, ai, engineering


Vercel April 2026 Security Incident

by Vercel

A compromised third-party AI tool gave attackers access to sensitive Vercel customer data — Guillermo noted the attack was significantly accelerated by AI

📰 Good to know, security


The AI Engineering Stack Cloudflare Built Internally

by Cloudflare

93% of Cloudflare's R&D uses AI tools built on their own platform — MCP servers, access layer, and agent tooling pushed weekly merge requests from 5,600 to over 8,700

📰 Good to know, ai, engineering


Managing Context in Long-Run Agentic Applications

by Slack Engineering

Slack Engineering on maintaining alignment across complex long-running agent systems — techniques for balancing continuity and creativity in multi-agent teams

📰 Good to know, ai, engineering, agents


I Don't Want Your PRs Anymore

by dpc.pw

An open source maintainer closes external PRs in favor of LLM-generated code — future contributions should focus on feedback, architecture, and bug reports

📰 Good to know, ai, engineering, open-source


Making Your Site Visible to LLMs: 6 Techniques That Work, 8 That Don't

by Evil Martians

Practical guide to LLM discoverability — structured data, llms.txt, clean semantic HTML, and eight techniques that actually don't help

📰 Good to know, ai, seo, frontend


AI-Generated UI Is Inaccessible by Default

by Frontend Masters

AI tools produce React components that look correct but fail screen readers — div soup with no roles, keyboard support, or ARIA state because models optimize for visual fidelity while ignoring the accessibility tree

📰 Good to know, ai, accessibility, frontend


Rspack 2.0

by Rspack

Rust-powered webpack-compatible bundler ships v2.0 with significantly faster builds, improved ESM output, and broad framework support across Next.js, Vue, Svelte, and Solid

📰 Good to know, javascript, tools, performance


Slop Cop

by awnist

Browser-based writing editor that flags rhetorical and structural patterns common in generic LLM prose

🧰 Tools, ai, writing, tools


aube

by Jeff Dickey

New Node.js package manager from the creator of mise — drop-in replacement for npm with raw performance focus and security-conscious defaults

🧰 Tools, node, tools


Agent Vault

by Infisical

Open-source HTTP credential proxy that prevents AI agents from handling sensitive API keys directly — transparently injects credentials at the network layer to block exfiltration and prompt injection

🧰 Tools, ai, security, tools, github


Want to read more? Check out the full article here.

To sign up for the weekly newsletter, visit weeklyfoo.com.

Top comments (0)