Skip to main content

Posts

Ten Great DevOps Job Opportunities

DevOps.com is now providing a weekly DevOps jobs report through which opportunities for DevOps professionals will be highlighted as part of an effort to better serve our audience. Our goal in these challenging economic times is to make it just that much easier for DevOps professionals to advance their careers. Of course, the pool of available DevOps talent is still relatively constrained, so when one DevOps professional takes on a new role, it tends to create opportunities for others. The ten job postings shared this week are selected based on the company looking to hire, the vertical industry segment and naturally, the pay scale being offered. We’re also committed to providing additional insights into the state of the DevOps job market. In the meantime, for your consideration. Greenhouse Skylight Remote, US Senior DevOps Engineer $150,000 to $185,000 Relativity Space Long Beach, CA Senior DevOps Engineer $140,000 to $196,000 Raft Honolulu, HI Senior DevOps Enginee...
Recent posts

The New Convergence: How Value Stream Mapping is Rewiring Product, Platform and DevOps for 2026 and Beyond 

For years, organizations have tried to improve speed, quality, and customer experience by layering frameworks on top of frameworks —Agile for iteration, DevOps for automation, ITIL for service stability, TOGAF for architecture, Lean for waste reduction. Each helped, but none solved the core problem: Work still doesn’t flow. In 2026, the most competitive organizations are converging on a different approach—one that doesn’t start with frameworks at all. It starts with value streams. Value Stream Mapping (VSM) has re-emerged as the connective tissue that unifies product management, engineering, operations, and architecture into a single, end‑to‑end system of flow. And the results are no longer theoretical. Across industries, and while only as a generalization, many tools, such as DORA et al , teams using VSM as their operating backbone are seeing results such as: 25–30% faster time-to-market 20–40% reductions in waste and rework 2–4x increases in deployment frequency Material...

NVIDIA Research Bets on Code, Not Tool Calls, to Fix AI Spatial Reasoning

NVIDIA Research has released SpatialClaw, an open-source framework that rethinks how AI agents handle one of the hardest problems in computer vision: Determining where things are in physical space. The project, published by NVIDIA’s research labs and hosted on GitHub under the NVlabs account, targets a long-standing weakness in vision-language models, or VLMs. These models are good at describing what they see, but they tend to struggle with the geometry of a scene: How far apart two objects sit, which way something is facing, or how an object moves across multiple video frames. SpatialClaw doesn’t try to retrain a model to fix that. Instead, it changes the interface the agent uses to reason about space. Code as the Action, Not a Tool Call Most spatial reasoning agents today take one of two approaches. Some commit to a single pass of code execution before seeing any results, locking in a strategy upfront. Others rely on a fixed set of structured tool calls, which limits ho...

What Five Localization Pull Requests Revealed About Open Source Governance: A Field Report on Open Source’s i18n Infrastructure Gap 

A bot recently approved one of my Pull Requests (PRs) with the cleanest possible verdict: “No Issues Found — Recommendation: Merge.” The story did not end there.   Weeks later, a maintainer finally reviewed the contribution. By then, the parts of the repository targeted by the localization work had been removed as the project evolved. The PR was closed, not because the translation was incorrect, but because the review arrived after the underlying code structure had changed.   That outcome highlights a broader challenge in open source internationalization (i18n). The problem is often not translation quality. It is the absence of processes that allows language contributions to be evaluated, routed, and integrated before project evolution overtakes them.   Translation is Not the Hard Part   When people hear “i18n,” many maintainers think it means “drop a JSON file in.” That is not what it involves. Internationalisation is a system: stable keys, defined fallback behaviour, plural rules...

IaC Isn’t Dying. AI Makes it More Important

AI-generated infrastructure code is arriving faster than most organizations can absorb it. The organizations that invested in platform quality first are the ones pulling ahead. Every few years, someone declares that Infrastructure as Code is dead. The arguments tend to “sidecar” the hype cycle. First, complexity, then containers, then Kubernetes, then serverless. Now it’s AI’s turn; supposedly, generative AI tools will make declarative configuration files obsolete, and natural-language prompts will replace Terraform modules and policy-as-code guardrails. This latest narrative probably drives clicks and hallway conversations. But it’s wrong. What’s actually happening is more interesting and more consequential for infrastructure leaders: IaC is becoming the system of record inside a larger platform architecture, one that AI both depends on and generates code for. Enterprise infrastructure remains stubbornly hybrid, spanning on-prem and cloud, with GPU clusters emer...

Anthropic Hits Pause on Claude Agent SDK Billing Change, For Now

Anthropic pulled back a planned billing change for its Claude Agent SDK on June 15 — the same day the change was supposed to take effect. The company’s message to subscribers was short: Nothing changes for now. The reversal came as a relief to developers who build automated agents on top of Claude. But it’s probably temporary. Pricing for Anthropic’s Claude Agent SDK isn’t changing for the time being, and Anthropic hasn’t said when a revised plan might show up. What Was Supposed to Happen The original plan, announced in mid-May, would have split Claude usage into two buckets. Chat conversations and the official Claude CLI would continue to run under standard subscription limits. But outside SDK usage would be billed at Anthropic’s prevailing API rates, with subscribers receiving a simple monthly usage credit equal to their subscription price. That’s a real shift. Right now, Agent SDK usage is limited only by the standard weekly caps on a use...

Autonomous AWS Agent Automates Modernization of Codebases

Amazon Web Services (AWS) today made available a preview of an artificial intelligence (AI) agent that has been trained to continuously modernize codebases. Announced at the AWS New York Summit , the AI agent is being embedded into AWS Transform , the application modernization service AWS launched last year. Sriram Devanathan, director of AWS Transform, said the autonomous AI agent added to the service will, unlike existing agents, asynchronously execute tasks such as remediating code or analyzing technical debt. AWS Transform automatically scans your code repositories against configurable baselines and generates findings in hours. Policies for detecting end-of-life dependencies, deprecated frameworks, and other common sources of technical debt are already embedded. If a DevOps team has deprecated an internal library or prefers a particular logging pattern, it can be codified as a policy that runs continuously across code repositories. Once an issue is detected, AI agents will auton...