Remix.run Logo
shevy-java 2 hours ago

> entirely configuring it using Claude Code

This scares me. I would not want AI to run my computer systems.

mplanchard 2 hours ago | parent | next [-]

I'm no AI booster by any stretch of the imagination, but it's not "run[ning] ... computer systems" in this case. Your NixOS setup is defined by declarative config files, and nix builds or updates a working system from them. AI in this case is just writing the config files, which you'd then (hopefully) read and at least vaguely understand before applying them.

pmarreck 2 hours ago | parent | prev | next [-]

It generates a config file. You can read it before applying it. While Nix may be nigh intractable to write for some people, it is quite a bit easier to read, and any shenanigans would immediately be noticed.

Yiin 2 hours ago | parent | prev | next [-]

that's quite interesting because I would love for AI to run my systems, given it is capable enough (and it is given right tools). Jarvis anyone?

spacington 2 hours ago | parent [-]

Yep!

Just waiting for the dgx spark style system with proper bandwidth as nd a price point of max 1500 or winning the lottery.

But in 3 years I bet I will have Jarvis.

Told my wife already thatwe need a lab room

exe34 2 hours ago | parent | prev [-]

It writes into a configuration file that I git diff before applying.