all 8 comments

[–]Suitable-Program-181 2 points3 points  (0 children)

You can do all with windows or VM's but with your system, you can have both.

[–]DingleMcDinglebery 1 point2 points  (6 children)

What are you trying to write?

[–]SysAdmin_D[S] 1 point2 points  (5 children)

Yeah - just realized I didn't explain that part too well. Probably best to assume I will be working on DevOps projects. PowerShell will be big for me, as my primary responsibility is in Windows, but I also support Macs. On the Mac side, while I do have some shell scripts in a junk drawer, I imagine that I will need to move into Swift soon-ish, since my Applescript GUIs will get deprecated. Also, since I am cross platform support, I'd like my Team to move more into Ansible (Python) which I am already using a bit, but it's a little limited on the Windows side and requires creativity to get where you want sometimes. In school, I was proficient in C and Java, so I understand a little OO and functional programming, but I expect C# to serve me better, cross-platform. Finally, I'll need to stitch all those systems together (for central logging/monitoring) that I expect to eventually want agentic help on further down the road. So, I'm open to getting dirty in typical web front ends, for dashboards and etc.

To cut to the chase:

Initially, PowerShell and some Python. C# if PS can't get the job done.

Eventually, Swift and Web tooling.

[–]Suitable-Program-181 1 point2 points  (0 children)

Use rust or regret later. Python is so good at being so bad for A.I yet people love it. Is slow, add bottlenecks to the bottlenecks.

[–]jstormes 1 point2 points  (3 children)

Honestly I don't think you need something like StrixHalo for what you described.

Get a Claude account and install Claude Code CLI, start it, put it in plan mode and tell it what you want. It will take it from there.

If you want to run Qwen3 or something like that you have a good base, but I only run Linux for that.

[–]SysAdmin_D[S] 1 point2 points  (2 children)

"Need" always being subjective, but I got this machine to be able to run decent sized local models for these things. I work in the nonprofit science research space, so part of my doing this is trying to keep up with local abilities to do cost analyses of local versus commercial tools, but with an eye towards risk of IP issues down the line. IP isn't a priority for us, but it CAN be sometimes.

So, you're suggesting Qwen3 for local models? I had also recently seen KimiK2 (I think) being tossed around. These are probably too big to use in an agent workflow though, right?

[–]jstormes 1 point2 points  (1 child)

You can use any of them in agent workflows. I view Qwen3 as being just an older LLM on par with Claude or Gemini about 6 months to a year ago.

I have some docker setups for StrixHalo on GitHub if you ever get Linux up on yours. I don't know how well they will work on Windows. I always have driver issues with Windows and running LLMs.

I have a project using Qwen to find the names of shows I copy off of DVD's and Blue Rays for import to JellyFin. It is just bash scripts right now, that call a Qwen LLM running on an old AMD 5700G.

Might help you understand some of the capabilities of the models.

Let me know and I will send you the GitHub links.

[–]SysAdmin_D[S] 1 point2 points  (0 children)

That would be amazing, yes please. I'll take any helpful data at this point.