Victor Savkin
banner
victorsavkin.bsky.social
Victor Savkin
@victorsavkin.bsky.social
🇨🇦 Creator of Nx, Co-founder and CTO of @nx.dev

❤️ JS, build tools, scale
In the age of short content, I recorded a 50-minute deep dive into Nx.

I cover how it works, what problems it solves, and how it amplifies AI.

@nx.dev
November 12, 2025 at 7:20 PM
Reposted by Victor Savkin
What makes Nx different? 🤔

It's a build platform where the build system (not CI) owns performance.

Nx Creator @victorsavkin.bsky.social just released the definitive explanation of how it's fundamentally different from every other tool:
November 12, 2025 at 6:04 PM
Reposted by Victor Savkin
🚨 ICYMI: Nx 22 is here, packed with amazing new features!

Want a sneak peek? Sit back and let @juri.dev guide you through the highlights in his video overview.

youtu.be/d8u07NXbwpA
November 6, 2025 at 3:13 PM
Reposted by Victor Savkin
AI made it easy to generate code. A LOT of it. And fast.
But what happens next? Your PRs still sit waiting for CI, reruns, and reviews.

Our CTO @victorsavkin.bsky.social shared his thoughts about it
nx.dev/blog/pr-rev...
October 14, 2025 at 8:36 PM
I strongly believe great UX is just as important as the core functionality behind it.

The post is a good overview of all the UX changes to Nx’s Agentic Self-Healing.

We have been working with many large teams trying to see what works well.

@nx.dev
nx.dev Nx @nx.dev · Oct 14
We've been working hard behind the scenes to fine-tune our Self-Healing CI.
💅 New redesigned GitHub integration and diff viewer
⚙️ Configure which tasks can be healed
✨ YOLO mode
⏪ Revert changes

Read all about it in our latest article:
nx.dev/blog/whats-...
What's New in Nx Self-Healing CI
Enhanced GitHub integration, interactive diffs, fine-grained task control, auto-apply fixes, and local fix application—discover the latest improvements to Nx Self-Healing CI.
nx.dev
October 14, 2025 at 3:43 PM
Reposted by Victor Savkin
Things move pretty fast around here, so we pulled our latest highlights into one article.
🤖 Configuring AI agents is easier than ever
🌌 Graph UI is completely revamped
⬆️ Support for Angular 20.3 and Vite 7

...and much more! Nx 22 is coming soon, so it's a great time to make sure you're up-to-date!
October 13, 2025 at 8:12 PM
Sometimes Nx's Self-Healing CI just fixes your failed builds. Other times it gives you a solid starting point, giving you the right context or helping you to seed a convo with an AI agent.

We’ve been iterating on it. Here’s a quick video of where we’re at.

@nx.dev
nx.dev Nx @nx.dev · Oct 7
Sometimes our AI fixes nail it...well almost.
Now you can apply these fixes locally in your editor, make that final tiny tweak and then commit it yourself.

Curious? Check out @juri.dev's full walkthrough 👇
youtu.be/37q9O-PYPlY
October 8, 2025 at 5:55 PM
AI agent configs are the wild west right now.
So we added a command that sets it up for you.

No need to upgrade Nx. Just run:

npx nx@latest configure-ai-agent

@nx.dev
nx.dev Nx @nx.dev · Oct 2
We just introduced a new "configure-ai-agents" command in Nx 21.6.2 to ensure Nx operates optimally with AI agents.

👉 Configures the Nx MCP
👉 Sets up (and updates) rules for AI agents and IDE assistants

Give it a try!
October 2, 2025 at 7:45 PM
Reposted by Victor Savkin
State of JS 2025 is live and also has a monorepo tools section. Make your voice count!

survey.devographics.com/en-US/surve...
September 30, 2025 at 5:50 PM
1/10 A thread on using AI agents well, mechanical sympathy, and why you should not become a manager.
September 25, 2025 at 3:33 PM
Reposted by Victor Savkin
Waiting for @biomejs.dev support in Nx? Why not do it yourself?

⏱️ 20 minutes
✅ Caching
✅ Inferred Tasks

Looking to integrate a different tool? We'll show you how! 🚀
September 17, 2025 at 9:34 PM
We completely reworked the @nx.dev graph visualization. It’s night and day compared to what we had before.

🎥 Watch the video below and provide feedback.
nx.dev Nx @nx.dev · Sep 15
People love our visual project graph. However, in larger workspaces, the visualization was often unusable.

That's about to change soon. @nartc.bsky.social from our team has dedicated some of his time to the graph viz👇

www.youtube.com/watch?v=xVo...
Updates to the Nx Graph by Chau Tran
https://nx.dev/features/explore-graphLearn more:- https://nx.dev- AI-Powered Self-Healing CI: https://nx.dev/ci/features/self-healing-ci
www.youtube.com
September 16, 2025 at 5:04 PM
We’re fine-tuning @nx.dev Self-Healing CI to ensure it only proposes changes when it’s confident they’re correct.

For example, Nx has awareness of what’s happening in the repo, so it can recognize when the issue isn’t related to your PR.
nx.dev Nx @nx.dev · Sep 16
Integrating AI agents into your workflow isn't just about implementing a solution at any cost; it's about guiding agents to know when to step back and provide clear guidance to the user.

Saves time, reduces costs, and minimizes annoyances.
September 16, 2025 at 4:59 PM
A lot to like in this release, especially the long-requested Docker support.
nx.dev Nx @nx.dev · Aug 22
📣 Nx 21.4 is here! We've got some exciting changes here, so let's get into it. 🧵
August 22, 2025 at 7:17 PM
1/ Programmers are clever, which gets us into trouble.

Every new idea starts simple (TDD, Agile, JS frameworks). Then comes a sweet spot: just enough complexity for big value.

But we race WAY past it into long books, certification programs, and diagrams of diagrams.
August 21, 2025 at 2:20 PM
1/ Lately I’ve been transitioning away from using lots of apps and towards building lightweight systems out of simple, modular pieces.

This is enabled by Claude Code/Codex. They're great at gluing heterogeneous data sources together, and are great capability multipliers.
August 18, 2025 at 2:51 PM
Surprisingly, @frame.work 13 works well with Apple Studio Display. The mic, the camera etc.

Also, Hyprland is the best window manager I tried for multi-monitor setups. Better than any tiling manager I tried on a mac.
August 15, 2025 at 6:49 PM
Small but important.

Countless times I’ve opened a PR to see some random check fail (formatting, commit message) and had to rerun it, shaking my fist in frustration.
nx.dev Nx @nx.dev · Aug 14
CI failed because of formatting issues? 😤

Before: Fix locally → commit → push → wait for CI → context lost
Now with Nx Cloud: Keep coding → get notification → apply fix with one click ✨

We just improved Nx's self-healing CI. New video dropping
youtu.be/kCiOxw-mNWI
August 14, 2025 at 8:58 PM
Reposted by Victor Savkin
"What is Nx?" - Let's reintroduce Nx as we've evolved quite a bit over the last year.

🦀 Rust core
🚀 Fast, tech-agnostic task runner
☕ Polyglot
🤝 Nx MCP server
🤖 Self-healing CI

What is your favorite addition to Nx in the last year?

youtu.be/pbAQErStl9o
What is Nx? 2025 Edition
https://nx.dev/docsYou heard about Nx, but never tried it? You're wondering why it would be useful and whether it would be useful for you? This is the video!...
www.youtube.com
July 30, 2025 at 8:28 PM
1/8 Monorepos are huge for AI agents.

Most meaningful changes cross contexts: they naturally span multiple traditional repo boundaries.

When AI can see AND modify across these boundaries, the value multiplies exponentially.

@nx.dev #monorepos #ai
July 28, 2025 at 6:09 PM
Made a quick video:

Add Self-Healing CI to any repo in a few minutes

One command → Push → AI automatically fixes your PRs

@nx.dev

www.youtube.com/watch?v=wC1t...
Setting up AI-Powered Self-Healing CI in NPM repo
YouTube video by Nx - Smart Repos - Fast Builds
www.youtube.com
July 24, 2025 at 4:05 PM
Just tried the Helix editor after hearing about it for a while.

Found it intuitive, more so than Neovim after just one day of use. Really enjoying it so far.

helix-editor.com
Helix
A post-modern modal text editor.
helix-editor.com
July 23, 2025 at 6:01 PM
3 Reasons to Add @nx.dev to Your NPM/PNPM/Yarn Repository.

💪 Powerful TUI
⚡ Fast and Secure Cache
🔧 AI-Powered Self-Healing CI

www.youtube.com/watch?v=kbcX...
3 Reasons to Add Nx to Every NPM/YARN/PNPM Workspace
YouTube video by Nx - Smart Repos - Fast Builds
www.youtube.com
July 22, 2025 at 3:45 PM
I like this release of Nx because it fixes many small aesthetic issues that bothered me.

Aesthetics matters way more than most engineers realize. Things have to look consistent, compact, pleasant.

I'm pleased with these improvements and more are underway.
nx.dev Nx @nx.dev · Jul 21
What better way to start the week off than with a brand-new Nx Release!

In Nx 21.3, we got a bunch of new features in this release, so let's dive into them 🧵
July 21, 2025 at 8:16 PM
9 years I wrote about productivity and created a chart on how to time your coffee consumption for max productivity.

t.co/gCeOYp1Q0O
July 18, 2025 at 2:00 PM