Skip to main content

Augment Code and Cosmos: An Agent Operating Model Changing the Rules of Software Development

AI article illustration for ai-jarvis.eu
When a company like Augment Code, used by developers at Spotify, MongoDB, and Webflow, announces that "just having agents is no longer enough — we need an operating system for agentic development," it's worth paying attention. In May 2026, the company launched the public preview of the Cosmos platform — an environment that coordinates human developers and AI agents across the entire development cycle. This isn't just another coding assistant, but an ambitious attempt to redefine the very operating model of software engineering.

Listen to this article:

What is Augment Code and why are tech leaders talking about it

Augment Code positions itself as "The Software Agent Company" — a company that isn't just building another AI plugin for the editor, but an entire platform for agentic software development. Its flagship is the Context Engine, which maintains a deep understanding of your entire codebase in real time — including dependencies, architecture, and change history. Unlike tools such as Cursor or Claude Code, which rely primarily on the power of the language model, Augment is built on the premise that the key difference lies in context quality.

This approach pays off in benchmarks too. In an independent study on the Elasticsearch repository (3.6 million lines of Java from 2,187 contributors), Augment Code outperformed Cursor and Claude Code across all four tracked metrics: code correctness (+14.8 over Cursor), solution completeness (+18.2), reuse of existing code, and adherence to best practices (+12.4). In the SWE-Bench Pro ranking, the Auggie agent achieved a score of 51.80% — just ahead of Cursor (50.21%) and Claude Code (49.75%).

Four phases of transformation: Where is your company?

Based on work with hundreds of companies, Augment Code has defined four phases of transitioning to AI-native development:

Phase 1 — Agent adoption: Developers use AI tools in their daily work. Pilot projects are underway, and licensing is being discussed. Approximately 70% of organizations are at this stage, including most Czech companies experimenting with AI in development.

Phase 2 — Transition to AI-native mode: Agents have access to builds, tests, deployments, and CI/CD failure diagnostics. About 20% of organizations are here.

Phase 3 — Expanding scope: Agents independently own code reviews, handle smaller tasks end-to-end, and respond to incidents. There are point automations, but the system isn't yet fully integrated. Approximately 10% of companies have reached this stage.

Phase 4 — Orchestration: Layers of agentic oversight amplify every human action. A single decision cascades through a hierarchy of agents. Almost no one has arrived here yet — and Cosmos is designed precisely for this phase.

Cosmos: An operating system for agentic development

Cosmos, launched into public preview on May 4, 2026, isn't just another tool. It's an attempt at a complete operating layer for software development, where people, agents, code, tools, rules, and memory come together in one place — all coordinated at the organizational level.

The key architecture of Cosmos rests on three pillars:

1. Shared memory and context: Every new agent automatically inherits the context that the team has built. Knowledge accumulates instead of resetting with each session. When a developer in Prague discovers the best prompt for a payment service, agents of a colleague in Brno will use it automatically.

2. Specialized agents that learn: Instead of a single universal agent, Cosmos deploys specialized agents for testing, code review, incident response, and other roles. Their strength lies in feedback — when tester Milo encounters a problem, a developer teaches him via Slack, and Milo remembers the lesson for next time.

3. Model independence: Cosmos works with multiple models simultaneously. The Prism system automatically routes tasks to the most suitable model based on the cost/performance ratio — from GPT-5.5 to Claude Opus 4.7 to Gemini 3.1 Pro. According to Augment, this delivers 20–30% token savings without loss of quality.

What a workday looks like in the orchestration phase

Augment Code describes a concrete scenario of how individual phases of the development cycle change:

Ideation remains in human hands. The product manager or developer defines the intent. Agents assist with research, context gathering, and drafting specifications. For smaller tasks, agents pick up work themselves from Slack, Linear, or the ticketing queue.

Writing code is fully handled by agents. This is a fundamental mindset shift: according to Augment, humans should not write code. Instead, they define the intent and guide agents toward the right outcome. For larger features, a human iterates on the specification while agents implement. Smaller tasks are handled entirely by an agent — it writes the code, tests it, documents it, responds to review feedback, and resolves merge conflicts.

Code review changes radically. Agents perform the initial scan and triage pull requests by risk level. Low-risk changes are approved automatically. For riskier changes, the agent highlights key architectural decisions, so the human reviewer focuses only on what matters. One enterprise Augment customer reported that within three weeks of deploying agentic triage, developer time spent blocked on code review dropped from 30% to less than 10% of weekly capacity.

Validation and builds run autonomously. The agent deploys the PR to a staging environment, tests functionality via browser automation, and verifies that it works end-to-end. Build failures are diagnosed by agents first — simple cases are fixed automatically, more complex ones launch a collaborative session with a human, whose insights are saved for next time.

Incident response is the least mature phase so far. Augment is experimenting with a coordinated team of agents (triage, investigator, PR author, Slack coordinator, SRE) that handles incidents under the supervision of a coordinator. The human is available as a resource but isn't on the front line. Knowledge from each incident is saved for future ones.

How much does it cost and is it available in the Czech Republic?

Augment Code offers four pricing plans, all available to Czech developers and companies:

  • Indie: $20/month (40,000 credits) — suitable for individuals
  • Standard: $60/month per developer (130,000 credits) — for small teams
  • MAX: $200/month per developer (450,000 credits) — includes Cosmos access
  • Enterprise: Custom pricing — unlimited users, SSO, dedicated support

Credits are pooled at the team level — power users use more, occasional users use less. For context: a small task (10 tool calls) costs roughly 300 credits, a complex task (60 tool calls) around 4,300 credits. Augment Code supports both VS Code and JetBrains IDEs (IntelliJ, WebStorm, PyCharm, and others), which are widely used among Czech developers. Czech localization is not yet available — the tool communicates in English, which usually isn't a barrier for developers.

Mindset shift: From coders to orchestrators

The hardest change, according to Augment, isn't technical but mental. Developers must stop seeing themselves as those who write code and start seeing themselves as those who define intent and guide agents toward the right outcome. Hiring requirements are changing too — when recruiting AI-native engineers, Augment evaluates six dimensions: product sense, architectural judgment, ability to get the most out of agents, communication, accountability, and learning speed. The ability to write code is no longer a standalone dimension.

A survey of 219 engineering leaders that Augment published in May 2026 revealed three prevailing emotions: excitement, anxiety, and encouragement. Companies know change is coming but don't know exactly how to handle it. "It's not a question of tools. It's a question of transformation," says Augment CEO Matt Ball.

What does this mean for Czech companies?

For Czech technology companies — from startups to enterprise players like Productboard, Mews, or Keboola — Augment Code's model represents an interesting roadmap. Not every company needs Cosmos right away. But understanding the four phases of transformation and the principle of "fewer interruptions, more flow" can help even teams that are currently using GitHub Copilot or ChatGPT for coding assistance.

The key lesson from Augment's approach is: individual productivity ≠ organizational productivity. Ten developers with AI assistants, each working in an isolated workflow without shared patterns and without institutional memory, won't move the company to the next level. A system that coordinates agents across the team and learns from every interaction, will.

What's the difference between Augment Code and GitHub Copilot?

While GitHub Copilot primarily works as code completion and a chat assistant inside the editor, Augment Code is built on deep contextual understanding of the entire codebase through its Context Engine. Additionally, with the Cosmos platform, it adds an orchestration layer that coordinates specialized agents across the entire development cycle — from code review to incident response. Augment Code supports multiple models (Claude, GPT, Gemini) simultaneously, whereas Copilot is primarily tied to OpenAI models.

Can Augment Code be used under a company's GDPR security policy?

Yes. Augment Code undergoes an annual SOC 2 audit, complies with ISO 42001, and offers features like CMEK (customer-managed encryption keys), data residency, and granular access permissions. Paid plans explicitly exclude training AI on customer data. For European companies subject to GDPR, this is important — Augment Code declares full GDPR compliance.

Do I need to change my entire development stack to use Cosmos?

No. Cosmos is designed to connect to the tools your team already uses — GitHub, GitLab, Slack, Linear, Jira, Notion, and others. It doesn't require migrating to a new version control system or changing your CI/CD pipeline. It's an orchestration layer that amplifies existing tools rather than replacing them.

X

Don't miss out!

Subscribe for the latest news and updates.