July 2025 Summaries
3 posts from Ona
Filter
Month:
Year:
Post Summaries
Back to Blog
Claude Code, a CLI tool designed for code refactoring and other tasks, faces limitations with concurrent execution, as it can only handle one task at a time, unlike CI/CD systems that allow multiple processes to run in parallel. Users have developed workarounds such as using tmux, Kanban overlays, and container isolation, but these solutions often remain fragile or require manual intervention. Gitpod emerges as a solution by providing purpose-built infrastructure that supports real agent parallelism, allowing each Claude Code agent to operate in its own environment with dedicated resources like CPU and memory, thus eliminating conflicts and enabling scalable parallel execution. The use of Gitpod includes setting up Dev Containers, handling authentication with dotfiles, and launching multiple environments to run Claude Code instances concurrently, offering a structured and efficient way to overcome the limitations of Claude Code's inherent single-task constraint.
Jul 21, 2025
1,035 words in the original blog post.
Ona, developed by Gitpod, is a privacy-first software engineering agent designed to enhance the developer experience by automating tasks such as refactoring, testing, and debugging within secure, isolated development environments in a company's own virtual private cloud (VPC). Unlike traditional AI coding tools, Ona allows for parallel task execution and background processing, bridging the gap between weekend side-project efficiency and weekday work responsibilities. It integrates seamlessly with tools like VS Code and JetBrains, enabling developers to intervene when necessary and switch between agent-assisted orchestration and hands-on coding effortlessly. Ona is flexible, allowing companies to utilize their preferred AI models and infrastructure, thus future-proofing their development processes against rapid advancements in AI technology. With enterprise-grade features like single sign-on (SSO) and audit trails, it provides a secure and efficient alternative to existing tools, offering the same level of ease and efficiency found in tools like Codex but tailored for enterprise environments.
Jul 10, 2025
696 words in the original blog post.
GSR's implementation of the Ona platform significantly transformed its development environment by providing a self-serve, cloud-based workspace that accelerated workflows and enhanced security across the company. This shift allowed quants, traders, and analysts to access secure, compliant environments effortlessly, eliminating the need for complicated local setups or maintenance-heavy virtual desktop infrastructure. As a result, GSR's infrastructure team reclaimed substantial time previously devoted to managing development environments, redirecting their focus to higher-value tasks. The adoption of Ona not only simplified engineering workflows but also provided strategic advantages by ensuring compliance and improving performance without compromising data security. This transition has been particularly beneficial in a high-stakes financial environment, where speed and security are critical, and has set a precedent for other firms facing similar challenges.
Jul 01, 2025
755 words in the original blog post.