Menu

Software Architecture and System Design News

Latest curated articles from top engineering blogs

NetflixUberMetaLinkedInSpotifyGitHubAirbnbPinterestSlackDropboxCloudflareStripeDatadogFigmaShopifyAWSGoogle CloudAzureWerner Vogels& 15+ more

288 articles

Medium #system-design·5h ago

Architecting Design Systems for AI-Generated UIs

This article explores the evolution of design systems in the era of AI-generated user interfaces, focusing on the architectural implications when machines become consumers of these systems. It highlights the shift from human-centric design rules to machine-interpretable and executable specifications, necessitating a re-evaluation of how design systems are structured and governed.

Tools & FrameworksAPI Design
543435
InfoQ Architecture·1d ago

Alibaba's OpenCodeReview: Architecture for AI-Assisted Code Review

Alibaba open-sourced OpenCodeReview, an AI-powered CLI for code review. Its architecture emphasizes determinism for tasks like file selection and rule matching, reserving LLMs for dynamic code analysis. This hybrid approach aims for higher precision and efficiency by addressing common AI agent failure modes in large codebases.

AI & ML InfrastructureDevOps & SRE
1549465
Dev.to #systemdesign·2d ago

Designing a High-Fidelity Financial Simulation Engine for Derivatives and Commodities

This article discusses the architectural considerations for building a high-fidelity financial simulation engine capable of handling complex derivatives and commodities. It highlights the necessity of natively evaluating options chains, computing Greeks in real-time, and automating futures contract rollovers, moving beyond simplistic spot market simulations.

Distributed SystemsPerformance & Scaling
1148091
InfoQ Architecture·3d ago

Automating Feature Flag Cleanup with Multi-Agent LLMs at DoorDash

DoorDash developed a multi-agent LLM system to automate the cleanup of stale feature flags across its vast codebase. This system integrates with live experimentation data, uses isolated Git worktrees for safe code modification, and includes automated validation, significantly reducing manual effort and improving developer efficiency in managing a large-scale feature flagging infrastructure.

DevOps & SREAI & ML Infrastructure
1138043
Netflix Tech Blog·3d ago

Modern Java Module System for Robust and Secure Applications

This article introduces 'ja' and its composable command-line tools designed to leverage the Java Module System, moving beyond the traditional classpath. It focuses on how these tools enhance dependency management, ensure module integrity through explicit authorization and persistent hashing, and streamline development for modern Java applications and agent-based coding. The tools aim to improve security, reliability, and developer experience by making modules a default for Java projects.

Tools & FrameworksDistributed Systems
1028580
InfoQ Architecture·3d ago

Managing Complexity and Developer Creativity in the Era of AI-Generated Code

This presentation explores the evolving nature of software complexity, shifting from dense, 'write-only' human-authored code to the sheer volume of AI-generated code. It argues that traditional code review processes are broken and proposes architectural and process changes, such as detailed testing and automated code reviews, to manage this new complexity and foster developer creativity.

DevOps & SRETools & Frameworks
19913981
The Pragmatic Engineer·4d ago

Leveraging AI Agents and Software Fundamentals for Enhanced Engineering Productivity

This article explores how Matt Pocock uses AI agents for strategic programming and how traditional software engineering principles are critical for optimizing their performance. It discusses methods like 'leading words' and 'memento-driven development' to guide AI agents, emphasizing the importance of well-structured codebases for AI efficiency. The discussion touches on the shift from local to cloud-based agent workflows for better collaboration and persistence.

AI & ML InfrastructureDevOps & SRE
1449764
Dev.to #architecture·4d ago

Enforcing Clean Architecture with Automated Architecture Tests

This article discusses the challenge of maintaining architectural integrity in software projects, especially when deadlines lead to shortcuts. It introduces architecture tests as an automated solution to enforce clean architecture principles and dependency rules within a codebase. By leveraging tools like ArchUnitTS, teams can prevent architectural drift and ensure adherence to established design patterns without constant manual oversight.

Tools & FrameworksMicroservices
12610141
Shopify Engineering·5d ago

Shopify's Shift from React Native to Native Mobile Development

Shopify made a strategic architectural decision to transition its mobile development from React Native back to platform-specific Swift and Kotlin. This move was driven by a need for improved developer experience, enhanced app performance, and better integration with native platform capabilities, highlighting a common trade-off between cross-platform efficiency and native optimization in large-scale applications.

MicroservicesTools & Frameworks
1569155
InfoQ Architecture·6d ago

Synchronization Mechanisms: Turnstiles, Parking Lots, and Go's Semtable for Scalable Concurrency

This article explores the architectural evolution of synchronization mechanisms, tracing the influence of Solaris's "turnstile" on modern system designs in web browsers and language runtimes. It highlights how these techniques decouple waiting state from lock structures to achieve low memory footprint and efficient priority management, crucial for high-performance concurrent systems. The discussion covers the trade-offs involved in memory efficiency versus bus synchronization under contention.

Distributed SystemsPerformance & Scaling
29219005
Dev.to #architecture·9d ago

Applying the Decorator Pattern for Flexible System Design

This article explains the Decorator design pattern, a structural pattern that allows dynamic addition of responsibilities to objects without modifying their core structure. It's crucial for achieving flexible and modular systems by promoting composition over inheritance and adhering to the Open/Closed Principle.

Tools & FrameworksMicroservices
18610709
Dev.to #systemdesign·10d ago

Mastering System Design: The Power of Visual Thinking

This article highlights why many engineers struggle with system design interviews despite theoretical knowledge, attributing it to a lack of visual understanding of data flow and architectural trade-offs. It advocates for a visual approach to system design, emphasizing end-to-end tracing and reusable architectural blueprints to build stronger intuition.

Distributed SystemsPerformance & Scaling
15310058