<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>InfoQ - Architecture &amp; Design</title>
    <link>https://www.infoq.com</link>
    <description>InfoQ Architecture &amp; Design feed</description>
    <item>
      <title>Pinterest Engineers Eliminate CPU Zombies to Resolve Production Bottlenecks</title>
      <link>https://www.infoq.com/news/2026/05/pinterest-cpu-zombies-bottleneck/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/05/pinterest-cpu-zombies-bottleneck/en/headerimage/header-1778308038640.jpeg"/&gt;&lt;p&gt;Pinterest identified and resolved CPU starvation issues that affected machine learning training jobs on its Kubernetes-based platform, PinCompute. The engineers traced the problem to an unused Amazon ECS agent, which caused memory cgroup leaks. By disabling the agent, they stabilised performance. This case illustrates the importance of understanding system defaults for effective troubleshooting.&lt;/p&gt; &lt;i&gt;By Mark Silvester&lt;/i&gt;</description>
      <category>Performance</category>
      <category>Observability</category>
      <category>Performance Tuning</category>
      <category>Debugging</category>
      <category>DevOps</category>
      <category>Architecture &amp; Design</category>
      <category>Development</category>
      <category>news</category>
      <pubDate>Thu, 14 May 2026 10:00:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/05/pinterest-cpu-zombies-bottleneck/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</guid>
      <dc:creator>Mark Silvester</dc:creator>
      <dc:date>2026-05-14T10:00:00Z</dc:date>
      <dc:identifier>/news/2026/05/pinterest-cpu-zombies-bottleneck/en</dc:identifier>
    </item>
    <item>
      <title>Airbnb Implements Context-Aware Identity Model to Support Privacy-First Social Features</title>
      <link>https://www.infoq.com/news/2026/05/airbnb-privacy-identity-model/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/05/airbnb-privacy-identity-model/en/headerimage/generatedHeaderImage-1777161122220.jpg"/&gt;&lt;p&gt;Airbnb has redesigned its identity system to support privacy-first social features in Experiences. The platform introduces context-specific profiles that separate global user identity from externally visible profiles, preventing cross-context linkage. The migration leveraged automated auditing, manual validation, and AI-assisted refactoring to enforce correct identity usage across services.&lt;/p&gt; &lt;i&gt;By Leela Kumili&lt;/i&gt;</description>
      <category>Identity Management</category>
      <category>Privacy</category>
      <category>Relationship</category>
      <category>Distributed Systems</category>
      <category>Data Privacy</category>
      <category>Security</category>
      <category>Platform Engineering</category>
      <category>Social Networking</category>
      <category>Authorization</category>
      <category>AI Assisted Coding</category>
      <category>migration</category>
      <category>Access Control</category>
      <category>Architecture &amp; Design</category>
      <category>Culture &amp; Methods</category>
      <category>Development</category>
      <category>news</category>
      <pubDate>Wed, 13 May 2026 14:46:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/05/airbnb-privacy-identity-model/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</guid>
      <dc:creator>Leela Kumili</dc:creator>
      <dc:date>2026-05-13T14:46:00Z</dc:date>
      <dc:identifier>/news/2026/05/airbnb-privacy-identity-model/en</dc:identifier>
    </item>
    <item>
      <title>Article: The Mathematics of Backlogs: Capacity Planning for Queue Recovery</title>
      <link>https://www.infoq.com/articles/capacity-planning-queue-recovery/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</link>
      <description>&lt;img src="https://res.infoq.com/articles/capacity-planning-queue-recovery/en/headerimage/The-Mathematics-of-Backlogs-Capacity-Planning-for-Queue-Recovery-header-1778227922596.jpg"/&gt;&lt;p&gt;Backlogs in distributed systems are arithmetic problems, not mysteries. This article provides practical formulas for calculating backlog drain time, sizing consumer headroom, and setting auto-scaling triggers. It covers key failure modes — retry amplification, metastable states, and cascading pipeline bottlenecks — plus when to shed load instead of draining.&lt;/p&gt; &lt;i&gt;By Rajesh Kumar Pandey&lt;/i&gt;</description>
      <category>Load Testing</category>
      <category>Queue</category>
      <category>Capacity Planning</category>
      <category>Failure</category>
      <category>DevOps</category>
      <category>Architecture &amp; Design</category>
      <category>article</category>
      <pubDate>Wed, 13 May 2026 09:00:00 GMT</pubDate>
      <guid>https://www.infoq.com/articles/capacity-planning-queue-recovery/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</guid>
      <dc:creator>Rajesh Kumar Pandey</dc:creator>
      <dc:date>2026-05-13T09:00:00Z</dc:date>
      <dc:identifier>/articles/capacity-planning-queue-recovery/en</dc:identifier>
    </item>
    <item>
      <title>AWS WorkSpaces Now Lets AI Agents Operate Legacy Desktop Applications Without APIs</title>
      <link>https://www.infoq.com/news/2026/05/aws-workspaces-ai-agents/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/05/aws-workspaces-ai-agents/en/headerimage/generatedHeaderImage-1778485554177.jpg"/&gt;&lt;p&gt;AWS announced that Amazon WorkSpaces can now serve as managed virtual desktops for AI agents in public preview. Agents authenticate through IAM and operate legacy applications via computer vision and input simulation without APIs. Reflex benchmarks show vision agents consume 45x more tokens than API agents.&lt;/p&gt; &lt;i&gt;By Steef-Jan Wiggers&lt;/i&gt;</description>
      <category>Automation</category>
      <category>Cloud Architecture</category>
      <category>AWS</category>
      <category>Amazon Web Services</category>
      <category>Amazon</category>
      <category>Agents</category>
      <category>AI Architecture</category>
      <category>Cloud</category>
      <category>DevOps</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>Architecture &amp; Design</category>
      <category>Development</category>
      <category>news</category>
      <pubDate>Wed, 13 May 2026 07:31:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/05/aws-workspaces-ai-agents/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</guid>
      <dc:creator>Steef-Jan Wiggers</dc:creator>
      <dc:date>2026-05-13T07:31:00Z</dc:date>
      <dc:identifier>/news/2026/05/aws-workspaces-ai-agents/en</dc:identifier>
    </item>
    <item>
      <title>Netflix Serves 84% of Query Results from Cache with Interval-Aware Caching in Apache Druid</title>
      <link>https://www.infoq.com/news/2026/05/netflix-druid-interval-cache/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/05/netflix-druid-interval-cache/en/headerimage/generatedHeaderImage-1777092326529.jpg"/&gt;&lt;p&gt;Netflix improves Apache Druid performance with interval aware caching, serving 84% of analytics results from cache and reducing query load by 33%. The system decomposes rolling window queries into reusable time segments, enabling partial cache reuse and recomputation only for recent data. At scale, it reduces scan volume, improves P90 latency, and optimizes real time analytics workloads.&lt;/p&gt; &lt;i&gt;By Leela Kumili&lt;/i&gt;</description>
      <category>Distributed Systems</category>
      <category>Data Analytics</category>
      <category>Observability</category>
      <category>Optimization</category>
      <category>Apache</category>
      <category>Time Series Data</category>
      <category>Caching</category>
      <category>Architecture &amp; Design</category>
      <category>Development</category>
      <category>news</category>
      <pubDate>Mon, 11 May 2026 14:36:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/05/netflix-druid-interval-cache/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</guid>
      <dc:creator>Leela Kumili</dc:creator>
      <dc:date>2026-05-11T14:36:00Z</dc:date>
      <dc:identifier>/news/2026/05/netflix-druid-interval-cache/en</dc:identifier>
    </item>
    <item>
      <title>Presentation: Evolution of a Backend for a Streaming Application</title>
      <link>https://www.infoq.com/presentations/streaming-application-aws-infrastructure/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</link>
      <description>&lt;img src="https://res.infoq.com/presentations/streaming-application-aws-infrastructure/en/mediumimage/medium-1778061840987.jpg"/&gt;&lt;p&gt;Daniele Frasca explains the architectural evolution of Joyn, a German streaming giant. He discusses moving from fragile single-node setups to resilient serverless architectures using AWS. He shares insights on the Hub and Spoke pattern for data consistency, cell-based isolation to reduce blast radius, and cost-optimization strategies for achieving affordable multi-region active-active setups.&lt;/p&gt; &lt;i&gt;By Daniele Frasca&lt;/i&gt;</description>
      <category>AWS</category>
      <category>Infrastructure</category>
      <category>Case Study</category>
      <category>Transcripts</category>
      <category>InfoQ Dev Summit Munich 2025</category>
      <category>Cloud</category>
      <category>DevOps</category>
      <category>Architecture &amp; Design</category>
      <category>presentation</category>
      <pubDate>Mon, 11 May 2026 11:45:00 GMT</pubDate>
      <guid>https://www.infoq.com/presentations/streaming-application-aws-infrastructure/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</guid>
      <dc:creator>Daniele Frasca</dc:creator>
      <dc:date>2026-05-11T11:45:00Z</dc:date>
      <dc:identifier>/presentations/streaming-application-aws-infrastructure/en</dc:identifier>
    </item>
    <item>
      <title>Netflix Introduces ‘Model Lifecycle Graph’ to Scale Enterprise Machine Learning</title>
      <link>https://www.infoq.com/news/2026/05/netflix-ml-graph/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/05/netflix-ml-graph/en/headerimage/generatedHeaderImage-1778283879608.jpg"/&gt;&lt;p&gt;Netflix has developed a graph-based architecture for managing machine learning systems, called the Model Lifecycle Graph. This system maps interconnections between datasets, models, features, and workflows, addressing challenges in scaling ML operations. It enhances discoverability, governance, and component reuse while supporting a self-service approach for engineers and data scientists.&lt;/p&gt; &lt;i&gt;By Matt Foster&lt;/i&gt;</description>
      <category>Platform Engineering</category>
      <category>Machine Learning</category>
      <category>MLOps</category>
      <category>AI Architecture</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>Architecture &amp; Design</category>
      <category>news</category>
      <pubDate>Mon, 11 May 2026 07:30:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/05/netflix-ml-graph/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</guid>
      <dc:creator>Matt Foster</dc:creator>
      <dc:date>2026-05-11T07:30:00Z</dc:date>
      <dc:identifier>/news/2026/05/netflix-ml-graph/en</dc:identifier>
    </item>
    <item>
      <title>Java News Roundup: GraalVM, Spring AI, JobRunr, GlassFish, Grails, Groovy, Quarkus Agent MCP</title>
      <link>https://www.infoq.com/news/2026/05/java-news-roundup-may04-2026/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/05/java-news-roundup-may04-2026/en/headerimage/java-news-roundup-image-1778441049106.jpg"/&gt;&lt;p&gt;This week's Java roundup for May 4th, 2026, features news highlighting: OpenJDK JEPs targeted for JDK 27; the sixth milestone release of Spring AI 2.0; the first milestone release of Grails 8.0; the first alpha release of Groovy 6.0; a point release of JobRunr; maintenance releases of GlassFish, TomEE and Tomcat; an accelerated release train for GraalVM; and a new Quarkus Agent MCP server.&lt;/p&gt; &lt;i&gt;By Michael Redlich&lt;/i&gt;</description>
      <category>Quarkus</category>
      <category>Java</category>
      <category>Glassfish</category>
      <category>Spring AI</category>
      <category>Apache Tomcat</category>
      <category>Open JDK</category>
      <category>JDK 27</category>
      <category>Jakarta EE</category>
      <category>Groovy</category>
      <category>JobRunr</category>
      <category>Apache TomEE</category>
      <category>GraalVM</category>
      <category>Architecture &amp; Design</category>
      <category>Development</category>
      <category>news</category>
      <pubDate>Mon, 11 May 2026 02:30:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/05/java-news-roundup-may04-2026/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</guid>
      <dc:creator>Michael Redlich</dc:creator>
      <dc:date>2026-05-11T02:30:00Z</dc:date>
      <dc:identifier>/news/2026/05/java-news-roundup-may04-2026/en</dc:identifier>
    </item>
    <item>
      <title>AWS Improves Aurora Serverless: 45% Faster Ramp-Up, 30% Higher Throughput</title>
      <link>https://www.infoq.com/news/2026/05/aurora-serverless-v4/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/05/aurora-serverless-v4/en/headerimage/generatedHeaderImage-1777309076897.jpg"/&gt;&lt;p&gt;AWS has recently announced that WorkMail will be discontinued and that App Runner will stop accepting new customers and move into maintenance mode. Several other less popular services and features are also entering maintenance or sunset phases, triggering concern and debate across the AWS community.&lt;/p&gt; &lt;i&gt;By Renato Losio&lt;/i&gt;</description>
      <category>AWS</category>
      <category>Serverless</category>
      <category>MySQL</category>
      <category>Postgres</category>
      <category>Cloud</category>
      <category>Relational Databases</category>
      <category>Amazon RDS</category>
      <category>Architecture &amp; Design</category>
      <category>Development</category>
      <category>news</category>
      <pubDate>Sat, 09 May 2026 06:56:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/05/aurora-serverless-v4/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</guid>
      <dc:creator>Renato Losio</dc:creator>
      <dc:date>2026-05-09T06:56:00Z</dc:date>
      <dc:identifier>/news/2026/05/aurora-serverless-v4/en</dc:identifier>
    </item>
    <item>
      <title>How GitHub Is Securing Agentic Workflows in Modern CI CD Systems</title>
      <link>https://www.infoq.com/news/2026/05/github-agentic-workflows/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/05/github-agentic-workflows/en/headerimage/generatedHeaderImage-1777009566990.jpg"/&gt;&lt;p&gt;GitHub detailed a defense-in-depth security architecture for agentic workflows in CI/CD pipelines, focusing on isolation, constrained execution, and auditability. The design aims to safely integrate autonomous AI agents while mitigating risks like prompt injection, privilege escalation, and unintended actions, using sandboxed environments, restricted permissions, and full execution traceability.&lt;/p&gt; &lt;i&gt;By Leela Kumili&lt;/i&gt;</description>
      <category>Cloud Security</category>
      <category>Continuous Improvement</category>
      <category>GitHub Actions</category>
      <category>Continuous Integration</category>
      <category>Logging</category>
      <category>Observability</category>
      <category>Security</category>
      <category>Agents</category>
      <category>AI Architecture</category>
      <category>Continuous Deployment</category>
      <category>Workflow / BPM</category>
      <category>DevOps</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>Architecture &amp; Design</category>
      <category>Development</category>
      <category>news</category>
      <pubDate>Fri, 08 May 2026 14:38:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/05/github-agentic-workflows/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</guid>
      <dc:creator>Leela Kumili</dc:creator>
      <dc:date>2026-05-08T14:38:00Z</dc:date>
      <dc:identifier>/news/2026/05/github-agentic-workflows/en</dc:identifier>
    </item>
    <item>
      <title>OpenAI Introduces Websocket-Based Execution Mode to Reduce Latency in Agentic Workflows</title>
      <link>https://www.infoq.com/news/2026/05/openai-websocket-responses-api/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/05/openai-websocket-responses-api/en/headerimage/generatedHeaderImage-1777845282531.jpg"/&gt;&lt;p&gt;OpenAI introduces a WebSocket-based execution mode for its Responses API to improve agentic workflow performance in coding agents and real-time AI systems. The update reduces latency by up to 40 percent by replacing HTTP request-response cycles with persistent connections, improving streaming, tool execution, and multi-step orchestration in production-scale AI systems.&lt;/p&gt; &lt;i&gt;By Leela Kumili&lt;/i&gt;</description>
      <category>WebSocket</category>
      <category>Distributed Systems</category>
      <category>Low Latency</category>
      <category>Artificial Intelligence</category>
      <category>OpenAI</category>
      <category>API</category>
      <category>Workflow Foundation</category>
      <category>Orchestration</category>
      <category>SDK</category>
      <category>Realtime API</category>
      <category>Optimization</category>
      <category>Agents</category>
      <category>AI Architecture</category>
      <category>Large language models</category>
      <category>AI Assisted Coding</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>Architecture &amp; Design</category>
      <category>Development</category>
      <category>news</category>
      <pubDate>Thu, 07 May 2026 14:48:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/05/openai-websocket-responses-api/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</guid>
      <dc:creator>Leela Kumili</dc:creator>
      <dc:date>2026-05-07T14:48:00Z</dc:date>
      <dc:identifier>/news/2026/05/openai-websocket-responses-api/en</dc:identifier>
    </item>
    <item>
      <title>Google Announces GKE Agent Sandbox and Hypercluster at Next '26, Positioning Kubernetes as AI Agent</title>
      <link>https://www.infoq.com/news/2026/05/gke-agent-sandbox-hypercluster/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/05/gke-agent-sandbox-hypercluster/en/headerimage/generatedHeaderImage-1777875585040.jpg"/&gt;&lt;p&gt;Google announced GKE Agent Sandbox and hypercluster at Cloud Next '26. Agent Sandbox uses gVisor kernel isolation for secure agent code execution at 300 sandboxes per second, built as an open-source Kubernetes SIG Apps subproject. It is currently the only native agent sandbox among the three major hyperscalers. Hypercluster manages a million chips from a single control plane.&lt;/p&gt; &lt;i&gt;By Steef-Jan Wiggers&lt;/i&gt;</description>
      <category>Cloud Native Computing Foundation</category>
      <category>Google Cloud Platform</category>
      <category>Google Cloud</category>
      <category>AI Architecture</category>
      <category>Containers</category>
      <category>Cloud</category>
      <category>DevOps</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>Architecture &amp; Design</category>
      <category>Development</category>
      <category>news</category>
      <pubDate>Thu, 07 May 2026 10:06:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/05/gke-agent-sandbox-hypercluster/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</guid>
      <dc:creator>Steef-Jan Wiggers</dc:creator>
      <dc:date>2026-05-07T10:06:00Z</dc:date>
      <dc:identifier>/news/2026/05/gke-agent-sandbox-hypercluster/en</dc:identifier>
    </item>
    <item>
      <title>LinkedIn Consolidates Hiring Data Pipelines to Power AI Driven Talent Systems</title>
      <link>https://www.infoq.com/news/2026/05/linkedin-unified-hiring-platform/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/05/linkedin-unified-hiring-platform/en/headerimage/generatedHeaderImage-1776925266106.jpg"/&gt;&lt;p&gt;LinkedIn introduced a unified integrations platform to standardize and reconcile hiring data across systems. The platform reduces onboarding time by 72%, improves data consistency and completeness, and enables scalable AI-driven hiring features through standardized schemas, orchestration workflows, and centralized data processing.&lt;/p&gt; &lt;i&gt;By Leela Kumili&lt;/i&gt;</description>
      <category>Integration</category>
      <category>Unification</category>
      <category>Data Pipelines</category>
      <category>Data Analytics</category>
      <category>Platforms</category>
      <category>Evolutionary Architecture</category>
      <category>Hiring</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>Architecture &amp; Design</category>
      <category>Development</category>
      <category>news</category>
      <pubDate>Wed, 06 May 2026 14:15:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/05/linkedin-unified-hiring-platform/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</guid>
      <dc:creator>Leela Kumili</dc:creator>
      <dc:date>2026-05-06T14:15:00Z</dc:date>
      <dc:identifier>/news/2026/05/linkedin-unified-hiring-platform/en</dc:identifier>
    </item>
    <item>
      <title>Attacker Bought 30 WordPress Plugins on Flippa and Backdoored All of Them</title>
      <link>https://www.infoq.com/news/2026/05/wordpress-plugins-supply-chain/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/05/wordpress-plugins-supply-chain/en/headerimage/generatedHeaderImage-1777874069748.jpg"/&gt;&lt;p&gt;An attacker purchased 30+ WordPress plugins on Flippa for six figures, planted a PHP deserialization backdoor in the first commit, and waited eight months before activating it across 400,000 installations. The attack used Ethereum smart contracts to resolve C2. WordPress.org has no mechanism for reviewing plugin ownership transfers, a gap that npm and PyPI addressed years ago.&lt;/p&gt; &lt;i&gt;By Steef-Jan Wiggers&lt;/i&gt;</description>
      <category>Software Supply Chain</category>
      <category>Dependency Management</category>
      <category>Application Security</category>
      <category>Security Vulnerabilities</category>
      <category>Development</category>
      <category>Architecture &amp; Design</category>
      <category>news</category>
      <pubDate>Wed, 06 May 2026 10:00:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/05/wordpress-plugins-supply-chain/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</guid>
      <dc:creator>Steef-Jan Wiggers</dc:creator>
      <dc:date>2026-05-06T10:00:00Z</dc:date>
      <dc:identifier>/news/2026/05/wordpress-plugins-supply-chain/en</dc:identifier>
    </item>
    <item>
      <title>Inside Claude Code Auto Mode: Anthropic’s Autonomous Coding System with Human Approval Gates</title>
      <link>https://www.infoq.com/news/2026/05/anthropic-claude-code-auto-mode/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/05/anthropic-claude-code-auto-mode/en/headerimage/generatedHeaderImage-1777787075311.jpg"/&gt;&lt;p&gt;Anthropic has introduced auto mode in Claude Code, enabling multi-step software development workflows with reduced manual intervention. The feature combines automated execution with layered safety mechanisms, including input filtering, action evaluation, and two-stage classification, while maintaining human approval checkpoints for sensitive operations.&lt;/p&gt; &lt;i&gt;By Leela Kumili&lt;/i&gt;</description>
      <category>AI Coding</category>
      <category>Anthropic</category>
      <category>Orchestration</category>
      <category>Claude</category>
      <category>Developer Experience</category>
      <category>AI Architecture</category>
      <category>AI Assisted Coding</category>
      <category>AI Development</category>
      <category>autonomous</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>Architecture &amp; Design</category>
      <category>Development</category>
      <category>news</category>
      <pubDate>Tue, 05 May 2026 14:38:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/05/anthropic-claude-code-auto-mode/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=Architecture+%26+Design</guid>
      <dc:creator>Leela Kumili</dc:creator>
      <dc:date>2026-05-05T14:38:00Z</dc:date>
      <dc:identifier>/news/2026/05/anthropic-claude-code-auto-mode/en</dc:identifier>
    </item>
  </channel>
</rss>
