<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/nx-agents-now-4x-faster-30-cheaper-than-github-actions-iffrgfvum" -->

---
title: Nx Agents, now 4x faster &amp; 30% cheaper than GitHub Actions
description: Nx Cloud has shipped two major CI performance improvements: optimized resource classes with more RAM per agent, and Continuous Assignment — a new task...
canonical: https://daily.dev/posts/nx-agents-now-4x-faster-30-cheaper-than-github-actions-iffrgfvum
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Nx Agents, now 4x faster &amp; 30% cheaper than GitHub Actions | daily.dev
og:description: Nx Cloud has shipped two major CI performance improvements: optimized resource classes with more RAM per agent, and Continuous Assignment — a new task...
og:url: https://daily.dev/posts/nx-agents-now-4x-faster-30-cheaper-than-github-actions-iffrgfvum
og:image: https://api.daily.dev/og/posts/iffrgFvuM.png
og:image:alt: Nx Agents, now 4x faster &amp; 30% cheaper than GitHub Actions
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Nx Agents, now 4x faster & 30% cheaper than GitHub Actions

**[Nx](https://daily.dev/sources/nx)** · 3 min read · 0 upvotes · 0 comments

## Summary

Nx Cloud has shipped two major CI performance improvements: optimized resource classes with more RAM per agent, and Continuous Assignment — a new task distribution model that feeds agents new work as soon as parallelism is available, eliminating idle gaps between task batches. Benchmarked against a standard GitHub Actions setup on a large monorepo running linting, typechecking, tests, builds, and e2e, wall-clock time dropped 74% (from 48:15 to 12:34), cost per run fell 30% (from $0.661 to $0.461), and VM minutes used fell 24%. The architectural advantage stems from Nx having full visibility into the task graph, enabling dynamic packing and continuous loading of agents — something standard CI platforms cannot replicate without tight integration between the build tool and CI platform.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://nx.dev/blog/nx-agents-faster-cheaper-github-actions>

## Similar posts on daily.dev

- [Nx Cloud Release: Agent Resource Usage](https://daily.dev/posts/nx-cloud-release-agent-resource-usage-yys7eyz8j) · Nx · 0 upvotes · 0 comments
- [Nx Platform Outperforms DIY Cache by 5x](https://daily.dev/posts/nx-platform-outperforms-diy-cache-by-5x-q5v6ldedk) · Nx · 0 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#general-programming](https://daily.dev/tags/general-programming), [#cicd](https://daily.dev/tags/cicd), [#github-actions](https://daily.dev/tags/github-actions)

[View this post on daily.dev](https://daily.dev/posts/nx-agents-now-4x-faster-30-cheaper-than-github-actions-iffrgfvum)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Nx Agents, now 4x faster & 30% cheaper than GitHub Actions","url":"https://daily.dev/posts/nx-agents-now-4x-faster-30-cheaper-than-github-actions-iffrgfvum","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/nx-agents-now-4x-faster-30-cheaper-than-github-actions-iffrgfvum"},"datePublished":"2026-06-05T14:32:16.495Z","dateModified":"2026-06-05T14:32:38.888Z","description":"Nx Cloud has shipped two major CI performance improvements: optimized resource classes with more RAM per agent, and Continuous Assignment — a new task...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/2060890d848f7c3db726e4dc9659726d?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/2060890d848f7c3db726e4dc9659726d?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Nx","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Nx","logo":"https://media.daily.dev/image/upload/s--09OCt--d--/f_auto/v1761722266/logos/nx","url":"https://daily.dev/sources/nx"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/nx-agents-now-4x-faster-30-cheaper-than-github-actions-iffrgfvum","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"webdev,general-programming,cicd,github-actions","timeRequired":"PT3M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Nx","item":"https://daily.dev/sources/nx"},{"@type":"ListItem","position":3,"name":"Nx Agents, now 4x faster & 30% cheaper than GitHub Actions"}]}
```

