Home / Companies / RWX / Blog / August 2025

August 2025 Summaries

5 posts from RWX

Filter
Month: Year:
Post Summaries Back to Blog
AI coding agents can operate synchronously on engineers’ local machines or asynchronously in cloud environments, with the latter allowing agents to work autonomously for longer periods without continual human supervision while isolating their resources. RWX is presented as a general cloud-computing platform for building such agentic workflows, including automating code changes and pull-request creation. The example workflow installs and configures Anthropic’s Claude Code with permissions bypassed, stores a locally generated OAuth token in an RWX vault, reads a prompt from a project file, and runs Claude in the cloud to make changes and produce a pull-request description and title. It then uses a GitHub package to create a pull request with a dedicated branch, incorporating the original prompt, agent output, and RWX run link into the description, with links provided to a full implementation and an example Claude-generated pull request.
Aug 13, 2025 800 words in the original blog post.
ReadWriteExecute, Inc. (RWX), a Columbus, Ohio-based software development company, completed a SOC 2 Type 2 audit examination for its system in August 2025, continuing its compliance status since 2023. Conducted under the AICPA’s AT-C 205 framework and independently audited by Pease Bell CPAs, the examination assessed the effectiveness of RWX’s security controls over time rather than at a single point, confirming alignment with the Security Trust Services Criteria and processes for protecting customer data. RWX provides a unified cloud platform for CI/CD, build and test execution, and test analytics, including products such as ABQ and Captain, while Pease Bell CPAs supports organizations with tailored compliance and risk advisory services.
Aug 12, 2025 367 words in the original blog post.
RWX has introduced an MCP Server in RWX CLI version 1.11.0 or later, available through the `rwx mcp serve` command, allowing AI tools to access CI test results as structured semantic data rather than requiring users to inspect logs manually. Users can add the server to Claude’s MCP configuration with `claude mcp add rwx -- rwx mcp serve`, verify that it is connected, and ask Claude to investigate failed tests from a specified RWX run URL. The MCP integration provides a `get_run_test_failures` capability that returns failed test information, enabling Claude to inspect relevant test files and implementations and assist with fixing failures.
Aug 08, 2025 215 words in the original blog post.
Disk performance can significantly affect CI/CD pipelines through throughput, IOPS, and latency, particularly during write-heavy operations such as npm installs that create large numbers of small files. To improve performance for high-IOPS tasks, tmpfs support allows tasks to use memory-backed temporary storage by setting `tmpfs: true` in the task’s agent configuration. In an example writing a 1 GB file of zeros, tmpfs reduced completion time from 3.376 seconds to 0.383 seconds, an approximately 8.8-fold improvement.
Aug 06, 2025 188 words in the original blog post.
RWX, formerly known as Mint, announced several July updates focused on CI/CD performance, usability, and automation, while continuing to remove remaining references to its previous name. Major additions include ARM support that can accelerate ARM container-image builds by roughly tenfold, a VS Code extension with pipeline autocompletion and inline documentation, and manual run initiation for teams that prefer opt-in CI. The platform also introduced a vault-secret API for credential rotation, WebAssembly-powered file-tree views for task outputs, on-demand batch log downloads, a GitHub pull-request package, and single execution for tasks sharing a cache key within a run. RWX highlighted its automatic caching and sandboxing approach, in-progress retries for failed jobs, explicit multi-operating-system support, and lightweight Ubuntu base images, while emphasizing precise runtime version pinning following issues such as a Node 22.7 encoding bug. It also previewed a proposed container-image build method planned for beta release, aimed at substantially faster image builds.
Aug 04, 2025 389 words in the original blog post.