1

Devops Jobs in Bozeman, MT (NOW HIRING)

As a Marketing Operations Analyst on the Marketing Operations & Technology team, you'll help share ... Collaborate with cross-functional teams such as IT and engineering to integrate data from various ...

As a Marketing Operations Analyst on the Marketing Operations & Technology team, you'll help share ... Collaborate with cross-functional teams such as IT and engineering to integrate data from various ...

Beyond our connectivity solutions, we also provide local news, programming and regional sports via Spectrum Networks and multiscreen advertising solutions via Spectrum Reach. When you join our team ...

Hardware Engineer

Bozeman, MT · On-site

$90 - $150/hr

Sine Engineering builds the technology behind reliable drone autonomy: communications, navigation ... drone operations at scale. More than 200 UAV manufacturers rely on our technologies, and our ...

Strategic Planning & Scheduling Develop and maintain integrated master schedules across operational, maintenance, engineering, and production activities Coordinate planning timelines to support ...

The Chief Engineer will be responsible for maintaining an attractive, safe, and fully operable ... Operations & Maintenance * Assess the condition of the hotel/resort. * Manage/oversee the ...

The Chief Engineer will be responsible for maintaining an attractive, safe, and fully operable ... Operations & Maintenance * Assess the condition of the hotel/resort. * Manage/oversee the ...

This engineer operates at the intersection of data architecture, metadata, governance, and security ... Platform Reliability & Operations * Build and maintain automation for compaction, retention ...

Showing results 21-40

Devops information

See Bozeman, MT salary details

$17

$65

$93

How much do devops jobs pay per hour?

As of Sep 6, 2026, the average hourly pay for devops in Bozeman, MT is $65.53, according to ZipRecruiter salary data. Most workers in this role earn between $54.90 and $75.19 per hour, depending on experience, location, and employer.

What is DevOps?

DevOps refers to a combination of philosophies, tools, and practices that help to promote an organization's ability to deliver applications and services quickly while improving products at an increased speed over companies that use traditional software development. The increased speed assists organizations in better serving their clients and customers and therefore compete more effectively in the market. Essentially, this model puts development and operations teams together so that engineers can work through the lifecycle of an application and not feel saddled into a single function or skill set. This helps to ensure quality applications and increase development speeds.

What does a DevOps engineer do?

DevOps is a set of practices that combines software development (Dev) and IT operations (Ops) to shorten the software development lifecycle and deliver high-quality applications continuously. DevOps engineers collaborate with developers and IT staff to automate, integrate, and monitor processes, focusing on continuous integration, continuous delivery, and infrastructure as code. Their responsibilities include managing deployment pipelines, automating infrastructure provisioning, ensuring system reliability, and facilitating communication between teams. By improving collaboration and automating workflows, DevOps engineers help organizations deliver software faster and more reliably.

What are the key skills and qualifications needed to thrive as a DevOps engineer?

To thrive as a DevOps Engineer, you need a solid background in software development and IT operations, typically supported by experience with automation, scripting, and cloud platforms. Familiarity with tools such as Jenkins, Docker, Kubernetes, Ansible, and cloud services like AWS or Azure, as well as relevant certifications (e.g., AWS Certified DevOps Engineer), is highly valued. Strong problem-solving abilities, collaboration, and communication skills set outstanding DevOps professionals apart. These competencies are crucial for streamlining development pipelines, ensuring reliable deployments, and fostering effective collaboration between development and operations teams.

What are some common challenges DevOps professionals face when integrating new tools into existing workflows?

DevOps professionals often encounter challenges such as compatibility issues between new tools and legacy systems, resistance to change from team members, and ensuring proper security configurations. Successful integration requires thorough testing, clear documentation, and close collaboration with development and operations teams. Addressing these challenges can lead to smoother deployments and more efficient workflows, making adaptability and strong communication skills essential in this role.

What is the difference between Devops vs System Administrator?

AspectDevopsSystem Administrator
Required credentialsCertifications like AWS, Docker, Kubernetes, LinuxCertifications like CompTIA Linux+, Microsoft Certified
Work environmentCollaborative, development-focused teams, often AgileOperational, maintenance-focused, on-premises or cloud
Employer usageTech companies, startups, cloud service providersEnterprises, data centers, IT departments
Common search intentAutomation, CI/CD, cloud deploymentServer management, network setup, troubleshooting

Devops and System Administrators share overlapping skills in Linux, scripting, and cloud platforms. However, Devops focuses on automating development and deployment processes, while System Administrators primarily manage and maintain IT infrastructure. Both roles are essential in modern IT environments but serve different operational purposes.

Is DevOps heavy coding?

DevOps professionals typically write some code to automate processes, manage infrastructure, and develop deployment pipelines, but the role also involves system administration, scripting, and tool configuration. The amount of coding varies depending on the organization and specific responsibilities, with some roles requiring more scripting and automation than traditional programming. Overall, DevOps emphasizes automation, collaboration, and continuous integration and delivery practices.

Is DevOps still in demand in 2026?

DevOps remains in high demand in 2026 due to organizations' ongoing need for automation, continuous integration, and cloud infrastructure management. Skills in tools like Docker, Kubernetes, and cloud platforms such as AWS or Azure continue to be valuable for DevOps professionals. The role is expected to grow as companies prioritize agile development and operational efficiency.

What does a DevOps job do?

A DevOps job involves combining software development and IT operations to improve the deployment, automation, and management of applications. DevOps professionals use tools like Jenkins, Docker, and Kubernetes to streamline development cycles, ensure system reliability, and facilitate continuous integration and continuous delivery (CI/CD).

What are popular job titles related to Devops jobs in Bozeman, MT?

For Devops jobs in Bozeman, MT, the most frequently searched job titles are:

What cities near Bozeman, MT are hiring for Devops jobs?

Cities near Bozeman, MT with the most Devops job openings:

Infographic showing various Devops job openings in Bozeman, MT as of August 2026, with employment types broken down into 86% Full Time, 5% Part Time, and 9% Contract. Highlights an 79% Physical, 7% Hybrid, and 14% Remote job distribution, with an average salary of $128,489 per year, or $61.8 per hour.

AI Agent Trajectory Annotator and Reviewer

Bespoke Labs

Bozeman, MT

$20 - $30/hr

Full-time

Posted 5 days ago


Job description

Type: Contract, hourly

Location: Remote

Hours: 20–30 per week

Pay: $20–30/hour, based on experience and language coverage

Start: Immediate

ABOUT THE ROLE

We evaluate how well advanced AI coding agents solve real engineering problems. An agent is given a real open source codebase inside a container and a hard task, then works on its own for 80 to 250 steps. A trajectory is the full record of that run — every command, result, and decision.

You will do two jobs, and you should expect either on any given day.

•Annotate — Read a trajectory nobody has looked at yet and judge it step by step.

• Review — Take an existing annotation, written by our AI tooling or another person, and confirm, correct, or reject it.

TASKS YOU'LL SEE

• Feature build — Add a working feature to a live library without breaking anything that already worked.

• Rebuild — Work out what a compiled tool does by running it, then rebuild it to match its output, exit codes, and file effects.

• Bug hunt — Find and fix twenty undocumented bugs across a dozen files with no test suite, then record what caused them.

Mostly Python and Go, with some Rust, C, and Ct+. A trajectory runs about 100 steps.

WHAT YOU JUDGE IN A TRAJECTORY

• Was the command right for the state the environment was actually in?

• Did the agent read the previous output correctly?

• Was the step wrong, or only inefficient — these are scored differently.

• Where did the run first go off course — usually earlier than where it visibly broke.

• Did the agent notice its own mistake and recover, or keep building on a false assumption?

• Did it game the grader instead of solving the task (e.g., weakening a test or hardcoding an expected value)?

WHAT WE NEED FROM YOU

• Experience — 2+ years in software engineering, DevOps, or site reliability, with real debugging in real codebases.

• Languages — Strong in Python or Go, and able to read a language you've never used.

• Linux — Comfortable with logs, running processes, build failures, and containers.

• Workflow — Everyday Git, diffs, pull requests, and issue tracking.

• Debugging — Able to work with no test suite and no error message pointing at the cause.

• Focus — Able to hold context across a long run, because step 74 can depend on step 12.

• Writing — Clear English, since every judgement needs an explanation another engineer can check.