Pinned Tweet
Ready, set, launched! @trypolygraph is out and free during early access. If you like what you see, leave us a vote on Product Hunt today: producthunt.com/products/pol…
5-min video showing Polygraph the new agent-agnostic meta harness which ⬆️ agent autonomy
2
6
17
2,726
A 3-person platform team runs CI for a 600+ project Nx monorepo. With Nx Agents on Nx Cloud they: - maintain half the CI config and don't re-shard as new projects land - trust the cache again, thanks to task sandboxing How @WeAreLegora got there: nx.dev/blog/legora-success-s…
2
6
996
You can add Nx to an existing pnpm workspace without restructuring anything. Install nx at the root, add a small nx.json with your targetDefaults, and run tasks across every project with nx run-many. Caching and task ordering come from there.
3
6
1,055
Given the current explosion of PRs, distribution on CI is a must. But when hundreds of tasks spread across machines it can get tricky to stay on top of what needs your attention. Now you can, introducing the new Timeline View. nx.dev/blog/nx-cloud-timelin…
3
4
17
7,748
You can click on an agent to get machine details, like - the executed workflow steps - CPU and memory usage - processed tasks
1
2
235
With AI being non-deterministic and pushing 10x the amount of code, enforcing consistency is more important than ever. Custom code generators can be one mechanism to counter that: - more token-efficient - deterministic - let AI agents create & run them nx.dev/blog/agent-extract-nx…
5
16
1,385
Today, after updating Nx, I migrated a large monorepo from ESLint to Oxlint. Took 5 hours. Some rules were rewritten as Oxlint plugins by an AI agent. Without AI agents, I’d be afraid to even start this.
🚀 Nx 23.2 is out. - Oxlint & Oxfmt - Leaner CLI output for AI agents and CI - Caching across local clones & agent sandboxes - TUI status bar and VIM search - @angular 22.1 - Expanded @vitest_dev support And more. All the details 👇 nx.dev/blog/nx-23-2-release
1
1
3
888
Full end to end type safety achieved 🎉 - C#/.NET backend - React + TypeScript frontend Change something in the backend API and frontend type checking fails immediately. @juristr walks through how to set this up in an Nx monorepo.
2
3
22
2,619
Would you describe your CI as resilient? Nx Agents distribute CI tasks across multiple machines. Agents pull the next task from a shared pool as soon as they're free, so if a machine dies or a flaky test fails, another agent picks it up and CI keeps running. nx.dev/docs/features/ci-feat…
2
6
1,567
Custom workspace ESLint rules are a good task to hand to your coding agent. Give it the link to the docs guide, and it scaffolds the plugin package and writes the rule for you. nx.dev/docs/kb/custom-worksp…
5
3
24
2,507
Full end-to-end type safety across tech stacks is a dream for many developers. @EnderAgent makes it look easy. In his latest article, he shows how to achieve full-stack type safety in an Nx monorepo hosting a .NET WebAPI with a JavaScript frontend. nx.dev/blog/dotnet-openapi-t…
1
6
19
2,366
Polyglot monorepos are becoming more common. @juristr from our team did a deep dive on how to add Topcoat, the Rust-based web framework to an existing PNPM + Nx monorepo. (🤫 you don't have to set up all by yourself, agents are really good at this) nx.dev/blog/polyglot-nx-mono…
2
4
21
2,031