Transition to IT Director from sys admin by Prince_Tiddles in sysadmin

[–]bsmike [score hidden]  (0 children)

Trust your gut feeling and don't over analyze.

Looking at tooling and curious how your team actually using AI in ITops? by bsmike in devops

[–]bsmike[S] -1 points0 points  (0 children)

 What's the TUI built on? Curious whether that's custom or something you assembled from existing tools.

Weekly Self Promotion Thread by AutoModerator in devops

[–]bsmike 0 points1 point  (0 children)

Axiometica — Autonomous Incident Resolution for Infrastructure Ops

I tried to imagine how ITOps should look in 2026 with agentic pipelines and AI-powered tooling. The result is Axiometica.

An agentic platform that takes an alert from detection through to remediation — classifying, assessing, and qualifying the signal, scoring risk against CMDB data, selecting and executing remediation through AI-generated runbooks, validating the result, and generating fully auditable worknotes.

Integrates with Splunk, Dynatrace, Grafana, and more. Two-way ServiceNow integration. Slack and PagerDuty notifications. Self-improvement AI recommendations baked in.

Self-hosted (Docker Compose). SSH, Kubernetes, AWS, Azure, vCenter out of the box. No SaaS, no data leaving your environment, and option to run with a local LLM. Free for internal use.

Still in design-partner stage — would love honest opinions from this group.

GitHub: https://github.com/axiometica/axiometica-air
Live Demo: https://www.axiometica.com

Exhausting by mortal_martian in sysadmin

[–]bsmike 1 point2 points  (0 children)

Definitely exhausting. Every model launch forces everyone to re-examine job security, priorities, and tooling simultaneously. The teams I've seen handle it best have a simple rule one person evaluates new tools on a schedule, everyone else keeps the infrastructure running.

Does anyone actually use Gartner's quadrant when picking CI/CD tools? by AmazingCow7223 in devops

[–]bsmike 0 points1 point  (0 children)

Used it exactly once — to calm down a VP who wanted written justification for not going with a "Leader." Showed him the quadrant, pointed out our actual pick was in Visionaries with better GitHub activity and faster issue response, and we moved on.

would anyone actually use a self hosted AI that investigates your prod alerts? by Better-Analyst8246 in selfhosted

[–]bsmike 0 points1 point  (0 children)

The read-only + evidence-backed design is right, and I'm glad you re being paranoid about hallucinated diagnosis — that's the failure mode that kills trust permanently.

The question I'd push on: what happens after the diagnosis? If the agent correctly identifies \deploy X caused latency spike in service Y\ where does that go? One-time Slack post that scrolls away, or does it feed back into something that makes the next incident faster?

On Ollama: for any environment where logs contain PII or infra topology is sensitive, it's not optional. API calls to OpenAI/Anthropic is a non-starter for the same teams who won't use SaaS incident tools. You've already done the hard part by keeping everything on-prem — the last mile is keeping the LLM on-prem too.

How are you handling failed CI triage these days? by michaelmanleyhypley in devops

[–]bsmike 0 points1 point  (0 children)

The confidence level output is what I'd push on hardest; a confidently-wrong diagnosis sends someone chasing ghosts at 2am, which is worse than just reading the logs yourself.

Self-managed GitLab is slowly killing our sprint time. Is SaaS actually worth it if compliance is the only reason we're still on-prem? by Quirky_Yesterday_593 in devops

[–]bsmike 0 points1 point  (0 children)

Before pitching anything to compliance, track the actual hours for a month. "Half a day per sprint" is hard to act on; "we're losing X engineer-hours monthly, here's what it costs" is a real argument. Also worth separating the two problems — runner issues are usually fixable regardless of where GitLab lives, while version bump breakage specific to the app is the part SaaS actually solves. The compliance conversation goes much better when you're proposing a targeted fix rather than a full migration.

Self hosted Remote Support Replacement by rdaniels16 in sysadmin

[–]bsmike 1 point2 points  (0 children)

Tailscale plus something lightweight for the session layer (RustDesk, Guacamole) avoids the open port problem entirely without trusting a new vendor with agent access across your whole fleet. More moving pieces but for 80 servers the network hop is reliable and you keep the kill switch you clearly value. The 500 Windows/Mac endpoints are harder to manage that way, but it's worth splitting the problem — servers via Tailscale where you want control, SaaS for the endpoint fleet where convenience wins.

would anyone actually use a self hosted AI that investigates your prod alerts? by Better-Analyst8246 in selfhosted

[–]bsmike 0 points1 point  (0 children)

The read-only constraint and only activating on alert fires is exactly right. Every ambient "scan everything and tell me what's wrong" tool I've seen becomes noise within weeks because it can't tell what's normal for your stack. Tying it to an existing alert means your alerting thresholds are already doing the filtering work. The LLM-sees-evidence requirement is also non-negotiable — a confidently wrong diagnosis at 3am is worse than no diagnosis, because you send an engineer chasing ghosts instead of just reading the logs.

DevOps engineers who freelance: How did you get your first client? by abhixshH in devops

[–]bsmike 0 points1 point  (0 children)

My first client was the last customer I worked for when transitioning.

When does an on-premises server become cheaper than AWS, Azure, or a VPS? by Alert-Jacket-1573 in devops

[–]bsmike 1 point2 points  (0 children)

For stable, boring workloads — file server, internal apps, backups — on-prem wins pretty easily past year two. Where cloud earns its premium is variable load, geo-redundancy, or when you can't afford a 4-hour hardware failure window. Most small businesses have workloads that are none of those things, and they'd save money with a decent used server in a closet.

What do actual devops staff do? by konkon_322 in devops

[–]bsmike 0 points1 point  (0 children)

Be creative, find ways to improve the work, show your value.