Read, Write, Execute.
Notes from the team on software engineering research, CI/CD, and how we're building RWX.

January 7, 2026
Pulling task logs with the RWX CLI
The RWX CLI now supports pulling task logs with `rwx logs`, to power local debugging, automation, and AI assistants.

January 3, 2026
New Base Config to Run Directly from Container Images
We just shipped a change to how base images work on RWX. Base images are now configured directly from container images.

December 17, 2025
Zero configuration CI/CD Observability on RWX using OpenTelemetry
CI/CD performance shouldn’t degrade quietly. Now it doesn’t have to.

December 2, 2025
RWX November 2025 Recap: container image builds, git patching runs, OTEL, and more
At RWX, we use our own product to rapidly prototype, develop, and ship features all the time. Here's what we've built recently...

November 24, 2025
We deleted our Dockerfiles: a better, faster way to build container images
Two weeks ago, we deleted the Dockerfile for our application, and we deleted the step in our CI pipelines that previously ran docker build.

November 20, 2025
rwx run - development without the push and pull
Beginning with version v2, rwx run can now launch a build directly from your terminal - local code changes included.

November 3, 2025
You Shouldn't Have To Change Your Cron Schedules Every Six Months
RWX supports more flexibility with cron schedules, such as specifying time zones, than what is available on Github Actions.

August 13, 2025
Running Claude Code Agents in the Cloud on RWX
Engineers should be running autonomous coding agents in the cloud. Give the agent its own resources and let it crank away for a long time without intervention.

August 12, 2025
RWX is SOC 2 Type 2 Compliant
ReadWriteExecute, Inc. announced that it completed a System and Organization Controls (SOC) 2® Type 2 Audit examination for their System in August 2025.

August 8, 2025
Using an MCP Server to Fix Tests that Failed on CI
We shipped an MCP Server via the RWX CLI. Use it to have AI fix tests that failed on CI, powered by RWX tracking test failures as a semantic output.