Chrome is locking down extensions and ad blocking hard enough that a lot of devs are moving day-to-day work into Firefox and only keeping Chrome around for sites that demand it. Anthropic’s 30‑day data retention and AWS Bedrock’s mandatory data sharing are turning LLM selection into a compliance and cost problem, while AWS horror stories and PgDog’s scale-out numbers sharpen the tradeoff between big-cloud stacks and leaner alternatives.
AI coding tools, agent frameworks, and MCP are all maturing fast, but they’re also adding new moving parts that can either supercharge big migrations or just increase surface area and QA pain.
Key Events
/Google Chrome is killing Manifest V2 extensions and blocking uBlock Origin workarounds, forcing ad blockers onto the more limited MV3 API.
/AWS Bedrock now requires sharing data with Anthropic for Mythos and future models, with 30‑day traffic retention to monitor misuse.
/Microsoft paused internal access to Claude Fable 5, including GitHub Copilot integration, over Anthropic’s 30‑day prompt retention policy.
/The langchain-community repository was archived as LangChain shifts toward SaaS offerings.
/The React compiler was ported to Rust with ~123k lines of mostly AI‑generated code in 2.5 months and merged into main.
Report
Chrome is locking down extensions and ad blocking just as a fresh high‑severity CVE lands, so a lot of devs are quietly moving day‑to‑day work into Firefox.
At the same time, Anthropic’s data‑retention rules and AWS Bedrock’s data sharing are turning LLM choice into a compliance and cost problem, not just a quality one.
the browser stack is shifting
Google Chrome is permanently dropping MV2 extensions and cutting off uBlock Origin bypasses, forcing ad blockers onto the more constrained MV3 API.
Users are calling Chrome a RAM hog and slower than Firefox, while still keeping it around because some banking and government sites only behave properly in Chrome.
A lot of developers are switching daily browsing and dev work to Firefox specifically to keep full uBlock Origin and other privacy extensions, treating Chrome as the "compat" browser.
This is happening alongside a new high‑severity Chrome vuln, CVE‑2026‑11645, which adds more pressure to stay on top of updates.
anthropic, bedrock, and data retention friction
AWS Bedrock now requires sharing data with Anthropic for Mythos and future models, with Anthropic retaining traffic for 30 days to detect misuse.
For Fable specifically, Anthropic captures and stores all usage data for 30 days with no opt‑out, even for enterprise customers, and Microsoft has paused employee access to Claude Fable 5 and its Copilot integration for an internal review because of that.
People building with sensitive data point out that PHI can’t legally go through Mythos/Bedrock flows without a BAA, which many don’t have.
Bedrock’s Anthropic access is also reported to be 10–20× more expensive than using Anthropic’s own API, while it simultaneously exposes OpenAI models in the same place.
On top of the policy and cost issues, Fable 5 is intentionally weak at frontier‑AI work, underperforms some rivals on benchmarks, and has poor cost/performance on document understanding compared to Gemini 3 Flash.
ai coding tools: migrations vs everyday edits
The React compiler was ported from JavaScript/Flow to Rust and merged into main with around 123k lines generated over 2.5 months using AI tooling, which is the kind of large, reviewable migration these systems are actually good at.
On more routine work, many developers say GitHub Copilot’s CLI experience is noticeably worse than Claude Code’s despite similar output quality, so they prefer Claude’s CLI for context‑heavy sessions.
There’s a consistent thread of people spending more time fixing AI‑generated code than they save, with some internal teams complaining that AI raises the QA burden without a clear productivity win.
Codex and Copilot are still described as the most reliable workhorses overall, with better performance‑to‑cost, cost‑visibility tools like CodexBar, and features like automatic /fast mode, while many say they simply don’t see colleagues adopting Claude Code as a primary assistant.
Others intentionally mix Codex, Gemini, Claude Code, Cursor, and OpenCode to exploit specific strengths such as Claude’s longer‑context reasoning, Cursor’s token efficiency, and OpenCode being free across platforms, rather than betting on a single stack.
agent frameworks are consolidating around langgraph and mcp
The langchain-community repo was archived, and people building real systems describe LangChain pipelines as messy, full of edge cases and broken tools, while LangChain itself moves toward more SaaS‑style offerings.
In response, users are shifting to lighter approaches like Docker‑wrapped Claude code, Hermes, and SwarmClaw and complaining about having to rebuild agents when switching frameworks.
LangGraph is now widely called the safest choice for production agents because it treats agents as stateful workflows with explicit execution semantics, retries, and failure recovery, which is already being used for multi‑tenant products like AI healthcare receptionists handling calls, SMS, and future EHR integrations.
The new AgentHarness framework and its Apodex‑1.0 model collection target long‑horizon agent loops and plug directly into LangGraph, showing a stack coalescing around that model.
Underneath all of this, MCP is turning into the default protocol for tools and memories across agents, but the July spec introduced breaking changes and current schema‑validation bugs and tool redundancy are already causing migration and governance pain.
cloud infra costs, aws pain, and postgres scale‑out
A solo founder reported waking up to a hacked AWS account and a $42k bill despite running their actual app on a low‑cost VPS, while another example had Twitch spending $4,000 to serve 8,000 viewers on AWS, pushing people to look at cheaper options like $60/month Hetzner VMs.
Security anxiety on AWS is up too, with 75 leaked AWS keys and even public "hack my AI instance" challenges making the rounds, and an open‑source 30‑point audit checklist gaining traction as a baseline for client accounts.
AWS is trying to improve price/perf with new M9g/M9gd instances on Graviton5, which target more efficient general‑purpose compute. On the data side, PgDog just raised $5.5M and is reportedly handling over 2M Postgres queries per second and more than 20TB of sharded data in production, letting teams scale Postgres horizontally across RDS and Aurora without app‑level sharding, though people complain about Kubernetes configuration being clunky.
At the same time, plenty of serious apps are staying on encrypted SQLite—from the Finara personal finance app to embedded task queues and doc search servers—while Postgres used as a sidecar inside Splunk just produced a 9.8‑severity CVE, underscoring how much operational and security surface area comes with full client‑server DB stacks.
What This Means
Core tools in your stack—browser, AI assistants, and data/infra layers—are all in motion at once, with real consequences for how much risk, complexity, and vendor dependence you’re willing to absorb. The ecosystem is bifurcating between heavyweight, high‑scale stacks and lean, local‑first setups, and both camps are moving quickly.
On Watch
/macOS Container Machines now run Linux containers as lightweight VMs on Apple silicon, but early reports cite slow startup times and Docker Hub compatibility issues compared to Docker Desktop or OrbStack.
/The July MCP spec introduced breaking changes while schema validation bugs and tool redundancy are frustrating users, so multi‑agent stacks built around MCP will likely see more migration churn.
/Local LLM serving is bifurcating between laptop‑friendly tools like llama.cpp and Ollama and infra‑grade servers like vLLM, with cloud GPU "storage tax" on short runs pushing more experimentation back onto local hardware.
Interesting
/Let's Encrypt's planned shutdown of OCSP responders in August 2025 will impact OCSP stapling for Nginx users.
/Finops-scan, a free CLI tool for scanning AWS Cost Explorer, aims to help users identify waste in their AWS spending.
/90% of AI agent work can be replaced by simple workflows, suggesting a shift towards orchestration over intelligence.
/Gemma-4-31B can operate at a remarkable 256K context on a $1,400 AMD GPU, showcasing affordability in high-performance AI.
/The rise of shadow AI tools poses significant risks, as they can access sensitive internal data without detection, highlighting the need for improved monitoring systems.
We processed 10,000+ comments and posts to generate this report.
AI-generated content. Verify critical information independently.
/Google Chrome is killing Manifest V2 extensions and blocking uBlock Origin workarounds, forcing ad blockers onto the more limited MV3 API.
/AWS Bedrock now requires sharing data with Anthropic for Mythos and future models, with 30‑day traffic retention to monitor misuse.
/Microsoft paused internal access to Claude Fable 5, including GitHub Copilot integration, over Anthropic’s 30‑day prompt retention policy.
/The langchain-community repository was archived as LangChain shifts toward SaaS offerings.
/The React compiler was ported to Rust with ~123k lines of mostly AI‑generated code in 2.5 months and merged into main.
On Watch
/macOS Container Machines now run Linux containers as lightweight VMs on Apple silicon, but early reports cite slow startup times and Docker Hub compatibility issues compared to Docker Desktop or OrbStack.
/The July MCP spec introduced breaking changes while schema validation bugs and tool redundancy are frustrating users, so multi‑agent stacks built around MCP will likely see more migration churn.
/Local LLM serving is bifurcating between laptop‑friendly tools like llama.cpp and Ollama and infra‑grade servers like vLLM, with cloud GPU "storage tax" on short runs pushing more experimentation back onto local hardware.
Interesting
/Let's Encrypt's planned shutdown of OCSP responders in August 2025 will impact OCSP stapling for Nginx users.
/Finops-scan, a free CLI tool for scanning AWS Cost Explorer, aims to help users identify waste in their AWS spending.
/90% of AI agent work can be replaced by simple workflows, suggesting a shift towards orchestration over intelligence.
/Gemma-4-31B can operate at a remarkable 256K context on a $1,400 AMD GPU, showcasing affordability in high-performance AI.
/The rise of shadow AI tools poses significant risks, as they can access sensitive internal data without detection, highlighting the need for improved monitoring systems.